@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_self
 * require_tree .
 */
/* line 1, app/assets/stylesheets/themes/_fc_styles.css */
:root, [data-bs-theme=light] {
  --iota-blue: #2c7be5;
  --iota-indigo: #727cf5;
  --iota-purple: #6b5eae;
  --iota-pink: #ff679b;
  --iota-red: #e63757;
  --iota-orange: #fd7e14;
  --iota-yellow: #f5803e;
  --iota-green: #00d27a;
  --iota-teal: #02a8b5;
  --iota-cyan: #27bcfd;
  --iota-black: #000;
  --iota-white: #fff;
  --iota-gray: #748194;
  --iota-gray-dark: #4d5969;
  --iota-gray-100: #f9fafd;
  --iota-gray-200: #edf2f9;
  --iota-gray-300: #d8e2ef;
  --iota-gray-400: #b6c1d2;
  --iota-gray-500: #9da9bb;
  --iota-gray-600: #748194;
  --iota-gray-700: #5e6e82;
  --iota-gray-800: #4d5969;
  --iota-gray-900: #344050;
  --iota-gray-1000: #232e3c;
  --iota-gray-1100: #0b1727;
  --iota-primary: #2c7be5;
  --iota-secondary: #748194;
  --iota-success: #00d27a;
  --iota-info: #27bcfd;
  --iota-warning: #f5803e;
  --iota-danger: #e63757;
  --iota-light: #f9fafd;
  --iota-dark: #0b1727;
  --iota-primary-rgb: 44, 123, 229;
  --iota-secondary-rgb: 116, 129, 148;
  --iota-success-rgb: 0, 210, 122;
  --iota-info-rgb: 39, 188, 253;
  --iota-warning-rgb: 245, 128, 62;
  --iota-danger-rgb: 230, 55, 87;
  --iota-light-rgb: 249, 250, 253;
  --iota-dark-rgb: 11, 23, 39;
  --iota-primary-text-emphasis: #215cac;
  --iota-secondary-text-emphasis: #5d6776;
  --iota-success-text-emphasis: #00894f;
  --iota-info-text-emphasis: #197aa4;
  --iota-warning-text-emphasis: #ac5a2b;
  --iota-danger-text-emphasis: #b82c46;
  --iota-light-text-emphasis: #646465;
  --iota-dark-text-emphasis: #91979e;
  --iota-primary-bg-subtle: #d9e7fa;
  --iota-secondary-bg-subtle: #e6e8ec;
  --iota-success-bg-subtle: #d9f8eb;
  --iota-info-bg-subtle: #d8f3ff;
  --iota-warning-bg-subtle: #fde6d8;
  --iota-danger-bg-subtle: #fbdbe1;
  --iota-light-bg-subtle: #fdfefe;
  --iota-dark-bg-subtle: #08101b;
  --iota-primary-border-subtle: #abcaf5;
  --iota-secondary-border-subtle: #c7cdd4;
  --iota-success-border-subtle: #99edca;
  --iota-info-border-subtle: #a9e4fe;
  --iota-warning-border-subtle: #fbccb2;
  --iota-danger-border-subtle: #f5afbc;
  --iota-light-border-subtle: #edf2f9;
  --iota-dark-border-subtle: #9da9bb;
  --iota-white-rgb: 255, 255, 255;
  --iota-black-rgb: 0, 0, 0;
  --iota-font-sans-serif: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --iota-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --iota-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --iota-body-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --iota-body-font-size: 1rem;
  --iota-body-font-weight: 400;
  --iota-body-line-height: 1.5;
  --iota-body-color: #5e6e82;
  --iota-body-color-rgb: 94, 110, 130;
  --iota-body-bg: #edf2f9;
  --iota-body-bg-rgb: 237, 242, 249;
  --iota-emphasis-color: #000;
  --iota-emphasis-color-rgb: 0, 0, 0;
  --iota-secondary-color: #344050;
  --iota-secondary-color-rgb: 52, 64, 80;
  --iota-secondary-bg: #d8e2ef;
  --iota-secondary-bg-rgb: 216, 226, 239;
  --iota-tertiary-color: #748194;
  --iota-tertiary-color-rgb: 116, 129, 148;
  --iota-tertiary-bg: #f9fafd;
  --iota-tertiary-bg-rgb: 249, 250, 253;
  --iota-heading-color: var(--iota-secondary-color);
  --iota-link-color: #2c7be5;
  --iota-link-color-rgb: 44, 123, 229;
  --iota-link-decoration: none;
  --iota-link-hover-color: #2362b7;
  --iota-link-hover-color-rgb: 35, 98, 183;
  --iota-link-hover-decoration: underline;
  --iota-code-color: #ff679b;
  --iota-highlight-color: #5e6e82;
  --iota-highlight-bg: #fde6d8;
  --iota-border-width: 1px;
  --iota-border-style: solid;
  --iota-border-color: #d8e2ef;
  --iota-border-color-translucent: rgba(0, 0, 0, 0.175);
  --iota-border-radius: 0.25rem;
  --iota-border-radius-sm: 0.25rem;
  --iota-border-radius-lg: 0.375rem;
  --iota-border-radius-xl: 1rem;
  --iota-border-radius-xxl: 2rem;
  --iota-border-radius-2xl: var(--iota-border-radius-xxl);
  --iota-border-radius-pill: 50rem;
  --iota-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --iota-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --iota-box-shadow-lg: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --iota-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --iota-focus-ring-width: 0.25rem;
  --iota-focus-ring-opacity: 0.25;
  --iota-focus-ring-color: rgba(44, 123, 229, 0.25);
  --iota-form-valid-color: #00d27a;
  --iota-form-valid-border-color: #00d27a;
  --iota-form-invalid-color: #e63757;
  --iota-form-invalid-border-color: #e63757
;
}

/* line 124, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] {
  color-scheme: dark;
  --iota-body-color: #9da9bb;
  --iota-body-color-rgb: 157, 169, 187;
  --iota-body-bg: #0b1727;
  --iota-body-bg-rgb: 11, 23, 39;
  --iota-emphasis-color: #fff;
  --iota-emphasis-color-rgb: 255, 255, 255;
  --iota-secondary-color: #d8e2ef;
  --iota-secondary-color-rgb: 216, 226, 239;
  --iota-secondary-bg: #344050;
  --iota-secondary-bg-rgb: 52, 64, 80;
  --iota-tertiary-color: #748194;
  --iota-tertiary-color-rgb: 116, 129, 148;
  --iota-tertiary-bg: #162231;
  --iota-tertiary-bg-rgb: 22, 34, 49;
  --iota-primary-text-emphasis: #abcaf5;
  --iota-secondary-text-emphasis: #c7cdd4;
  --iota-success-text-emphasis: #73e6b6;
  --iota-info-text-emphasis: #93defe;
  --iota-warning-text-emphasis: #fbc6a8;
  --iota-danger-text-emphasis: #f4a5b3;
  --iota-light-text-emphasis: #646465;
  --iota-dark-text-emphasis: #91979e;
  --iota-primary-bg-subtle: #0f2b50;
  --iota-secondary-bg-subtle: #292d34;
  --iota-success-bg-subtle: #003f25;
  --iota-info-bg-subtle: #0c384c;
  --iota-warning-bg-subtle: #562d16;
  --iota-danger-bg-subtle: #5c1623;
  --iota-light-bg-subtle: #fdfefe;
  --iota-dark-bg-subtle: #08101b;
  --iota-primary-border-subtle: #163e73;
  --iota-secondary-border-subtle: #3a414a;
  --iota-success-border-subtle: #00693d;
  --iota-info-border-subtle: #145e7f;
  --iota-warning-border-subtle: #7b401f;
  --iota-danger-border-subtle: #731c2c;
  --iota-light-border-subtle: #5e6e82;
  --iota-dark-border-subtle: #4d5969;
  --iota-heading-color: var(--iota-secondary-color);
  --iota-link-color: #2c7be5;
  --iota-link-hover-color: #2362b7;
  --iota-link-color-rgb: 44, 123, 229;
  --iota-link-hover-color-rgb: 35, 98, 183;
  --iota-code-color: #ff679b;
  --iota-highlight-color: #9da9bb;
  --iota-highlight-bg: #623319;
  --iota-border-color: rgba(255, 255, 255, 0.05);
  --iota-border-color-translucent: rgba(0, 0, 0, 0.175);
  --iota-form-valid-color: #66e4af;
  --iota-form-valid-border-color: #00d27a;
  --iota-form-invalid-color: #f0879a;
  --iota-form-invalid-border-color: #e63757
;
}

/* line 180, app/assets/stylesheets/themes/_fc_styles.css */
:root, [data-bs-theme=light] {
  --iota-facebook: #3c5a99;
  --iota-google-plus: #dd4b39;
  --iota-twitter: #1da1f2;
  --iota-linkedin: #0077b5;
  --iota-youtube: #ff0001;
  --iota-github: #333333;
  --iota-gray-100-rgb: 249, 250, 253;
  --iota-gray-200-rgb: 237, 242, 249;
  --iota-gray-300-rgb: 216, 226, 239;
  --iota-gray-400-rgb: 182, 193, 210;
  --iota-gray-500-rgb: 157, 169, 187;
  --iota-gray-600-rgb: 116, 129, 148;
  --iota-gray-700-rgb: 94, 110, 130;
  --iota-gray-800-rgb: 77, 89, 105;
  --iota-gray-900-rgb: 52, 64, 80;
  --iota-gray-1000-rgb: 35, 46, 60;
  --iota-gray-1100-rgb: 11, 23, 39;
  --iota-facebook-rgb: 60, 90, 153;
  --iota-google-plus-rgb: 221, 75, 57;
  --iota-twitter-rgb: 29, 161, 242;
  --iota-linkedin-rgb: 0, 119, 181;
  --iota-youtube-rgb: 255, 0, 1;
  --iota-github-rgb: 51, 51, 51;
  --iota-gray-link-hover-100: RGBA(250, 251, 253, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-200: RGBA(241, 245, 250, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-300: RGBA(224, 232, 242, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-400: RGBA(197, 205, 219, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-500: RGBA(126, 135, 150, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-600: RGBA(93, 103, 118, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-700: RGBA(75, 88, 104, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-800: RGBA(62, 71, 84, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-900: RGBA(42, 51, 64, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-1000: RGBA(28, 37, 48, var(--iota-link-opacity, 1)) !important;
  --iota-gray-link-hover-1100: RGBA(9, 18, 31, var(--iota-link-opacity, 1)) !important;
  --iota-quaternary-bg: #fff;
  --iota-quaternary-bg-rgb: 255, 255, 255;
  --iota-emphasis-bg: #fff;
  --iota-emphasis-bg-rgb: 255, 255, 255;
  --iota-blockquote-footer-color: #748194;
  --iota-hr-opacity: 1;
  --iota-mark-bg: #fcf8e3;
  --iota-font-base: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --iota-btn-disabled-border-color: transparent;
  --iota-btn-reveal-color: #748194;
  --iota-btn-reveal-hover-color: #5e6e82;
  --iota-btn-reveal-focus-bg: #e6e6e6;
  --iota-btn-reveal-hover-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  --iota-btn-reveal-focus-border-color: #dfdfdf;
  --iota-btn-iota-background: var(--iota-quaternary-bg);
  --iota-btn-disabled-color: #4d5969;
  --iota-btn-iota-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  --iota-btn-iota-hover-box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.1), 0 3px 9px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  --iota-btn-iota-default-color: var(--iota-gray-800);
  --iota-btn-iota-default-hover-color: #404a57;
  --iota-btn-iota-default-active-background: #e6e6e6;
  --iota-btn-iota-default-active-border: #404a57;
  --iota-btn-active-border-color: transparent;
  --iota-btn-iota-primary-color: var(--iota-primary);
  --iota-btn-iota-primary-hover-color: #2566be;
  --iota-btn-iota-primary-active-background: #d5e5fa;
  --iota-btn-iota-primary-active-color: #2566be;
  --iota-btn-iota-secondary-color: var(--iota-secondary);
  --iota-btn-iota-secondary-hover-color: #606b7b;
  --iota-btn-iota-secondary-active-background: #e3e6ea;
  --iota-btn-iota-secondary-active-color: #606b7b;
  --iota-btn-iota-success-color: var(--iota-success);
  --iota-btn-iota-success-hover-color: #00ae65;
  --iota-btn-iota-success-active-background: #ccf6e4;
  --iota-btn-iota-success-active-color: #00ae65;
  --iota-btn-iota-info-color: var(--iota-info);
  --iota-btn-iota-info-hover-color: #209cd2;
  --iota-btn-iota-info-active-background: #d4f2ff;
  --iota-btn-iota-info-active-color: #209cd2;
  --iota-btn-iota-warning-color: var(--iota-warning);
  --iota-btn-iota-warning-hover-color: #cb6a33;
  --iota-btn-iota-warning-active-background: #fde6d8;
  --iota-btn-iota-warning-active-color: #cb6a33;
  --iota-btn-iota-danger-color: var(--iota-danger);
  --iota-btn-iota-danger-hover-color: #bf2e48;
  --iota-btn-iota-danger-active-background: #fad7dd;
  --iota-btn-iota-danger-active-color: #bf2e48;
  --iota-btn-iota-light-color: var(--iota-light);
  --iota-btn-iota-light-hover-color: #cfd0d2;
  --iota-btn-iota-light-active-background: #fefeff;
  --iota-btn-iota-light-active-color: #cfd0d2;
  --iota-btn-iota-dark-color: var(--iota-dark);
  --iota-btn-iota-dark-hover-color: #091320;
  --iota-btn-iota-dark-active-background: #ced1d4;
  --iota-btn-iota-dark-active-color: #091320;
  --iota-input-btn-focus-color: rgba(44, 123, 229, 0.25);
  --iota-btn-link-color: var(--iota-link-color);
  --iota-btn-link-hover-color: #2362b7;
  --iota-btn-disabled-color: #748194;
  --iota-input-focus-border-color-global: #96bdf2;
  --iota-input-placeholder-color-global: var(--iota-gray-400);
  --iota-bg-navbar-glass: rgba(237, 242, 249, 0.96);
  --iota-navbar-vertical-default-bg-color: var(--iota-bg-navbar-glass);
  --iota-navbar-vertical-default-link-color: #5e6e82;
  --iota-navbar-vertical-default-link-hover-color: #232e3c;
  --iota-navbar-vertical-default-link-active-color: #2c7be5;
  --iota-navbar-vertical-default-link-disable-color: #b6c1d2;
  --iota-navbar-vertical-default-hr-color: rgba(0, 0, 0, 0.08);
  --iota-navbar-vertical-default-scrollbar-color: rgba(116, 129, 148, 0.3);
  --iota-navbar-vertical-default-label-color: var(--iota-gray-500);
  --iota-navbar-vertical-inverted-bg-color: #232e3c;
  --iota-navbar-vertical-inverted-link-color: #9da9bb;
  --iota-navbar-vertical-inverted-link-hover-color: #edf2f9;
  --iota-navbar-vertical-inverted-link-active-color: #edf2f9;
  --iota-navbar-vertical-inverted-link-disable-color: #5e6e82;
  --iota-navbar-vertical-inverted-hr-color: rgba(255, 255, 255, 0.08);
  --iota-navbar-vertical-inverted-scrollbar-color: #b6c1d2;
  --iota-navbar-vertical-inverted-label-color: #5e6e82;
  --iota-navbar-vertical-vibrant-bg-image: linear-gradient(-45deg, rgba(0, 160, 255, 0.86), #0048a2), url(/../img/generic/bg-navbar.png);
  --iota-navbar-vertical-vibrant-link-color: rgba(255, 255, 255, 0.75);
  --iota-navbar-vertical-vibrant-link-hover-color: #fff;
  --iota-navbar-vertical-vibrant-link-active-color: #fff;
  --iota-navbar-vertical-vibrant-link-disable-color: rgba(255, 255, 255, 0.45);
  --iota-navbar-vertical-vibrant-hr-color: rgba(255, 255, 255, 0.2);
  --iota-navbar-vertical-vibrant-scrollbar-color: #b6c1d2;
  --iota-navbar-vertical-vibrant-label-color: rgba(255, 255, 255, 0.4);
  --iota-navbar-vertical-card-bg-color: #fff;
  --iota-navbar-vertical-card-link-color: var(--iota-gray-700);
  --iota-navbar-vertical-card-link-hover-color: var(--iota-gray-900);
  --iota-navbar-vertical-card-link-active-color: var(--iota-primary);
  --iota-navbar-vertical-card-link-disable-color: var(--iota-gray-400);
  --iota-navbar-vertical-card-hr-color: rgba(0, 0, 0, 0.08);
  --iota-navbar-vertical-card-scrollbar-color: rgba(116, 129, 148, 0.3);
  --iota-navbar-vertical-card-label-color: var(--iota-gray-500);
  --iota-avatar-status-border-color: var(--iota-quaternary-bg);
  --iota-avatar-name-bg: #344050;
  --iota-avatar-button-bg: var(--iota-gray-400);
  --iota-avatar-button-hover-bg: var(--iota-gray-500);
  --iota-notification-bg: var(--iota-emphasis-bg);
  --iota-notification-title-bg: #f9fafd;
  --iota-notification-unread-bg: var(--iota-gray-200);
  --iota-notification-unread-hover-bg: #dae4f3;
  --iota-notification-indicator-border-color: var(--iota-body-bg);
  --iota-kanban-bg: #f9fafd;
  --iota-kanban-header-bg: var(--iota-kanban-bg);
  --iota-kanban-item-bg: #fff;
  --iota-kanban-item-color: var(--iota-gray-900);
  --iota-kanban-btn-add-hover-bg: var(--iota-gray-200);
  --iota-kanban-draggable-source-dragging-bg: var(--iota-body-bg);
  --iota-kanban-bg-attachment-bg: var(--iota-gray-300);
  --iota-kanban-footer-color: var(--iota-gray-600);
  --iota-kanban-nav-link-card-details-color: var(--iota-gray-700);
  --iota-kanban-nav-link-card-details-hover-bg: #edf2f9;
  --iota-bg-shape-bg: #4695ff;
  --iota-bg-shape-bg-ltd: linear-gradient(-45deg, #4695ff, #1970e2);
  --iota-bg-shape-bg-dtl: linear-gradient(-45deg, #1970e2, #4695ff);
  --iota-line-chart-gradient: linear-gradient(-45deg, #014ba7, #0183d0);
  --iota-card-gradient: linear-gradient(-45deg, #1970e2, #4695ff);
  --iota-progress-gradient: linear-gradient(-45deg, #1970e2, #4695ff);
  --iota-bg-circle-shape: none;
  --iota-bg-circle-shape-bg: #4695ff;
  --iota-modal-shape-header: linear-gradient(-45deg, #1970e2, #4695ff);
  --iota-modal-shape-header-bg: #4494ff;
  --fc-button-bg-color: #344050;
  --fc-button-border-color: #344050;
  --fc-button-hover-bg-color: #0b1727;
  --fc-button-hover-border-color: #0b1727;
  --fc-button-active-bg-color: #0b1727;
  --fc-button-active-border-color: #0b1727;
  --fc-button-list-day-cushion: var(--iota-quaternary-bg);
  --iota-flatpickr-calendar-bg: var(--iota-quaternary-bg);
  --iota-leaflet-bar-bg: #fff;
  --iota-leaflet-popup-content-wrapper-bg: var(--iota-quaternary-bg);
  --iota-choices-item-selectable-highlighted-bg: #fff;
  --iota-choices-item-has-no-choices-bg: var(--iota-quaternary-bg);
  --iota-bg-choices-close-button: #edf2f9;
  --iota-thumbnail-bg-global: #fff;
  --iota-chat-contact-bg: var(--iota-emphasis-bg);
  --iota-tinymce-bg: var(--iota-quaternary-bg);
  --iota-swiper-nav-bg: rgba(var(--iota-quaternary-bg-rgb), 0.8);
  --iota-star-rating-bg-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFdElEQVR4nO2aXWxURRTH/2dut58Imho1SgStuit+vBo0BkgkRjDog+VBiJEXqJhKK21x+7EdUu5u2W1Uqi8Qo4YQY6gQDQlRn9RENGoMD0a7RCzGRCJGBLRF9mOOD+waKHe7e2f23mt0f4/zceY/Z2fmzJm7QI0aNWr8j6EgBu3sHG9oXHC2gxQvJ/CUhbpUPD5wMggtwv8hmZrmn3mHmF8G4XEm6s5R/kinlPP91xKAA7YN2A8CeHRW8eLmrOjwWwsQgAMYqs+xnLGls3O8wW89vjqgp1/eDWC1YyXhxqYFvz/ppx7AZwcIsnrmbMDUK6X0V5NfA/VJuRDgdWWa3Tmds1b5IqiAf97OUReAunLNCOx4RniFL/eALimvrs+KnwDMq6yHWJq0Bz/3VFRxJD8GabgY4iqcPABWvd6puRzPV4CUsnEmK6YA3OCiG1tKRRIJecwrXUU8XwHTGbEe7iYPAJQXYqsXeq4YyEvjUkoxkxXfAbhDo/uFOrYWxeMDv1Rb16V4ugJmctYa6E0eABpyItdZTT1OeLwFDEMa02YpZeWHpwaeOaBncOQhMJYamrnmvMdJUtXOgI0bd4daW0+25S0rAoV7iLiHgWqkuDkChjik9ibl8EmAuAo2/8G1A7ZKea24IMJkcQRAmJkiBIQBtAGwqiluNgScU4w0EU2CkWZSk8ycnleP76WUf2nadCYajbfmrfwDxIWJgiMAhQG06k7AQxSAEwAmiTnNRJMEMWkxpePx/lNzrRpHB7wwOLJcMR+Cm9vbv5cZAK81h1S3lFLNrnQ8BBVjF/4bkweAZgDPnc+IJ5wqS0QBDnsoKBAYdLtTubMDCF95qiYAhMUfOpY7FSqlOgCc9lSRjzDR86MjsS+d6hwdMBaX3zCrlQDOeKrMBwiIpnYMvVSqvuRNMBWXXwPiYQB/eKLMBxgY3mnHRudqM+dVOGkPfsEKjwCYrqoyHyAgnrKHRipoV57CveAwgCZjZT7AwFjKHuqr5Npc8VW4r3/7ShAdAuD7xwuXjCftoa5KcwZXuUDv4MgqYn4XQEhLmscw8+5UPPaMm4TJVTqc2jF0GERrAeRcq/MceqOlnje7zRa10uHege3tBHobgXxdvhIm7DuRjjw9MbE277av1gRS9vAEwE8BqGpurgVhf0ud2qAz+YvdDegb3L4BTK+b2DCBgffO/np9+549m7K6NoweMD795KOj9y9bcRsB95rY0SRTp+qW7drV/aeJEeM9TMzvm9rQg48mEv2/mVoxP8RYLDa2oYWor4oVYwuEu6qgQwOOtLfvN36DrEIY4yXmNrRobGv79hZTI0YOKPwCEVMRurBFxqvPyAGLw+lbEWBuoBCwAwhB7f/i+GS8/YwcwBzY/i8S7AoILgIUMY8EZluAzZegIY2Fc0gbbQdc9DwHFgGKCFZGP4K2AwoxuFGz+xkCehFSNxHzKoCO6uowjQRl/7dXCs0YnCXmVwWH7Evu8T9LKT+Yzoj1BNggLHRl0fAc0ncAiyVuHl8INKEI0aQdOz67rvDRcm9394sToabpLhBHAVxVkV02c4D2e0DfwMi+Cv76CoCPKEU9Y4nYZ5Xa7pHyOpEVwwA2oXzKfmHqWKRF90FEewVUkAMcZ/C2lB076PadbkzKUwCejUblK3kSO0FYM0fzhkXh9M0AptyMUcQkDJY6AE8D2NIcUktS9vABk7+0JBJyMhmPPcYKywEu9cGWQ3nrnO4Y2g5gYN+sogyIU5mQakvasXEpZUbX9mxSidjHzSG+jxjrAPx4eS29afIwor0FWkJq9HzOOsvMq5n5B0vx2OioPKFrrxyFg/ItKeXBmazoAGMFQEea6/MlP3zWqFGjRo0y/A3lxcMNXfCjjAAAAABJRU5ErkJggg==");
  --iota-theme-wizard-nav-item-circle-bg: var(--iota-quaternary-bg);
  --iota-card-span-img-bg: var(--iota-quaternary-bg);
  --iota-card-span-img-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --iota-card-span-img-hover-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --iota-setting-toggle-shadow: 0 -7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --iota-scrollbar-bg: rgba(182, 193, 210, 0.55);
  --iota-simplebar-bg: #b6c1d2;
  --iota-nav-pills-iota-active-bg-color: var(--iota-quaternary-bg);
  --iota-btn-disabled-custom-background: rgba(249, 250, 253, 0.55);
  --iota-btn-disabled-custom-color: rgba(11, 23, 39, 0.3);
  --iota-dropdown-bg-global: #fff;
  --iota-dropdown-link-hover-color-global: #2a3441;
  --iota-dropdown-link-hover-bg-global: #f9fafd;
  --iota-popover-header-bg-global: #f9fafd;
  --iota-toast-bg-global: rgba(255, 255, 255, 0.85);
  --iota-toast-header-bg-global: rgba(255, 255, 255, 0.85);
  --iota-list-group-bg-global: var(--iota-emphasis-bg);
  --iota-accordion-btn-color-global: #5e6e82;
  --iota-alert-link-color: #2c7be5
;
}

/* line 377, app/assets/stylesheets/themes/_fc_styles.css */
:root .show[class^=btn-iota-], [data-bs-theme=light] .show[class^=btn-iota-] {
  --iota-btn-active-shadow: var(--iota-btn-iota-box-shadow)
;
}

/* line 381, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-primary, [data-bs-theme=light] .table-primary {
  --iota-table-bg: #d5e5fa;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #cbdbef;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #cedef3;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #c7d7ec;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(186, 201, 221, 0.05)
;
}

/* line 393, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-secondary, [data-bs-theme=light] .table-secondary {
  --iota-table-bg: #e3e6ea;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #d8dbe0;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #dcdfe4;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #d4d8dd;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(197, 202, 208, 0.05)
;
}

/* line 405, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-success, [data-bs-theme=light] .table-success {
  --iota-table-bg: #ccf6e4;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #c2eadb;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #c6eede;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #bfe6d8;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(179, 215, 203, 0.05)
;
}

/* line 417, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-info, [data-bs-theme=light] .table-info {
  --iota-table-bg: #d4f2ff;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #cae7f4;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #cdeaf8;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #c7e3f0;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(185, 211, 225, 0.05)
;
}

/* line 429, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-warning, [data-bs-theme=light] .table-warning {
  --iota-table-bg: #fde6d8;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #f0dbd0;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #f4dfd2;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #ebd8cd;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(218, 202, 194, 0.05)
;
}

/* line 441, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-danger, [data-bs-theme=light] .table-danger {
  --iota-table-bg: #fad7dd;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #edced4;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #f1d1d7;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #e9cad1;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(215, 190, 198, 0.05)
;
}

/* line 453, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-light, [data-bs-theme=light] .table-light {
  --iota-table-bg: #f9fafd;
  --iota-table-color: #4d5969;
  --iota-table-hover-bg: #eceef2;
  --iota-table-hover-color: #4d5969;
  --iota-table-striped-bg: #f0f2f6;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #e8eaee;
  --iota-table-active-color: #4d5969;
  --iota-table-border-color: rgba(215, 218, 223, 0.05)
;
}

/* line 465, app/assets/stylesheets/themes/_fc_styles.css */
:root .table-dark, [data-bs-theme=light] .table-dark {
  --iota-table-bg: #0b1727;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #1d2837;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #172332;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #232e3d;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(60, 69, 82, 0.05)
;
}

/* line 477, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] {
  --iota-gray-100: #0b1727;
  --iota-gray-link-hover-100: RGBA(9, 18, 31, var(--iota-link-opacity, 1)) !important;
  --iota-gray-200: #232e3c;
  --iota-gray-link-hover-200: RGBA(28, 37, 48, var(--iota-link-opacity, 1)) !important;
  --iota-gray-300: #344050;
  --iota-gray-link-hover-300: RGBA(42, 51, 64, var(--iota-link-opacity, 1)) !important;
  --iota-gray-400: #4d5969;
  --iota-gray-link-hover-400: RGBA(62, 71, 84, var(--iota-link-opacity, 1)) !important;
  --iota-gray-500: #5e6e82;
  --iota-gray-link-hover-500: RGBA(75, 88, 104, var(--iota-link-opacity, 1)) !important;
  --iota-gray-600: #748194;
  --iota-gray-link-hover-600: RGBA(93, 103, 118, var(--iota-link-opacity, 1)) !important;
  --iota-gray-700: #9da9bb;
  --iota-gray-link-hover-700: RGBA(126, 135, 150, var(--iota-link-opacity, 1)) !important;
  --iota-gray-800: #b6c1d2;
  --iota-gray-link-hover-800: RGBA(197, 205, 219, var(--iota-link-opacity, 1)) !important;
  --iota-gray-900: #d8e2ef;
  --iota-gray-link-hover-900: RGBA(224, 232, 242, var(--iota-link-opacity, 1)) !important;
  --iota-gray-1000: #edf2f9;
  --iota-gray-link-hover-1000: RGBA(241, 245, 250, var(--iota-link-opacity, 1)) !important;
  --iota-gray-1100: #f9fafd;
  --iota-gray-link-hover-1100: RGBA(250, 251, 253, var(--iota-link-opacity, 1)) !important;
  --iota-gray-100-rgb: 11, 23, 39 ;
  --iota-gray-200-rgb: 35, 46, 60 ;
  --iota-gray-300-rgb: 52, 64, 80 ;
  --iota-gray-400-rgb: 77, 89, 105 ;
  --iota-gray-500-rgb: 94, 110, 130 ;
  --iota-gray-600-rgb: 116, 129, 148 ;
  --iota-gray-700-rgb: 157, 169, 187 ;
  --iota-gray-800-rgb: 182, 193, 210 ;
  --iota-gray-900-rgb: 216, 226, 239 ;
  --iota-gray-1000-rgb: 237, 242, 249 ;
  --iota-gray-1100-rgb: 249, 250, 253 ;
  --iota-primary-rgb: 44, 123, 229 ;
  --iota-secondary-rgb: 116, 129, 148 ;
  --iota-success-rgb: 0, 210, 122 ;
  --iota-info-rgb: 39, 188, 253 ;
  --iota-warning-rgb: 245, 128, 62 ;
  --iota-danger-rgb: 230, 55, 87 ;
  --iota-light-rgb: 249, 250, 253 ;
  --iota-dark-rgb: 35, 46, 60 ;
  --iota-dark: rgba(35, 46, 60, 0.25);
  --iota-dark-rgb: 35, 46, 60;
  --iota-light-rgb: 249, 250, 253;
  --iota-btn-iota-primary-color: var(--iota-primary);
  --iota-btn-iota-primary-hover-color: #5091e9;
  --iota-btn-iota-primary-active-background: #070e17;
  --iota-btn-iota-primary-active-color: #5091e9;
  --iota-btn-iota-secondary-color: var(--iota-secondary);
  --iota-btn-iota-secondary-hover-color: #8c96a6;
  --iota-btn-iota-secondary-active-background: #070e17;
  --iota-btn-iota-secondary-active-color: #8c96a6;
  --iota-btn-iota-success-color: var(--iota-success);
  --iota-btn-iota-success-hover-color: #2bda91;
  --iota-btn-iota-success-active-background: #070e17;
  --iota-btn-iota-success-active-color: #2bda91;
  --iota-btn-iota-info-color: var(--iota-info);
  --iota-btn-iota-info-hover-color: #4cc7fd;
  --iota-btn-iota-info-active-background: #070e17;
  --iota-btn-iota-info-active-color: #4cc7fd;
  --iota-btn-iota-warning-color: var(--iota-warning);
  --iota-btn-iota-warning-hover-color: #f7965f;
  --iota-btn-iota-warning-active-background: #070e17;
  --iota-btn-iota-warning-active-color: #f7965f;
  --iota-btn-iota-danger-color: var(--iota-danger);
  --iota-btn-iota-danger-hover-color: #ea5974;
  --iota-btn-iota-danger-active-background: #070e17;
  --iota-btn-iota-danger-active-color: #ea5974;
  --iota-btn-iota-light-color: var(--iota-light);
  --iota-btn-iota-light-hover-color: #fafbfd;
  --iota-btn-iota-light-active-background: #070e17;
  --iota-btn-iota-light-active-color: #fafbfd;
  --iota-btn-iota-dark-color: var(--iota-dark);
  --iota-btn-iota-dark-hover-color: rgba(165, 169, 175, 0.3775);
  --iota-btn-iota-dark-active-background: #070e17;
  --iota-btn-iota-dark-active-color: rgba(165, 169, 175, 0.3775);
  --iota-body-color: #9da9bb;
  --iota-body-bg: #0b1727;
  --iota-quaternary-bg: #0b1727;
  --iota-quaternary-bg-rgb: 11, 23, 39;
  --iota-emphasis-bg: #121e2d;
  --iota-emphasis-bg-rgb: 18, 30, 45;
  --iota-box-shadow: 0 7px 14px 0 rgba(3, 12, 51, 0.15), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --iota-box-shadow-sm: 0 .125rem .25rem rgba($black, .075);
  --iota-box-shadow-lg: 0 1rem 4rem rgba($black, 0.175);
  --iota-box-shadow-inset: inset 0 1px 2px rgba($black, .075);
  --iota-input-focus-border-color-global: #163e73;
  --iota-bg-navbar-glass: rgba(11, 23, 39, 0.96);
  --iota-navbar-vertical-default-link-color: #9da9bb;
  --iota-navbar-vertical-default-link-hover-color: #edf2f9;
  --iota-navbar-vertical-default-link-active-color: #2c7be5;
  --iota-navbar-vertical-default-link-disable-color: #4d5969;
  --iota-navbar-vertical-default-hr-color: rgba(255, 255, 255, 0.08);
  --iota-navbar-vertical-default-scrollbar-color: rgba(116, 129, 148, 0.3);
  --iota-navbar-vertical-card-bg-color: #121e2d;
  --iota-btn-reveal-focus-bg: #0a1523;
  --iota-btn-reveal-hover-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.80), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.70), 0px 2px 5px 0px rgba(43, 45, 80, 0.40), 0px 0px 0px 1px rgba(255, 255, 255, 0.06);
  --iota-btn-reveal-focus-border-color: #0a1422;
  --iota-btn-iota-box-shadow: 0 0 0 1px rgba(0,8,19,.3), 0 2px 5px 0 rgba(0,13,33,.5), 0 1px 1.5px 0 rgba(0,8,1,.48), 0 1px 2px 0 rgba(0,8,1,.4);
  --iota-btn-iota-hover-box-shadow: 0 0 0 1px rgba(0,8,19,.3), 0 3px 7px 0 rgba(0,13,33,.8), 0 1px 1.5px 0 #000801, 0 1px 2px 0 #000801;
  --iota-btn-iota-default-hover-color: #c2ccda;
  --iota-btn-iota-default-active-background: #0a1523;
  --iota-btn-iota-default-active-border: #c2ccda;
  --iota-avatar-name-bg: #4d5969;
  --iota-notification-title-bg: #344050;
  --iota-notification-unread-hover-bg: #1a222c;
  --iota-kanban-bg: rgba(35, 46, 60, 0.25);
  --iota-kanban-item-bg: #232e3c;
  --iota-kanban-nav-link-card-details-hover-bg: #344050;
  --iota-bg-shape-bg: #01224b;
  --iota-bg-shape-bg-ltd: linear-gradient(-45deg,rgba(20,58,101,.41),#053571);
  --iota-bg-shape-bg-dtl: linear-gradient(-45deg,#0a3b79,rgba(9,25,43,.41));
  --iota-line-chart-gradient: linear-gradient(45deg,#012552,#001835);
  --iota-card-gradient: linear-gradient(45deg,#012552,#001835);
  --iota-bg-circle-shape: linear-gradient(-45deg,rgba(9,25,43,.41),#0a3b79);
  --iota-bg-circle-shape-bg: #4695ff;
  --iota-modal-shape-header: linear-gradient(-45deg,#012552,#001835);
  --iota-modal-shape-header-after: linear-gradient(-45deg,rgba(20,58,101,.41),#053571);
  --iota-modal-shape-header-bg: #01224b;
  --fc-page-bg-color: #0b1727;
  --fc-neutral-bg-color: #232e3c;
  --iota-leaflet-bar-bg: #344050;
  --iota-bg-choices-close-button: #4d5969;
  --iota-thumbnail-bg-global: #232e3c;
  --iota-card-span-img-hover-box-shadow: var(--iota-box-shadow);
  --iota-setting-toggle-shadow: 0 -7px 14px 0 rgba(3, 12, 51, 0.15), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --iota-scrollbar-bg: rgba(52, 64, 80, 0.6);
  --iota-simplebar-bg: rgba(182, 193, 210, 0.6);
  --iota-btn-disabled-custom-background: rgba(11, 23, 39, 0.65);
  --iota-btn-disabled-custom-color: rgba(255, 255, 255, 0.2);
  --iota-dropdown-bg-global: #232e3c;
  --iota-dropdown-link-hover-color-global: #eaeff6;
  --iota-dropdown-link-hover-bg-global: rgba(11, 23, 39, 0.4);
  --iota-popover-header-bg-global: rgba(35, 46, 60, 0.25);
  --iota-toast-bg-global: rgba(52, 64, 80, 0.3);
  --iota-toast-header-bg-global: rgba(52, 64, 80, 0.3)
;
}

/* line 616, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-primary {
  --iota-table-bg: #09192e;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #1b2a3e;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #152538;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #223043;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(58, 71, 88, 0.05)
;
}

/* line 628, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-secondary {
  --iota-table-bg: #171a1e;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #282b2f;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #232529;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #2e3135;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(69, 72, 75, 0.05)
;
}

/* line 640, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-success {
  --iota-table-bg: #002a18;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #133a29;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #0d3524;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #1a3f2f;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(51, 85, 70, 0.05)
;
}

/* line 652, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-info {
  --iota-table-bg: #082633;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #1b3642;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #14313d;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #213c47;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(57, 81, 92, 0.05)
;
}

/* line 664, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-warning {
  --iota-table-bg: #311a0c;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #402b1e;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #3b2518;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #463124;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(90, 72, 61, 0.05)
;
}

/* line 676, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-danger {
  --iota-table-bg: #2e0b11;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #3e1d23;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #38171d;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #432329;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(88, 60, 65, 0.05)
;
}

/* line 688, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-light {
  --iota-table-bg: #323233;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #414142;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #3c3c3d;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #474747;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(91, 91, 92, 0.05)
;
}

/* line 700, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .table-dark {
  --iota-table-bg: #020508;
  --iota-table-color: #fff;
  --iota-table-hover-bg: #15181b;
  --iota-table-hover-color: #fff;
  --iota-table-striped-bg: #0f1214;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #1b1e21;
  --iota-table-active-color: #fff;
  --iota-table-border-color: rgba(53, 55, 57, 0.05)
;
}

/* line 712, app/assets/stylesheets/themes/_fc_styles.css */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 718, app/assets/stylesheets/themes/_fc_styles.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 723, app/assets/stylesheets/themes/_fc_styles.css */
body {
  margin: 0;
  font-family: var(--iota-body-font-family);
  font-size: var(--iota-body-font-size);
  font-weight: var(--iota-body-font-weight);
  line-height: var(--iota-body-line-height);
  color: var(--iota-body-color);
  text-align: var(--iota-body-text-align);
  background-color: var(--iota-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 736, app/assets/stylesheets/themes/_fc_styles.css */
hr {
  margin: 1rem 0;
  color: var(--iota-border-color);
  border: 0;
  border-top: var(--iota-border-width) solid;
  opacity: var(--iota-hr-opacity);
}

/* line 744, app/assets/stylesheets/themes/_fc_styles.css */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: var(--iota-font-sans-serif);
  font-weight: 500;
  line-height: 1.2;
  color: var(--iota-heading-color);
}

/* line 753, app/assets/stylesheets/themes/_fc_styles.css */
h1, .h1 {
  font-size: calc(1.373832rem + 1.485984vw);
}

@media (min-width: 1200px) {
  /* line 758, app/assets/stylesheets/themes/_fc_styles.css */
  h1, .h1 {
    font-size: 2.48832rem;
  }
}

/* line 763, app/assets/stylesheets/themes/_fc_styles.css */
h2, .h2 {
  font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {
  /* line 768, app/assets/stylesheets/themes/_fc_styles.css */
  h2, .h2 {
    font-size: 2.0736rem;
  }
}

/* line 773, app/assets/stylesheets/themes/_fc_styles.css */
h3, .h3 {
  font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {
  /* line 778, app/assets/stylesheets/themes/_fc_styles.css */
  h3, .h3 {
    font-size: 1.728rem;
  }
}

/* line 783, app/assets/stylesheets/themes/_fc_styles.css */
h4, .h4 {
  font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {
  /* line 788, app/assets/stylesheets/themes/_fc_styles.css */
  h4, .h4 {
    font-size: 1.44rem;
  }
}

/* line 793, app/assets/stylesheets/themes/_fc_styles.css */
h5, .h5 {
  font-size: 1.2rem;
}

/* line 797, app/assets/stylesheets/themes/_fc_styles.css */
h6, .h6 {
  font-size: 0.8333333333rem;
}

/* line 801, app/assets/stylesheets/themes/_fc_styles.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 806, app/assets/stylesheets/themes/_fc_styles.css */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 814, app/assets/stylesheets/themes/_fc_styles.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 820, app/assets/stylesheets/themes/_fc_styles.css */
ol, ul {
  padding-left: 2rem;
}

/* line 824, app/assets/stylesheets/themes/_fc_styles.css */
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 829, app/assets/stylesheets/themes/_fc_styles.css */
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

/* line 833, app/assets/stylesheets/themes/_fc_styles.css */
dt {
  font-weight: 700;
}

/* line 837, app/assets/stylesheets/themes/_fc_styles.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 842, app/assets/stylesheets/themes/_fc_styles.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 846, app/assets/stylesheets/themes/_fc_styles.css */
b, strong {
  font-weight: 800;
}

/* line 850, app/assets/stylesheets/themes/_fc_styles.css */
small, .small {
  font-size: 75%;
}

/* line 854, app/assets/stylesheets/themes/_fc_styles.css */
mark, .mark {
  padding: .1875em;
  color: var(--iota-highlight-color);
  background-color: var(--iota-highlight-bg);
}

/* line 860, app/assets/stylesheets/themes/_fc_styles.css */
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 867, app/assets/stylesheets/themes/_fc_styles.css */
sub {
  bottom: -0.25em;
}

/* line 871, app/assets/stylesheets/themes/_fc_styles.css */
sup {
  top: -0.5em;
}

/* line 875, app/assets/stylesheets/themes/_fc_styles.css */
a {
  color: rgba(var(--iota-link-color-rgb), var(--iota-link-opacity, 1));
  text-decoration: none;
}

/* line 880, app/assets/stylesheets/themes/_fc_styles.css */
a:hover {
  --iota-link-color-rgb: var(--iota-link-hover-color-rgb);
  text-decoration: underline;
}

/* line 885, app/assets/stylesheets/themes/_fc_styles.css */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 890, app/assets/stylesheets/themes/_fc_styles.css */
pre, code, kbd, samp {
  font-family: var(--iota-font-monospace);
  font-size: 1em;
}

/* line 895, app/assets/stylesheets/themes/_fc_styles.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 75%;
}

/* line 903, app/assets/stylesheets/themes/_fc_styles.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 909, app/assets/stylesheets/themes/_fc_styles.css */
code {
  font-size: 75%;
  color: var(--iota-code-color);
  word-wrap: break-word;
}

/* line 915, app/assets/stylesheets/themes/_fc_styles.css */
a > code {
  color: inherit;
}

/* line 919, app/assets/stylesheets/themes/_fc_styles.css */
kbd {
  padding: .1875rem .375rem;
  font-size: 75%;
  color: var(--iota-body-bg);
  background-color: var(--iota-body-color);
  border-radius: .25rem;
}

/* line 927, app/assets/stylesheets/themes/_fc_styles.css */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 932, app/assets/stylesheets/themes/_fc_styles.css */
figure {
  margin: 0 0 1rem;
}

/* line 936, app/assets/stylesheets/themes/_fc_styles.css */
img, svg {
  vertical-align: middle;
}

/* line 940, app/assets/stylesheets/themes/_fc_styles.css */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 945, app/assets/stylesheets/themes/_fc_styles.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #9da9bb;
  text-align: left;
}

/* line 952, app/assets/stylesheets/themes/_fc_styles.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 957, app/assets/stylesheets/themes/_fc_styles.css */
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 963, app/assets/stylesheets/themes/_fc_styles.css */
label {
  display: inline-block;
}

/* line 967, app/assets/stylesheets/themes/_fc_styles.css */
button {
  border-radius: 0;
}

/* line 971, app/assets/stylesheets/themes/_fc_styles.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 975, app/assets/stylesheets/themes/_fc_styles.css */
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 982, app/assets/stylesheets/themes/_fc_styles.css */
button, select {
  text-transform: none;
}

/* line 986, app/assets/stylesheets/themes/_fc_styles.css */
[role=button] {
  cursor: pointer;
}

/* line 990, app/assets/stylesheets/themes/_fc_styles.css */
select {
  word-wrap: normal;
}

/* line 994, app/assets/stylesheets/themes/_fc_styles.css */
select:disabled {
  opacity: 1;
}

/* line 998, app/assets/stylesheets/themes/_fc_styles.css */
[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 1002, app/assets/stylesheets/themes/_fc_styles.css */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/* line 1006, app/assets/stylesheets/themes/_fc_styles.css */
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 1010, app/assets/stylesheets/themes/_fc_styles.css */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 1015, app/assets/stylesheets/themes/_fc_styles.css */
textarea {
  resize: vertical;
}

/* line 1019, app/assets/stylesheets/themes/_fc_styles.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1026, app/assets/stylesheets/themes/_fc_styles.css */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 1036, app/assets/stylesheets/themes/_fc_styles.css */
  legend {
    font-size: 1.5rem;
  }
}

/* line 1041, app/assets/stylesheets/themes/_fc_styles.css */
legend + * {
  clear: left;
}

/* line 1045, app/assets/stylesheets/themes/_fc_styles.css */
::-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 1049, app/assets/stylesheets/themes/_fc_styles.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 1053, app/assets/stylesheets/themes/_fc_styles.css */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 1058, app/assets/stylesheets/themes/_fc_styles.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 1062, app/assets/stylesheets/themes/_fc_styles.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 1066, app/assets/stylesheets/themes/_fc_styles.css */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 1071, app/assets/stylesheets/themes/_fc_styles.css */
output {
  display: inline-block;
}

/* line 1075, app/assets/stylesheets/themes/_fc_styles.css */
iframe {
  border: 0;
}

/* line 1079, app/assets/stylesheets/themes/_fc_styles.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 1084, app/assets/stylesheets/themes/_fc_styles.css */
progress {
  vertical-align: baseline;
}

/* line 1088, app/assets/stylesheets/themes/_fc_styles.css */
[hidden] {
  display: none !important;
}

/* line 1092, app/assets/stylesheets/themes/_fc_styles.css */
.lead {
  font-size: 1.2rem;
  font-weight: 400;
}

/* line 1097, app/assets/stylesheets/themes/_fc_styles.css */
.display-1 {
  font-size: calc(1.554981696rem + 3.659780352vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1104, app/assets/stylesheets/themes/_fc_styles.css */
  .display-1 {
    font-size: 4.29981696rem;
  }
}

/* line 1109, app/assets/stylesheets/themes/_fc_styles.css */
.display-2 {
  font-size: calc(1.48331808rem + 2.79981696vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1116, app/assets/stylesheets/themes/_fc_styles.css */
  .display-2 {
    font-size: 3.5831808rem;
  }
}

/* line 1121, app/assets/stylesheets/themes/_fc_styles.css */
.display-3 {
  font-size: calc(1.4235984rem + 2.0831808vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1128, app/assets/stylesheets/themes/_fc_styles.css */
  .display-3 {
    font-size: 2.985984rem;
  }
}

/* line 1133, app/assets/stylesheets/themes/_fc_styles.css */
.display-4 {
  font-size: calc(1.373832rem + 1.485984vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1140, app/assets/stylesheets/themes/_fc_styles.css */
  .display-4 {
    font-size: 2.48832rem;
  }
}

/* line 1145, app/assets/stylesheets/themes/_fc_styles.css */
.display-5 {
  font-size: calc(1.33236rem + 0.98832vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1152, app/assets/stylesheets/themes/_fc_styles.css */
  .display-5 {
    font-size: 2.0736rem;
  }
}

/* line 1157, app/assets/stylesheets/themes/_fc_styles.css */
.display-6 {
  font-size: calc(1.2978rem + 0.5736vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 1164, app/assets/stylesheets/themes/_fc_styles.css */
  .display-6 {
    font-size: 1.728rem;
  }
}

/* line 1169, app/assets/stylesheets/themes/_fc_styles.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1174, app/assets/stylesheets/themes/_fc_styles.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 1179, app/assets/stylesheets/themes/_fc_styles.css */
.list-inline-item {
  display: inline-block;
}

/* line 1183, app/assets/stylesheets/themes/_fc_styles.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 1187, app/assets/stylesheets/themes/_fc_styles.css */
.initialism {
  font-size: 75%;
  text-transform: uppercase;
}

/* line 1192, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

/* line 1197, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 1201, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 75%;
  color: #748194;
}

/* line 1208, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote-footer::before {
  content: "— ";
}

/* line 1212, app/assets/stylesheets/themes/_fc_styles.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 1217, app/assets/stylesheets/themes/_fc_styles.css */
.img-thumbnail {
  padding: .25rem;
  background-color: var(--iota-thumbnail-bg-global);
  border: 3px solid var(--iota-thumbnail-bg-global);
  border-radius: var(--iota-border-radius);
  -webkit-box-shadow: var(--iota-box-shadow-sm);
  box-shadow: var(--iota-box-shadow-sm);
  max-width: 100%;
  height: auto;
}

/* line 1228, app/assets/stylesheets/themes/_fc_styles.css */
.figure {
  display: inline-block;
}

/* line 1232, app/assets/stylesheets/themes/_fc_styles.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 1237, app/assets/stylesheets/themes/_fc_styles.css */
.figure-caption {
  font-size: 75%;
  color: var(--iota-gray-600);
}

/* line 1242, app/assets/stylesheets/themes/_fc_styles.css */
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --iota-gutter-x: 2rem;
  --iota-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--iota-gutter-x)*.5);
  padding-left: calc(var(--iota-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 1253, app/assets/stylesheets/themes/_fc_styles.css */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 1259, app/assets/stylesheets/themes/_fc_styles.css */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 1265, app/assets/stylesheets/themes/_fc_styles.css */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 1271, app/assets/stylesheets/themes/_fc_styles.css */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1540px) {
  /* line 1277, app/assets/stylesheets/themes/_fc_styles.css */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1480px;
  }
}

/* line 1282, app/assets/stylesheets/themes/_fc_styles.css */
:root {
  --iota-breakpoint-xs: 0;
  --iota-breakpoint-sm: 576px;
  --iota-breakpoint-md: 768px;
  --iota-breakpoint-lg: 992px;
  --iota-breakpoint-xl: 1200px;
  --iota-breakpoint-xxl: 1540px
;
}

/* line 1291, app/assets/stylesheets/themes/_fc_styles.css */
.row {
  --iota-gutter-x: 2rem;
  --iota-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--iota-gutter-y));
  margin-right: calc(-0.5*var(--iota-gutter-x));
  margin-left: calc(-0.5*var(--iota-gutter-x));
}

/* line 1304, app/assets/stylesheets/themes/_fc_styles.css */
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--iota-gutter-x)*.5);
  padding-left: calc(var(--iota-gutter-x)*.5);
  margin-top: var(--iota-gutter-y);
}

/* line 1314, app/assets/stylesheets/themes/_fc_styles.css */
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

/* line 1320, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 1327, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 1334, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 1341, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 1348, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 1355, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

/* line 1362, app/assets/stylesheets/themes/_fc_styles.css */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 1369, app/assets/stylesheets/themes/_fc_styles.css */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 1376, app/assets/stylesheets/themes/_fc_styles.css */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 1383, app/assets/stylesheets/themes/_fc_styles.css */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 1390, app/assets/stylesheets/themes/_fc_styles.css */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 1397, app/assets/stylesheets/themes/_fc_styles.css */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 1404, app/assets/stylesheets/themes/_fc_styles.css */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 1411, app/assets/stylesheets/themes/_fc_styles.css */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 1418, app/assets/stylesheets/themes/_fc_styles.css */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 1425, app/assets/stylesheets/themes/_fc_styles.css */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 1432, app/assets/stylesheets/themes/_fc_styles.css */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

/* line 1439, app/assets/stylesheets/themes/_fc_styles.css */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 1446, app/assets/stylesheets/themes/_fc_styles.css */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 1453, app/assets/stylesheets/themes/_fc_styles.css */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 1460, app/assets/stylesheets/themes/_fc_styles.css */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 1464, app/assets/stylesheets/themes/_fc_styles.css */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 1468, app/assets/stylesheets/themes/_fc_styles.css */
.offset-3 {
  margin-left: 25%;
}

/* line 1472, app/assets/stylesheets/themes/_fc_styles.css */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 1476, app/assets/stylesheets/themes/_fc_styles.css */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 1480, app/assets/stylesheets/themes/_fc_styles.css */
.offset-6 {
  margin-left: 50%;
}

/* line 1484, app/assets/stylesheets/themes/_fc_styles.css */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 1488, app/assets/stylesheets/themes/_fc_styles.css */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 1492, app/assets/stylesheets/themes/_fc_styles.css */
.offset-9 {
  margin-left: 75%;
}

/* line 1496, app/assets/stylesheets/themes/_fc_styles.css */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 1500, app/assets/stylesheets/themes/_fc_styles.css */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 1504, app/assets/stylesheets/themes/_fc_styles.css */
.g-0, .gx-0, .timeline-simple .timeline-item, .timeline-zigzag .timeline-item, .timeline-vertical .timeline-item {
  --iota-gutter-x: 0
;
}

/* line 1508, app/assets/stylesheets/themes/_fc_styles.css */
.g-0, .gy-0 {
  --iota-gutter-y: 0
;
}

/* line 1512, app/assets/stylesheets/themes/_fc_styles.css */
.g-1, .gx-1 {
  --iota-gutter-x: 0.25rem
;
}

/* line 1516, app/assets/stylesheets/themes/_fc_styles.css */
.g-1, .gy-1 {
  --iota-gutter-y: 0.25rem
;
}

/* line 1520, app/assets/stylesheets/themes/_fc_styles.css */
.g-2, .gx-2 {
  --iota-gutter-x: 0.5rem
;
}

/* line 1524, app/assets/stylesheets/themes/_fc_styles.css */
.g-2, .gy-2 {
  --iota-gutter-y: 0.5rem
;
}

/* line 1528, app/assets/stylesheets/themes/_fc_styles.css */
.g-3, .gx-3 {
  --iota-gutter-x: 1rem
;
}

/* line 1532, app/assets/stylesheets/themes/_fc_styles.css */
.g-3, .gy-3 {
  --iota-gutter-y: 1rem
;
}

/* line 1536, app/assets/stylesheets/themes/_fc_styles.css */
.g-4, .gx-4 {
  --iota-gutter-x: 1.8rem
;
}

/* line 1540, app/assets/stylesheets/themes/_fc_styles.css */
.g-4, .gy-4 {
  --iota-gutter-y: 1.8rem
;
}

/* line 1544, app/assets/stylesheets/themes/_fc_styles.css */
.g-5, .gx-5 {
  --iota-gutter-x: 3rem
;
}

/* line 1548, app/assets/stylesheets/themes/_fc_styles.css */
.g-5, .gy-5 {
  --iota-gutter-y: 3rem
;
}

/* line 1552, app/assets/stylesheets/themes/_fc_styles.css */
.g-6, .gx-6 {
  --iota-gutter-x: 4rem
;
}

/* line 1556, app/assets/stylesheets/themes/_fc_styles.css */
.g-6, .gy-6 {
  --iota-gutter-y: 4rem
;
}

/* line 1560, app/assets/stylesheets/themes/_fc_styles.css */
.g-7, .gx-7 {
  --iota-gutter-x: 5rem
;
}

/* line 1564, app/assets/stylesheets/themes/_fc_styles.css */
.g-7, .gy-7 {
  --iota-gutter-y: 5rem
;
}

/* line 1568, app/assets/stylesheets/themes/_fc_styles.css */
.g-8, .gx-8 {
  --iota-gutter-x: 7.5rem
;
}

/* line 1572, app/assets/stylesheets/themes/_fc_styles.css */
.g-8, .gy-8 {
  --iota-gutter-y: 7.5rem
;
}

/* line 1576, app/assets/stylesheets/themes/_fc_styles.css */
.g-9, .gx-9 {
  --iota-gutter-x: 10rem
;
}

/* line 1580, app/assets/stylesheets/themes/_fc_styles.css */
.g-9, .gy-9 {
  --iota-gutter-y: 10rem
;
}

/* line 1584, app/assets/stylesheets/themes/_fc_styles.css */
.g-10, .gx-10 {
  --iota-gutter-x: 12.5rem
;
}

/* line 1588, app/assets/stylesheets/themes/_fc_styles.css */
.g-10, .gy-10 {
  --iota-gutter-y: 12.5rem
;
}

/* line 1592, app/assets/stylesheets/themes/_fc_styles.css */
.g-11, .gx-11 {
  --iota-gutter-x: 15rem
;
}

/* line 1596, app/assets/stylesheets/themes/_fc_styles.css */
.g-11, .gy-11 {
  --iota-gutter-y: 15rem
;
}

/* line 1600, app/assets/stylesheets/themes/_fc_styles.css */
.g-x1, .gx-x1 {
  --iota-gutter-x: 1.25rem
;
}

/* line 1604, app/assets/stylesheets/themes/_fc_styles.css */
.g-x1, .gy-x1 {
  --iota-gutter-y: 1.25rem
;
}

@media (min-width: 576px) {
  /* line 1609, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 1615, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1622, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1629, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1636, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1643, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1650, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1657, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1664, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1671, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1678, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1685, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1692, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1699, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1706, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1713, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1720, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1727, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1734, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1741, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1748, app/assets/stylesheets/themes/_fc_styles.css */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1755, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1759, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1763, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1767, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1771, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1775, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1779, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1783, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1787, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1791, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1795, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1799, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1803, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-0, .gx-sm-0 {
    --iota-gutter-x: 0
  ;
  }
  /* line 1807, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-0, .gy-sm-0 {
    --iota-gutter-y: 0
  ;
  }
  /* line 1811, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-1, .gx-sm-1 {
    --iota-gutter-x: 0.25rem
  ;
  }
  /* line 1815, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-1, .gy-sm-1 {
    --iota-gutter-y: 0.25rem
  ;
  }
  /* line 1819, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-2, .gx-sm-2 {
    --iota-gutter-x: 0.5rem
  ;
  }
  /* line 1823, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-2, .gy-sm-2 {
    --iota-gutter-y: 0.5rem
  ;
  }
  /* line 1827, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-3, .gx-sm-3 {
    --iota-gutter-x: 1rem
  ;
  }
  /* line 1831, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-3, .gy-sm-3 {
    --iota-gutter-y: 1rem
  ;
  }
  /* line 1835, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-4, .gx-sm-4 {
    --iota-gutter-x: 1.8rem
  ;
  }
  /* line 1839, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-4, .gy-sm-4 {
    --iota-gutter-y: 1.8rem
  ;
  }
  /* line 1843, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-5, .gx-sm-5 {
    --iota-gutter-x: 3rem
  ;
  }
  /* line 1847, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-5, .gy-sm-5 {
    --iota-gutter-y: 3rem
  ;
  }
  /* line 1851, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-6, .gx-sm-6 {
    --iota-gutter-x: 4rem
  ;
  }
  /* line 1855, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-6, .gy-sm-6 {
    --iota-gutter-y: 4rem
  ;
  }
  /* line 1859, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-7, .gx-sm-7 {
    --iota-gutter-x: 5rem
  ;
  }
  /* line 1863, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-7, .gy-sm-7 {
    --iota-gutter-y: 5rem
  ;
  }
  /* line 1867, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-8, .gx-sm-8 {
    --iota-gutter-x: 7.5rem
  ;
  }
  /* line 1871, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-8, .gy-sm-8 {
    --iota-gutter-y: 7.5rem
  ;
  }
  /* line 1875, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-9, .gx-sm-9 {
    --iota-gutter-x: 10rem
  ;
  }
  /* line 1879, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-9, .gy-sm-9 {
    --iota-gutter-y: 10rem
  ;
  }
  /* line 1883, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-10, .gx-sm-10 {
    --iota-gutter-x: 12.5rem
  ;
  }
  /* line 1887, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-10, .gy-sm-10 {
    --iota-gutter-y: 12.5rem
  ;
  }
  /* line 1891, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-11, .gx-sm-11 {
    --iota-gutter-x: 15rem
  ;
  }
  /* line 1895, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-11, .gy-sm-11 {
    --iota-gutter-y: 15rem
  ;
  }
  /* line 1899, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-x1, .gx-sm-x1 {
    --iota-gutter-x: 1.25rem
  ;
  }
  /* line 1903, app/assets/stylesheets/themes/_fc_styles.css */
  .g-sm-x1, .gy-sm-x1 {
    --iota-gutter-y: 1.25rem
  ;
  }
}

@media (min-width: 768px) {
  /* line 1909, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 1915, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1922, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1929, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1936, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1943, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1950, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1957, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1964, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1971, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1978, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1985, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1992, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1999, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2006, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2013, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2020, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2027, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2034, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2041, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2048, app/assets/stylesheets/themes/_fc_styles.css */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2055, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 2059, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 2063, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 2067, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 2071, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 2075, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 2079, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 2083, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 2087, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 2091, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 2095, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 2099, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 2103, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-0, .gx-md-0 {
    --iota-gutter-x: 0
  ;
  }
  /* line 2107, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-0, .gy-md-0 {
    --iota-gutter-y: 0
  ;
  }
  /* line 2111, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-1, .gx-md-1 {
    --iota-gutter-x: 0.25rem
  ;
  }
  /* line 2115, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-1, .gy-md-1 {
    --iota-gutter-y: 0.25rem
  ;
  }
  /* line 2119, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-2, .gx-md-2 {
    --iota-gutter-x: 0.5rem
  ;
  }
  /* line 2123, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-2, .gy-md-2 {
    --iota-gutter-y: 0.5rem
  ;
  }
  /* line 2127, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-3, .gx-md-3 {
    --iota-gutter-x: 1rem
  ;
  }
  /* line 2131, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-3, .gy-md-3 {
    --iota-gutter-y: 1rem
  ;
  }
  /* line 2135, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-4, .gx-md-4 {
    --iota-gutter-x: 1.8rem
  ;
  }
  /* line 2139, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-4, .gy-md-4 {
    --iota-gutter-y: 1.8rem
  ;
  }
  /* line 2143, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-5, .gx-md-5 {
    --iota-gutter-x: 3rem
  ;
  }
  /* line 2147, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-5, .gy-md-5 {
    --iota-gutter-y: 3rem
  ;
  }
  /* line 2151, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-6, .gx-md-6 {
    --iota-gutter-x: 4rem
  ;
  }
  /* line 2155, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-6, .gy-md-6 {
    --iota-gutter-y: 4rem
  ;
  }
  /* line 2159, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-7, .gx-md-7 {
    --iota-gutter-x: 5rem
  ;
  }
  /* line 2163, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-7, .gy-md-7 {
    --iota-gutter-y: 5rem
  ;
  }
  /* line 2167, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-8, .gx-md-8 {
    --iota-gutter-x: 7.5rem
  ;
  }
  /* line 2171, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-8, .gy-md-8 {
    --iota-gutter-y: 7.5rem
  ;
  }
  /* line 2175, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-9, .gx-md-9 {
    --iota-gutter-x: 10rem
  ;
  }
  /* line 2179, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-9, .gy-md-9 {
    --iota-gutter-y: 10rem
  ;
  }
  /* line 2183, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-10, .gx-md-10 {
    --iota-gutter-x: 12.5rem
  ;
  }
  /* line 2187, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-10, .gy-md-10 {
    --iota-gutter-y: 12.5rem
  ;
  }
  /* line 2191, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-11, .gx-md-11 {
    --iota-gutter-x: 15rem
  ;
  }
  /* line 2195, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-11, .gy-md-11 {
    --iota-gutter-y: 15rem
  ;
  }
  /* line 2199, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-x1, .gx-md-x1 {
    --iota-gutter-x: 1.25rem
  ;
  }
  /* line 2203, app/assets/stylesheets/themes/_fc_styles.css */
  .g-md-x1, .gy-md-x1 {
    --iota-gutter-y: 1.25rem
  ;
  }
}

@media (min-width: 992px) {
  /* line 2209, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 2215, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2222, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2229, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2236, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2243, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2250, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2257, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2264, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2271, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2278, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2285, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2292, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2299, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2306, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2313, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2320, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2327, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2334, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2341, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2348, app/assets/stylesheets/themes/_fc_styles.css */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2355, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 2359, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 2363, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 2367, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 2371, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 2375, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 2379, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 2383, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 2387, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 2391, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 2395, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 2399, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 2403, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-0, .gx-lg-0 {
    --iota-gutter-x: 0
  ;
  }
  /* line 2407, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-0, .gy-lg-0 {
    --iota-gutter-y: 0
  ;
  }
  /* line 2411, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-1, .gx-lg-1 {
    --iota-gutter-x: 0.25rem
  ;
  }
  /* line 2415, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-1, .gy-lg-1 {
    --iota-gutter-y: 0.25rem
  ;
  }
  /* line 2419, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-2, .gx-lg-2 {
    --iota-gutter-x: 0.5rem
  ;
  }
  /* line 2423, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-2, .gy-lg-2 {
    --iota-gutter-y: 0.5rem
  ;
  }
  /* line 2427, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-3, .gx-lg-3 {
    --iota-gutter-x: 1rem
  ;
  }
  /* line 2431, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-3, .gy-lg-3 {
    --iota-gutter-y: 1rem
  ;
  }
  /* line 2435, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-4, .gx-lg-4 {
    --iota-gutter-x: 1.8rem
  ;
  }
  /* line 2439, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-4, .gy-lg-4 {
    --iota-gutter-y: 1.8rem
  ;
  }
  /* line 2443, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-5, .gx-lg-5 {
    --iota-gutter-x: 3rem
  ;
  }
  /* line 2447, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-5, .gy-lg-5 {
    --iota-gutter-y: 3rem
  ;
  }
  /* line 2451, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-6, .gx-lg-6 {
    --iota-gutter-x: 4rem
  ;
  }
  /* line 2455, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-6, .gy-lg-6 {
    --iota-gutter-y: 4rem
  ;
  }
  /* line 2459, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-7, .gx-lg-7 {
    --iota-gutter-x: 5rem
  ;
  }
  /* line 2463, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-7, .gy-lg-7 {
    --iota-gutter-y: 5rem
  ;
  }
  /* line 2467, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-8, .gx-lg-8 {
    --iota-gutter-x: 7.5rem
  ;
  }
  /* line 2471, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-8, .gy-lg-8 {
    --iota-gutter-y: 7.5rem
  ;
  }
  /* line 2475, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-9, .gx-lg-9 {
    --iota-gutter-x: 10rem
  ;
  }
  /* line 2479, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-9, .gy-lg-9 {
    --iota-gutter-y: 10rem
  ;
  }
  /* line 2483, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-10, .gx-lg-10 {
    --iota-gutter-x: 12.5rem
  ;
  }
  /* line 2487, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-10, .gy-lg-10 {
    --iota-gutter-y: 12.5rem
  ;
  }
  /* line 2491, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-11, .gx-lg-11 {
    --iota-gutter-x: 15rem
  ;
  }
  /* line 2495, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-11, .gy-lg-11 {
    --iota-gutter-y: 15rem
  ;
  }
  /* line 2499, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-x1, .gx-lg-x1 {
    --iota-gutter-x: 1.25rem
  ;
  }
  /* line 2503, app/assets/stylesheets/themes/_fc_styles.css */
  .g-lg-x1, .gy-lg-x1 {
    --iota-gutter-y: 1.25rem
  ;
  }
}

@media (min-width: 1200px) {
  /* line 2509, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 2515, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2522, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2529, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2536, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2543, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2550, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2557, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2564, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2571, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2578, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2585, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2592, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2599, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2606, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2613, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2620, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2627, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2634, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2641, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2648, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2655, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 2659, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 2663, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 2667, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 2671, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 2675, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 2679, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 2683, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 2687, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 2691, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 2695, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 2699, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 2703, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-0, .gx-xl-0 {
    --iota-gutter-x: 0
  ;
  }
  /* line 2707, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-0, .gy-xl-0 {
    --iota-gutter-y: 0
  ;
  }
  /* line 2711, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-1, .gx-xl-1 {
    --iota-gutter-x: 0.25rem
  ;
  }
  /* line 2715, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-1, .gy-xl-1 {
    --iota-gutter-y: 0.25rem
  ;
  }
  /* line 2719, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-2, .gx-xl-2 {
    --iota-gutter-x: 0.5rem
  ;
  }
  /* line 2723, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-2, .gy-xl-2 {
    --iota-gutter-y: 0.5rem
  ;
  }
  /* line 2727, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-3, .gx-xl-3 {
    --iota-gutter-x: 1rem
  ;
  }
  /* line 2731, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-3, .gy-xl-3 {
    --iota-gutter-y: 1rem
  ;
  }
  /* line 2735, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-4, .gx-xl-4 {
    --iota-gutter-x: 1.8rem
  ;
  }
  /* line 2739, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-4, .gy-xl-4 {
    --iota-gutter-y: 1.8rem
  ;
  }
  /* line 2743, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-5, .gx-xl-5 {
    --iota-gutter-x: 3rem
  ;
  }
  /* line 2747, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-5, .gy-xl-5 {
    --iota-gutter-y: 3rem
  ;
  }
  /* line 2751, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-6, .gx-xl-6 {
    --iota-gutter-x: 4rem
  ;
  }
  /* line 2755, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-6, .gy-xl-6 {
    --iota-gutter-y: 4rem
  ;
  }
  /* line 2759, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-7, .gx-xl-7 {
    --iota-gutter-x: 5rem
  ;
  }
  /* line 2763, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-7, .gy-xl-7 {
    --iota-gutter-y: 5rem
  ;
  }
  /* line 2767, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-8, .gx-xl-8 {
    --iota-gutter-x: 7.5rem
  ;
  }
  /* line 2771, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-8, .gy-xl-8 {
    --iota-gutter-y: 7.5rem
  ;
  }
  /* line 2775, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-9, .gx-xl-9 {
    --iota-gutter-x: 10rem
  ;
  }
  /* line 2779, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-9, .gy-xl-9 {
    --iota-gutter-y: 10rem
  ;
  }
  /* line 2783, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-10, .gx-xl-10 {
    --iota-gutter-x: 12.5rem
  ;
  }
  /* line 2787, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-10, .gy-xl-10 {
    --iota-gutter-y: 12.5rem
  ;
  }
  /* line 2791, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-11, .gx-xl-11 {
    --iota-gutter-x: 15rem
  ;
  }
  /* line 2795, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-11, .gy-xl-11 {
    --iota-gutter-y: 15rem
  ;
  }
  /* line 2799, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-x1, .gx-xl-x1 {
    --iota-gutter-x: 1.25rem
  ;
  }
  /* line 2803, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xl-x1, .gy-xl-x1 {
    --iota-gutter-y: 1.25rem
  ;
  }
}

@media (min-width: 1540px) {
  /* line 2809, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 2815, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2822, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2829, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2836, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2843, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2850, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 2857, app/assets/stylesheets/themes/_fc_styles.css */
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2864, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 2871, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 2878, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 2885, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 2892, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 2899, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 2906, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 2913, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 2920, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 2927, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 2934, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 2941, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 2948, app/assets/stylesheets/themes/_fc_styles.css */
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 2955, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 2959, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 2963, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 2967, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 2971, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 2975, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 2979, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 2983, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 2987, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 2991, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 2995, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 2999, app/assets/stylesheets/themes/_fc_styles.css */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 3003, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-0, .gx-xxl-0 {
    --iota-gutter-x: 0
  ;
  }
  /* line 3007, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-0, .gy-xxl-0 {
    --iota-gutter-y: 0
  ;
  }
  /* line 3011, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-1, .gx-xxl-1 {
    --iota-gutter-x: 0.25rem
  ;
  }
  /* line 3015, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-1, .gy-xxl-1 {
    --iota-gutter-y: 0.25rem
  ;
  }
  /* line 3019, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-2, .gx-xxl-2 {
    --iota-gutter-x: 0.5rem
  ;
  }
  /* line 3023, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-2, .gy-xxl-2 {
    --iota-gutter-y: 0.5rem
  ;
  }
  /* line 3027, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-3, .gx-xxl-3 {
    --iota-gutter-x: 1rem
  ;
  }
  /* line 3031, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-3, .gy-xxl-3 {
    --iota-gutter-y: 1rem
  ;
  }
  /* line 3035, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-4, .gx-xxl-4 {
    --iota-gutter-x: 1.8rem
  ;
  }
  /* line 3039, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-4, .gy-xxl-4 {
    --iota-gutter-y: 1.8rem
  ;
  }
  /* line 3043, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-5, .gx-xxl-5 {
    --iota-gutter-x: 3rem
  ;
  }
  /* line 3047, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-5, .gy-xxl-5 {
    --iota-gutter-y: 3rem
  ;
  }
  /* line 3051, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-6, .gx-xxl-6 {
    --iota-gutter-x: 4rem
  ;
  }
  /* line 3055, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-6, .gy-xxl-6 {
    --iota-gutter-y: 4rem
  ;
  }
  /* line 3059, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-7, .gx-xxl-7 {
    --iota-gutter-x: 5rem
  ;
  }
  /* line 3063, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-7, .gy-xxl-7 {
    --iota-gutter-y: 5rem
  ;
  }
  /* line 3067, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-8, .gx-xxl-8 {
    --iota-gutter-x: 7.5rem
  ;
  }
  /* line 3071, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-8, .gy-xxl-8 {
    --iota-gutter-y: 7.5rem
  ;
  }
  /* line 3075, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-9, .gx-xxl-9 {
    --iota-gutter-x: 10rem
  ;
  }
  /* line 3079, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-9, .gy-xxl-9 {
    --iota-gutter-y: 10rem
  ;
  }
  /* line 3083, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-10, .gx-xxl-10 {
    --iota-gutter-x: 12.5rem
  ;
  }
  /* line 3087, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-10, .gy-xxl-10 {
    --iota-gutter-y: 12.5rem
  ;
  }
  /* line 3091, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-11, .gx-xxl-11 {
    --iota-gutter-x: 15rem
  ;
  }
  /* line 3095, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-11, .gy-xxl-11 {
    --iota-gutter-y: 15rem
  ;
  }
  /* line 3099, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-x1, .gx-xxl-x1 {
    --iota-gutter-x: 1.25rem
  ;
  }
  /* line 3103, app/assets/stylesheets/themes/_fc_styles.css */
  .g-xxl-x1, .gy-xxl-x1 {
    --iota-gutter-y: 1.25rem
  ;
  }
}

/* line 3108, app/assets/stylesheets/themes/_fc_styles.css */
.table {
  --iota-table-color-type: initial;
  --iota-table-bg-type: initial;
  --iota-table-color-state: initial;
  --iota-table-bg-state: initial;
  --iota-table-color: #5e6e82;
  --iota-table-bg: transparent;
  --iota-table-border-color: var(--iota-body-bg);
  --iota-table-accent-bg: transparent;
  --iota-table-striped-color: #5e6e82;
  --iota-table-striped-bg: var(--iota-gray-100);
  --iota-table-active-color: var(--iota-body-color);
  --iota-table-active-bg: rgba(var(--iota-emphasis-color-rgb), 0.1);
  --iota-table-hover-color: var(--iota-body-color);
  --iota-table-hover-bg: rgba(var(--iota-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--iota-table-border-color);
}

/* line 3129, app/assets/stylesheets/themes/_fc_styles.css */
.table > :not(caption) > * > * {
  padding: .75rem .75rem;
  color: var(--iota-table-color-state, var(--iota-table-color-type, var(--iota-table-color)));
  background-color: var(--iota-table-bg);
  border-bottom-width: var(--iota-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--iota-table-bg-state, var(--iota-table-bg-type, var(--iota-table-accent-bg)));
  box-shadow: inset 0 0 0 9999px var(--iota-table-bg-state, var(--iota-table-bg-type, var(--iota-table-accent-bg)));
}

/* line 3138, app/assets/stylesheets/themes/_fc_styles.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 3142, app/assets/stylesheets/themes/_fc_styles.css */
.table > thead {
  vertical-align: bottom;
}

/* line 3146, app/assets/stylesheets/themes/_fc_styles.css */
.table-group-divider {
  border-top: calc(var(--iota-border-width) * 2) solid inherit;
}

/* line 3150, app/assets/stylesheets/themes/_fc_styles.css */
.caption-top {
  caption-side: top;
}

/* line 3154, app/assets/stylesheets/themes/_fc_styles.css */
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}

/* line 3158, app/assets/stylesheets/themes/_fc_styles.css */
.table-bordered > :not(caption) > * {
  border-width: var(--iota-border-width) 0;
}

/* line 3162, app/assets/stylesheets/themes/_fc_styles.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--iota-border-width);
}

/* line 3166, app/assets/stylesheets/themes/_fc_styles.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 3170, app/assets/stylesheets/themes/_fc_styles.css */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 3174, app/assets/stylesheets/themes/_fc_styles.css */
.table-striped > tbody > tr:nth-of-type(even) > * {
  --iota-table-color-type: var(--iota-table-striped-color);
  --iota-table-bg-type: var(--iota-table-striped-bg)
;
}

/* line 3179, app/assets/stylesheets/themes/_fc_styles.css */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --iota-table-color-type: var(--iota-table-striped-color);
  --iota-table-bg-type: var(--iota-table-striped-bg)
;
}

/* line 3184, app/assets/stylesheets/themes/_fc_styles.css */
.table-active {
  --iota-table-color-state: var(--iota-table-active-color);
  --iota-table-bg-state: var(--iota-table-active-bg)
;
}

/* line 3189, app/assets/stylesheets/themes/_fc_styles.css */
.table-hover > tbody > tr:hover > * {
  --iota-table-color-state: var(--iota-table-hover-color);
  --iota-table-bg-state: var(--iota-table-hover-bg)
;
}

/* line 3194, app/assets/stylesheets/themes/_fc_styles.css */
.table-primary {
  --iota-table-color: #4d5969;
  --iota-table-bg: #d5e5fa;
  --iota-table-border-color: #bac9dd;
  --iota-table-striped-bg: #cedef3;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #c7d7ec;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #cbdbef;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3208, app/assets/stylesheets/themes/_fc_styles.css */
.table-secondary {
  --iota-table-color: #4d5969;
  --iota-table-bg: #e3e6ea;
  --iota-table-border-color: #c5cad0;
  --iota-table-striped-bg: #dcdfe4;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #d4d8dd;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #d8dbe0;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3222, app/assets/stylesheets/themes/_fc_styles.css */
.table-success {
  --iota-table-color: #4d5969;
  --iota-table-bg: #ccf6e4;
  --iota-table-border-color: #b3d7cb;
  --iota-table-striped-bg: #c6eede;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #bfe6d8;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #c2eadb;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3236, app/assets/stylesheets/themes/_fc_styles.css */
.table-info {
  --iota-table-color: #4d5969;
  --iota-table-bg: #d4f2ff;
  --iota-table-border-color: #b9d3e1;
  --iota-table-striped-bg: #cdeaf8;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #c7e3f0;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #cae7f4;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3250, app/assets/stylesheets/themes/_fc_styles.css */
.table-warning {
  --iota-table-color: #4d5969;
  --iota-table-bg: #fde6d8;
  --iota-table-border-color: #dacac2;
  --iota-table-striped-bg: #f4dfd2;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #ebd8cd;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #f0dbd0;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3264, app/assets/stylesheets/themes/_fc_styles.css */
.table-danger {
  --iota-table-color: #4d5969;
  --iota-table-bg: #fad7dd;
  --iota-table-border-color: #d7bec6;
  --iota-table-striped-bg: #f1d1d7;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #e9cad1;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #edced4;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3278, app/assets/stylesheets/themes/_fc_styles.css */
.table-light {
  --iota-table-color: #4d5969;
  --iota-table-bg: #f9fafd;
  --iota-table-border-color: #d7dadf;
  --iota-table-striped-bg: #f0f2f6;
  --iota-table-striped-color: #4d5969;
  --iota-table-active-bg: #e8eaee;
  --iota-table-active-color: #4d5969;
  --iota-table-hover-bg: #eceef2;
  --iota-table-hover-color: #4d5969;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3292, app/assets/stylesheets/themes/_fc_styles.css */
.table-dark {
  --iota-table-color: #fff;
  --iota-table-bg: #0b1727;
  --iota-table-border-color: #3c4552;
  --iota-table-striped-bg: #172332;
  --iota-table-striped-color: #fff;
  --iota-table-active-bg: #232e3d;
  --iota-table-active-color: #fff;
  --iota-table-hover-bg: #1d2837;
  --iota-table-hover-color: #fff;
  color: var(--iota-table-color);
  border-color: var(--iota-table-border-color);
}

/* line 3306, app/assets/stylesheets/themes/_fc_styles.css */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 3312, app/assets/stylesheets/themes/_fc_styles.css */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 3319, app/assets/stylesheets/themes/_fc_styles.css */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 3326, app/assets/stylesheets/themes/_fc_styles.css */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 3333, app/assets/stylesheets/themes/_fc_styles.css */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1539.98px) {
  /* line 3340, app/assets/stylesheets/themes/_fc_styles.css */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 3346, app/assets/stylesheets/themes/_fc_styles.css */
.form-label {
  margin-bottom: .5rem;
  font-size: 0.8333333333rem;
  font-weight: 500;
}

/* line 3352, app/assets/stylesheets/themes/_fc_styles.css */
.col-form-label {
  padding-top: calc(0.3125rem + var(--iota-border-width));
  padding-bottom: calc(0.3125rem + var(--iota-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
}

/* line 3361, app/assets/stylesheets/themes/_fc_styles.css */
.col-form-label-lg {
  padding-top: calc(0.375rem + var(--iota-border-width));
  padding-bottom: calc(0.375rem + var(--iota-border-width));
  font-size: 1.2rem;
}

/* line 3367, app/assets/stylesheets/themes/_fc_styles.css */
.col-form-label-sm {
  padding-top: calc(0.1875rem + var(--iota-border-width));
  padding-bottom: calc(0.1875rem + var(--iota-border-width));
  font-size: 0.875rem;
}

/* line 3373, app/assets/stylesheets/themes/_fc_styles.css */
.form-text {
  margin-top: .25rem;
  font-size: 75%;
  color: #9da9bb;
}

/* line 3379, app/assets/stylesheets/themes/_fc_styles.css */
.form-control {
  display: block;
  width: 100%;
  padding: .3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--iota-gray-900);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--iota-quaternary-bg);
  background-clip: padding-box;
  border: var(--iota-border-width) solid var(--iota-gray-300);
  border-radius: var(--iota-border-radius);
  -webkit-box-shadow: var(--iota-box-shadow-inset);
  box-shadow: var(--iota-box-shadow-inset);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3404, app/assets/stylesheets/themes/_fc_styles.css */
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 3411, app/assets/stylesheets/themes/_fc_styles.css */
.form-control[type=file] {
  overflow: hidden;
}

/* line 3415, app/assets/stylesheets/themes/_fc_styles.css */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 3419, app/assets/stylesheets/themes/_fc_styles.css */
.form-control:focus {
  color: var(--iota-gray-900);
  background-color: var(--iota-quaternary-bg);
  border-color: var(--iota-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: var(--iota-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: var(--iota-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 3428, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 3434, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 3439, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::-webkit-input-placeholder {
  color: var(--iota-input-placeholder-color-global);
  opacity: 1;
}

/* line 3444, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::-moz-placeholder {
  color: var(--iota-input-placeholder-color-global);
  opacity: 1;
}

/* line 3449, app/assets/stylesheets/themes/_fc_styles.css */
.form-control:-ms-input-placeholder {
  color: var(--iota-input-placeholder-color-global);
  opacity: 1;
}

/* line 3454, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::-ms-input-placeholder {
  color: var(--iota-input-placeholder-color-global);
  opacity: 1;
}

/* line 3459, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::placeholder {
  color: var(--iota-input-placeholder-color-global);
  opacity: 1;
}

/* line 3464, app/assets/stylesheets/themes/_fc_styles.css */
.form-control:disabled {
  background-color: var(--iota-gray-200);
  opacity: 1;
}

/* line 3469, app/assets/stylesheets/themes/_fc_styles.css */
.form-control::file-selector-button {
  padding: .3125rem 1rem;
  margin: -0.3125rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #d8e2ef;
  background-color: #344050;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--iota-border-width);
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3488, app/assets/stylesheets/themes/_fc_styles.css */
  .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 3495, app/assets/stylesheets/themes/_fc_styles.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #344050;
}

/* line 3499, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .3125rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #5e6e82;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--iota-border-width) 0;
}

/* line 3511, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 3515, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 3520, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-sm {
  min-height: calc(1.5em + 0.375rem + calc(var(--iota-border-width) * 2));
  padding: .1875rem .75rem;
  font-size: 0.875rem;
  border-radius: var(--iota-border-radius-sm);
}

/* line 3527, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-sm::file-selector-button {
  padding: .1875rem .75rem;
  margin: -0.1875rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
}

/* line 3533, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-lg {
  min-height: calc(1.5em + 0.75rem + calc(var(--iota-border-width) * 2));
  padding: .375rem 1.25rem;
  font-size: 1.2rem;
  border-radius: var(--iota-border-radius-lg);
}

/* line 3540, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-lg::file-selector-button {
  padding: .375rem 1.25rem;
  margin: -0.375rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
}

/* line 3546, app/assets/stylesheets/themes/_fc_styles.css */
textarea.form-control {
  min-height: calc(1.5em + 0.625rem + calc(var(--iota-border-width) * 2));
}

/* line 3550, app/assets/stylesheets/themes/_fc_styles.css */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.375rem + calc(var(--iota-border-width) * 2));
}

/* line 3554, app/assets/stylesheets/themes/_fc_styles.css */
textarea.form-control-lg {
  min-height: calc(1.5em + 0.75rem + calc(var(--iota-border-width) * 2));
}

/* line 3558, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.625rem + calc(var(--iota-border-width) * 2));
  padding: .3125rem;
}

/* line 3564, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 3568, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--iota-border-radius);
}

/* line 3573, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--iota-border-radius);
}

/* line 3578, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.375rem + calc(var(--iota-border-width) * 2));
}

/* line 3582, app/assets/stylesheets/themes/_fc_styles.css */
.form-control-color.form-control-lg {
  height: calc(1.5em + 0.75rem + calc(var(--iota-border-width) * 2));
}

/* line 3586, app/assets/stylesheets/themes/_fc_styles.css */
.form-select {
  --iota-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='%234d5969' 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: .3125rem 3rem .3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--iota-gray-900);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--iota-quaternary-bg);
  background-image: var(--iota-form-select-bg-img), var(--iota-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--iota-border-width) solid var(--iota-gray-300);
  border-radius: var(--iota-border-radius);
  -webkit-box-shadow: var(--iota-box-shadow-inset);
  box-shadow: var(--iota-box-shadow-inset);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3615, app/assets/stylesheets/themes/_fc_styles.css */
  .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 3622, app/assets/stylesheets/themes/_fc_styles.css */
.form-select:focus {
  border-color: var(--iota-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: var(--iota-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: var(--iota-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 3629, app/assets/stylesheets/themes/_fc_styles.css */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

/* line 3634, app/assets/stylesheets/themes/_fc_styles.css */
.form-select:disabled {
  background-color: var(--iota-gray-200);
}

/* line 3638, app/assets/stylesheets/themes/_fc_styles.css */
.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 var(--iota-gray-900);
}

/* line 3643, app/assets/stylesheets/themes/_fc_styles.css */
.form-select-sm {
  padding-top: .1875rem;
  padding-bottom: .1875rem;
  padding-left: .75rem;
  font-size: 0.875rem;
  border-radius: var(--iota-border-radius-sm);
}

/* line 3651, app/assets/stylesheets/themes/_fc_styles.css */
.form-select-lg {
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 1.25rem;
  font-size: 1.2rem;
  border-radius: var(--iota-border-radius-lg);
}

/* line 3659, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .form-select {
  --iota-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='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
;
}

/* line 3663, app/assets/stylesheets/themes/_fc_styles.css */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .34375rem;
}

/* line 3670, app/assets/stylesheets/themes/_fc_styles.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 3675, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 3681, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 3687, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input {
  --iota-form-check-bg: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--iota-form-check-bg);
  background-image: var(--iota-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--iota-gray-400);
  print-color-adjust: exact;
}

/* line 3707, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[type=checkbox] {
  border-radius: .25em;
}

/* line 3711, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 3715, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

/* line 3720, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input:focus {
  border-color: var(--iota-input-focus-border-color-global);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 3727, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input:checked {
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 3732, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[type=checkbox]:checked {
  --iota-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 3736, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[type=radio]:checked {
  --iota-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 3740, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #2c7be5;
  border-color: #2c7be5;
  --iota-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 3746, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

/* line 3753, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .5;
}

/* line 3758, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch {
  padding-left: 2.5em;
}

/* line 3762, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch .form-check-input {
  --iota-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='%239da9bb'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--iota-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position .15s ease-in-out;
  -o-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3775, app/assets/stylesheets/themes/_fc_styles.css */
  .form-switch .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 3782, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch .form-check-input:focus {
  --iota-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='var%28--iota-input-focus-border-color-global%29'/%3e%3c/svg%3e")
;
}

/* line 3786, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch .form-check-input:checked {
  background-position: right center;
  --iota-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 3791, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 3796, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 3801, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 3806, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3812, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check[disabled] + .btn, .iota-data-table .paging_full_numbers .btn-check[disabled] + .page-link, .iota-data-table .paging_first_last_numbers .btn-check[disabled] + .page-link, .iota-data-table .paging_full .btn-check[disabled] + .page-link, .iota-data-table .paging_numbers .btn-check[disabled] + .page-link, .iota-data-table .paging_simple_numbers .btn-check[disabled] + .page-link, [data-list] .btn-check[disabled] + .page, .table-list .btn-check[disabled] + .page, .tox .tox-menu__footer .btn-check[disabled] + .tox-button:last-child, .tox .tox-dialog__footer .btn-check[disabled] + .tox-button:last-child, .tox .tox-menu__footer .btn-check[disabled] + .tox-button--secondary, .tox .tox-dialog__footer .btn-check[disabled] + .tox-button--secondary, .btn-check:disabled + .btn, .iota-data-table .paging_full_numbers .btn-check:disabled + .page-link, .iota-data-table .paging_first_last_numbers .btn-check:disabled + .page-link, .iota-data-table .paging_full .btn-check:disabled + .page-link, .iota-data-table .paging_numbers .btn-check:disabled + .page-link, .iota-data-table .paging_simple_numbers .btn-check:disabled + .page-link, [data-list] .btn-check:disabled + .page, .table-list .btn-check:disabled + .page, .tox .tox-menu__footer .btn-check:disabled + .tox-button:last-child, .tox .tox-dialog__footer .btn-check:disabled + .tox-button:last-child, .tox .tox-menu__footer .btn-check:disabled + .tox-button--secondary, .tox .tox-dialog__footer .btn-check:disabled + .tox-button--secondary {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

/* line 3819, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --iota-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='%239da9bb'/%3e%3c/svg%3e")
;
}

/* line 3823, app/assets/stylesheets/themes/_fc_styles.css */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
}

/* line 3833, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:focus {
  outline: 0;
}

/* line 3837, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #edf2f9, 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 1px #edf2f9, 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 3842, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #edf2f9, 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 3846, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 3850, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3868, app/assets/stylesheets/themes/_fc_styles.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3874, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #cbdef9;
}

/* line 3878, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--iota-gray-300);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  -webkit-box-shadow: var(--iota-box-shadow-inset);
  box-shadow: var(--iota-box-shadow-inset);
}

/* line 3890, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #2c7be5;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3904, app/assets/stylesheets/themes/_fc_styles.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3910, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-moz-range-thumb:active {
  background-color: #cbdef9;
}

/* line 3914, app/assets/stylesheets/themes/_fc_styles.css */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--iota-gray-300);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  box-shadow: var(--iota-box-shadow-inset);
}

/* line 3925, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 3929, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #9da9bb;
}

/* line 3933, app/assets/stylesheets/themes/_fc_styles.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #9da9bb;
}

/* line 3937, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating {
  position: relative;
}

/* line 3941, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--iota-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--iota-border-width) * 2));
  line-height: 1.25;
}

/* line 3947, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--iota-border-width) solid rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3972, app/assets/stylesheets/themes/_fc_styles.css */
  .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 3979, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}

/* line 3983, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

/* line 3987, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

/* line 3991, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

/* line 3995, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

/* line 3999, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: rgba(0, 0, 0, 0);
}

/* line 4003, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 4008, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 4013, app/assets/stylesheets/themes/_fc_styles.css */
.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: .625rem;
}

/* line 4018, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 4023, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 4028, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--iota-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4033, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--iota-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4039, app/assets/stylesheets/themes/_fc_styles.css */
.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(--iota-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4046, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem .5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--iota-quaternary-bg);
  border-radius: var(--iota-border-radius);
}

/* line 4056, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem .5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--iota-quaternary-bg);
  border-radius: var(--iota-border-radius);
}

/* line 4066, app/assets/stylesheets/themes/_fc_styles.css */
.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 .5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--iota-quaternary-bg);
  border-radius: var(--iota-border-radius);
}

/* line 4076, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--iota-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 4082, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--iota-border-width) 0;
}

/* line 4086, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #748194;
}

/* line 4090, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > :disabled ~ label::after, .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--iota-gray-200);
}

/* line 4094, app/assets/stylesheets/themes/_fc_styles.css */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 4107, app/assets/stylesheets/themes/_fc_styles.css */
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 4116, app/assets/stylesheets/themes/_fc_styles.css */
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 4120, app/assets/stylesheets/themes/_fc_styles.css */
.input-group .btn, .input-group .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_full_numbers .input-group .page-link, .input-group .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_first_last_numbers .input-group .page-link, .input-group .iota-data-table .paging_full .page-link, .iota-data-table .paging_full .input-group .page-link, .input-group .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_numbers .input-group .page-link, .input-group .iota-data-table .paging_simple_numbers .page-link, .iota-data-table .paging_simple_numbers .input-group .page-link, .input-group [data-list] .page, [data-list] .input-group .page, .input-group .table-list .page, .table-list .input-group .page, .input-group .tox .tox-menu__footer .tox-button:last-child, .tox .tox-menu__footer .input-group .tox-button:last-child, .input-group .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-dialog__footer .input-group .tox-button:last-child, .input-group .tox .tox-menu__footer .tox-button--secondary, .tox .tox-menu__footer .input-group .tox-button--secondary, .input-group .tox .tox-dialog__footer .tox-button--secondary, .tox .tox-dialog__footer .input-group .tox-button--secondary {
  position: relative;
  z-index: 2;
}

/* line 4125, app/assets/stylesheets/themes/_fc_styles.css */
.input-group .btn:focus, .input-group .iota-data-table .paging_full_numbers .page-link:focus, .iota-data-table .paging_full_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_first_last_numbers .page-link:focus, .iota-data-table .paging_first_last_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_full .page-link:focus, .iota-data-table .paging_full .input-group .page-link:focus, .input-group .iota-data-table .paging_numbers .page-link:focus, .iota-data-table .paging_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_simple_numbers .page-link:focus, .iota-data-table .paging_simple_numbers .input-group .page-link:focus, .input-group [data-list] .page:focus, [data-list] .input-group .page:focus, .input-group .table-list .page:focus, .table-list .input-group .page:focus, .input-group .tox .tox-menu__footer .tox-button:focus:last-child, .tox .tox-menu__footer .input-group .tox-button:focus:last-child, .input-group .tox .tox-dialog__footer .tox-button:focus:last-child, .tox .tox-dialog__footer .input-group .tox-button:focus:last-child, .input-group .tox .tox-menu__footer .tox-button--secondary:focus, .tox .tox-menu__footer .input-group .tox-button--secondary:focus, .input-group .tox .tox-dialog__footer .tox-button--secondary:focus, .tox .tox-dialog__footer .input-group .tox-button--secondary:focus {
  z-index: 5;
}

/* line 4129, app/assets/stylesheets/themes/_fc_styles.css */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .3125rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--iota-gray-900);
  text-align: center;
  white-space: nowrap;
  background-color: var(--iota-gray-200);
  border: var(--iota-border-width) solid var(--iota-gray-300);
  border-radius: var(--iota-border-radius);
}

/* line 4148, app/assets/stylesheets/themes/_fc_styles.css */
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .iota-data-table .paging_full_numbers .input-group-lg > .page-link, .iota-data-table .paging_first_last_numbers .input-group-lg > .page-link, .iota-data-table .paging_full .input-group-lg > .page-link, .iota-data-table .paging_numbers .input-group-lg > .page-link, .iota-data-table .paging_simple_numbers .input-group-lg > .page-link, [data-list] .input-group-lg > .page, .table-list .input-group-lg > .page, .tox .tox-menu__footer .input-group-lg > .tox-button:last-child, .tox .tox-dialog__footer .input-group-lg > .tox-button:last-child, .tox .tox-menu__footer .input-group-lg > .tox-button--secondary, .tox .tox-dialog__footer .input-group-lg > .tox-button--secondary {
  padding: .375rem 1.25rem;
  font-size: 1.2rem;
  border-radius: var(--iota-border-radius-lg);
}

/* line 4154, app/assets/stylesheets/themes/_fc_styles.css */
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .iota-data-table .paging_full_numbers .input-group-sm > .page-link, .iota-data-table .paging_first_last_numbers .input-group-sm > .page-link, .iota-data-table .paging_full .input-group-sm > .page-link, .iota-data-table .paging_numbers .input-group-sm > .page-link, .iota-data-table .paging_simple_numbers .input-group-sm > .page-link, [data-list] .input-group-sm > .page, .table-list .input-group-sm > .page, .tox .tox-menu__footer .input-group-sm > .tox-button:last-child, .tox .tox-dialog__footer .input-group-sm > .tox-button:last-child, .tox .tox-menu__footer .input-group-sm > .tox-button--secondary, .tox .tox-dialog__footer .input-group-sm > .tox-button--secondary {
  padding: .1875rem .75rem;
  font-size: 0.875rem;
  border-radius: var(--iota-border-radius-sm);
}

/* line 4160, app/assets/stylesheets/themes/_fc_styles.css */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 4rem;
}

/* line 4164, app/assets/stylesheets/themes/_fc_styles.css */
.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 4169, app/assets/stylesheets/themes/_fc_styles.css */
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4174, app/assets/stylesheets/themes/_fc_styles.css */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--iota-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4180, app/assets/stylesheets/themes/_fc_styles.css */
.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 4185, app/assets/stylesheets/themes/_fc_styles.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 75%;
  color: var(--iota-form-valid-color);
}

/* line 4193, app/assets/stylesheets/themes/_fc_styles.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem .5rem;
  margin-top: .1rem;
  font-size: 0.8333333333rem;
  color: #fff;
  background-color: var(--iota-success);
  border-radius: var(--iota-border-radius);
}

/* line 4207, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}

/* line 4211, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--iota-form-valid-border-color);
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 4220, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--iota-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
}

/* line 4226, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.625rem);
  background-position: top calc(0.375em + 0.15625rem) right calc(0.375em + 0.15625rem);
}

/* line 4231, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--iota-form-valid-border-color);
}

/* line 4235, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --iota-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center,center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 4242, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--iota-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
}

/* line 4248, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.625rem));
}

/* line 4252, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--iota-form-valid-border-color);
}

/* line 4256, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--iota-form-valid-color);
}

/* line 4260, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-success-rgb), 0.25);
}

/* line 4265, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--iota-form-valid-color);
}

/* line 4269, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 4273, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 4277, app/assets/stylesheets/themes/_fc_styles.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 75%;
  color: var(--iota-form-invalid-color);
}

/* line 4285, app/assets/stylesheets/themes/_fc_styles.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem .5rem;
  margin-top: .1rem;
  font-size: 0.8333333333rem;
  color: #fff;
  background-color: var(--iota-danger);
  border-radius: var(--iota-border-radius);
}

/* line 4299, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 4303, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--iota-form-invalid-border-color);
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 4312, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--iota-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
}

/* line 4318, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.625rem);
  background-position: top calc(0.375em + 0.15625rem) right calc(0.375em + 0.15625rem);
}

/* line 4323, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--iota-form-invalid-border-color);
}

/* line 4327, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --iota-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center,center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 4334, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--iota-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
}

/* line 4340, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.625rem));
}

/* line 4344, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--iota-form-invalid-border-color);
}

/* line 4348, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--iota-form-invalid-color);
}

/* line 4352, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-danger-rgb), 0.25);
}

/* line 4357, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--iota-form-invalid-color);
}

/* line 4361, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 4365, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 4369, app/assets/stylesheets/themes/_fc_styles.css */
.btn, .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link, [data-list] .page, .table-list .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary {
  --iota-btn-padding-x: 1rem;
  --iota-btn-padding-y: 0.3125rem;
  --iota-btn-font-family: ;
  --iota-btn-font-size: 1rem;
  --iota-btn-font-weight: 500;
  --iota-btn-line-height: 1.5;
  --iota-btn-color: #5e6e82;
  --iota-btn-bg: transparent;
  --iota-btn-border-width: var(--iota-border-width);
  --iota-btn-border-color: transparent;
  --iota-btn-border-radius: var(--iota-border-radius);
  --iota-btn-hover-border-color: transparent;
  --iota-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --iota-btn-disabled-opacity: 0.5;
  --iota-btn-focus-box-shadow: 0 0 0 0 rgba(var(--iota-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--iota-btn-padding-y) var(--iota-btn-padding-x);
  font-family: var(--iota-btn-font-family);
  font-size: var(--iota-btn-font-size);
  font-weight: var(--iota-btn-font-weight);
  line-height: var(--iota-btn-line-height);
  color: var(--iota-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--iota-btn-border-width) solid var(--iota-btn-border-color);
  border-radius: var(--iota-btn-border-radius);
  background-color: var(--iota-btn-bg);
  -webkit-box-shadow: var(--iota-btn-box-shadow);
  box-shadow: var(--iota-btn-box-shadow);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4412, app/assets/stylesheets/themes/_fc_styles.css */
  .btn, .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link, [data-list] .page, .table-list .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4419, app/assets/stylesheets/themes/_fc_styles.css */
.btn:hover, .iota-data-table .paging_full_numbers .page-link:hover, .iota-data-table .paging_first_last_numbers .page-link:hover, .iota-data-table .paging_full .page-link:hover, .iota-data-table .paging_numbers .page-link:hover, .iota-data-table .paging_simple_numbers .page-link:hover, [data-list] .page:hover, .table-list .page:hover, .tox .tox-menu__footer .tox-button:hover:last-child, .tox .tox-dialog__footer .tox-button:hover:last-child, .tox .tox-menu__footer .tox-button--secondary:hover, .tox .tox-dialog__footer .tox-button--secondary:hover {
  color: var(--iota-btn-hover-color);
  text-decoration: none;
  background-color: var(--iota-btn-hover-bg);
  border-color: var(--iota-btn-hover-border-color);
}

/* line 4426, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check + .btn:hover, .iota-data-table .paging_full_numbers .btn-check + .page-link:hover, .iota-data-table .paging_first_last_numbers .btn-check + .page-link:hover, .iota-data-table .paging_full .btn-check + .page-link:hover, .iota-data-table .paging_numbers .btn-check + .page-link:hover, .iota-data-table .paging_simple_numbers .btn-check + .page-link:hover, [data-list] .btn-check + .page:hover, .table-list .btn-check + .page:hover, .tox .tox-menu__footer .btn-check + .tox-button:hover:last-child, .tox .tox-dialog__footer .btn-check + .tox-button:hover:last-child, .tox .tox-menu__footer .btn-check + .tox-button--secondary:hover, .tox .tox-dialog__footer .btn-check + .tox-button--secondary:hover {
  color: var(--iota-btn-color);
  background-color: var(--iota-btn-bg);
  border-color: var(--iota-btn-border-color);
}

/* line 4432, app/assets/stylesheets/themes/_fc_styles.css */
.btn:focus-visible, .iota-data-table .paging_full_numbers .page-link:focus-visible, .iota-data-table .paging_first_last_numbers .page-link:focus-visible, .iota-data-table .paging_full .page-link:focus-visible, .iota-data-table .paging_numbers .page-link:focus-visible, .iota-data-table .paging_simple_numbers .page-link:focus-visible, [data-list] .page:focus-visible, .table-list .page:focus-visible, .tox .tox-menu__footer .tox-button:focus-visible:last-child, .tox .tox-dialog__footer .tox-button:focus-visible:last-child, .tox .tox-menu__footer .tox-button--secondary:focus-visible, .tox .tox-dialog__footer .tox-button--secondary:focus-visible {
  color: var(--iota-btn-hover-color);
  background-color: var(--iota-btn-hover-bg);
  border-color: var(--iota-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--iota-btn-box-shadow), var(--iota-btn-focus-box-shadow);
  box-shadow: var(--iota-btn-box-shadow), var(--iota-btn-focus-box-shadow);
}

/* line 4441, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:focus-visible + .btn, .iota-data-table .paging_full_numbers .btn-check:focus-visible + .page-link, .iota-data-table .paging_first_last_numbers .btn-check:focus-visible + .page-link, .iota-data-table .paging_full .btn-check:focus-visible + .page-link, .iota-data-table .paging_numbers .btn-check:focus-visible + .page-link, .iota-data-table .paging_simple_numbers .btn-check:focus-visible + .page-link, [data-list] .btn-check:focus-visible + .page, .table-list .btn-check:focus-visible + .page, .tox .tox-menu__footer .btn-check:focus-visible + .tox-button:last-child, .tox .tox-dialog__footer .btn-check:focus-visible + .tox-button:last-child, .tox .tox-menu__footer .btn-check:focus-visible + .tox-button--secondary, .tox .tox-dialog__footer .btn-check:focus-visible + .tox-button--secondary {
  border-color: var(--iota-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--iota-btn-box-shadow), var(--iota-btn-focus-box-shadow);
  box-shadow: var(--iota-btn-box-shadow), var(--iota-btn-focus-box-shadow);
}

/* line 4448, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn, .iota-data-table .paging_full_numbers .btn-check:checked + .page-link, .iota-data-table .paging_first_last_numbers .btn-check:checked + .page-link, .iota-data-table .paging_full .btn-check:checked + .page-link, .iota-data-table .paging_numbers .btn-check:checked + .page-link, .iota-data-table .paging_simple_numbers .btn-check:checked + .page-link, [data-list] .btn-check:checked + .page, .table-list .btn-check:checked + .page, .tox .tox-menu__footer .btn-check:checked + .tox-button:last-child, .tox .tox-dialog__footer .btn-check:checked + .tox-button:last-child, .tox .tox-menu__footer .btn-check:checked + .tox-button--secondary, .tox .tox-dialog__footer .btn-check:checked + .tox-button--secondary, :not(.btn-check) + .btn:active, .iota-data-table .paging_full_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_first_last_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_full :not(.btn-check) + .page-link:active, .iota-data-table .paging_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_simple_numbers :not(.btn-check) + .page-link:active, [data-list] :not(.btn-check) + .page:active, .table-list :not(.btn-check) + .page:active, .tox .tox-menu__footer :not(.btn-check) + .tox-button:active:last-child, .tox .tox-dialog__footer :not(.btn-check) + .tox-button:active:last-child, .tox .tox-menu__footer :not(.btn-check) + .tox-button--secondary:active, .tox .tox-dialog__footer :not(.btn-check) + .tox-button--secondary:active, .btn:first-child:active, .iota-data-table .paging_full_numbers .page-link:first-child:active, .iota-data-table .paging_first_last_numbers .page-link:first-child:active, .iota-data-table .paging_full .page-link:first-child:active, .iota-data-table .paging_numbers .page-link:first-child:active, .iota-data-table .paging_simple_numbers .page-link:first-child:active, [data-list] .page:first-child:active, .table-list .page:first-child:active, .tox .tox-menu__footer .tox-button:first-child:active:last-child, .tox .tox-dialog__footer .tox-button:first-child:active:last-child, .tox .tox-menu__footer .tox-button--secondary:first-child:active, .tox .tox-dialog__footer .tox-button--secondary:first-child:active, .btn.active, .iota-data-table .paging_full_numbers .active.page-link, .iota-data-table .paging_first_last_numbers .active.page-link, .iota-data-table .paging_full .active.page-link, .iota-data-table .paging_numbers .active.page-link, .iota-data-table .paging_simple_numbers .active.page-link, [data-list] .active.page, .table-list .active.page, .tox .tox-menu__footer .active.tox-button:last-child, .tox .tox-dialog__footer .active.tox-button:last-child, .tox .tox-menu__footer .active.tox-button--secondary, .tox .tox-dialog__footer .active.tox-button--secondary, .btn.show, .iota-data-table .paging_full_numbers .show.page-link, .iota-data-table .paging_first_last_numbers .show.page-link, .iota-data-table .paging_full .show.page-link, .iota-data-table .paging_numbers .show.page-link, .iota-data-table .paging_simple_numbers .show.page-link, [data-list] .show.page, .table-list .show.page, .tox .tox-menu__footer .show.tox-button:last-child, .tox .tox-dialog__footer .show.tox-button:last-child, .tox .tox-menu__footer .show.tox-button--secondary, .tox .tox-dialog__footer .show.tox-button--secondary {
  color: var(--iota-btn-active-color);
  background-color: var(--iota-btn-active-bg);
  border-color: var(--iota-btn-active-border-color);
  -webkit-box-shadow: var(--iota-btn-active-shadow);
  box-shadow: var(--iota-btn-active-shadow);
}

/* line 4456, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn:focus-visible, .iota-data-table .paging_full_numbers .btn-check:checked + .page-link:focus-visible, .iota-data-table .paging_first_last_numbers .btn-check:checked + .page-link:focus-visible, .iota-data-table .paging_full .btn-check:checked + .page-link:focus-visible, .iota-data-table .paging_numbers .btn-check:checked + .page-link:focus-visible, .iota-data-table .paging_simple_numbers .btn-check:checked + .page-link:focus-visible, [data-list] .btn-check:checked + .page:focus-visible, .table-list .btn-check:checked + .page:focus-visible, .tox .tox-menu__footer .btn-check:checked + .tox-button:focus-visible:last-child, .tox .tox-dialog__footer .btn-check:checked + .tox-button:focus-visible:last-child, .tox .tox-menu__footer .btn-check:checked + .tox-button--secondary:focus-visible, .tox .tox-dialog__footer .btn-check:checked + .tox-button--secondary:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .iota-data-table .paging_full_numbers :not(.btn-check) + .page-link:active:focus-visible, .iota-data-table .paging_first_last_numbers :not(.btn-check) + .page-link:active:focus-visible, .iota-data-table .paging_full :not(.btn-check) + .page-link:active:focus-visible, .iota-data-table .paging_numbers :not(.btn-check) + .page-link:active:focus-visible, .iota-data-table .paging_simple_numbers :not(.btn-check) + .page-link:active:focus-visible, [data-list] :not(.btn-check) + .page:active:focus-visible, .table-list :not(.btn-check) + .page:active:focus-visible, .tox .tox-menu__footer :not(.btn-check) + .tox-button:active:focus-visible:last-child, .tox .tox-dialog__footer :not(.btn-check) + .tox-button:active:focus-visible:last-child, .tox .tox-menu__footer :not(.btn-check) + .tox-button--secondary:active:focus-visible, .tox .tox-dialog__footer :not(.btn-check) + .tox-button--secondary:active:focus-visible, .btn:first-child:active:focus-visible, .iota-data-table .paging_full_numbers .page-link:first-child:active:focus-visible, .iota-data-table .paging_first_last_numbers .page-link:first-child:active:focus-visible, .iota-data-table .paging_full .page-link:first-child:active:focus-visible, .iota-data-table .paging_numbers .page-link:first-child:active:focus-visible, .iota-data-table .paging_simple_numbers .page-link:first-child:active:focus-visible, [data-list] .page:first-child:active:focus-visible, .table-list .page:first-child:active:focus-visible, .tox .tox-menu__footer .tox-button:first-child:active:focus-visible:last-child, .tox .tox-dialog__footer .tox-button:first-child:active:focus-visible:last-child, .tox .tox-menu__footer .tox-button--secondary:first-child:active:focus-visible, .tox .tox-dialog__footer .tox-button--secondary:first-child:active:focus-visible, .btn.active:focus-visible, .iota-data-table .paging_full_numbers .active.page-link:focus-visible, .iota-data-table .paging_first_last_numbers .active.page-link:focus-visible, .iota-data-table .paging_full .active.page-link:focus-visible, .iota-data-table .paging_numbers .active.page-link:focus-visible, .iota-data-table .paging_simple_numbers .active.page-link:focus-visible, [data-list] .active.page:focus-visible, .table-list .active.page:focus-visible, .tox .tox-menu__footer .active.tox-button:focus-visible:last-child, .tox .tox-dialog__footer .active.tox-button:focus-visible:last-child, .tox .tox-menu__footer .active.tox-button--secondary:focus-visible, .tox .tox-dialog__footer .active.tox-button--secondary:focus-visible, .btn.show:focus-visible, .iota-data-table .paging_full_numbers .show.page-link:focus-visible, .iota-data-table .paging_first_last_numbers .show.page-link:focus-visible, .iota-data-table .paging_full .show.page-link:focus-visible, .iota-data-table .paging_numbers .show.page-link:focus-visible, .iota-data-table .paging_simple_numbers .show.page-link:focus-visible, [data-list] .show.page:focus-visible, .table-list .show.page:focus-visible, .tox .tox-menu__footer .show.tox-button:focus-visible:last-child, .tox .tox-dialog__footer .show.tox-button:focus-visible:last-child, .tox .tox-menu__footer .show.tox-button--secondary:focus-visible, .tox .tox-dialog__footer .show.tox-button--secondary:focus-visible {
  -webkit-box-shadow: var(--iota-btn-active-shadow), var(--iota-btn-focus-box-shadow);
  box-shadow: var(--iota-btn-active-shadow), var(--iota-btn-focus-box-shadow);
}

/* line 4461, app/assets/stylesheets/themes/_fc_styles.css */
.btn:disabled, .iota-data-table .paging_full_numbers .page-link:disabled, .iota-data-table .paging_first_last_numbers .page-link:disabled, .iota-data-table .paging_full .page-link:disabled, .iota-data-table .paging_numbers .page-link:disabled, .iota-data-table .paging_simple_numbers .page-link:disabled, [data-list] .page:disabled, .table-list .page:disabled, .tox .tox-menu__footer .tox-button:disabled:last-child, .tox .tox-dialog__footer .tox-button:disabled:last-child, .tox .tox-menu__footer .tox-button--secondary:disabled, .tox .tox-dialog__footer .tox-button--secondary:disabled, .btn.disabled, .iota-data-table .paging_full_numbers .disabled.page-link, .iota-data-table .paging_first_last_numbers .disabled.page-link, .iota-data-table .paging_full .disabled.page-link, .iota-data-table .paging_numbers .disabled.page-link, .iota-data-table .paging_simple_numbers .disabled.page-link, [data-list] .disabled.page, .table-list .disabled.page, .tox .tox-menu__footer .disabled.tox-button:last-child, .tox .tox-dialog__footer .disabled.tox-button:last-child, .tox .tox-menu__footer .disabled.tox-button--secondary, .tox .tox-dialog__footer .disabled.tox-button--secondary, fieldset:disabled .btn, fieldset:disabled .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_full_numbers fieldset:disabled .page-link, fieldset:disabled .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_first_last_numbers fieldset:disabled .page-link, fieldset:disabled .iota-data-table .paging_full .page-link, .iota-data-table .paging_full fieldset:disabled .page-link, fieldset:disabled .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_numbers fieldset:disabled .page-link, fieldset:disabled .iota-data-table .paging_simple_numbers .page-link, .iota-data-table .paging_simple_numbers fieldset:disabled .page-link, fieldset:disabled [data-list] .page, [data-list] fieldset:disabled .page, fieldset:disabled .table-list .page, .table-list fieldset:disabled .page, fieldset:disabled .tox .tox-menu__footer .tox-button:last-child, .tox .tox-menu__footer fieldset:disabled .tox-button:last-child, fieldset:disabled .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-dialog__footer fieldset:disabled .tox-button:last-child, fieldset:disabled .tox .tox-menu__footer .tox-button--secondary, .tox .tox-menu__footer fieldset:disabled .tox-button--secondary, fieldset:disabled .tox .tox-dialog__footer .tox-button--secondary, .tox .tox-dialog__footer fieldset:disabled .tox-button--secondary {
  color: var(--iota-btn-disabled-color);
  pointer-events: none;
  background-color: var(--iota-btn-disabled-bg);
  border-color: var(--iota-btn-disabled-border-color);
  opacity: var(--iota-btn-disabled-opacity);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4471, app/assets/stylesheets/themes/_fc_styles.css */
.btn-primary, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child {
  --iota-btn-color: #fff;
  --iota-btn-bg: #2c7be5;
  --iota-btn-border-color: #2c7be5;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #2569c3;
  --iota-btn-hover-border-color: #2362b7;
  --iota-btn-focus-shadow-rgb: 76, 143, 233;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #2362b7;
  --iota-btn-active-border-color: #215cac;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #2c7be5;
  --iota-btn-disabled-border-color: #2c7be5
;
}

/* line 4488, app/assets/stylesheets/themes/_fc_styles.css */
.btn-secondary {
  --iota-btn-color: #fff;
  --iota-btn-bg: #748194;
  --iota-btn-border-color: #748194;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #636e7e;
  --iota-btn-hover-border-color: #5d6776;
  --iota-btn-focus-shadow-rgb: 137, 148, 164;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #5d6776;
  --iota-btn-active-border-color: #57616f;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #748194;
  --iota-btn-disabled-border-color: #748194
;
}

/* line 4505, app/assets/stylesheets/themes/_fc_styles.css */
.btn-success {
  --iota-btn-color: #fff;
  --iota-btn-bg: #00d27a;
  --iota-btn-border-color: #00d27a;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #00b368;
  --iota-btn-hover-border-color: #00a862;
  --iota-btn-focus-shadow-rgb: 38, 217, 142;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #00a862;
  --iota-btn-active-border-color: #009e5c;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #00d27a;
  --iota-btn-disabled-border-color: #00d27a
;
}

/* line 4522, app/assets/stylesheets/themes/_fc_styles.css */
.btn-info {
  --iota-btn-color: #fff;
  --iota-btn-bg: #27bcfd;
  --iota-btn-border-color: #27bcfd;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #21a0d7;
  --iota-btn-hover-border-color: #1f96ca;
  --iota-btn-focus-shadow-rgb: 71, 198, 253;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #1f96ca;
  --iota-btn-active-border-color: #1d8dbe;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #27bcfd;
  --iota-btn-disabled-border-color: #27bcfd
;
}

/* line 4539, app/assets/stylesheets/themes/_fc_styles.css */
.btn-warning {
  --iota-btn-color: #fff;
  --iota-btn-bg: #f5803e;
  --iota-btn-border-color: #f5803e;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #d06d35;
  --iota-btn-hover-border-color: #c46632;
  --iota-btn-focus-shadow-rgb: 247, 147, 91;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #c46632;
  --iota-btn-active-border-color: #b8602f;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #f5803e;
  --iota-btn-disabled-border-color: #f5803e
;
}

/* line 4556, app/assets/stylesheets/themes/_fc_styles.css */
.btn-danger {
  --iota-btn-color: #fff;
  --iota-btn-bg: #e63757;
  --iota-btn-border-color: #e63757;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #c42f4a;
  --iota-btn-hover-border-color: #b82c46;
  --iota-btn-focus-shadow-rgb: 234, 85, 112;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #b82c46;
  --iota-btn-active-border-color: #ad2941;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #e63757;
  --iota-btn-disabled-border-color: #e63757
;
}

/* line 4573, app/assets/stylesheets/themes/_fc_styles.css */
.btn-light, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary, .btn-tertiary, .btn-primary[data-list-pagination][disabled], .tox .tox-menu__footer .tox-button[data-list-pagination][disabled]:last-child, .tox .tox-dialog__footer .tox-button[data-list-pagination][disabled]:last-child {
  --iota-btn-color: #4d5969;
  --iota-btn-bg: #f9fafd;
  --iota-btn-border-color: #f9fafd;
  --iota-btn-hover-color: #4d5969;
  --iota-btn-hover-bg: #d4d5d7;
  --iota-btn-hover-border-color: #c7c8ca;
  --iota-btn-focus-shadow-rgb: 223, 226, 231;
  --iota-btn-active-color: #4d5969;
  --iota-btn-active-bg: #c7c8ca;
  --iota-btn-active-border-color: #bbbcbe;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #4d5969;
  --iota-btn-disabled-bg: #f9fafd;
  --iota-btn-disabled-border-color: #f9fafd
;
}

/* line 4590, app/assets/stylesheets/themes/_fc_styles.css */
.btn-dark, [data-bs-theme=dark] .btn-tertiary, [data-bs-theme=dark] .btn-primary[data-list-pagination][disabled], [data-bs-theme=dark] .tox .tox-menu__footer .tox-button[data-list-pagination][disabled]:last-child, .tox .tox-menu__footer [data-bs-theme=dark] .tox-button[data-list-pagination][disabled]:last-child, [data-bs-theme=dark] .tox .tox-dialog__footer .tox-button[data-list-pagination][disabled]:last-child, .tox .tox-dialog__footer [data-bs-theme=dark] .tox-button[data-list-pagination][disabled]:last-child {
  --iota-btn-color: #fff;
  --iota-btn-bg: #0b1727;
  --iota-btn-border-color: #0b1727;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #303a47;
  --iota-btn-hover-border-color: #232e3d;
  --iota-btn-focus-shadow-rgb: 48, 58, 71;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #3c4552;
  --iota-btn-active-border-color: #232e3d;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #fff;
  --iota-btn-disabled-bg: #0b1727;
  --iota-btn-disabled-border-color: #0b1727
;
}

/* line 4607, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-primary {
  --iota-btn-color: #2c7be5;
  --iota-btn-border-color: #2c7be5;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #2c7be5;
  --iota-btn-hover-border-color: #2c7be5;
  --iota-btn-focus-shadow-rgb: 44, 123, 229;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #2c7be5;
  --iota-btn-active-border-color: #2c7be5;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #2c7be5;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #2c7be5;
  --iota-gradient: none
;
}

/* line 4624, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-secondary {
  --iota-btn-color: #748194;
  --iota-btn-border-color: #748194;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #748194;
  --iota-btn-hover-border-color: #748194;
  --iota-btn-focus-shadow-rgb: 116, 129, 148;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #748194;
  --iota-btn-active-border-color: #748194;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #748194;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #748194;
  --iota-gradient: none
;
}

/* line 4641, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-success {
  --iota-btn-color: #00d27a;
  --iota-btn-border-color: #00d27a;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #00d27a;
  --iota-btn-hover-border-color: #00d27a;
  --iota-btn-focus-shadow-rgb: 0, 210, 122;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #00d27a;
  --iota-btn-active-border-color: #00d27a;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #00d27a;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #00d27a;
  --iota-gradient: none
;
}

/* line 4658, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-info {
  --iota-btn-color: #27bcfd;
  --iota-btn-border-color: #27bcfd;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #27bcfd;
  --iota-btn-hover-border-color: #27bcfd;
  --iota-btn-focus-shadow-rgb: 39, 188, 253;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #27bcfd;
  --iota-btn-active-border-color: #27bcfd;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #27bcfd;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #27bcfd;
  --iota-gradient: none
;
}

/* line 4675, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-warning {
  --iota-btn-color: #f5803e;
  --iota-btn-border-color: #f5803e;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #f5803e;
  --iota-btn-hover-border-color: #f5803e;
  --iota-btn-focus-shadow-rgb: 245, 128, 62;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #f5803e;
  --iota-btn-active-border-color: #f5803e;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #f5803e;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #f5803e;
  --iota-gradient: none
;
}

/* line 4692, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-danger {
  --iota-btn-color: #e63757;
  --iota-btn-border-color: #e63757;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #e63757;
  --iota-btn-hover-border-color: #e63757;
  --iota-btn-focus-shadow-rgb: 230, 55, 87;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #e63757;
  --iota-btn-active-border-color: #e63757;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #e63757;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #e63757;
  --iota-gradient: none
;
}

/* line 4709, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-light {
  --iota-btn-color: #f9fafd;
  --iota-btn-border-color: #f9fafd;
  --iota-btn-hover-color: #4d5969;
  --iota-btn-hover-bg: #f9fafd;
  --iota-btn-hover-border-color: #f9fafd;
  --iota-btn-focus-shadow-rgb: 249, 250, 253;
  --iota-btn-active-color: #4d5969;
  --iota-btn-active-bg: #f9fafd;
  --iota-btn-active-border-color: #f9fafd;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #f9fafd;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #f9fafd;
  --iota-gradient: none
;
}

/* line 4726, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-dark {
  --iota-btn-color: #0b1727;
  --iota-btn-border-color: #0b1727;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #0b1727;
  --iota-btn-hover-border-color: #0b1727;
  --iota-btn-focus-shadow-rgb: 11, 23, 39;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #0b1727;
  --iota-btn-active-border-color: #0b1727;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #0b1727;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #0b1727;
  --iota-gradient: none
;
}

/* line 4743, app/assets/stylesheets/themes/_fc_styles.css */
.btn-link {
  --iota-btn-font-weight: 400;
  --iota-btn-color: var(--iota-link-color);
  --iota-btn-bg: transparent;
  --iota-btn-border-color: transparent;
  --iota-btn-hover-color: var(--iota-link-hover-color);
  --iota-btn-hover-border-color: transparent;
  --iota-btn-active-color: var(--iota-link-hover-color);
  --iota-btn-active-border-color: transparent;
  --iota-btn-disabled-color: #748194;
  --iota-btn-disabled-border-color: transparent;
  --iota-btn-box-shadow: 0 0 0 #000;
  --iota-btn-focus-shadow-rgb: 76, 143, 233;
  text-decoration: none;
}

/* line 4759, app/assets/stylesheets/themes/_fc_styles.css */
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}

/* line 4763, app/assets/stylesheets/themes/_fc_styles.css */
.btn-link:focus-visible {
  color: var(--iota-btn-color);
}

/* line 4767, app/assets/stylesheets/themes/_fc_styles.css */
.btn-link:hover {
  color: var(--iota-btn-hover-color);
}

/* line 4771, app/assets/stylesheets/themes/_fc_styles.css */
.btn-lg, .btn-group-lg > .btn, .iota-data-table .paging_full_numbers .btn-group-lg > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-lg > .page-link, .iota-data-table .paging_full .btn-group-lg > .page-link, .iota-data-table .paging_numbers .btn-group-lg > .page-link, .iota-data-table .paging_simple_numbers .btn-group-lg > .page-link, [data-list] .btn-group-lg > .page, .table-list .btn-group-lg > .page, .tox .tox-menu__footer .btn-group-lg > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-lg > .tox-button:last-child, .tox .tox-menu__footer .btn-group-lg > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-lg > .tox-button--secondary {
  --iota-btn-padding-y: 0.375rem;
  --iota-btn-padding-x: 1.25rem;
  --iota-btn-font-size: 1.2rem;
  --iota-btn-border-radius: var(--iota-border-radius-lg)
;
}

/* line 4778, app/assets/stylesheets/themes/_fc_styles.css */
.btn-sm, [data-list] .page, .table-list .page, .btn-group-sm > .btn, .iota-data-table .paging_full_numbers .btn-group-sm > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-sm > .page-link, .iota-data-table .paging_full .btn-group-sm > .page-link, .iota-data-table .paging_numbers .btn-group-sm > .page-link, .iota-data-table .paging_simple_numbers .btn-group-sm > .page-link, .tox .tox-menu__footer .btn-group-sm > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-sm > .tox-button:last-child, .tox .tox-menu__footer .btn-group-sm > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-sm > .tox-button--secondary {
  --iota-btn-padding-y: 0.1875rem;
  --iota-btn-padding-x: 0.75rem;
  --iota-btn-font-size: 0.875rem;
  --iota-btn-border-radius: var(--iota-border-radius-sm)
;
}

/* line 4785, app/assets/stylesheets/themes/_fc_styles.css */
.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4792, app/assets/stylesheets/themes/_fc_styles.css */
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4799, app/assets/stylesheets/themes/_fc_styles.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 4803, app/assets/stylesheets/themes/_fc_styles.css */
.collapse:not(.show) {
  display: none;
}

/* line 4807, app/assets/stylesheets/themes/_fc_styles.css */
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4816, app/assets/stylesheets/themes/_fc_styles.css */
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4823, app/assets/stylesheets/themes/_fc_styles.css */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  -o-transition: width .35s ease;
  transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4832, app/assets/stylesheets/themes/_fc_styles.css */
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4839, app/assets/stylesheets/themes/_fc_styles.css */
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  position: relative;
}

/* line 4843, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 4847, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

/* line 4858, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 4862, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu {
  --iota-dropdown-zindex: 1000;
  --iota-dropdown-min-width: 10rem;
  --iota-dropdown-padding-x: 0;
  --iota-dropdown-padding-y: 1rem;
  --iota-dropdown-spacer: 0.125rem;
  --iota-dropdown-font-size: 0.8333333333rem;
  --iota-dropdown-color: var(--iota-gray-300);
  --iota-dropdown-bg: var(--iota-dropdown-bg-global);
  --iota-dropdown-border-color: var(--iota-border-color);
  --iota-dropdown-border-radius: var(--iota-border-radius);
  --iota-dropdown-border-width: var(--iota-border-width);
  --iota-dropdown-inner-border-radius: calc(var(--iota-border-radius) - var(--iota-border-width));
  --iota-dropdown-divider-bg: var(--iota-border-color);
  --iota-dropdown-divider-margin-y: 0.5rem;
  --iota-dropdown-box-shadow: var(--iota-box-shadow);
  --iota-dropdown-link-color: var(--iota-gray-900);
  --iota-dropdown-link-hover-color: var(--iota-dropdown-link-hover-color-global);
  --iota-dropdown-link-hover-bg: var(--iota-dropdown-link-hover-bg-global);
  --iota-dropdown-link-active-color: #fff;
  --iota-dropdown-link-active-bg: #2c7be5;
  --iota-dropdown-link-disabled-color: var(--iota-gray-600);
  --iota-dropdown-item-padding-x: 1rem;
  --iota-dropdown-item-padding-y: 0.25rem;
  --iota-dropdown-header-color: var(--iota-gray-600);
  --iota-dropdown-header-padding-x: 1rem;
  --iota-dropdown-header-padding-y: 1rem;
  position: absolute;
  z-index: var(--iota-dropdown-zindex);
  display: none;
  min-width: var(--iota-dropdown-min-width);
  padding: var(--iota-dropdown-padding-y) var(--iota-dropdown-padding-x);
  margin: 0;
  font-size: var(--iota-dropdown-font-size);
  color: var(--iota-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--iota-dropdown-bg);
  background-clip: padding-box;
  border: var(--iota-dropdown-border-width) solid var(--iota-dropdown-border-color);
  border-radius: var(--iota-dropdown-border-radius);
  -webkit-box-shadow: var(--iota-dropdown-box-shadow);
  box-shadow: var(--iota-dropdown-box-shadow);
}

/* line 4907, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--iota-dropdown-spacer);
}

/* line 4913, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-start {
  --bs-position: start
;
}

/* line 4917, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 4922, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-end {
  --bs-position: end
;
}

/* line 4926, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 4932, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-sm-start {
    --bs-position: start
  ;
  }
  /* line 4936, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4941, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-sm-end {
    --bs-position: end
  ;
  }
  /* line 4945, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 4952, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-md-start {
    --bs-position: start
  ;
  }
  /* line 4956, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4961, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-md-end {
    --bs-position: end
  ;
  }
  /* line 4965, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 4972, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-lg-start {
    --bs-position: start
  ;
  }
  /* line 4976, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 4981, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-lg-end {
    --bs-position: end
  ;
  }
  /* line 4985, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 4992, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xl-start {
    --bs-position: start
  ;
  }
  /* line 4996, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 5001, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xl-end {
    --bs-position: end
  ;
  }
  /* line 5005, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1540px) {
  /* line 5012, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xxl-start {
    --bs-position: start
  ;
  }
  /* line 5016, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 5021, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xxl-end {
    --bs-position: end
  ;
  }
  /* line 5025, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 5031, app/assets/stylesheets/themes/_fc_styles.css */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--iota-dropdown-spacer);
}

/* line 5038, app/assets/stylesheets/themes/_fc_styles.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: .3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

/* line 5049, app/assets/stylesheets/themes/_fc_styles.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5053, app/assets/stylesheets/themes/_fc_styles.css */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--iota-dropdown-spacer);
}

/* line 5061, app/assets/stylesheets/themes/_fc_styles.css */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: .3em solid;
}

/* line 5072, app/assets/stylesheets/themes/_fc_styles.css */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5076, app/assets/stylesheets/themes/_fc_styles.css */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 5080, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--iota-dropdown-spacer);
}

/* line 5088, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 5095, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 5099, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: .3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

/* line 5109, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 5113, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 5117, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-divider {
  height: 0;
  margin: var(--iota-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--iota-dropdown-divider-bg);
  opacity: 1;
}

/* line 5125, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--iota-dropdown-item-padding-y) var(--iota-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--iota-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: var(--iota-dropdown-item-border-radius, 0);
}

/* line 5139, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--iota-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--iota-dropdown-link-hover-bg);
}

/* line 5145, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-item.active, .dropdown-item:active {
  color: var(--iota-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--iota-dropdown-link-active-bg);
}

/* line 5151, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--iota-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

/* line 5157, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu.show {
  display: block;
}

/* line 5161, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-header {
  display: block;
  padding: var(--iota-dropdown-header-padding-y) var(--iota-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--iota-dropdown-header-color);
  white-space: nowrap;
}

/* line 5170, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-item-text {
  display: block;
  padding: var(--iota-dropdown-item-padding-y) var(--iota-dropdown-item-padding-x);
  color: var(--iota-dropdown-link-color);
}

/* line 5176, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-dark {
  --iota-dropdown-color: #d8e2ef;
  --iota-dropdown-bg: #4d5969;
  --iota-dropdown-border-color: var(--iota-border-color);
  --iota-dropdown-box-shadow: ;
  --iota-dropdown-link-color: #d8e2ef;
  --iota-dropdown-link-hover-color: #fff;
  --iota-dropdown-divider-bg: var(--iota-border-color);
  --iota-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --iota-dropdown-link-active-color: #fff;
  --iota-dropdown-link-active-bg: #2c7be5;
  --iota-dropdown-link-disabled-color: #9da9bb;
  --iota-dropdown-header-color: #9da9bb
;
}

/* line 5191, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 5199, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group > .btn, .iota-data-table .paging_full_numbers .btn-group > .page-link, .iota-data-table .paging_first_last_numbers .btn-group > .page-link, .iota-data-table .paging_full .btn-group > .page-link, .iota-data-table .paging_numbers .btn-group > .page-link, .iota-data-table .paging_simple_numbers .btn-group > .page-link, [data-list] .btn-group > .page, .table-list .btn-group > .page, .tox .tox-menu__footer .btn-group > .tox-button:last-child, .tox .tox-dialog__footer .btn-group > .tox-button:last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary, .tox .tox-dialog__footer .btn-group > .tox-button--secondary, .btn-group-vertical > .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_full .btn-group-vertical > .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link, [data-list] .btn-group-vertical > .page, .table-list .btn-group-vertical > .page, .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 5206, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group > .btn-check:checked + .btn, .iota-data-table .paging_full_numbers .btn-group > .btn-check:checked + .page-link, .iota-data-table .paging_first_last_numbers .btn-group > .btn-check:checked + .page-link, .iota-data-table .paging_full .btn-group > .btn-check:checked + .page-link, .iota-data-table .paging_numbers .btn-group > .btn-check:checked + .page-link, .iota-data-table .paging_simple_numbers .btn-group > .btn-check:checked + .page-link, [data-list] .btn-group > .btn-check:checked + .page, .table-list .btn-group > .btn-check:checked + .page, .tox .tox-menu__footer .btn-group > .btn-check:checked + .tox-button:last-child, .tox .tox-dialog__footer .btn-group > .btn-check:checked + .tox-button:last-child, .tox .tox-menu__footer .btn-group > .btn-check:checked + .tox-button--secondary, .tox .tox-dialog__footer .btn-group > .btn-check:checked + .tox-button--secondary, .btn-group > .btn-check:focus + .btn, .iota-data-table .paging_full_numbers .btn-group > .btn-check:focus + .page-link, .iota-data-table .paging_first_last_numbers .btn-group > .btn-check:focus + .page-link, .iota-data-table .paging_full .btn-group > .btn-check:focus + .page-link, .iota-data-table .paging_numbers .btn-group > .btn-check:focus + .page-link, .iota-data-table .paging_simple_numbers .btn-group > .btn-check:focus + .page-link, [data-list] .btn-group > .btn-check:focus + .page, .table-list .btn-group > .btn-check:focus + .page, .tox .tox-menu__footer .btn-group > .btn-check:focus + .tox-button:last-child, .tox .tox-dialog__footer .btn-group > .btn-check:focus + .tox-button:last-child, .tox .tox-menu__footer .btn-group > .btn-check:focus + .tox-button--secondary, .tox .tox-dialog__footer .btn-group > .btn-check:focus + .tox-button--secondary, .btn-group > .btn:hover, .iota-data-table .paging_full_numbers .btn-group > .page-link:hover, .iota-data-table .paging_first_last_numbers .btn-group > .page-link:hover, .iota-data-table .paging_full .btn-group > .page-link:hover, .iota-data-table .paging_numbers .btn-group > .page-link:hover, .iota-data-table .paging_simple_numbers .btn-group > .page-link:hover, [data-list] .btn-group > .page:hover, .table-list .btn-group > .page:hover, .tox .tox-menu__footer .btn-group > .tox-button:hover:last-child, .tox .tox-dialog__footer .btn-group > .tox-button:hover:last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary:hover, .tox .tox-dialog__footer .btn-group > .tox-button--secondary:hover, .btn-group > .btn:focus, .iota-data-table .paging_full_numbers .btn-group > .page-link:focus, .iota-data-table .paging_first_last_numbers .btn-group > .page-link:focus, .iota-data-table .paging_full .btn-group > .page-link:focus, .iota-data-table .paging_numbers .btn-group > .page-link:focus, .iota-data-table .paging_simple_numbers .btn-group > .page-link:focus, [data-list] .btn-group > .page:focus, .table-list .btn-group > .page:focus, .tox .tox-menu__footer .btn-group > .tox-button:focus:last-child, .tox .tox-dialog__footer .btn-group > .tox-button:focus:last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary:focus, .tox .tox-dialog__footer .btn-group > .tox-button--secondary:focus, .btn-group > .btn:active, .iota-data-table .paging_full_numbers .btn-group > .page-link:active, .iota-data-table .paging_first_last_numbers .btn-group > .page-link:active, .iota-data-table .paging_full .btn-group > .page-link:active, .iota-data-table .paging_numbers .btn-group > .page-link:active, .iota-data-table .paging_simple_numbers .btn-group > .page-link:active, [data-list] .btn-group > .page:active, .table-list .btn-group > .page:active, .tox .tox-menu__footer .btn-group > .tox-button:active:last-child, .tox .tox-dialog__footer .btn-group > .tox-button:active:last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary:active, .tox .tox-dialog__footer .btn-group > .tox-button--secondary:active, .btn-group > .btn.active, .iota-data-table .paging_full_numbers .btn-group > .active.page-link, .iota-data-table .paging_first_last_numbers .btn-group > .active.page-link, .iota-data-table .paging_full .btn-group > .active.page-link, .iota-data-table .paging_numbers .btn-group > .active.page-link, .iota-data-table .paging_simple_numbers .btn-group > .active.page-link, [data-list] .btn-group > .active.page, .table-list .btn-group > .active.page, .tox .tox-menu__footer .btn-group > .active.tox-button:last-child, .tox .tox-dialog__footer .btn-group > .active.tox-button:last-child, .tox .tox-menu__footer .btn-group > .active.tox-button--secondary, .tox .tox-dialog__footer .btn-group > .active.tox-button--secondary, .btn-group-vertical > .btn-check:checked + .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .btn-check:checked + .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .btn-check:checked + .page-link, .iota-data-table .paging_full .btn-group-vertical > .btn-check:checked + .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .btn-check:checked + .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .btn-check:checked + .page-link, [data-list] .btn-group-vertical > .btn-check:checked + .page, .table-list .btn-group-vertical > .btn-check:checked + .page, .tox .tox-menu__footer .btn-group-vertical > .btn-check:checked + .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .btn-check:checked + .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .btn-check:checked + .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .btn-check:checked + .tox-button--secondary, .btn-group-vertical > .btn-check:focus + .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .btn-check:focus + .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .btn-check:focus + .page-link, .iota-data-table .paging_full .btn-group-vertical > .btn-check:focus + .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .btn-check:focus + .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .btn-check:focus + .page-link, [data-list] .btn-group-vertical > .btn-check:focus + .page, .table-list .btn-group-vertical > .btn-check:focus + .page, .tox .tox-menu__footer .btn-group-vertical > .btn-check:focus + .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .btn-check:focus + .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .btn-check:focus + .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .btn-check:focus + .tox-button--secondary, .btn-group-vertical > .btn:hover, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link:hover, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link:hover, .iota-data-table .paging_full .btn-group-vertical > .page-link:hover, .iota-data-table .paging_numbers .btn-group-vertical > .page-link:hover, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link:hover, [data-list] .btn-group-vertical > .page:hover, .table-list .btn-group-vertical > .page:hover, .tox .tox-menu__footer .btn-group-vertical > .tox-button:hover:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:hover:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary:hover, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary:hover, .btn-group-vertical > .btn:focus, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link:focus, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link:focus, .iota-data-table .paging_full .btn-group-vertical > .page-link:focus, .iota-data-table .paging_numbers .btn-group-vertical > .page-link:focus, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link:focus, [data-list] .btn-group-vertical > .page:focus, .table-list .btn-group-vertical > .page:focus, .tox .tox-menu__footer .btn-group-vertical > .tox-button:focus:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:focus:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary:focus, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary:focus, .btn-group-vertical > .btn:active, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link:active, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link:active, .iota-data-table .paging_full .btn-group-vertical > .page-link:active, .iota-data-table .paging_numbers .btn-group-vertical > .page-link:active, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link:active, [data-list] .btn-group-vertical > .page:active, .table-list .btn-group-vertical > .page:active, .tox .tox-menu__footer .btn-group-vertical > .tox-button:active:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:active:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary:active, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary:active, .btn-group-vertical > .btn.active, .iota-data-table .paging_full_numbers .btn-group-vertical > .active.page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .active.page-link, .iota-data-table .paging_full .btn-group-vertical > .active.page-link, .iota-data-table .paging_numbers .btn-group-vertical > .active.page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .active.page-link, [data-list] .btn-group-vertical > .active.page, .table-list .btn-group-vertical > .active.page, .tox .tox-menu__footer .btn-group-vertical > .active.tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .active.tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .active.tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .active.tox-button--secondary {
  z-index: 1;
}

/* line 5210, app/assets/stylesheets/themes/_fc_styles.css */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 5221, app/assets/stylesheets/themes/_fc_styles.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 5225, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group {
  border-radius: var(--iota-border-radius);
}

/* line 5229, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group > :not(.btn-check:first-child) + .btn, .iota-data-table .paging_full_numbers .btn-group > :not(.btn-check:first-child) + .page-link, .iota-data-table .paging_first_last_numbers .btn-group > :not(.btn-check:first-child) + .page-link, .iota-data-table .paging_full .btn-group > :not(.btn-check:first-child) + .page-link, .iota-data-table .paging_numbers .btn-group > :not(.btn-check:first-child) + .page-link, .iota-data-table .paging_simple_numbers .btn-group > :not(.btn-check:first-child) + .page-link, [data-list] .btn-group > :not(.btn-check:first-child) + .page, .table-list .btn-group > :not(.btn-check:first-child) + .page, .tox .tox-menu__footer .btn-group > :not(.btn-check:first-child) + .tox-button:last-child, .tox .tox-dialog__footer .btn-group > :not(.btn-check:first-child) + .tox-button:last-child, .tox .tox-menu__footer .btn-group > :not(.btn-check:first-child) + .tox-button--secondary, .tox .tox-dialog__footer .btn-group > :not(.btn-check:first-child) + .tox-button--secondary, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--iota-border-width) * -1);
}

/* line 5233, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_full_numbers .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_first_last_numbers .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_full .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_numbers .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_simple_numbers .btn-group > .page-link:not(:last-child):not(.dropdown-toggle), [data-list] .btn-group > .page:not(:last-child):not(.dropdown-toggle), .table-list .btn-group > .page:not(:last-child):not(.dropdown-toggle), .tox .tox-menu__footer .btn-group > .tox-button:not(:last-child):not(.dropdown-toggle):last-child, .tox .tox-dialog__footer .btn-group > .tox-button:not(:last-child):not(.dropdown-toggle):last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary:not(:last-child):not(.dropdown-toggle), .tox .tox-dialog__footer .btn-group > .tox-button--secondary:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .iota-data-table .paging_full_numbers .btn-group > .dropdown-toggle-split.page-link:first-child, .iota-data-table .paging_first_last_numbers .btn-group > .dropdown-toggle-split.page-link:first-child, .iota-data-table .paging_full .btn-group > .dropdown-toggle-split.page-link:first-child, .iota-data-table .paging_numbers .btn-group > .dropdown-toggle-split.page-link:first-child, .iota-data-table .paging_simple_numbers .btn-group > .dropdown-toggle-split.page-link:first-child, [data-list] .btn-group > .dropdown-toggle-split.page:first-child, .table-list .btn-group > .dropdown-toggle-split.page:first-child, .tox .tox-menu__footer .btn-group > .dropdown-toggle-split.tox-button:first-child:last-child, .tox .tox-dialog__footer .btn-group > .dropdown-toggle-split.tox-button:first-child:last-child, .tox .tox-menu__footer .btn-group > .dropdown-toggle-split.tox-button--secondary:first-child, .tox .tox-dialog__footer .btn-group > .dropdown-toggle-split.tox-button--secondary:first-child, .btn-group > .btn-group:not(:last-child) > .btn, .iota-data-table .paging_full_numbers .btn-group > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_first_last_numbers .btn-group > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_full .btn-group > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_numbers .btn-group > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_simple_numbers .btn-group > .btn-group:not(:last-child) > .page-link, [data-list] .btn-group > .btn-group:not(:last-child) > .page, .table-list .btn-group > .btn-group:not(:last-child) > .page, .tox .tox-menu__footer .btn-group > .btn-group:not(:last-child) > .tox-button:last-child, .tox .tox-dialog__footer .btn-group > .btn-group:not(:last-child) > .tox-button:last-child, .tox .tox-menu__footer .btn-group > .btn-group:not(:last-child) > .tox-button--secondary, .tox .tox-dialog__footer .btn-group > .btn-group:not(:last-child) > .tox-button--secondary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5238, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group > .btn:nth-child(n+3), .iota-data-table .paging_full_numbers .btn-group > .page-link:nth-child(n+3), .iota-data-table .paging_first_last_numbers .btn-group > .page-link:nth-child(n+3), .iota-data-table .paging_full .btn-group > .page-link:nth-child(n+3), .iota-data-table .paging_numbers .btn-group > .page-link:nth-child(n+3), .iota-data-table .paging_simple_numbers .btn-group > .page-link:nth-child(n+3), [data-list] .btn-group > .page:nth-child(n+3), .table-list .btn-group > .page:nth-child(n+3), .tox .tox-menu__footer .btn-group > .tox-button:nth-child(n+3):last-child, .tox .tox-dialog__footer .btn-group > .tox-button:nth-child(n+3):last-child, .tox .tox-menu__footer .btn-group > .tox-button--secondary:nth-child(n+3), .tox .tox-dialog__footer .btn-group > .tox-button--secondary:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .iota-data-table .paging_full_numbers .btn-group > :not(.btn-check) + .page-link, .iota-data-table .paging_first_last_numbers .btn-group > :not(.btn-check) + .page-link, .iota-data-table .paging_full .btn-group > :not(.btn-check) + .page-link, .iota-data-table .paging_numbers .btn-group > :not(.btn-check) + .page-link, .iota-data-table .paging_simple_numbers .btn-group > :not(.btn-check) + .page-link, [data-list] .btn-group > :not(.btn-check) + .page, .table-list .btn-group > :not(.btn-check) + .page, .tox .tox-menu__footer .btn-group > :not(.btn-check) + .tox-button:last-child, .tox .tox-dialog__footer .btn-group > :not(.btn-check) + .tox-button:last-child, .tox .tox-menu__footer .btn-group > :not(.btn-check) + .tox-button--secondary, .tox .tox-dialog__footer .btn-group > :not(.btn-check) + .tox-button--secondary, .btn-group > .btn-group:not(:first-child) > .btn, .iota-data-table .paging_full_numbers .btn-group > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_first_last_numbers .btn-group > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_full .btn-group > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_numbers .btn-group > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_simple_numbers .btn-group > .btn-group:not(:first-child) > .page-link, [data-list] .btn-group > .btn-group:not(:first-child) > .page, .table-list .btn-group > .btn-group:not(:first-child) > .page, .tox .tox-menu__footer .btn-group > .btn-group:not(:first-child) > .tox-button:last-child, .tox .tox-dialog__footer .btn-group > .btn-group:not(:first-child) > .tox-button:last-child, .tox .tox-menu__footer .btn-group > .btn-group:not(:first-child) > .tox-button--secondary, .tox .tox-dialog__footer .btn-group > .btn-group:not(:first-child) > .tox-button--secondary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5243, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 5248, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 5252, app/assets/stylesheets/themes/_fc_styles.css */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 5256, app/assets/stylesheets/themes/_fc_styles.css */
.btn-sm + .dropdown-toggle-split, [data-list] .page + .dropdown-toggle-split, .table-list .page + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .iota-data-table .paging_full_numbers .btn-group-sm > .page-link + .dropdown-toggle-split, .iota-data-table .paging_first_last_numbers .btn-group-sm > .page-link + .dropdown-toggle-split, .iota-data-table .paging_full .btn-group-sm > .page-link + .dropdown-toggle-split, .iota-data-table .paging_numbers .btn-group-sm > .page-link + .dropdown-toggle-split, .iota-data-table .paging_simple_numbers .btn-group-sm > .page-link + .dropdown-toggle-split, .tox .tox-menu__footer .btn-group-sm > .tox-button:last-child + .dropdown-toggle-split, .tox .tox-dialog__footer .btn-group-sm > .tox-button:last-child + .dropdown-toggle-split, .tox .tox-menu__footer .btn-group-sm > .tox-button--secondary + .dropdown-toggle-split, .tox .tox-dialog__footer .btn-group-sm > .tox-button--secondary + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 5261, app/assets/stylesheets/themes/_fc_styles.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .iota-data-table .paging_full_numbers .btn-group-lg > .page-link + .dropdown-toggle-split, .iota-data-table .paging_first_last_numbers .btn-group-lg > .page-link + .dropdown-toggle-split, .iota-data-table .paging_full .btn-group-lg > .page-link + .dropdown-toggle-split, .iota-data-table .paging_numbers .btn-group-lg > .page-link + .dropdown-toggle-split, .iota-data-table .paging_simple_numbers .btn-group-lg > .page-link + .dropdown-toggle-split, [data-list] .btn-group-lg > .page + .dropdown-toggle-split, .table-list .btn-group-lg > .page + .dropdown-toggle-split, .tox .tox-menu__footer .btn-group-lg > .tox-button:last-child + .dropdown-toggle-split, .tox .tox-dialog__footer .btn-group-lg > .tox-button:last-child + .dropdown-toggle-split, .tox .tox-menu__footer .btn-group-lg > .tox-button--secondary + .dropdown-toggle-split, .tox .tox-dialog__footer .btn-group-lg > .tox-button--secondary + .dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 5266, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 5271, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5276, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 5289, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-vertical > .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_full .btn-group-vertical > .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link, [data-list] .btn-group-vertical > .page, .table-list .btn-group-vertical > .page, .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 5293, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-vertical > .btn:not(:first-child), .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link:not(:first-child), .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link:not(:first-child), .iota-data-table .paging_full .btn-group-vertical > .page-link:not(:first-child), .iota-data-table .paging_numbers .btn-group-vertical > .page-link:not(:first-child), .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link:not(:first-child), [data-list] .btn-group-vertical > .page:not(:first-child), .table-list .btn-group-vertical > .page:not(:first-child), .tox .tox-menu__footer .btn-group-vertical > .tox-button:not(:first-child):last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:not(:first-child):last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary:not(:first-child), .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--iota-border-width) * -1);
}

/* line 5297, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_full .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_numbers .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link:not(:last-child):not(.dropdown-toggle), [data-list] .btn-group-vertical > .page:not(:last-child):not(.dropdown-toggle), .table-list .btn-group-vertical > .page:not(:last-child):not(.dropdown-toggle), .tox .tox-menu__footer .btn-group-vertical > .tox-button:not(:last-child):not(.dropdown-toggle):last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:not(:last-child):not(.dropdown-toggle):last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary:not(:last-child):not(.dropdown-toggle), .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_full .btn-group-vertical > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .btn-group:not(:last-child) > .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .btn-group:not(:last-child) > .page-link, [data-list] .btn-group-vertical > .btn-group:not(:last-child) > .page, .table-list .btn-group-vertical > .btn-group:not(:last-child) > .page, .tox .tox-menu__footer .btn-group-vertical > .btn-group:not(:last-child) > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .btn-group:not(:last-child) > .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .btn-group:not(:last-child) > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .btn-group:not(:last-child) > .tox-button--secondary {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5302, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-vertical > .btn ~ .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .btn, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .btn, .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .btn, .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .btn, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .btn ~ .page-link, .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .btn ~ .page-link, .iota-data-table .paging_full_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .btn-group-vertical > .btn ~ .page-link, .iota-data-table .paging_full_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .btn ~ .page-link, .iota-data-table .paging_full_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .btn ~ .page-link, .iota-data-table .paging_full_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_full_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_first_last_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_full .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_full .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_numbers .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .paging_numbers .btn-group-vertical > .page-link ~ .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .page-link, [data-list] .btn-group-vertical > .page ~ .btn, [data-list] .iota-data-table .paging_full_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_full_numbers [data-list] .btn-group-vertical > .page ~ .page-link, [data-list] .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_first_last_numbers [data-list] .btn-group-vertical > .page ~ .page-link, [data-list] .iota-data-table .paging_full .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_full [data-list] .btn-group-vertical > .page ~ .page-link, [data-list] .iota-data-table .paging_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_numbers [data-list] .btn-group-vertical > .page ~ .page-link, [data-list] .iota-data-table .paging_simple_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_simple_numbers [data-list] .btn-group-vertical > .page ~ .page-link, .table-list .btn-group-vertical > .page ~ .btn, .table-list .iota-data-table .paging_full_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_full_numbers .table-list .btn-group-vertical > .page ~ .page-link, .table-list .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_first_last_numbers .table-list .btn-group-vertical > .page ~ .page-link, .table-list .iota-data-table .paging_full .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_full .table-list .btn-group-vertical > .page ~ .page-link, .table-list .iota-data-table .paging_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_numbers .table-list .btn-group-vertical > .page ~ .page-link, .table-list .iota-data-table .paging_simple_numbers .btn-group-vertical > .page ~ .page-link, .iota-data-table .paging_simple_numbers .table-list .btn-group-vertical > .page ~ .page-link, [data-list] .btn-group-vertical > .btn ~ .page, [data-list] .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_full_numbers [data-list] .btn-group-vertical > .page-link ~ .page, [data-list] .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_first_last_numbers [data-list] .btn-group-vertical > .page-link ~ .page, [data-list] .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_full [data-list] .btn-group-vertical > .page-link ~ .page, [data-list] .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_numbers [data-list] .btn-group-vertical > .page-link ~ .page, [data-list] .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_simple_numbers [data-list] .btn-group-vertical > .page-link ~ .page, [data-list] .btn-group-vertical > .page ~ .page, .table-list .btn-group-vertical > .btn ~ .page, .table-list .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_full_numbers .table-list .btn-group-vertical > .page-link ~ .page, .table-list .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_first_last_numbers .table-list .btn-group-vertical > .page-link ~ .page, .table-list .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_full .table-list .btn-group-vertical > .page-link ~ .page, .table-list .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_numbers .table-list .btn-group-vertical > .page-link ~ .page, .table-list .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .page, .iota-data-table .paging_simple_numbers .table-list .btn-group-vertical > .page-link ~ .page, .table-list .btn-group-vertical > .page ~ .page, .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .btn, .tox .tox-menu__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_full_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_first_last_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_full .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_full .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_simple_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-menu__footer [data-list] .btn-group-vertical > .tox-button:last-child ~ .page, [data-list] .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page, .tox .tox-menu__footer .table-list .btn-group-vertical > .tox-button:last-child ~ .page, .table-list .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .page, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .btn, .tox .tox-dialog__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_full_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_first_last_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_full .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_full .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .tox-button:last-child ~ .page-link, .iota-data-table .paging_simple_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page-link, .tox .tox-dialog__footer [data-list] .btn-group-vertical > .tox-button:last-child ~ .page, [data-list] .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page, .tox .tox-dialog__footer .table-list .btn-group-vertical > .tox-button:last-child ~ .page, .table-list .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .page, .tox .tox-menu__footer .btn-group-vertical > .btn ~ .tox-button:last-child, .tox .tox-menu__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_full_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-menu__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_first_last_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-menu__footer .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_full .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-menu__footer .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-menu__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_simple_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-menu__footer [data-list] .btn-group-vertical > .page ~ .tox-button:last-child, [data-list] .tox .tox-menu__footer .btn-group-vertical > .page ~ .tox-button:last-child, .tox .tox-menu__footer .table-list .btn-group-vertical > .page ~ .tox-button:last-child, .table-list .tox .tox-menu__footer .btn-group-vertical > .page ~ .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .btn ~ .tox-button:last-child, .tox .tox-dialog__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_full_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-dialog__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_first_last_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-dialog__footer .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_full .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-dialog__footer .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-dialog__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .tox-button:last-child, .iota-data-table .paging_simple_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button:last-child, .tox .tox-dialog__footer [data-list] .btn-group-vertical > .page ~ .tox-button:last-child, [data-list] .tox .tox-dialog__footer .btn-group-vertical > .page ~ .tox-button:last-child, .tox .tox-dialog__footer .table-list .btn-group-vertical > .page ~ .tox-button:last-child, .table-list .tox .tox-dialog__footer .btn-group-vertical > .page ~ .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .btn, .tox .tox-menu__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_full_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_first_last_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_full .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_full .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-menu__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_simple_numbers .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-menu__footer [data-list] .btn-group-vertical > .tox-button--secondary ~ .page, [data-list] .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page, .tox .tox-menu__footer .table-list .btn-group-vertical > .tox-button--secondary ~ .page, .table-list .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .page, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .btn, .tox .tox-dialog__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_full_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_first_last_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_full .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_full .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-dialog__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .tox-button--secondary ~ .page-link, .iota-data-table .paging_simple_numbers .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page-link, .tox .tox-dialog__footer [data-list] .btn-group-vertical > .tox-button--secondary ~ .page, [data-list] .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page, .tox .tox-dialog__footer .table-list .btn-group-vertical > .tox-button--secondary ~ .page, .table-list .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .page, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .btn ~ .tox-button--secondary, .tox .tox-menu__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_full_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-menu__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_first_last_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-menu__footer .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_full .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-menu__footer .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-menu__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_simple_numbers .tox .tox-menu__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-menu__footer [data-list] .btn-group-vertical > .page ~ .tox-button--secondary, [data-list] .tox .tox-menu__footer .btn-group-vertical > .page ~ .tox-button--secondary, .tox .tox-menu__footer .table-list .btn-group-vertical > .page ~ .tox-button--secondary, .table-list .tox .tox-menu__footer .btn-group-vertical > .page ~ .tox-button--secondary, .tox .tox-menu__footer .btn-group-vertical > .tox-button:last-child ~ .tox-button--secondary, .tox .tox-menu__footer .btn-group-vertical > .tox-button--secondary ~ .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .btn ~ .tox-button--secondary, .tox .tox-dialog__footer .iota-data-table .paging_full_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_full_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-dialog__footer .iota-data-table .paging_first_last_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_first_last_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-dialog__footer .iota-data-table .paging_full .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_full .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-dialog__footer .iota-data-table .paging_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-dialog__footer .iota-data-table .paging_simple_numbers .btn-group-vertical > .page-link ~ .tox-button--secondary, .iota-data-table .paging_simple_numbers .tox .tox-dialog__footer .btn-group-vertical > .page-link ~ .tox-button--secondary, .tox .tox-dialog__footer [data-list] .btn-group-vertical > .page ~ .tox-button--secondary, [data-list] .tox .tox-dialog__footer .btn-group-vertical > .page ~ .tox-button--secondary, .tox .tox-dialog__footer .table-list .btn-group-vertical > .page ~ .tox-button--secondary, .table-list .tox .tox-dialog__footer .btn-group-vertical > .page ~ .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .tox-button:last-child ~ .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .tox-button--secondary ~ .tox-button--secondary, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .iota-data-table .paging_full_numbers .btn-group-vertical > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_first_last_numbers .btn-group-vertical > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_full .btn-group-vertical > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_numbers .btn-group-vertical > .btn-group:not(:first-child) > .page-link, .iota-data-table .paging_simple_numbers .btn-group-vertical > .btn-group:not(:first-child) > .page-link, [data-list] .btn-group-vertical > .btn-group:not(:first-child) > .page, .table-list .btn-group-vertical > .btn-group:not(:first-child) > .page, .tox .tox-menu__footer .btn-group-vertical > .btn-group:not(:first-child) > .tox-button:last-child, .tox .tox-dialog__footer .btn-group-vertical > .btn-group:not(:first-child) > .tox-button:last-child, .tox .tox-menu__footer .btn-group-vertical > .btn-group:not(:first-child) > .tox-button--secondary, .tox .tox-dialog__footer .btn-group-vertical > .btn-group:not(:first-child) > .tox-button--secondary {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5307, app/assets/stylesheets/themes/_fc_styles.css */
.nav {
  --iota-nav-link-padding-x: 1rem;
  --iota-nav-link-padding-y: 0.5rem;
  --iota-nav-link-font-weight: ;
  --iota-nav-link-color: var(--iota-link-color);
  --iota-nav-link-hover-color: var(--iota-link-hover-color);
  --iota-nav-link-disabled-color: var(--iota-gray-600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5324, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link {
  display: block;
  padding: var(--iota-nav-link-padding-y) var(--iota-nav-link-padding-x);
  font-size: var(--iota-nav-link-font-size);
  font-weight: var(--iota-nav-link-font-weight);
  color: var(--iota-nav-link-color);
  background: none;
  border: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5338, app/assets/stylesheets/themes/_fc_styles.css */
  .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 5345, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link:hover, .nav-link:focus {
  color: var(--iota-nav-link-hover-color);
  text-decoration: none;
}

/* line 5350, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 5356, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link.disabled, .nav-link:disabled {
  color: var(--iota-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 5362, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs {
  --iota-nav-tabs-border-width: var(--iota-border-width);
  --iota-nav-tabs-border-color: var(--iota-border-color);
  --iota-nav-tabs-border-radius: var(--iota-border-radius);
  --iota-nav-tabs-link-hover-border-color: #edf2f9 #edf2f9 var(--iota-border-color);
  --iota-nav-tabs-link-active-color: var(--iota-emphasis-color);
  --iota-nav-tabs-link-active-bg: var(--iota-body-bg);
  --iota-nav-tabs-link-active-border-color: var(--iota-border-color) var(--iota-border-color) var(--iota-body-bg);
  border-bottom: var(--iota-nav-tabs-border-width) solid var(--iota-nav-tabs-border-color);
}

/* line 5373, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link {
  margin-bottom: calc(-1*var(--iota-nav-tabs-border-width));
  border: var(--iota-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
  border-top-left-radius: var(--iota-nav-tabs-border-radius);
  border-top-right-radius: var(--iota-nav-tabs-border-radius);
}

/* line 5380, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--iota-nav-tabs-link-hover-border-color);
}

/* line 5385, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--iota-nav-tabs-link-active-color);
  background-color: var(--iota-nav-tabs-link-active-bg);
  border-color: var(--iota-nav-tabs-link-active-border-color);
}

/* line 5391, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1*var(--iota-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5397, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills {
  --iota-nav-pills-border-radius: var(--iota-border-radius);
  --iota-nav-pills-link-active-color: #fff;
  --iota-nav-pills-link-active-bg: #2c7be5
;
}

/* line 5403, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills .nav-link {
  border-radius: var(--iota-nav-pills-border-radius);
}

/* line 5407, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--iota-nav-pills-link-active-color);
  background-color: var(--iota-nav-pills-link-active-bg);
}

/* line 5412, app/assets/stylesheets/themes/_fc_styles.css */
.nav-underline {
  --iota-nav-underline-gap: 1rem;
  --iota-nav-underline-border-width: 0.125rem;
  --iota-nav-underline-link-active-color: var(--iota-emphasis-color);
  gap: var(--iota-nav-underline-gap);
}

/* line 5419, app/assets/stylesheets/themes/_fc_styles.css */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--iota-nav-underline-border-width) solid rgba(0, 0, 0, 0);
}

/* line 5425, app/assets/stylesheets/themes/_fc_styles.css */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 5429, app/assets/stylesheets/themes/_fc_styles.css */
.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--iota-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 5435, app/assets/stylesheets/themes/_fc_styles.css */
.nav-fill > .nav-link, .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 5442, app/assets/stylesheets/themes/_fc_styles.css */
.nav-justified > .nav-link, .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 5451, app/assets/stylesheets/themes/_fc_styles.css */
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 5455, app/assets/stylesheets/themes/_fc_styles.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5459, app/assets/stylesheets/themes/_fc_styles.css */
.tab-content > .active {
  display: block;
}

/* line 5463, app/assets/stylesheets/themes/_fc_styles.css */
.navbar {
  --iota-navbar-padding-x: 1rem;
  --iota-navbar-padding-y: 0.5rem;
  --iota-navbar-color: rgba(var(--iota-emphasis-color-rgb), 0.55);
  --iota-navbar-hover-color: rgba(var(--iota-emphasis-color-rgb), 0.7);
  --iota-navbar-disabled-color: rgba(var(--iota-emphasis-color-rgb), 0.3);
  --iota-navbar-active-color: rgba(var(--iota-emphasis-color-rgb), 0.9);
  --iota-navbar-brand-padding-y: -0.046rem;
  --iota-navbar-brand-margin-end: 1rem;
  --iota-navbar-brand-font-size: 1.728rem;
  --iota-navbar-brand-color: rgba(var(--iota-emphasis-color-rgb), 0.9);
  --iota-navbar-brand-hover-color: rgba(var(--iota-emphasis-color-rgb), 0.9);
  --iota-navbar-nav-link-padding-x: 0.5rem;
  --iota-navbar-toggler-padding-y: 0.25rem;
  --iota-navbar-toggler-padding-x: 0.75rem;
  --iota-navbar-toggler-font-size: 1.2rem;
  --iota-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%239da9bb' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M0 6h30M0 14h30M0 22h30'/%3E%3C/svg%3E");
  --iota-navbar-toggler-border-color: rgba(var(--iota-emphasis-color-rgb), 0.1);
  --iota-navbar-toggler-border-radius: var(--iota-border-radius);
  --iota-navbar-toggler-focus-width: 0;
  --iota-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--iota-navbar-padding-y) var(--iota-navbar-padding-x);
}

/* line 5499, app/assets/stylesheets/themes/_fc_styles.css */
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 5513, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-brand {
  padding-top: var(--iota-navbar-brand-padding-y);
  padding-bottom: var(--iota-navbar-brand-padding-y);
  margin-right: var(--iota-navbar-brand-margin-end);
  font-size: var(--iota-navbar-brand-font-size);
  color: var(--iota-navbar-brand-color);
  white-space: nowrap;
}

/* line 5522, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--iota-navbar-brand-hover-color);
  text-decoration: none;
}

/* line 5527, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-nav {
  --iota-nav-link-padding-x: 0;
  --iota-nav-link-padding-y: 0.5rem;
  --iota-nav-link-font-weight: ;
  --iota-nav-link-color: var(--iota-navbar-color);
  --iota-nav-link-hover-color: var(--iota-navbar-hover-color);
  --iota-nav-link-disabled-color: var(--iota-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5546, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--iota-navbar-active-color);
}

/* line 5550, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 5554, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--iota-navbar-color);
}

/* line 5560, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--iota-navbar-active-color);
}

/* line 5564, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 5575, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler {
  padding: var(--iota-navbar-toggler-padding-y) var(--iota-navbar-toggler-padding-x);
  font-size: var(--iota-navbar-toggler-font-size);
  line-height: 1;
  color: var(--iota-navbar-color);
  background-color: rgba(0, 0, 0, 0);
  border: var(--iota-border-width) solid var(--iota-navbar-toggler-border-color);
  border-radius: var(--iota-navbar-toggler-border-radius);
  -webkit-transition: var(--iota-navbar-toggler-transition);
  -o-transition: var(--iota-navbar-toggler-transition);
  transition: var(--iota-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5589, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 5596, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 5600, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--iota-navbar-toggler-focus-width);
  box-shadow: 0 0 0 var(--iota-navbar-toggler-focus-width);
}

/* line 5607, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--iota-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 5618, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-nav-scroll {
  max-height: var(--iota-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 5624, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 5632, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5639, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5643, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--iota-navbar-nav-link-padding-x);
    padding-left: var(--iota-navbar-nav-link-padding-x);
  }
  /* line 5648, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 5652, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 5660, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 5664, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 5685, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 5689, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 5702, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 5710, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5717, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5721, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--iota-navbar-nav-link-padding-x);
    padding-left: var(--iota-navbar-nav-link-padding-x);
  }
  /* line 5726, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 5730, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 5738, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 5742, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 5763, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 5767, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 5780, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 5788, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5795, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5799, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--iota-navbar-nav-link-padding-x);
    padding-left: var(--iota-navbar-nav-link-padding-x);
  }
  /* line 5804, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 5808, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 5816, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 5820, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 5841, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 5845, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 5858, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 5866, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5873, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5877, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--iota-navbar-nav-link-padding-x);
    padding-left: var(--iota-navbar-nav-link-padding-x);
  }
  /* line 5882, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 5886, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 5894, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 5898, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 5919, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 5923, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1540px) {
  /* line 5936, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 5944, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5951, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 5955, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--iota-navbar-nav-link-padding-x);
    padding-left: var(--iota-navbar-nav-link-padding-x);
  }
  /* line 5960, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 5964, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 5972, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 5976, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 5997, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 6001, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 6013, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6021, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 6028, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6032, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--iota-navbar-nav-link-padding-x);
  padding-left: var(--iota-navbar-nav-link-padding-x);
}

/* line 6037, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 6041, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 6049, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6053, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 6074, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 6078, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 6089, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-dark, .navbar[data-bs-theme=dark] {
  --iota-navbar-color: rgba(255, 255, 255, 0.55);
  --iota-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --iota-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --iota-navbar-active-color: #fff;
  --iota-navbar-brand-color: #fff;
  --iota-navbar-brand-hover-color: #fff;
  --iota-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --iota-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%239da9bb' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M0 6h30M0 14h30M0 22h30'/%3E%3C/svg%3E")
;
}

/* line 6100, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .navbar-toggler-icon {
  --iota-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%239da9bb' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M0 6h30M0 14h30M0 22h30'/%3E%3C/svg%3E")
;
}

/* line 6104, app/assets/stylesheets/themes/_fc_styles.css */
.card {
  --iota-card-spacer-y: 1.25rem;
  --iota-card-spacer-x: 1.25rem;
  --iota-card-title-spacer-y: 0.5rem;
  --iota-card-title-color: var(--iota-secondary-color);
  --iota-card-subtitle-color: ;
  --iota-card-border-width: 0px;
  --iota-card-border-color: rgba(var(--iota-emphasis-color-rgb), 0.125);
  --iota-card-border-radius: 0.375rem;
  --iota-card-box-shadow: ;
  --iota-card-inner-border-radius: calc(0.375rem - 0px);
  --iota-card-cap-padding-y: 1rem;
  --iota-card-cap-padding-x: 1.25rem;
  --iota-card-cap-bg: rgba(0, 0, 0, 0);
  --iota-card-cap-color: ;
  --iota-card-height: ;
  --iota-card-color: ;
  --iota-card-bg: #fff;
  --iota-card-img-overlay-padding: 1rem;
  --iota-card-group-margin: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: var(--iota-card-height);
  color: var(--iota-body-color);
  word-wrap: break-word;
  background-color: var(--iota-card-bg);
  background-clip: border-box;
  border: var(--iota-card-border-width) solid var(--iota-card-border-color);
  border-radius: var(--iota-card-border-radius);
  -webkit-box-shadow: var(--iota-card-box-shadow);
  box-shadow: var(--iota-card-box-shadow);
}

/* line 6144, app/assets/stylesheets/themes/_fc_styles.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6149, app/assets/stylesheets/themes/_fc_styles.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 6154, app/assets/stylesheets/themes/_fc_styles.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--iota-card-inner-border-radius);
  border-top-right-radius: var(--iota-card-inner-border-radius);
}

/* line 6160, app/assets/stylesheets/themes/_fc_styles.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--iota-card-inner-border-radius);
  border-bottom-left-radius: var(--iota-card-inner-border-radius);
}

/* line 6166, app/assets/stylesheets/themes/_fc_styles.css */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6170, app/assets/stylesheets/themes/_fc_styles.css */
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--iota-card-spacer-y) var(--iota-card-spacer-x);
  color: var(--iota-card-color);
}

/* line 6178, app/assets/stylesheets/themes/_fc_styles.css */
.card-title {
  margin-bottom: var(--iota-card-title-spacer-y);
  color: var(--iota-card-title-color);
}

/* line 6183, app/assets/stylesheets/themes/_fc_styles.css */
.card-subtitle {
  margin-top: calc(-0.5*var(--iota-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--iota-card-subtitle-color);
}

/* line 6189, app/assets/stylesheets/themes/_fc_styles.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6193, app/assets/stylesheets/themes/_fc_styles.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6197, app/assets/stylesheets/themes/_fc_styles.css */
.card-link + .card-link {
  margin-left: var(--iota-card-spacer-x);
}

/* line 6201, app/assets/stylesheets/themes/_fc_styles.css */
.card-header {
  padding: var(--iota-card-cap-padding-y) var(--iota-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--iota-card-cap-color);
  background-color: var(--iota-card-cap-bg);
  border-bottom: var(--iota-card-border-width) solid var(--iota-card-border-color);
}

/* line 6209, app/assets/stylesheets/themes/_fc_styles.css */
.card-header:first-child {
  border-radius: var(--iota-card-inner-border-radius) var(--iota-card-inner-border-radius) 0 0;
}

/* line 6213, app/assets/stylesheets/themes/_fc_styles.css */
.card-footer {
  padding: var(--iota-card-cap-padding-y) var(--iota-card-cap-padding-x);
  color: var(--iota-card-cap-color);
  background-color: var(--iota-card-cap-bg);
  border-top: var(--iota-card-border-width) solid var(--iota-card-border-color);
}

/* line 6220, app/assets/stylesheets/themes/_fc_styles.css */
.card-footer:last-child {
  border-radius: 0 0 var(--iota-card-inner-border-radius) var(--iota-card-inner-border-radius);
}

/* line 6224, app/assets/stylesheets/themes/_fc_styles.css */
.card-header-tabs {
  margin-right: calc(-0.5*var(--iota-card-cap-padding-x));
  margin-bottom: calc(-1*var(--iota-card-cap-padding-y));
  margin-left: calc(-0.5*var(--iota-card-cap-padding-x));
  border-bottom: 0;
}

/* line 6231, app/assets/stylesheets/themes/_fc_styles.css */
.card-header-tabs .nav-link.active {
  background-color: var(--iota-card-bg);
  border-bottom-color: var(--iota-card-bg);
}

/* line 6236, app/assets/stylesheets/themes/_fc_styles.css */
.card-header-pills {
  margin-right: calc(-0.5*var(--iota-card-cap-padding-x));
  margin-left: calc(-0.5*var(--iota-card-cap-padding-x));
}

/* line 6241, app/assets/stylesheets/themes/_fc_styles.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--iota-card-img-overlay-padding);
  border-radius: var(--iota-card-inner-border-radius);
}

/* line 6251, app/assets/stylesheets/themes/_fc_styles.css */
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}

/* line 6255, app/assets/stylesheets/themes/_fc_styles.css */
.card-img, .card-img-top {
  border-top-left-radius: var(--iota-card-inner-border-radius);
  border-top-right-radius: var(--iota-card-inner-border-radius);
}

/* line 6260, app/assets/stylesheets/themes/_fc_styles.css */
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--iota-card-inner-border-radius);
  border-bottom-left-radius: var(--iota-card-inner-border-radius);
}

/* line 6265, app/assets/stylesheets/themes/_fc_styles.css */
.card-group > .card {
  margin-bottom: var(--iota-card-group-margin);
}

@media (min-width: 576px) {
  /* line 6270, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 6280, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6287, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6292, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6297, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 6301, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 6305, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6310, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 6314, app/assets/stylesheets/themes/_fc_styles.css */
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 6319, app/assets/stylesheets/themes/_fc_styles.css */
.accordion {
  --iota-accordion-color: var(--iota-body-color);
  --iota-accordion-bg: var(--iota-emphasis-bg);
  --iota-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --iota-accordion-border-color: rgba(var(--iota-emphasis-color-rgb), 0.125);
  --iota-accordion-border-width: var(--iota-border-width);
  --iota-accordion-border-radius: var(--iota-border-radius);
  --iota-accordion-inner-border-radius: calc(var(--iota-border-radius) - (var(--iota-border-width)));
  --iota-accordion-btn-padding-x: 1.25rem;
  --iota-accordion-btn-padding-y: 1rem;
  --iota-accordion-btn-color: var(--iota-accordion-btn-color-global);
  --iota-accordion-btn-bg: var(--iota-accordion-bg);
  --iota-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e6e82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --iota-accordion-btn-icon-width: 1.25rem;
  --iota-accordion-btn-icon-transform: rotate(-180deg);
  --iota-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --iota-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e6e82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --iota-accordion-btn-focus-border-color: var(--iota-input-focus-border-color-global);
  --iota-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  --iota-accordion-body-padding-x: 1.25rem;
  --iota-accordion-body-padding-y: 1rem;
  --iota-accordion-active-color: #286fce;
  --iota-accordion-active-bg: var(--iota-emphasis-bg)
;
}

/* line 6344, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: var(--iota-accordion-btn-padding-y) var(--iota-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--iota-accordion-btn-color);
  text-align: left;
  background-color: var(--iota-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--iota-accordion-transition);
  -o-transition: var(--iota-accordion-transition);
  transition: var(--iota-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6367, app/assets/stylesheets/themes/_fc_styles.css */
  .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6374, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button:not(.collapsed) {
  color: var(--iota-accordion-active-color);
  background-color: var(--iota-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1*var(--iota-accordion-border-width)) 0 var(--iota-accordion-border-color);
  box-shadow: inset 0 calc(-1*var(--iota-accordion-border-width)) 0 var(--iota-accordion-border-color);
}

/* line 6381, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button:not(.collapsed)::after {
  background-image: var(--iota-accordion-btn-active-icon);
  -webkit-transform: var(--iota-accordion-btn-icon-transform);
  -ms-transform: var(--iota-accordion-btn-icon-transform);
  transform: var(--iota-accordion-btn-icon-transform);
}

/* line 6388, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--iota-accordion-btn-icon-width);
  height: var(--iota-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--iota-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--iota-accordion-btn-icon-width);
  -webkit-transition: var(--iota-accordion-btn-icon-transition);
  -o-transition: var(--iota-accordion-btn-icon-transition);
  transition: var(--iota-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6404, app/assets/stylesheets/themes/_fc_styles.css */
  .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6411, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 6415, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--iota-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--iota-accordion-btn-focus-box-shadow);
  box-shadow: var(--iota-accordion-btn-focus-box-shadow);
}

/* line 6423, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-header {
  margin-bottom: 0;
}

/* line 6427, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item {
  color: var(--iota-accordion-color);
  background-color: var(--iota-accordion-bg);
  border: var(--iota-accordion-border-width) solid var(--iota-accordion-border-color);
}

/* line 6433, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:first-of-type {
  border-top-left-radius: var(--iota-accordion-border-radius);
  border-top-right-radius: var(--iota-accordion-border-radius);
}

/* line 6438, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--iota-accordion-inner-border-radius);
  border-top-right-radius: var(--iota-accordion-inner-border-radius);
}

/* line 6443, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 6447, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--iota-accordion-border-radius);
  border-bottom-left-radius: var(--iota-accordion-border-radius);
}

/* line 6452, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--iota-accordion-inner-border-radius);
  border-bottom-left-radius: var(--iota-accordion-inner-border-radius);
}

/* line 6457, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--iota-accordion-border-radius);
  border-bottom-left-radius: var(--iota-accordion-border-radius);
}

/* line 6462, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-body {
  padding: var(--iota-accordion-body-padding-y) var(--iota-accordion-body-padding-x);
}

/* line 6466, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 6470, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6476, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 6480, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 6484, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 6488, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .accordion-button::after {
  --iota-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e6e82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --iota-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235e6e82'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
;
}

/* line 6493, app/assets/stylesheets/themes/_fc_styles.css */
.breadcrumb {
  --iota-breadcrumb-padding-x: 0;
  --iota-breadcrumb-padding-y: 0;
  --iota-breadcrumb-margin-bottom: 0;
  --iota-breadcrumb-bg: transparent;
  --iota-breadcrumb-border-radius: ;
  --iota-breadcrumb-divider-color: #748194;
  --iota-breadcrumb-item-padding-x: 0.5rem;
  --iota-breadcrumb-item-active-color: #748194;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--iota-breadcrumb-padding-y) var(--iota-breadcrumb-padding-x);
  margin-bottom: var(--iota-breadcrumb-margin-bottom);
  font-size: var(--iota-breadcrumb-font-size);
  list-style: none;
  background-color: var(--iota-breadcrumb-bg);
  border-radius: var(--iota-breadcrumb-border-radius);
}

/* line 6515, app/assets/stylesheets/themes/_fc_styles.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--iota-breadcrumb-item-padding-x);
}

/* line 6519, app/assets/stylesheets/themes/_fc_styles.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--iota-breadcrumb-item-padding-x);
  color: var(--iota-breadcrumb-divider-color);
  content: var(--iota-breadcrumb-divider, "/");
}

/* line 6526, app/assets/stylesheets/themes/_fc_styles.css */
.breadcrumb-item.active {
  color: var(--iota-breadcrumb-item-active-color);
}

/* line 6530, app/assets/stylesheets/themes/_fc_styles.css */
.pagination {
  --iota-pagination-padding-x: 0.75rem;
  --iota-pagination-padding-y: 0.5rem;
  --iota-pagination-font-size: 1rem;
  --iota-pagination-color: var(--iota-emphasis-color);
  --iota-pagination-bg: var(--iota-quaternary-bg);
  --iota-pagination-border-width: var(--iota-border-width);
  --iota-pagination-border-color: var(--iota-gray-200);
  --iota-pagination-border-radius: var(--iota-border-radius);
  --iota-pagination-hover-color: #fff;
  --iota-pagination-hover-bg: #2c7be5;
  --iota-pagination-hover-border-color: #2c7be5;
  --iota-pagination-focus-color: var(--iota-gray-700);
  --iota-pagination-focus-bg: var(--iota-gray-100);
  --iota-pagination-focus-box-shadow: none;
  --iota-pagination-active-color: #fff;
  --iota-pagination-active-bg: #2c7be5;
  --iota-pagination-active-border-color: #2c7be5;
  --iota-pagination-disabled-color: var(--iota-gray-700);
  --iota-pagination-disabled-bg: var(--iota-gray-100);
  --iota-pagination-disabled-border-color: var(--iota-gray-200);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6558, app/assets/stylesheets/themes/_fc_styles.css */
.page-link {
  position: relative;
  display: block;
  padding: var(--iota-pagination-padding-y) var(--iota-pagination-padding-x);
  font-size: var(--iota-pagination-font-size);
  color: var(--iota-pagination-color);
  background-color: var(--iota-pagination-bg);
  border: var(--iota-pagination-border-width) solid var(--iota-pagination-border-color);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6574, app/assets/stylesheets/themes/_fc_styles.css */
  .page-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6581, app/assets/stylesheets/themes/_fc_styles.css */
.page-link:hover {
  z-index: 2;
  color: var(--iota-pagination-hover-color);
  text-decoration: none;
  background-color: var(--iota-pagination-hover-bg);
  border-color: var(--iota-pagination-hover-border-color);
}

/* line 6589, app/assets/stylesheets/themes/_fc_styles.css */
.page-link:focus {
  z-index: 3;
  color: var(--iota-pagination-focus-color);
  background-color: var(--iota-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--iota-pagination-focus-box-shadow);
  box-shadow: var(--iota-pagination-focus-box-shadow);
}

/* line 6598, app/assets/stylesheets/themes/_fc_styles.css */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--iota-pagination-active-color);
  background-color: var(--iota-pagination-active-bg);
  border-color: var(--iota-pagination-active-border-color);
}

/* line 6605, app/assets/stylesheets/themes/_fc_styles.css */
.page-link.disabled, .disabled > .page-link {
  color: var(--iota-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--iota-pagination-disabled-bg);
  border-color: var(--iota-pagination-disabled-border-color);
}

/* line 6612, app/assets/stylesheets/themes/_fc_styles.css */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--iota-border-width) * -1);
}

/* line 6616, app/assets/stylesheets/themes/_fc_styles.css */
.page-item:first-child .page-link {
  border-top-left-radius: var(--iota-pagination-border-radius);
  border-bottom-left-radius: var(--iota-pagination-border-radius);
}

/* line 6621, app/assets/stylesheets/themes/_fc_styles.css */
.page-item:last-child .page-link {
  border-top-right-radius: var(--iota-pagination-border-radius);
  border-bottom-right-radius: var(--iota-pagination-border-radius);
}

/* line 6626, app/assets/stylesheets/themes/_fc_styles.css */
.pagination-lg {
  --iota-pagination-padding-x: 1.5rem;
  --iota-pagination-padding-y: 0.75rem;
  --iota-pagination-font-size: 1.2rem;
  --iota-pagination-border-radius: var(--iota-border-radius-lg)
;
}

/* line 6633, app/assets/stylesheets/themes/_fc_styles.css */
.pagination-sm {
  --iota-pagination-padding-x: 0.5rem;
  --iota-pagination-padding-y: 0.25rem;
  --iota-pagination-font-size: 0.875rem;
  --iota-pagination-border-radius: var(--iota-border-radius-sm)
;
}

/* line 6640, app/assets/stylesheets/themes/_fc_styles.css */
.badge {
  --iota-badge-padding-x: 0.711111em;
  --iota-badge-padding-y: 0.355555em;
  --iota-badge-font-size: 0.75em;
  --iota-badge-font-weight: 600;
  --iota-badge-color: #fff;
  --iota-badge-border-radius: var(--iota-border-radius);
  display: inline-block;
  padding: var(--iota-badge-padding-y) var(--iota-badge-padding-x);
  font-size: var(--iota-badge-font-size);
  font-weight: var(--iota-badge-font-weight);
  line-height: 1;
  color: var(--iota-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--iota-badge-border-radius);
}

/* line 6659, app/assets/stylesheets/themes/_fc_styles.css */
.badge:empty {
  display: none;
}

/* line 6663, app/assets/stylesheets/themes/_fc_styles.css */
.btn .badge, .iota-data-table .paging_full_numbers .page-link .badge, .iota-data-table .paging_first_last_numbers .page-link .badge, .iota-data-table .paging_full .page-link .badge, .iota-data-table .paging_numbers .page-link .badge, .iota-data-table .paging_simple_numbers .page-link .badge, [data-list] .page .badge, .table-list .page .badge, .tox .tox-menu__footer .tox-button:last-child .badge, .tox .tox-dialog__footer .tox-button:last-child .badge, .tox .tox-menu__footer .tox-button--secondary .badge, .tox .tox-dialog__footer .tox-button--secondary .badge {
  position: relative;
  top: -1px;
}

/* line 6668, app/assets/stylesheets/themes/_fc_styles.css */
.alert {
  --iota-alert-bg: transparent;
  --iota-alert-padding-x: 1rem;
  --iota-alert-padding-y: 1rem;
  --iota-alert-margin-bottom: 1rem;
  --iota-alert-color: inherit;
  --iota-alert-border-color: transparent;
  --iota-alert-border: var(--iota-border-width) solid var(--iota-alert-border-color);
  --iota-alert-border-radius: var(--iota-border-radius);
  --iota-alert-link-color: inherit;
  position: relative;
  padding: var(--iota-alert-padding-y) var(--iota-alert-padding-x);
  margin-bottom: var(--iota-alert-margin-bottom);
  color: var(--iota-alert-color);
  background-color: var(--iota-alert-bg);
  border: var(--iota-alert-border);
  border-radius: var(--iota-alert-border-radius);
}

/* line 6687, app/assets/stylesheets/themes/_fc_styles.css */
.alert-heading {
  color: inherit;
}

/* line 6691, app/assets/stylesheets/themes/_fc_styles.css */
.alert-link {
  font-weight: 700;
  color: var(--iota-alert-link-color);
}

/* line 6696, app/assets/stylesheets/themes/_fc_styles.css */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 6700, app/assets/stylesheets/themes/_fc_styles.css */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 6708, app/assets/stylesheets/themes/_fc_styles.css */
.alert-primary {
  --iota-alert-color: var(--iota-primary-text-emphasis);
  --iota-alert-bg: var(--iota-primary-bg-subtle);
  --iota-alert-border-color: var(--iota-primary-border-subtle);
  --iota-alert-link-color: var(--iota-primary-text-emphasis)
;
}

/* line 6715, app/assets/stylesheets/themes/_fc_styles.css */
.alert-secondary {
  --iota-alert-color: var(--iota-secondary-text-emphasis);
  --iota-alert-bg: var(--iota-secondary-bg-subtle);
  --iota-alert-border-color: var(--iota-secondary-border-subtle);
  --iota-alert-link-color: var(--iota-secondary-text-emphasis)
;
}

/* line 6722, app/assets/stylesheets/themes/_fc_styles.css */
.alert-success {
  --iota-alert-color: var(--iota-success-text-emphasis);
  --iota-alert-bg: var(--iota-success-bg-subtle);
  --iota-alert-border-color: var(--iota-success-border-subtle);
  --iota-alert-link-color: var(--iota-success-text-emphasis)
;
}

/* line 6729, app/assets/stylesheets/themes/_fc_styles.css */
.alert-info {
  --iota-alert-color: var(--iota-info-text-emphasis);
  --iota-alert-bg: var(--iota-info-bg-subtle);
  --iota-alert-border-color: var(--iota-info-border-subtle);
  --iota-alert-link-color: var(--iota-info-text-emphasis)
;
}

/* line 6736, app/assets/stylesheets/themes/_fc_styles.css */
.alert-warning {
  --iota-alert-color: var(--iota-warning-text-emphasis);
  --iota-alert-bg: var(--iota-warning-bg-subtle);
  --iota-alert-border-color: var(--iota-warning-border-subtle);
  --iota-alert-link-color: var(--iota-warning-text-emphasis)
;
}

/* line 6743, app/assets/stylesheets/themes/_fc_styles.css */
.alert-danger {
  --iota-alert-color: var(--iota-danger-text-emphasis);
  --iota-alert-bg: var(--iota-danger-bg-subtle);
  --iota-alert-border-color: var(--iota-danger-border-subtle);
  --iota-alert-link-color: var(--iota-danger-text-emphasis)
;
}

/* line 6750, app/assets/stylesheets/themes/_fc_styles.css */
.alert-light {
  --iota-alert-color: var(--iota-light-text-emphasis);
  --iota-alert-bg: var(--iota-light-bg-subtle);
  --iota-alert-border-color: var(--iota-light-border-subtle);
  --iota-alert-link-color: var(--iota-light-text-emphasis)
;
}

/* line 6757, app/assets/stylesheets/themes/_fc_styles.css */
.alert-dark {
  --iota-alert-color: var(--iota-dark-text-emphasis);
  --iota-alert-bg: var(--iota-dark-bg-subtle);
  --iota-alert-border-color: var(--iota-dark-border-subtle);
  --iota-alert-link-color: var(--iota-dark-text-emphasis)
;
}

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

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

/* line 6776, app/assets/stylesheets/themes/_fc_styles.css */
.progress, .progress-stacked {
  --iota-progress-height: 1rem;
  --iota-progress-font-size: 0.75rem;
  --iota-progress-bg: var(--iota-gray-200);
  --iota-progress-border-radius: var(--iota-border-radius);
  --iota-progress-box-shadow: var(--iota-box-shadow-inset);
  --iota-progress-bar-color: #fff;
  --iota-progress-bar-bg: #2c7be5;
  --iota-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--iota-progress-height);
  overflow: hidden;
  font-size: var(--iota-progress-font-size);
  background-color: var(--iota-progress-bg);
  border-radius: var(--iota-progress-border-radius);
  -webkit-box-shadow: var(--iota-progress-box-shadow);
  box-shadow: var(--iota-progress-box-shadow);
}

/* line 6797, app/assets/stylesheets/themes/_fc_styles.css */
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: var(--iota-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--iota-progress-bar-bg);
  -webkit-transition: var(--iota-progress-bar-transition);
  -o-transition: var(--iota-progress-bar-transition);
  transition: var(--iota-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6819, app/assets/stylesheets/themes/_fc_styles.css */
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6826, app/assets/stylesheets/themes/_fc_styles.css */
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--iota-progress-height) var(--iota-progress-height);
}

/* line 6832, app/assets/stylesheets/themes/_fc_styles.css */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 6836, app/assets/stylesheets/themes/_fc_styles.css */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 6840, app/assets/stylesheets/themes/_fc_styles.css */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6846, app/assets/stylesheets/themes/_fc_styles.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 6852, app/assets/stylesheets/themes/_fc_styles.css */
.list-group {
  --iota-list-group-color: var(--iota-gray-800);
  --iota-list-group-bg: var(--iota-list-group-bg-global);
  --iota-list-group-border-color: var(--iota-border-color);
  --iota-list-group-border-width: var(--iota-border-width);
  --iota-list-group-border-radius: var(--iota-border-radius);
  --iota-list-group-item-padding-x: 1rem;
  --iota-list-group-item-padding-y: 0.5rem;
  --iota-list-group-action-color: var(--iota-secondary-color);
  --iota-list-group-action-hover-color: var(--iota-gray-700);
  --iota-list-group-action-hover-bg: var(--iota-body-bg);
  --iota-list-group-action-active-color: var(--iota-body-color);
  --iota-list-group-action-active-bg: var(--iota-gray-200);
  --iota-list-group-disabled-color: var(--iota-gray-600);
  --iota-list-group-disabled-bg: var(--iota-card-cap-bg);
  --iota-list-group-active-color: #fff;
  --iota-list-group-active-bg: #2c7be5;
  --iota-list-group-active-border-color: #2c7be5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--iota-list-group-border-radius);
}

/* line 6882, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 6887, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 6892, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-action {
  width: 100%;
  color: var(--iota-list-group-action-color);
  text-align: inherit;
}

/* line 6898, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--iota-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--iota-list-group-action-hover-bg);
}

/* line 6905, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-action:active {
  color: var(--iota-list-group-action-active-color);
  background-color: var(--iota-list-group-action-active-bg);
}

/* line 6910, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--iota-list-group-item-padding-y) var(--iota-list-group-item-padding-x);
  color: var(--iota-list-group-color);
  background-color: var(--iota-list-group-bg);
  border: var(--iota-list-group-border-width) solid var(--iota-list-group-border-color);
}

/* line 6919, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 6924, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 6929, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--iota-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--iota-list-group-disabled-bg);
}

/* line 6935, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item.active {
  z-index: 2;
  color: var(--iota-list-group-active-color);
  background-color: var(--iota-list-group-active-bg);
  border-color: var(--iota-list-group-active-border-color);
}

/* line 6942, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 6946, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1*var(--iota-list-group-border-width));
  border-top-width: var(--iota-list-group-border-width);
}

/* line 6951, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 6958, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--iota-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 6963, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--iota-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 6968, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 6972, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--iota-list-group-border-width);
  border-left-width: 0;
}

/* line 6977, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1*var(--iota-list-group-border-width));
  border-left-width: var(--iota-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 6983, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6990, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--iota-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 6995, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--iota-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 7000, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 7004, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--iota-list-group-border-width);
    border-left-width: 0;
  }
  /* line 7009, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1*var(--iota-list-group-border-width));
    border-left-width: var(--iota-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 7016, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7023, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--iota-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 7028, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--iota-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 7033, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 7037, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--iota-list-group-border-width);
    border-left-width: 0;
  }
  /* line 7042, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1*var(--iota-list-group-border-width));
    border-left-width: var(--iota-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 7049, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7056, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--iota-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 7061, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--iota-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 7066, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 7070, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--iota-list-group-border-width);
    border-left-width: 0;
  }
  /* line 7075, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1*var(--iota-list-group-border-width));
    border-left-width: var(--iota-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 7082, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7089, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--iota-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 7094, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--iota-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 7099, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 7103, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--iota-list-group-border-width);
    border-left-width: 0;
  }
  /* line 7108, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1*var(--iota-list-group-border-width));
    border-left-width: var(--iota-list-group-border-width);
  }
}

@media (min-width: 1540px) {
  /* line 7115, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 7122, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--iota-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 7127, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--iota-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 7132, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 7136, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--iota-list-group-border-width);
    border-left-width: 0;
  }
  /* line 7141, app/assets/stylesheets/themes/_fc_styles.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1*var(--iota-list-group-border-width));
    border-left-width: var(--iota-list-group-border-width);
  }
}

/* line 7147, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-flush {
  border-radius: 0;
}

/* line 7151, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--iota-list-group-border-width);
}

/* line 7155, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 7159, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-primary {
  --iota-list-group-color: var(--iota-primary-text-emphasis);
  --iota-list-group-bg: var(--iota-primary-bg-subtle);
  --iota-list-group-border-color: var(--iota-primary-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-primary-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-primary-border-subtle);
  --iota-list-group-active-color: var(--iota-primary-bg-subtle);
  --iota-list-group-active-bg: var(--iota-primary-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-primary-text-emphasis)
;
}

/* line 7172, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-secondary {
  --iota-list-group-color: var(--iota-secondary-text-emphasis);
  --iota-list-group-bg: var(--iota-secondary-bg-subtle);
  --iota-list-group-border-color: var(--iota-secondary-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-secondary-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-secondary-border-subtle);
  --iota-list-group-active-color: var(--iota-secondary-bg-subtle);
  --iota-list-group-active-bg: var(--iota-secondary-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-secondary-text-emphasis)
;
}

/* line 7185, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-success {
  --iota-list-group-color: var(--iota-success-text-emphasis);
  --iota-list-group-bg: var(--iota-success-bg-subtle);
  --iota-list-group-border-color: var(--iota-success-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-success-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-success-border-subtle);
  --iota-list-group-active-color: var(--iota-success-bg-subtle);
  --iota-list-group-active-bg: var(--iota-success-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-success-text-emphasis)
;
}

/* line 7198, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-info {
  --iota-list-group-color: var(--iota-info-text-emphasis);
  --iota-list-group-bg: var(--iota-info-bg-subtle);
  --iota-list-group-border-color: var(--iota-info-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-info-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-info-border-subtle);
  --iota-list-group-active-color: var(--iota-info-bg-subtle);
  --iota-list-group-active-bg: var(--iota-info-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-info-text-emphasis)
;
}

/* line 7211, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-warning {
  --iota-list-group-color: var(--iota-warning-text-emphasis);
  --iota-list-group-bg: var(--iota-warning-bg-subtle);
  --iota-list-group-border-color: var(--iota-warning-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-warning-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-warning-border-subtle);
  --iota-list-group-active-color: var(--iota-warning-bg-subtle);
  --iota-list-group-active-bg: var(--iota-warning-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-warning-text-emphasis)
;
}

/* line 7224, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-danger {
  --iota-list-group-color: var(--iota-danger-text-emphasis);
  --iota-list-group-bg: var(--iota-danger-bg-subtle);
  --iota-list-group-border-color: var(--iota-danger-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-danger-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-danger-border-subtle);
  --iota-list-group-active-color: var(--iota-danger-bg-subtle);
  --iota-list-group-active-bg: var(--iota-danger-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-danger-text-emphasis)
;
}

/* line 7237, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-light {
  --iota-list-group-color: var(--iota-light-text-emphasis);
  --iota-list-group-bg: var(--iota-light-bg-subtle);
  --iota-list-group-border-color: var(--iota-light-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-light-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-light-border-subtle);
  --iota-list-group-active-color: var(--iota-light-bg-subtle);
  --iota-list-group-active-bg: var(--iota-light-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-light-text-emphasis)
;
}

/* line 7250, app/assets/stylesheets/themes/_fc_styles.css */
.list-group-item-dark {
  --iota-list-group-color: var(--iota-dark-text-emphasis);
  --iota-list-group-bg: var(--iota-dark-bg-subtle);
  --iota-list-group-border-color: var(--iota-dark-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-dark-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-dark-border-subtle);
  --iota-list-group-active-color: var(--iota-dark-bg-subtle);
  --iota-list-group-active-bg: var(--iota-dark-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-dark-text-emphasis)
;
}

/* line 7263, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close {
  --iota-btn-close-color: #000;
  --iota-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");
  --iota-btn-close-opacity: 0.5;
  --iota-btn-close-hover-opacity: 0.75;
  --iota-btn-close-focus-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  --iota-btn-close-focus-opacity: 1;
  --iota-btn-close-disabled-opacity: 0.25;
  --iota-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--iota-btn-close-color);
  background: rgba(0, 0, 0, 0) var(--iota-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: var(--iota-btn-close-opacity);
}

/* line 7284, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close:hover {
  color: var(--iota-btn-close-color);
  text-decoration: none;
  opacity: var(--iota-btn-close-hover-opacity);
}

/* line 7290, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--iota-btn-close-focus-shadow);
  box-shadow: var(--iota-btn-close-focus-shadow);
  opacity: var(--iota-btn-close-focus-opacity);
}

/* line 7297, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: var(--iota-btn-close-disabled-opacity);
}

/* line 7306, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-white {
  -webkit-filter: var(--iota-btn-close-white-filter);
  filter: var(--iota-btn-close-white-filter);
}

/* line 7311, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--iota-btn-close-white-filter);
  filter: var(--iota-btn-close-white-filter);
}

/* line 7316, app/assets/stylesheets/themes/_fc_styles.css */
.toast {
  --iota-toast-zindex: 1090;
  --iota-toast-padding-x: 0.75rem;
  --iota-toast-padding-y: 0.5rem;
  --iota-toast-spacing: 2rem;
  --iota-toast-max-width: 350px;
  --iota-toast-font-size: 0.875rem;
  --iota-toast-color: var(--iota-gray-600);
  --iota-toast-bg: var(--iota-toast-bg-global);
  --iota-toast-border-width: var(--iota-border-width);
  --iota-toast-border-color: var(--iota-border-color-translucent);
  --iota-toast-border-radius: var(--iota-border-radius);
  --iota-toast-box-shadow: var(--iota-box-shadow);
  --iota-toast-header-color: var(--iota-gray-600);
  --iota-toast-header-bg: var(--iota-toast-bg-global);
  --iota-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--iota-toast-max-width);
  max-width: 100%;
  font-size: var(--iota-toast-font-size);
  color: var(--iota-toast-color);
  pointer-events: auto;
  background-color: var(--iota-toast-bg);
  background-clip: padding-box;
  border: var(--iota-toast-border-width) solid var(--iota-toast-border-color);
  -webkit-box-shadow: var(--iota-toast-box-shadow);
  box-shadow: var(--iota-toast-box-shadow);
  border-radius: var(--iota-toast-border-radius);
}

/* line 7345, app/assets/stylesheets/themes/_fc_styles.css */
.toast.showing {
  opacity: 0;
}

/* line 7349, app/assets/stylesheets/themes/_fc_styles.css */
.toast:not(.show) {
  display: none;
}

/* line 7353, app/assets/stylesheets/themes/_fc_styles.css */
.toast-container {
  --iota-toast-zindex: 1090;
  position: absolute;
  z-index: var(--iota-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 7364, app/assets/stylesheets/themes/_fc_styles.css */
.toast-container > :not(:last-child) {
  margin-bottom: var(--iota-toast-spacing);
}

/* line 7368, app/assets/stylesheets/themes/_fc_styles.css */
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--iota-toast-padding-y) var(--iota-toast-padding-x);
  color: var(--iota-toast-header-color);
  background-color: var(--iota-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--iota-toast-border-width) solid var(--iota-toast-header-border-color);
  border-top-left-radius: calc(var(--iota-toast-border-radius) - var(--iota-toast-border-width));
  border-top-right-radius: calc(var(--iota-toast-border-radius) - var(--iota-toast-border-width));
}

/* line 7384, app/assets/stylesheets/themes/_fc_styles.css */
.toast-header .btn-close {
  margin-right: calc(-0.5*var(--iota-toast-padding-x));
  margin-left: var(--iota-toast-padding-x);
}

/* line 7389, app/assets/stylesheets/themes/_fc_styles.css */
.toast-body {
  padding: var(--iota-toast-padding-x);
  word-wrap: break-word;
}

/* line 7394, app/assets/stylesheets/themes/_fc_styles.css */
.modal {
  --iota-modal-zindex: 1055;
  --iota-modal-width: 500px;
  --iota-modal-padding: 1rem;
  --iota-modal-margin: 0.5rem;
  --iota-modal-color: ;
  --iota-modal-bg: var(--iota-emphasis-bg);
  --iota-modal-border-color: var(--iota-border-color-translucent);
  --iota-modal-border-width: var(--iota-border-width);
  --iota-modal-border-radius: 0.375rem;
  --iota-modal-box-shadow: var(--iota-box-shadow-sm);
  --iota-modal-inner-border-radius: calc(0.375rem - (var(--iota-border-width)));
  --iota-modal-header-padding-x: 1rem;
  --iota-modal-header-padding-y: 1rem;
  --iota-modal-header-padding: 1rem 1rem;
  --iota-modal-header-border-color: var(--iota-border-color);
  --iota-modal-header-border-width: var(--iota-border-width);
  --iota-modal-title-line-height: 1.5;
  --iota-modal-footer-gap: 0.5rem;
  --iota-modal-footer-bg: ;
  --iota-modal-footer-border-color: var(--iota-border-color);
  --iota-modal-footer-border-width: var(--iota-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--iota-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 7428, app/assets/stylesheets/themes/_fc_styles.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--iota-modal-margin);
  pointer-events: none;
}

/* line 7435, app/assets/stylesheets/themes/_fc_styles.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 7447, app/assets/stylesheets/themes/_fc_styles.css */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 7454, app/assets/stylesheets/themes/_fc_styles.css */
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 7460, app/assets/stylesheets/themes/_fc_styles.css */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 7466, app/assets/stylesheets/themes/_fc_styles.css */
.modal-dialog-scrollable {
  height: calc(100% - var(--iota-modal-margin)*2);
}

/* line 7470, app/assets/stylesheets/themes/_fc_styles.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 7475, app/assets/stylesheets/themes/_fc_styles.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 7479, app/assets/stylesheets/themes/_fc_styles.css */
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--iota-modal-margin)*2);
}

/* line 7489, app/assets/stylesheets/themes/_fc_styles.css */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: var(--iota-modal-color);
  pointer-events: auto;
  background-color: var(--iota-modal-bg);
  background-clip: padding-box;
  border: var(--iota-modal-border-width) solid var(--iota-modal-border-color);
  border-radius: var(--iota-modal-border-radius);
  -webkit-box-shadow: var(--iota-modal-box-shadow);
  box-shadow: var(--iota-modal-box-shadow);
  outline: 0;
}

/* line 7510, app/assets/stylesheets/themes/_fc_styles.css */
.modal-backdrop {
  --iota-backdrop-zindex: 1050;
  --iota-backdrop-bg: #000;
  --iota-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--iota-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--iota-backdrop-bg);
}

/* line 7523, app/assets/stylesheets/themes/_fc_styles.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 7527, app/assets/stylesheets/themes/_fc_styles.css */
.modal-backdrop.show {
  opacity: var(--iota-backdrop-opacity);
}

/* line 7531, app/assets/stylesheets/themes/_fc_styles.css */
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--iota-modal-header-padding);
  border-bottom: var(--iota-modal-header-border-width) solid var(--iota-modal-header-border-color);
  border-top-left-radius: var(--iota-modal-inner-border-radius);
  border-top-right-radius: var(--iota-modal-inner-border-radius);
}

/* line 7549, app/assets/stylesheets/themes/_fc_styles.css */
.modal-header .btn-close {
  padding: calc(var(--iota-modal-header-padding-y)*.5) calc(var(--iota-modal-header-padding-x)*.5);
  margin: calc(-0.5*var(--iota-modal-header-padding-y)) calc(-0.5*var(--iota-modal-header-padding-x)) calc(-0.5*var(--iota-modal-header-padding-y)) auto;
}

/* line 7554, app/assets/stylesheets/themes/_fc_styles.css */
.modal-title {
  margin-bottom: 0;
  line-height: var(--iota-modal-title-line-height);
}

/* line 7559, app/assets/stylesheets/themes/_fc_styles.css */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--iota-modal-padding);
}

/* line 7567, app/assets/stylesheets/themes/_fc_styles.css */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: calc(var(--iota-modal-padding) - var(--iota-modal-footer-gap)*.5);
  background-color: var(--iota-modal-footer-bg);
  border-top: var(--iota-modal-footer-border-width) solid var(--iota-modal-footer-border-color);
  border-bottom-right-radius: var(--iota-modal-inner-border-radius);
  border-bottom-left-radius: var(--iota-modal-inner-border-radius);
}

/* line 7588, app/assets/stylesheets/themes/_fc_styles.css */
.modal-footer > * {
  margin: calc(var(--iota-modal-footer-gap)*.5);
}

@media (min-width: 576px) {
  /* line 7593, app/assets/stylesheets/themes/_fc_styles.css */
  .modal {
    --iota-modal-margin: 1.75rem;
    --iota-modal-box-shadow: var(--iota-box-shadow)
  ;
  }
  /* line 7598, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-dialog {
    max-width: var(--iota-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 7604, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-sm {
    --iota-modal-width: 300px
  ;
  }
}

@media (min-width: 992px) {
  /* line 7610, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-lg, .modal-xl {
    --iota-modal-width: 800px
  ;
  }
}

@media (min-width: 1200px) {
  /* line 7616, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-xl {
    --iota-modal-width: 1140px
  ;
  }
}

/* line 7621, app/assets/stylesheets/themes/_fc_styles.css */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 7628, app/assets/stylesheets/themes/_fc_styles.css */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 7634, app/assets/stylesheets/themes/_fc_styles.css */
.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 7638, app/assets/stylesheets/themes/_fc_styles.css */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 7643, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 7650, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 7656, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 7660, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 7666, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 7673, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 7679, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 7683, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 7689, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 7696, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 7702, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 7706, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 7712, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 7719, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 7725, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 7729, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1539.98px) {
  /* line 7735, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 7742, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 7748, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 7752, app/assets/stylesheets/themes/_fc_styles.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 7757, app/assets/stylesheets/themes/_fc_styles.css */
.tooltip {
  --iota-tooltip-zindex: 1080;
  --iota-tooltip-max-width: 200px;
  --iota-tooltip-padding-x: 0.5rem;
  --iota-tooltip-padding-y: 0.5rem;
  --iota-tooltip-margin: ;
  --iota-tooltip-font-size: 0.8333333333rem;
  --iota-tooltip-color: #fff;
  --iota-tooltip-bg: #000;
  --iota-tooltip-border-radius: var(--iota-border-radius);
  --iota-tooltip-opacity: 0.9;
  --iota-tooltip-arrow-width: 0.8rem;
  --iota-tooltip-arrow-height: 0.4rem;
  z-index: var(--iota-tooltip-zindex);
  display: block;
  margin: var(--iota-tooltip-margin);
  font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--iota-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 7792, app/assets/stylesheets/themes/_fc_styles.css */
.tooltip.show {
  opacity: var(--iota-tooltip-opacity);
}

/* line 7796, app/assets/stylesheets/themes/_fc_styles.css */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--iota-tooltip-arrow-width);
  height: var(--iota-tooltip-arrow-height);
}

/* line 7802, app/assets/stylesheets/themes/_fc_styles.css */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

/* line 7809, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1*var(--iota-tooltip-arrow-height));
}

/* line 7813, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--iota-tooltip-arrow-height) calc(var(--iota-tooltip-arrow-width)*.5) 0;
  border-top-color: var(--iota-tooltip-bg);
}

/* line 7819, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1*var(--iota-tooltip-arrow-height));
  width: var(--iota-tooltip-arrow-height);
  height: var(--iota-tooltip-arrow-width);
}

/* line 7825, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--iota-tooltip-arrow-width)*.5) var(--iota-tooltip-arrow-height) calc(var(--iota-tooltip-arrow-width)*.5) 0;
  border-right-color: var(--iota-tooltip-bg);
}

/* line 7831, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1*var(--iota-tooltip-arrow-height));
}

/* line 7835, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--iota-tooltip-arrow-width)*.5) var(--iota-tooltip-arrow-height);
  border-bottom-color: var(--iota-tooltip-bg);
}

/* line 7841, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1*var(--iota-tooltip-arrow-height));
  width: var(--iota-tooltip-arrow-height);
  height: var(--iota-tooltip-arrow-width);
}

/* line 7847, app/assets/stylesheets/themes/_fc_styles.css */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--iota-tooltip-arrow-width)*.5) 0 calc(var(--iota-tooltip-arrow-width)*.5) var(--iota-tooltip-arrow-height);
  border-left-color: var(--iota-tooltip-bg);
}

/* line 7853, app/assets/stylesheets/themes/_fc_styles.css */
.tooltip-inner {
  max-width: var(--iota-tooltip-max-width);
  padding: var(--iota-tooltip-padding-y) var(--iota-tooltip-padding-x);
  color: var(--iota-tooltip-color);
  text-align: center;
  background-color: var(--iota-tooltip-bg);
  border-radius: var(--iota-tooltip-border-radius);
}

/* line 7862, app/assets/stylesheets/themes/_fc_styles.css */
.popover {
  --iota-popover-zindex: 1070;
  --iota-popover-max-width: 276px;
  --iota-popover-font-size: 0.875rem;
  --iota-popover-bg: var(--iota-quaternary-bg);
  --iota-popover-border-width: var(--iota-border-width);
  --iota-popover-border-color: rgba(var(--iota-emphasis-color-rgb), 0.2);
  --iota-popover-border-radius: var(--iota-border-radius-lg);
  --iota-popover-inner-border-radius: calc(var(--iota-border-radius-lg) - var(--iota-border-width));
  --iota-popover-box-shadow: var(--iota-box-shadow);
  --iota-popover-header-padding-x: 1rem;
  --iota-popover-header-padding-y: 0.5rem;
  --iota-popover-header-font-size: 1rem;
  --iota-popover-header-color: var(--iota-secondary-color);
  --iota-popover-header-bg: var(--iota-popover-header-bg-global);
  --iota-popover-body-padding-x: 1rem;
  --iota-popover-body-padding-y: 1rem;
  --iota-popover-body-color: #5e6e82;
  --iota-popover-arrow-width: 1rem;
  --iota-popover-arrow-height: 0.5rem;
  --iota-popover-arrow-border: var(--iota-popover-border-color);
  z-index: var(--iota-popover-zindex);
  display: block;
  max-width: var(--iota-popover-max-width);
  font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--iota-popover-font-size);
  word-wrap: break-word;
  background-color: var(--iota-popover-bg);
  background-clip: padding-box;
  border: var(--iota-popover-border-width) solid var(--iota-popover-border-color);
  border-radius: var(--iota-popover-border-radius);
  -webkit-box-shadow: var(--iota-popover-box-shadow);
  box-shadow: var(--iota-popover-box-shadow);
}

/* line 7910, app/assets/stylesheets/themes/_fc_styles.css */
.popover .popover-arrow {
  display: block;
  width: var(--iota-popover-arrow-width);
  height: var(--iota-popover-arrow-height);
}

/* line 7916, app/assets/stylesheets/themes/_fc_styles.css */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0;
}

/* line 7925, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1*(var(--iota-popover-arrow-height)) - var(--iota-popover-border-width));
}

/* line 7929, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--iota-popover-arrow-height) calc(var(--iota-popover-arrow-width)*.5) 0;
}

/* line 7933, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--iota-popover-arrow-border);
}

/* line 7938, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--iota-popover-border-width);
  border-top-color: var(--iota-popover-bg);
}

/* line 7943, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1*(var(--iota-popover-arrow-height)) - var(--iota-popover-border-width));
  width: var(--iota-popover-arrow-height);
  height: var(--iota-popover-arrow-width);
}

/* line 7949, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--iota-popover-arrow-width)*.5) var(--iota-popover-arrow-height) calc(var(--iota-popover-arrow-width)*.5) 0;
}

/* line 7953, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--iota-popover-arrow-border);
}

/* line 7958, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--iota-popover-border-width);
  border-right-color: var(--iota-popover-bg);
}

/* line 7963, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1*(var(--iota-popover-arrow-height)) - var(--iota-popover-border-width));
}

/* line 7967, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--iota-popover-arrow-width)*.5) var(--iota-popover-arrow-height);
}

/* line 7971, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--iota-popover-arrow-border);
}

/* line 7976, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--iota-popover-border-width);
  border-bottom-color: var(--iota-popover-bg);
}

/* line 7981, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--iota-popover-arrow-width);
  margin-left: calc(-0.5*var(--iota-popover-arrow-width));
  content: "";
  border-bottom: var(--iota-popover-border-width) solid var(--iota-popover-header-bg);
}

/* line 7992, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1*(var(--iota-popover-arrow-height)) - var(--iota-popover-border-width));
  width: var(--iota-popover-arrow-height);
  height: var(--iota-popover-arrow-width);
}

/* line 7998, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--iota-popover-arrow-width)*.5) 0 calc(var(--iota-popover-arrow-width)*.5) var(--iota-popover-arrow-height);
}

/* line 8002, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--iota-popover-arrow-border);
}

/* line 8007, app/assets/stylesheets/themes/_fc_styles.css */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--iota-popover-border-width);
  border-left-color: var(--iota-popover-bg);
}

/* line 8012, app/assets/stylesheets/themes/_fc_styles.css */
.popover-header {
  padding: var(--iota-popover-header-padding-y) var(--iota-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--iota-popover-header-font-size);
  color: var(--iota-popover-header-color);
  background-color: var(--iota-popover-header-bg);
  border-bottom: var(--iota-popover-border-width) solid var(--iota-popover-border-color);
  border-top-left-radius: var(--iota-popover-inner-border-radius);
  border-top-right-radius: var(--iota-popover-inner-border-radius);
}

/* line 8023, app/assets/stylesheets/themes/_fc_styles.css */
.popover-header:empty {
  display: none;
}

/* line 8027, app/assets/stylesheets/themes/_fc_styles.css */
.popover-body {
  padding: var(--iota-popover-body-padding-y) var(--iota-popover-body-padding-x);
  color: var(--iota-popover-body-color);
}

/* line 8032, app/assets/stylesheets/themes/_fc_styles.css */
.carousel {
  position: relative;
}

/* line 8036, app/assets/stylesheets/themes/_fc_styles.css */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 8041, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 8047, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 8053, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: -webkit-transform .8s ease-in-out;
  -o-transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8069, app/assets/stylesheets/themes/_fc_styles.css */
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 8076, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

/* line 8080, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 8086, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 8092, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 8102, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 8107, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .8s;
  -o-transition: opacity 0s .8s;
  transition: opacity 0s .8s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8116, app/assets/stylesheets/themes/_fc_styles.css */
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 8123, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8150, app/assets/stylesheets/themes/_fc_styles.css */
  .carousel-control-prev, .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 8157, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 8164, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-prev {
  left: 0;
}

/* line 8168, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-next {
  right: 0;
}

/* line 8172, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 8181, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

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

/* line 8189, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 8207, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8232, app/assets/stylesheets/themes/_fc_styles.css */
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 8239, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 8243, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 8254, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

/* line 8259, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 8263, app/assets/stylesheets/themes/_fc_styles.css */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 8267, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark] .carousel .carousel-control-next-icon, .carousel[data-bs-theme=dark] .carousel-control-prev-icon, .carousel[data-bs-theme=dark] .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

/* line 8272, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme=dark] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 8276, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .carousel .carousel-caption, .carousel[data-bs-theme=dark] .carousel-caption {
  color: #000;
}

/* line 8280, app/assets/stylesheets/themes/_fc_styles.css */
.spinner-grow, .spinner-border {
  display: inline-block;
  width: var(--iota-spinner-width);
  height: var(--iota-spinner-height);
  vertical-align: var(--iota-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--iota-spinner-animation-speed) linear infinite var(--iota-spinner-animation-name);
  animation: var(--iota-spinner-animation-speed) linear infinite var(--iota-spinner-animation-name);
}

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

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

/* line 8304, app/assets/stylesheets/themes/_fc_styles.css */
.spinner-border {
  --iota-spinner-width: 2rem;
  --iota-spinner-height: 2rem;
  --iota-spinner-vertical-align: -0.125em;
  --iota-spinner-border-width: 0.25em;
  --iota-spinner-animation-speed: 0.75s;
  --iota-spinner-animation-name: spinner-border;
  border: var(--iota-spinner-border-width) solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
}

/* line 8315, app/assets/stylesheets/themes/_fc_styles.css */
.spinner-border-sm {
  --iota-spinner-width: 1.35rem;
  --iota-spinner-height: 1.35rem;
  --iota-spinner-border-width: 0.2em
;
}

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

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

/* line 8347, app/assets/stylesheets/themes/_fc_styles.css */
.spinner-grow {
  --iota-spinner-width: 2rem;
  --iota-spinner-height: 2rem;
  --iota-spinner-vertical-align: -0.125em;
  --iota-spinner-animation-speed: 0.75s;
  --iota-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 8357, app/assets/stylesheets/themes/_fc_styles.css */
.spinner-grow-sm {
  --iota-spinner-width: 1.35rem;
  --iota-spinner-height: 1.35rem
;
}

@media (prefers-reduced-motion: reduce) {
  /* line 8363, app/assets/stylesheets/themes/_fc_styles.css */
  .spinner-border, .spinner-grow {
    --iota-spinner-animation-speed: 1.5s
  ;
  }
}

/* line 8368, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --iota-offcanvas-zindex: 1045;
  --iota-offcanvas-width: 400px;
  --iota-offcanvas-height: 30vh;
  --iota-offcanvas-padding-x: 1rem;
  --iota-offcanvas-padding-y: 1rem;
  --iota-offcanvas-color: var(--iota-body-color);
  --iota-offcanvas-bg: var(--iota-quaternary-bg);
  --iota-offcanvas-border-width: var(--iota-border-width);
  --iota-offcanvas-border-color: var(--iota-border-color-translucent);
  --iota-offcanvas-box-shadow: var(--iota-box-shadow-sm);
  --iota-offcanvas-transition: transform 0.3s ease-in-out;
  --iota-offcanvas-title-line-height: 1.5
;
}

@media (max-width: 575.98px) {
  /* line 8384, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--iota-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--iota-offcanvas-color);
    visibility: hidden;
    background-color: var(--iota-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
    box-shadow: var(--iota-offcanvas-box-shadow);
    -webkit-transition: var(--iota-offcanvas-transition);
    -o-transition: var(--iota-offcanvas-transition);
    transition: var(--iota-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 8410, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 8418, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--iota-offcanvas-width);
    border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 8428, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--iota-offcanvas-width);
    border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 8438, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 8450, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /* line 8461, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 8467, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 8473, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm {
    --iota-offcanvas-height: auto;
    --iota-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 8479, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 8483, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 767.98px) {
  /* line 8497, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--iota-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--iota-offcanvas-color);
    visibility: hidden;
    background-color: var(--iota-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
    box-shadow: var(--iota-offcanvas-box-shadow);
    -webkit-transition: var(--iota-offcanvas-transition);
    -o-transition: var(--iota-offcanvas-transition);
    transition: var(--iota-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 8523, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 8531, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--iota-offcanvas-width);
    border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 8541, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--iota-offcanvas-width);
    border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 8551, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 8563, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /* line 8574, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 8580, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 8586, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md {
    --iota-offcanvas-height: auto;
    --iota-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 8592, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 8596, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 991.98px) {
  /* line 8610, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--iota-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--iota-offcanvas-color);
    visibility: hidden;
    background-color: var(--iota-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
    box-shadow: var(--iota-offcanvas-box-shadow);
    -webkit-transition: var(--iota-offcanvas-transition);
    -o-transition: var(--iota-offcanvas-transition);
    transition: var(--iota-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 8636, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 8644, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--iota-offcanvas-width);
    border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 8654, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--iota-offcanvas-width);
    border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 8664, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 8676, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /* line 8687, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 8693, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 8699, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg {
    --iota-offcanvas-height: auto;
    --iota-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 8705, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 8709, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 8723, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--iota-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--iota-offcanvas-color);
    visibility: hidden;
    background-color: var(--iota-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
    box-shadow: var(--iota-offcanvas-box-shadow);
    -webkit-transition: var(--iota-offcanvas-transition);
    -o-transition: var(--iota-offcanvas-transition);
    transition: var(--iota-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 8749, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 8757, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--iota-offcanvas-width);
    border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 8767, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--iota-offcanvas-width);
    border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 8777, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 8789, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /* line 8800, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 8806, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 8812, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl {
    --iota-offcanvas-height: auto;
    --iota-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 8818, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 8822, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

@media (max-width: 1539.98px) {
  /* line 8836, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--iota-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--iota-offcanvas-color);
    visibility: hidden;
    background-color: var(--iota-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
    box-shadow: var(--iota-offcanvas-box-shadow);
    -webkit-transition: var(--iota-offcanvas-transition);
    -o-transition: var(--iota-offcanvas-transition);
    transition: var(--iota-offcanvas-transition);
  }
}

@media (max-width: 1539.98px) and (prefers-reduced-motion: reduce) {
  /* line 8862, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 1539.98px) {
  /* line 8870, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--iota-offcanvas-width);
    border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 8880, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--iota-offcanvas-width);
    border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 8890, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  /* line 8902, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--iota-offcanvas-height);
    max-height: 100%;
    border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  /* line 8913, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 8919, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1540px) {
  /* line 8925, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl {
    --iota-offcanvas-height: auto;
    --iota-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 8931, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 8935, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important;
  }
}

/* line 8948, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--iota-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  color: var(--iota-offcanvas-color);
  visibility: hidden;
  background-color: var(--iota-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: var(--iota-offcanvas-box-shadow);
  box-shadow: var(--iota-offcanvas-box-shadow);
  -webkit-transition: var(--iota-offcanvas-transition);
  -o-transition: var(--iota-offcanvas-transition);
  transition: var(--iota-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 8973, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 8980, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--iota-offcanvas-width);
  border-right: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 8990, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--iota-offcanvas-width);
  border-left: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 9000, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--iota-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 9012, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--iota-offcanvas-height);
  max-height: 100%;
  border-top: var(--iota-offcanvas-border-width) solid var(--iota-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 9023, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 9029, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 9033, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 9043, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 9047, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-backdrop.show {
  opacity: .5;
}

/* line 9051, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--iota-offcanvas-padding-y) var(--iota-offcanvas-padding-x);
}

/* line 9064, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-header .btn-close {
  padding: calc(var(--iota-offcanvas-padding-y)*.5) calc(var(--iota-offcanvas-padding-x)*.5);
  margin-top: calc(-0.5*var(--iota-offcanvas-padding-y));
  margin-right: calc(-0.5*var(--iota-offcanvas-padding-x));
  margin-bottom: calc(-0.5*var(--iota-offcanvas-padding-y));
}

/* line 9071, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--iota-offcanvas-title-line-height);
}

/* line 9076, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: var(--iota-offcanvas-padding-y) var(--iota-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 9084, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}

/* line 9093, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder.btn::before, .iota-data-table .paging_full_numbers .placeholder.page-link::before, .iota-data-table .paging_first_last_numbers .placeholder.page-link::before, .iota-data-table .paging_full .placeholder.page-link::before, .iota-data-table .paging_numbers .placeholder.page-link::before, .iota-data-table .paging_simple_numbers .placeholder.page-link::before, [data-list] .placeholder.page::before, .table-list .placeholder.page::before, .tox .tox-menu__footer .placeholder.tox-button:last-child::before, .tox .tox-dialog__footer .placeholder.tox-button:last-child::before, .tox .tox-menu__footer .placeholder.tox-button--secondary::before, .tox .tox-dialog__footer .placeholder.tox-button--secondary::before {
  display: inline-block;
  content: "";
}

/* line 9098, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder-xs {
  min-height: .6em;
}

/* line 9102, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder-sm {
  min-height: .8em;
}

/* line 9106, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 9110, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

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

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

/* line 9127, app/assets/stylesheets/themes/_fc_styles.css */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

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

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

/* line 9150, app/assets/stylesheets/themes/_fc_styles.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 9156, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--iota-primary-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9161, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--iota-secondary-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9166, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--iota-success-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9171, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--iota-info-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9176, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--iota-warning-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9181, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--iota-danger-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9186, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-light {
  color: #4d5969 !important;
  background-color: RGBA(var(--iota-light-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9191, app/assets/stylesheets/themes/_fc_styles.css */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--iota-dark-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 9196, app/assets/stylesheets/themes/_fc_styles.css */
.link-primary {
  color: RGBA(var(--iota-primary-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-primary-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-primary-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9202, app/assets/stylesheets/themes/_fc_styles.css */
.link-primary:hover, .link-primary:focus {
  color: RGBA(35, 98, 183, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(35, 98, 183, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(35, 98, 183, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9208, app/assets/stylesheets/themes/_fc_styles.css */
.link-secondary {
  color: RGBA(var(--iota-secondary-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-secondary-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-secondary-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9214, app/assets/stylesheets/themes/_fc_styles.css */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(93, 103, 118, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(93, 103, 118, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(93, 103, 118, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9220, app/assets/stylesheets/themes/_fc_styles.css */
.link-success {
  color: RGBA(var(--iota-success-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-success-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-success-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9226, app/assets/stylesheets/themes/_fc_styles.css */
.link-success:hover, .link-success:focus {
  color: RGBA(0, 168, 98, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(0, 168, 98, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 168, 98, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9232, app/assets/stylesheets/themes/_fc_styles.css */
.link-info {
  color: RGBA(var(--iota-info-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-info-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-info-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9238, app/assets/stylesheets/themes/_fc_styles.css */
.link-info:hover, .link-info:focus {
  color: RGBA(31, 150, 202, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(31, 150, 202, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(31, 150, 202, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9244, app/assets/stylesheets/themes/_fc_styles.css */
.link-warning {
  color: RGBA(var(--iota-warning-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-warning-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-warning-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9250, app/assets/stylesheets/themes/_fc_styles.css */
.link-warning:hover, .link-warning:focus {
  color: RGBA(196, 102, 50, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(196, 102, 50, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(196, 102, 50, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9256, app/assets/stylesheets/themes/_fc_styles.css */
.link-danger {
  color: RGBA(var(--iota-danger-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-danger-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-danger-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9262, app/assets/stylesheets/themes/_fc_styles.css */
.link-danger:hover, .link-danger:focus {
  color: RGBA(184, 44, 70, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(184, 44, 70, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(184, 44, 70, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9268, app/assets/stylesheets/themes/_fc_styles.css */
.link-light {
  color: RGBA(var(--iota-light-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-light-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-light-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9274, app/assets/stylesheets/themes/_fc_styles.css */
.link-light:hover, .link-light:focus {
  color: RGBA(250, 251, 253, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(250, 251, 253, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(250, 251, 253, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9280, app/assets/stylesheets/themes/_fc_styles.css */
.link-dark {
  color: RGBA(var(--iota-dark-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-dark-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-dark-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9286, app/assets/stylesheets/themes/_fc_styles.css */
.link-dark:hover, .link-dark:focus {
  color: RGBA(9, 18, 31, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(9, 18, 31, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(9, 18, 31, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9292, app/assets/stylesheets/themes/_fc_styles.css */
.link-body-emphasis {
  color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 9298, app/assets/stylesheets/themes/_fc_styles.css */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--iota-emphasis-color-rgb), var(--iota-link-underline-opacity, 0.75)) !important;
}

/* line 9304, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--iota-focus-ring-x, 0) var(--iota-focus-ring-y, 0) var(--iota-focus-ring-blur, 0) var(--iota-focus-ring-width) var(--iota-focus-ring-color);
  box-shadow: var(--iota-focus-ring-x, 0) var(--iota-focus-ring-y, 0) var(--iota-focus-ring-blur, 0) var(--iota-focus-ring-width) var(--iota-focus-ring-color);
}

/* line 9310, app/assets/stylesheets/themes/_fc_styles.css */
.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--iota-link-color-rgb), var(--iota-link-opacity, 0.5));
  text-decoration-color: rgba(var(--iota-link-color-rgb), var(--iota-link-opacity, 0.5));
  text-underline-offset: .25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 9325, app/assets/stylesheets/themes/_fc_styles.css */
.icon-link > .bi {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: .2s ease-in-out transform;
  -o-transition: .2s ease-in-out transform;
  transition: .2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9337, app/assets/stylesheets/themes/_fc_styles.css */
  .icon-link > .bi {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 9344, app/assets/stylesheets/themes/_fc_styles.css */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--iota-icon-link-transform, translate3d(0.25em, 0, 0));
  transform: var(--iota-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 9349, app/assets/stylesheets/themes/_fc_styles.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 9354, app/assets/stylesheets/themes/_fc_styles.css */
.ratio::before {
  display: block;
  padding-top: var(--iota-aspect-ratio);
  content: "";
}

/* line 9360, app/assets/stylesheets/themes/_fc_styles.css */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 9368, app/assets/stylesheets/themes/_fc_styles.css */
.ratio-1x1 {
  --iota-aspect-ratio: 100%
;
}

/* line 9372, app/assets/stylesheets/themes/_fc_styles.css */
.ratio-4x3 {
  --iota-aspect-ratio: 75%
;
}

/* line 9376, app/assets/stylesheets/themes/_fc_styles.css */
.ratio-16x9 {
  --iota-aspect-ratio: 56.25%
;
}

/* line 9380, app/assets/stylesheets/themes/_fc_styles.css */
.ratio-21x9 {
  --iota-aspect-ratio: 42.8571428571%
;
}

/* line 9384, app/assets/stylesheets/themes/_fc_styles.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 9392, app/assets/stylesheets/themes/_fc_styles.css */
.fixed-bottom, .bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 9400, app/assets/stylesheets/themes/_fc_styles.css */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1015;
}

/* line 9406, app/assets/stylesheets/themes/_fc_styles.css */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1015;
}

@media (min-width: 576px) {
  /* line 9413, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  /* line 9419, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}

@media (min-width: 768px) {
  /* line 9427, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  /* line 9433, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}

@media (min-width: 992px) {
  /* line 9441, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  /* line 9447, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}

@media (min-width: 1200px) {
  /* line 9455, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  /* line 9461, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}

@media (min-width: 1540px) {
  /* line 9469, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1015;
  }
  /* line 9475, app/assets/stylesheets/themes/_fc_styles.css */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1015;
  }
}

/* line 9482, app/assets/stylesheets/themes/_fc_styles.css */
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 9497, app/assets/stylesheets/themes/_fc_styles.css */
.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 9512, app/assets/stylesheets/themes/_fc_styles.css */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 9523, app/assets/stylesheets/themes/_fc_styles.css */
.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 9527, app/assets/stylesheets/themes/_fc_styles.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 9537, app/assets/stylesheets/themes/_fc_styles.css */
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9544, app/assets/stylesheets/themes/_fc_styles.css */
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: var(--iota-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: var(--iota-hr-opacity);
}

/* line 9554, app/assets/stylesheets/themes/_fc_styles.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 9558, app/assets/stylesheets/themes/_fc_styles.css */
.align-top {
  vertical-align: top !important;
}

/* line 9562, app/assets/stylesheets/themes/_fc_styles.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 9566, app/assets/stylesheets/themes/_fc_styles.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 9570, app/assets/stylesheets/themes/_fc_styles.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 9574, app/assets/stylesheets/themes/_fc_styles.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 9578, app/assets/stylesheets/themes/_fc_styles.css */
.float-start {
  float: left !important;
}

/* line 9582, app/assets/stylesheets/themes/_fc_styles.css */
.float-end {
  float: right !important;
}

/* line 9586, app/assets/stylesheets/themes/_fc_styles.css */
.float-none {
  float: none !important;
}

/* line 9590, app/assets/stylesheets/themes/_fc_styles.css */
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

/* line 9595, app/assets/stylesheets/themes/_fc_styles.css */
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* line 9600, app/assets/stylesheets/themes/_fc_styles.css */
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

/* line 9605, app/assets/stylesheets/themes/_fc_styles.css */
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

/* line 9610, app/assets/stylesheets/themes/_fc_styles.css */
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

/* line 9615, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 9619, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-25 {
  opacity: .25 !important;
}

/* line 9623, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-50 {
  opacity: .5 !important;
}

/* line 9627, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-75 {
  opacity: .75 !important;
}

/* line 9631, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-85 {
  opacity: .85 !important;
}

/* line 9635, app/assets/stylesheets/themes/_fc_styles.css */
.opacity-100 {
  opacity: 1 !important;
}

/* line 9639, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 9643, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 9647, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 9651, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 9655, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 9659, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 9663, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 9667, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 9671, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 9675, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 9679, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 9683, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 9687, app/assets/stylesheets/themes/_fc_styles.css */
.d-inline {
  display: inline !important;
}

/* line 9691, app/assets/stylesheets/themes/_fc_styles.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 9695, app/assets/stylesheets/themes/_fc_styles.css */
.d-block {
  display: block !important;
}

/* line 9699, app/assets/stylesheets/themes/_fc_styles.css */
.d-grid {
  display: grid !important;
}

/* line 9703, app/assets/stylesheets/themes/_fc_styles.css */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 9707, app/assets/stylesheets/themes/_fc_styles.css */
.d-table {
  display: table !important;
}

/* line 9711, app/assets/stylesheets/themes/_fc_styles.css */
.d-table-row {
  display: table-row !important;
}

/* line 9715, app/assets/stylesheets/themes/_fc_styles.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 9719, app/assets/stylesheets/themes/_fc_styles.css */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 9725, app/assets/stylesheets/themes/_fc_styles.css */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 9731, app/assets/stylesheets/themes/_fc_styles.css */
.d-none {
  display: none !important;
}

/* line 9735, app/assets/stylesheets/themes/_fc_styles.css */
.shadow {
  -webkit-box-shadow: var(--iota-box-shadow) !important;
  box-shadow: var(--iota-box-shadow) !important;
}

/* line 9740, app/assets/stylesheets/themes/_fc_styles.css */
.shadow-sm {
  -webkit-box-shadow: var(--iota-box-shadow-sm) !important;
  box-shadow: var(--iota-box-shadow-sm) !important;
}

/* line 9745, app/assets/stylesheets/themes/_fc_styles.css */
.shadow-lg {
  -webkit-box-shadow: var(--iota-box-shadow-lg) !important;
  box-shadow: var(--iota-box-shadow-lg) !important;
}

/* line 9750, app/assets/stylesheets/themes/_fc_styles.css */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 9755, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-primary {
  --iota-focus-ring-color: rgba(var(--iota-primary-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9759, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-secondary {
  --iota-focus-ring-color: rgba(var(--iota-secondary-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9763, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-success {
  --iota-focus-ring-color: rgba(var(--iota-success-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9767, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-info {
  --iota-focus-ring-color: rgba(var(--iota-info-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9771, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-warning {
  --iota-focus-ring-color: rgba(var(--iota-warning-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9775, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-danger {
  --iota-focus-ring-color: rgba(var(--iota-danger-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9779, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-light {
  --iota-focus-ring-color: rgba(var(--iota-light-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9783, app/assets/stylesheets/themes/_fc_styles.css */
.focus-ring-dark {
  --iota-focus-ring-color: rgba(var(--iota-dark-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 9787, app/assets/stylesheets/themes/_fc_styles.css */
.position-static {
  position: static !important;
}

/* line 9791, app/assets/stylesheets/themes/_fc_styles.css */
.position-absolute {
  position: absolute !important;
}

/* line 9795, app/assets/stylesheets/themes/_fc_styles.css */
.position-relative {
  position: relative !important;
}

/* line 9799, app/assets/stylesheets/themes/_fc_styles.css */
.position-fixed {
  position: fixed !important;
}

/* line 9803, app/assets/stylesheets/themes/_fc_styles.css */
.position-sticky {
  position: sticky !important;
}

/* line 9807, app/assets/stylesheets/themes/_fc_styles.css */
.top-0 {
  top: 0 !important;
}

/* line 9811, app/assets/stylesheets/themes/_fc_styles.css */
.top-50 {
  top: 50% !important;
}

/* line 9815, app/assets/stylesheets/themes/_fc_styles.css */
.top-100 {
  top: 100% !important;
}

/* line 9819, app/assets/stylesheets/themes/_fc_styles.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 9823, app/assets/stylesheets/themes/_fc_styles.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 9827, app/assets/stylesheets/themes/_fc_styles.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 9831, app/assets/stylesheets/themes/_fc_styles.css */
.start-0 {
  left: 0 !important;
}

/* line 9835, app/assets/stylesheets/themes/_fc_styles.css */
.start-50 {
  left: 50% !important;
}

/* line 9839, app/assets/stylesheets/themes/_fc_styles.css */
.start-100 {
  left: 100% !important;
}

/* line 9843, app/assets/stylesheets/themes/_fc_styles.css */
.end-0 {
  right: 0 !important;
}

/* line 9847, app/assets/stylesheets/themes/_fc_styles.css */
.end-50 {
  right: 50% !important;
}

/* line 9851, app/assets/stylesheets/themes/_fc_styles.css */
.end-100 {
  right: 100% !important;
}

/* line 9855, app/assets/stylesheets/themes/_fc_styles.css */
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/* line 9861, app/assets/stylesheets/themes/_fc_styles.css */
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

/* line 9867, app/assets/stylesheets/themes/_fc_styles.css */
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* line 9873, app/assets/stylesheets/themes/_fc_styles.css */
.border {
  border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
}

/* line 9877, app/assets/stylesheets/themes/_fc_styles.css */
.border-0 {
  border: 0 !important;
}

/* line 9881, app/assets/stylesheets/themes/_fc_styles.css */
.border-top {
  border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
}

/* line 9885, app/assets/stylesheets/themes/_fc_styles.css */
.border-end {
  border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
}

/* line 9889, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom {
  border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
}

/* line 9893, app/assets/stylesheets/themes/_fc_styles.css */
.border-start {
  border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
}

/* line 9897, app/assets/stylesheets/themes/_fc_styles.css */
.border-1 {
  --iota-border-width: 1px
;
}

/* line 9901, app/assets/stylesheets/themes/_fc_styles.css */
.border-2 {
  --iota-border-width: 2px
;
}

/* line 9905, app/assets/stylesheets/themes/_fc_styles.css */
.border-3 {
  --iota-border-width: 3px
;
}

/* line 9909, app/assets/stylesheets/themes/_fc_styles.css */
.border-4 {
  --iota-border-width: 4px
;
}

/* line 9913, app/assets/stylesheets/themes/_fc_styles.css */
.border-5 {
  --iota-border-width: 5px
;
}

/* line 9917, app/assets/stylesheets/themes/_fc_styles.css */
.w-25 {
  width: 25% !important;
}

/* line 9921, app/assets/stylesheets/themes/_fc_styles.css */
.w-50 {
  width: 50% !important;
}

/* line 9925, app/assets/stylesheets/themes/_fc_styles.css */
.w-75 {
  width: 75% !important;
}

/* line 9929, app/assets/stylesheets/themes/_fc_styles.css */
.w-100 {
  width: 100% !important;
}

/* line 9933, app/assets/stylesheets/themes/_fc_styles.css */
.w-auto {
  width: auto !important;
}

/* line 9937, app/assets/stylesheets/themes/_fc_styles.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 9941, app/assets/stylesheets/themes/_fc_styles.css */
.vw-25 {
  width: 25vw !important;
}

/* line 9945, app/assets/stylesheets/themes/_fc_styles.css */
.vw-50 {
  width: 50vw !important;
}

/* line 9949, app/assets/stylesheets/themes/_fc_styles.css */
.vw-75 {
  width: 75vw !important;
}

/* line 9953, app/assets/stylesheets/themes/_fc_styles.css */
.vw-100 {
  width: 100vw !important;
}

/* line 9957, app/assets/stylesheets/themes/_fc_styles.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 9961, app/assets/stylesheets/themes/_fc_styles.css */
.h-25 {
  height: 25% !important;
}

/* line 9965, app/assets/stylesheets/themes/_fc_styles.css */
.h-50 {
  height: 50% !important;
}

/* line 9969, app/assets/stylesheets/themes/_fc_styles.css */
.h-75 {
  height: 75% !important;
}

/* line 9973, app/assets/stylesheets/themes/_fc_styles.css */
.h-100 {
  height: 100% !important;
}

/* line 9977, app/assets/stylesheets/themes/_fc_styles.css */
.h-auto {
  height: auto !important;
}

/* line 9981, app/assets/stylesheets/themes/_fc_styles.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 9985, app/assets/stylesheets/themes/_fc_styles.css */
.vh-25 {
  height: 25vh !important;
}

/* line 9989, app/assets/stylesheets/themes/_fc_styles.css */
.vh-50 {
  height: 50vh !important;
}

/* line 9993, app/assets/stylesheets/themes/_fc_styles.css */
.vh-75 {
  height: 75vh !important;
}

/* line 9997, app/assets/stylesheets/themes/_fc_styles.css */
.vh-100 {
  height: 100vh !important;
}

/* line 10001, app/assets/stylesheets/themes/_fc_styles.css */
.min-vh-25 {
  min-height: 25vh !important;
}

/* line 10005, app/assets/stylesheets/themes/_fc_styles.css */
.min-vh-50 {
  min-height: 50vh !important;
}

/* line 10009, app/assets/stylesheets/themes/_fc_styles.css */
.min-vh-75 {
  min-height: 75vh !important;
}

/* line 10013, app/assets/stylesheets/themes/_fc_styles.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 10017, app/assets/stylesheets/themes/_fc_styles.css */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 10023, app/assets/stylesheets/themes/_fc_styles.css */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 10030, app/assets/stylesheets/themes/_fc_styles.css */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 10037, app/assets/stylesheets/themes/_fc_styles.css */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 10044, app/assets/stylesheets/themes/_fc_styles.css */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 10051, app/assets/stylesheets/themes/_fc_styles.css */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 10057, app/assets/stylesheets/themes/_fc_styles.css */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 10063, app/assets/stylesheets/themes/_fc_styles.css */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 10068, app/assets/stylesheets/themes/_fc_styles.css */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 10073, app/assets/stylesheets/themes/_fc_styles.css */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 10078, app/assets/stylesheets/themes/_fc_styles.css */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 10083, app/assets/stylesheets/themes/_fc_styles.css */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 10088, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 10094, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 10100, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 10106, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 10112, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 10117, app/assets/stylesheets/themes/_fc_styles.css */
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

/* line 10123, app/assets/stylesheets/themes/_fc_styles.css */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 10129, app/assets/stylesheets/themes/_fc_styles.css */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 10135, app/assets/stylesheets/themes/_fc_styles.css */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 10141, app/assets/stylesheets/themes/_fc_styles.css */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 10147, app/assets/stylesheets/themes/_fc_styles.css */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 10153, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 10158, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 10163, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 10168, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 10173, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 10178, app/assets/stylesheets/themes/_fc_styles.css */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 10183, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 10188, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 10193, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 10198, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 10203, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 10208, app/assets/stylesheets/themes/_fc_styles.css */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/* line 10213, app/assets/stylesheets/themes/_fc_styles.css */
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

/* line 10219, app/assets/stylesheets/themes/_fc_styles.css */
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

/* line 10225, app/assets/stylesheets/themes/_fc_styles.css */
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

/* line 10231, app/assets/stylesheets/themes/_fc_styles.css */
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

/* line 10237, app/assets/stylesheets/themes/_fc_styles.css */
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

/* line 10243, app/assets/stylesheets/themes/_fc_styles.css */
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

/* line 10249, app/assets/stylesheets/themes/_fc_styles.css */
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

/* line 10255, app/assets/stylesheets/themes/_fc_styles.css */
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

/* line 10261, app/assets/stylesheets/themes/_fc_styles.css */
.m-0 {
  margin: 0 !important;
}

/* line 10265, app/assets/stylesheets/themes/_fc_styles.css */
.m-1 {
  margin: .25rem !important;
}

/* line 10269, app/assets/stylesheets/themes/_fc_styles.css */
.m-2 {
  margin: .5rem !important;
}

/* line 10273, app/assets/stylesheets/themes/_fc_styles.css */
.m-3 {
  margin: 1rem !important;
}

/* line 10277, app/assets/stylesheets/themes/_fc_styles.css */
.m-4 {
  margin: 1.8rem !important;
}

/* line 10281, app/assets/stylesheets/themes/_fc_styles.css */
.m-5 {
  margin: 3rem !important;
}

/* line 10285, app/assets/stylesheets/themes/_fc_styles.css */
.m-6 {
  margin: 4rem !important;
}

/* line 10289, app/assets/stylesheets/themes/_fc_styles.css */
.m-7 {
  margin: 5rem !important;
}

/* line 10293, app/assets/stylesheets/themes/_fc_styles.css */
.m-8 {
  margin: 7.5rem !important;
}

/* line 10297, app/assets/stylesheets/themes/_fc_styles.css */
.m-9 {
  margin: 10rem !important;
}

/* line 10301, app/assets/stylesheets/themes/_fc_styles.css */
.m-10 {
  margin: 12.5rem !important;
}

/* line 10305, app/assets/stylesheets/themes/_fc_styles.css */
.m-11 {
  margin: 15rem !important;
}

/* line 10309, app/assets/stylesheets/themes/_fc_styles.css */
.m-x1 {
  margin: 1.25rem !important;
}

/* line 10313, app/assets/stylesheets/themes/_fc_styles.css */
.m-auto {
  margin: auto !important;
}

/* line 10317, app/assets/stylesheets/themes/_fc_styles.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 10322, app/assets/stylesheets/themes/_fc_styles.css */
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}

/* line 10327, app/assets/stylesheets/themes/_fc_styles.css */
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

/* line 10332, app/assets/stylesheets/themes/_fc_styles.css */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 10337, app/assets/stylesheets/themes/_fc_styles.css */
.mx-4 {
  margin-right: 1.8rem !important;
  margin-left: 1.8rem !important;
}

/* line 10342, app/assets/stylesheets/themes/_fc_styles.css */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 10347, app/assets/stylesheets/themes/_fc_styles.css */
.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 10352, app/assets/stylesheets/themes/_fc_styles.css */
.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

/* line 10357, app/assets/stylesheets/themes/_fc_styles.css */
.mx-8 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

/* line 10362, app/assets/stylesheets/themes/_fc_styles.css */
.mx-9 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

/* line 10367, app/assets/stylesheets/themes/_fc_styles.css */
.mx-10 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

/* line 10372, app/assets/stylesheets/themes/_fc_styles.css */
.mx-11 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

/* line 10377, app/assets/stylesheets/themes/_fc_styles.css */
.mx-x1 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

/* line 10382, app/assets/stylesheets/themes/_fc_styles.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 10387, app/assets/stylesheets/themes/_fc_styles.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 10392, app/assets/stylesheets/themes/_fc_styles.css */
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

/* line 10397, app/assets/stylesheets/themes/_fc_styles.css */
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

/* line 10402, app/assets/stylesheets/themes/_fc_styles.css */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 10407, app/assets/stylesheets/themes/_fc_styles.css */
.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

/* line 10412, app/assets/stylesheets/themes/_fc_styles.css */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 10417, app/assets/stylesheets/themes/_fc_styles.css */
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 10422, app/assets/stylesheets/themes/_fc_styles.css */
.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* line 10427, app/assets/stylesheets/themes/_fc_styles.css */
.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

/* line 10432, app/assets/stylesheets/themes/_fc_styles.css */
.my-9 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

/* line 10437, app/assets/stylesheets/themes/_fc_styles.css */
.my-10 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

/* line 10442, app/assets/stylesheets/themes/_fc_styles.css */
.my-11 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

/* line 10447, app/assets/stylesheets/themes/_fc_styles.css */
.my-x1 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

/* line 10452, app/assets/stylesheets/themes/_fc_styles.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 10457, app/assets/stylesheets/themes/_fc_styles.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 10461, app/assets/stylesheets/themes/_fc_styles.css */
.mt-1 {
  margin-top: .25rem !important;
}

/* line 10465, app/assets/stylesheets/themes/_fc_styles.css */
.mt-2 {
  margin-top: .5rem !important;
}

/* line 10469, app/assets/stylesheets/themes/_fc_styles.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 10473, app/assets/stylesheets/themes/_fc_styles.css */
.mt-4 {
  margin-top: 1.8rem !important;
}

/* line 10477, app/assets/stylesheets/themes/_fc_styles.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 10481, app/assets/stylesheets/themes/_fc_styles.css */
.mt-6 {
  margin-top: 4rem !important;
}

/* line 10485, app/assets/stylesheets/themes/_fc_styles.css */
.mt-7 {
  margin-top: 5rem !important;
}

/* line 10489, app/assets/stylesheets/themes/_fc_styles.css */
.mt-8 {
  margin-top: 7.5rem !important;
}

/* line 10493, app/assets/stylesheets/themes/_fc_styles.css */
.mt-9 {
  margin-top: 10rem !important;
}

/* line 10497, app/assets/stylesheets/themes/_fc_styles.css */
.mt-10 {
  margin-top: 12.5rem !important;
}

/* line 10501, app/assets/stylesheets/themes/_fc_styles.css */
.mt-11 {
  margin-top: 15rem !important;
}

/* line 10505, app/assets/stylesheets/themes/_fc_styles.css */
.mt-x1 {
  margin-top: 1.25rem !important;
}

/* line 10509, app/assets/stylesheets/themes/_fc_styles.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 10513, app/assets/stylesheets/themes/_fc_styles.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 10517, app/assets/stylesheets/themes/_fc_styles.css */
.me-1 {
  margin-right: .25rem !important;
}

/* line 10521, app/assets/stylesheets/themes/_fc_styles.css */
.me-2 {
  margin-right: .5rem !important;
}

/* line 10525, app/assets/stylesheets/themes/_fc_styles.css */
.me-3 {
  margin-right: 1rem !important;
}

/* line 10529, app/assets/stylesheets/themes/_fc_styles.css */
.me-4 {
  margin-right: 1.8rem !important;
}

/* line 10533, app/assets/stylesheets/themes/_fc_styles.css */
.me-5 {
  margin-right: 3rem !important;
}

/* line 10537, app/assets/stylesheets/themes/_fc_styles.css */
.me-6 {
  margin-right: 4rem !important;
}

/* line 10541, app/assets/stylesheets/themes/_fc_styles.css */
.me-7 {
  margin-right: 5rem !important;
}

/* line 10545, app/assets/stylesheets/themes/_fc_styles.css */
.me-8 {
  margin-right: 7.5rem !important;
}

/* line 10549, app/assets/stylesheets/themes/_fc_styles.css */
.me-9 {
  margin-right: 10rem !important;
}

/* line 10553, app/assets/stylesheets/themes/_fc_styles.css */
.me-10 {
  margin-right: 12.5rem !important;
}

/* line 10557, app/assets/stylesheets/themes/_fc_styles.css */
.me-11 {
  margin-right: 15rem !important;
}

/* line 10561, app/assets/stylesheets/themes/_fc_styles.css */
.me-x1 {
  margin-right: 1.25rem !important;
}

/* line 10565, app/assets/stylesheets/themes/_fc_styles.css */
.me-auto {
  margin-right: auto !important;
}

/* line 10569, app/assets/stylesheets/themes/_fc_styles.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 10573, app/assets/stylesheets/themes/_fc_styles.css */
.mb-1 {
  margin-bottom: .25rem !important;
}

/* line 10577, app/assets/stylesheets/themes/_fc_styles.css */
.mb-2 {
  margin-bottom: .5rem !important;
}

/* line 10581, app/assets/stylesheets/themes/_fc_styles.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 10585, app/assets/stylesheets/themes/_fc_styles.css */
.mb-4 {
  margin-bottom: 1.8rem !important;
}

/* line 10589, app/assets/stylesheets/themes/_fc_styles.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 10593, app/assets/stylesheets/themes/_fc_styles.css */
.mb-6 {
  margin-bottom: 4rem !important;
}

/* line 10597, app/assets/stylesheets/themes/_fc_styles.css */
.mb-7 {
  margin-bottom: 5rem !important;
}

/* line 10601, app/assets/stylesheets/themes/_fc_styles.css */
.mb-8 {
  margin-bottom: 7.5rem !important;
}

/* line 10605, app/assets/stylesheets/themes/_fc_styles.css */
.mb-9 {
  margin-bottom: 10rem !important;
}

/* line 10609, app/assets/stylesheets/themes/_fc_styles.css */
.mb-10 {
  margin-bottom: 12.5rem !important;
}

/* line 10613, app/assets/stylesheets/themes/_fc_styles.css */
.mb-11 {
  margin-bottom: 15rem !important;
}

/* line 10617, app/assets/stylesheets/themes/_fc_styles.css */
.mb-x1 {
  margin-bottom: 1.25rem !important;
}

/* line 10621, app/assets/stylesheets/themes/_fc_styles.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 10625, app/assets/stylesheets/themes/_fc_styles.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 10629, app/assets/stylesheets/themes/_fc_styles.css */
.ms-1 {
  margin-left: .25rem !important;
}

/* line 10633, app/assets/stylesheets/themes/_fc_styles.css */
.ms-2 {
  margin-left: .5rem !important;
}

/* line 10637, app/assets/stylesheets/themes/_fc_styles.css */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 10641, app/assets/stylesheets/themes/_fc_styles.css */
.ms-4 {
  margin-left: 1.8rem !important;
}

/* line 10645, app/assets/stylesheets/themes/_fc_styles.css */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 10649, app/assets/stylesheets/themes/_fc_styles.css */
.ms-6 {
  margin-left: 4rem !important;
}

/* line 10653, app/assets/stylesheets/themes/_fc_styles.css */
.ms-7 {
  margin-left: 5rem !important;
}

/* line 10657, app/assets/stylesheets/themes/_fc_styles.css */
.ms-8 {
  margin-left: 7.5rem !important;
}

/* line 10661, app/assets/stylesheets/themes/_fc_styles.css */
.ms-9 {
  margin-left: 10rem !important;
}

/* line 10665, app/assets/stylesheets/themes/_fc_styles.css */
.ms-10 {
  margin-left: 12.5rem !important;
}

/* line 10669, app/assets/stylesheets/themes/_fc_styles.css */
.ms-11 {
  margin-left: 15rem !important;
}

/* line 10673, app/assets/stylesheets/themes/_fc_styles.css */
.ms-x1 {
  margin-left: 1.25rem !important;
}

/* line 10677, app/assets/stylesheets/themes/_fc_styles.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 10681, app/assets/stylesheets/themes/_fc_styles.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 10685, app/assets/stylesheets/themes/_fc_styles.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 10689, app/assets/stylesheets/themes/_fc_styles.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 10693, app/assets/stylesheets/themes/_fc_styles.css */
.m-n4 {
  margin: -1.8rem !important;
}

/* line 10697, app/assets/stylesheets/themes/_fc_styles.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 10701, app/assets/stylesheets/themes/_fc_styles.css */
.m-n6 {
  margin: -4rem !important;
}

/* line 10705, app/assets/stylesheets/themes/_fc_styles.css */
.m-n7 {
  margin: -5rem !important;
}

/* line 10709, app/assets/stylesheets/themes/_fc_styles.css */
.m-n8 {
  margin: -7.5rem !important;
}

/* line 10713, app/assets/stylesheets/themes/_fc_styles.css */
.m-n9 {
  margin: -10rem !important;
}

/* line 10717, app/assets/stylesheets/themes/_fc_styles.css */
.m-n10 {
  margin: -12.5rem !important;
}

/* line 10721, app/assets/stylesheets/themes/_fc_styles.css */
.m-n11 {
  margin: -15rem !important;
}

/* line 10725, app/assets/stylesheets/themes/_fc_styles.css */
.m-nx1 {
  margin: -1.25rem !important;
}

/* line 10729, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 10734, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 10739, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 10744, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n4 {
  margin-right: -1.8rem !important;
  margin-left: -1.8rem !important;
}

/* line 10749, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 10754, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n6 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

/* line 10759, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n7 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

/* line 10764, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n8 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

/* line 10769, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n9 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

/* line 10774, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n10 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

/* line 10779, app/assets/stylesheets/themes/_fc_styles.css */
.mx-n11 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

/* line 10784, app/assets/stylesheets/themes/_fc_styles.css */
.mx-nx1 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

/* line 10789, app/assets/stylesheets/themes/_fc_styles.css */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 10794, app/assets/stylesheets/themes/_fc_styles.css */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 10799, app/assets/stylesheets/themes/_fc_styles.css */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 10804, app/assets/stylesheets/themes/_fc_styles.css */
.my-n4 {
  margin-top: -1.8rem !important;
  margin-bottom: -1.8rem !important;
}

/* line 10809, app/assets/stylesheets/themes/_fc_styles.css */
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 10814, app/assets/stylesheets/themes/_fc_styles.css */
.my-n6 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

/* line 10819, app/assets/stylesheets/themes/_fc_styles.css */
.my-n7 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

/* line 10824, app/assets/stylesheets/themes/_fc_styles.css */
.my-n8 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

/* line 10829, app/assets/stylesheets/themes/_fc_styles.css */
.my-n9 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

/* line 10834, app/assets/stylesheets/themes/_fc_styles.css */
.my-n10 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

/* line 10839, app/assets/stylesheets/themes/_fc_styles.css */
.my-n11 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

/* line 10844, app/assets/stylesheets/themes/_fc_styles.css */
.my-nx1 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

/* line 10849, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 10853, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 10857, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 10861, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n4 {
  margin-top: -1.8rem !important;
}

/* line 10865, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 10869, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n6 {
  margin-top: -4rem !important;
}

/* line 10873, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n7 {
  margin-top: -5rem !important;
}

/* line 10877, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n8 {
  margin-top: -7.5rem !important;
}

/* line 10881, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n9 {
  margin-top: -10rem !important;
}

/* line 10885, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n10 {
  margin-top: -12.5rem !important;
}

/* line 10889, app/assets/stylesheets/themes/_fc_styles.css */
.mt-n11 {
  margin-top: -15rem !important;
}

/* line 10893, app/assets/stylesheets/themes/_fc_styles.css */
.mt-nx1 {
  margin-top: -1.25rem !important;
}

/* line 10897, app/assets/stylesheets/themes/_fc_styles.css */
.me-n1 {
  margin-right: -0.25rem !important;
}

/* line 10901, app/assets/stylesheets/themes/_fc_styles.css */
.me-n2 {
  margin-right: -0.5rem !important;
}

/* line 10905, app/assets/stylesheets/themes/_fc_styles.css */
.me-n3 {
  margin-right: -1rem !important;
}

/* line 10909, app/assets/stylesheets/themes/_fc_styles.css */
.me-n4 {
  margin-right: -1.8rem !important;
}

/* line 10913, app/assets/stylesheets/themes/_fc_styles.css */
.me-n5 {
  margin-right: -3rem !important;
}

/* line 10917, app/assets/stylesheets/themes/_fc_styles.css */
.me-n6 {
  margin-right: -4rem !important;
}

/* line 10921, app/assets/stylesheets/themes/_fc_styles.css */
.me-n7 {
  margin-right: -5rem !important;
}

/* line 10925, app/assets/stylesheets/themes/_fc_styles.css */
.me-n8 {
  margin-right: -7.5rem !important;
}

/* line 10929, app/assets/stylesheets/themes/_fc_styles.css */
.me-n9 {
  margin-right: -10rem !important;
}

/* line 10933, app/assets/stylesheets/themes/_fc_styles.css */
.me-n10 {
  margin-right: -12.5rem !important;
}

/* line 10937, app/assets/stylesheets/themes/_fc_styles.css */
.me-n11 {
  margin-right: -15rem !important;
}

/* line 10941, app/assets/stylesheets/themes/_fc_styles.css */
.me-nx1 {
  margin-right: -1.25rem !important;
}

/* line 10945, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 10949, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 10953, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 10957, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n4 {
  margin-bottom: -1.8rem !important;
}

/* line 10961, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 10965, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n6 {
  margin-bottom: -4rem !important;
}

/* line 10969, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n7 {
  margin-bottom: -5rem !important;
}

/* line 10973, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n8 {
  margin-bottom: -7.5rem !important;
}

/* line 10977, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n9 {
  margin-bottom: -10rem !important;
}

/* line 10981, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n10 {
  margin-bottom: -12.5rem !important;
}

/* line 10985, app/assets/stylesheets/themes/_fc_styles.css */
.mb-n11 {
  margin-bottom: -15rem !important;
}

/* line 10989, app/assets/stylesheets/themes/_fc_styles.css */
.mb-nx1 {
  margin-bottom: -1.25rem !important;
}

/* line 10993, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 10997, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 11001, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n3 {
  margin-left: -1rem !important;
}

/* line 11005, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n4 {
  margin-left: -1.8rem !important;
}

/* line 11009, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n5 {
  margin-left: -3rem !important;
}

/* line 11013, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n6 {
  margin-left: -4rem !important;
}

/* line 11017, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n7 {
  margin-left: -5rem !important;
}

/* line 11021, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n8 {
  margin-left: -7.5rem !important;
}

/* line 11025, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n9 {
  margin-left: -10rem !important;
}

/* line 11029, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n10 {
  margin-left: -12.5rem !important;
}

/* line 11033, app/assets/stylesheets/themes/_fc_styles.css */
.ms-n11 {
  margin-left: -15rem !important;
}

/* line 11037, app/assets/stylesheets/themes/_fc_styles.css */
.ms-nx1 {
  margin-left: -1.25rem !important;
}

/* line 11041, app/assets/stylesheets/themes/_fc_styles.css */
.p-0 {
  padding: 0 !important;
}

/* line 11045, app/assets/stylesheets/themes/_fc_styles.css */
.p-1 {
  padding: .25rem !important;
}

/* line 11049, app/assets/stylesheets/themes/_fc_styles.css */
.p-2 {
  padding: .5rem !important;
}

/* line 11053, app/assets/stylesheets/themes/_fc_styles.css */
.p-3 {
  padding: 1rem !important;
}

/* line 11057, app/assets/stylesheets/themes/_fc_styles.css */
.p-4 {
  padding: 1.8rem !important;
}

/* line 11061, app/assets/stylesheets/themes/_fc_styles.css */
.p-5 {
  padding: 3rem !important;
}

/* line 11065, app/assets/stylesheets/themes/_fc_styles.css */
.p-6 {
  padding: 4rem !important;
}

/* line 11069, app/assets/stylesheets/themes/_fc_styles.css */
.p-7 {
  padding: 5rem !important;
}

/* line 11073, app/assets/stylesheets/themes/_fc_styles.css */
.p-8 {
  padding: 7.5rem !important;
}

/* line 11077, app/assets/stylesheets/themes/_fc_styles.css */
.p-9 {
  padding: 10rem !important;
}

/* line 11081, app/assets/stylesheets/themes/_fc_styles.css */
.p-10 {
  padding: 12.5rem !important;
}

/* line 11085, app/assets/stylesheets/themes/_fc_styles.css */
.p-11 {
  padding: 15rem !important;
}

/* line 11089, app/assets/stylesheets/themes/_fc_styles.css */
.p-x1 {
  padding: 1.25rem !important;
}

/* line 11093, app/assets/stylesheets/themes/_fc_styles.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 11098, app/assets/stylesheets/themes/_fc_styles.css */
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}

/* line 11103, app/assets/stylesheets/themes/_fc_styles.css */
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

/* line 11108, app/assets/stylesheets/themes/_fc_styles.css */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 11113, app/assets/stylesheets/themes/_fc_styles.css */
.px-4 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}

/* line 11118, app/assets/stylesheets/themes/_fc_styles.css */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 11123, app/assets/stylesheets/themes/_fc_styles.css */
.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 11128, app/assets/stylesheets/themes/_fc_styles.css */
.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

/* line 11133, app/assets/stylesheets/themes/_fc_styles.css */
.px-8 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

/* line 11138, app/assets/stylesheets/themes/_fc_styles.css */
.px-9 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

/* line 11143, app/assets/stylesheets/themes/_fc_styles.css */
.px-10 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

/* line 11148, app/assets/stylesheets/themes/_fc_styles.css */
.px-11 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

/* line 11153, app/assets/stylesheets/themes/_fc_styles.css */
.px-x1 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* line 11158, app/assets/stylesheets/themes/_fc_styles.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 11163, app/assets/stylesheets/themes/_fc_styles.css */
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

/* line 11168, app/assets/stylesheets/themes/_fc_styles.css */
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

/* line 11173, app/assets/stylesheets/themes/_fc_styles.css */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 11178, app/assets/stylesheets/themes/_fc_styles.css */
.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

/* line 11183, app/assets/stylesheets/themes/_fc_styles.css */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 11188, app/assets/stylesheets/themes/_fc_styles.css */
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 11193, app/assets/stylesheets/themes/_fc_styles.css */
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* line 11198, app/assets/stylesheets/themes/_fc_styles.css */
.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

/* line 11203, app/assets/stylesheets/themes/_fc_styles.css */
.py-9 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

/* line 11208, app/assets/stylesheets/themes/_fc_styles.css */
.py-10 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

/* line 11213, app/assets/stylesheets/themes/_fc_styles.css */
.py-11 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

/* line 11218, app/assets/stylesheets/themes/_fc_styles.css */
.py-x1 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

/* line 11223, app/assets/stylesheets/themes/_fc_styles.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 11227, app/assets/stylesheets/themes/_fc_styles.css */
.pt-1 {
  padding-top: .25rem !important;
}

/* line 11231, app/assets/stylesheets/themes/_fc_styles.css */
.pt-2 {
  padding-top: .5rem !important;
}

/* line 11235, app/assets/stylesheets/themes/_fc_styles.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 11239, app/assets/stylesheets/themes/_fc_styles.css */
.pt-4 {
  padding-top: 1.8rem !important;
}

/* line 11243, app/assets/stylesheets/themes/_fc_styles.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 11247, app/assets/stylesheets/themes/_fc_styles.css */
.pt-6 {
  padding-top: 4rem !important;
}

/* line 11251, app/assets/stylesheets/themes/_fc_styles.css */
.pt-7 {
  padding-top: 5rem !important;
}

/* line 11255, app/assets/stylesheets/themes/_fc_styles.css */
.pt-8 {
  padding-top: 7.5rem !important;
}

/* line 11259, app/assets/stylesheets/themes/_fc_styles.css */
.pt-9 {
  padding-top: 10rem !important;
}

/* line 11263, app/assets/stylesheets/themes/_fc_styles.css */
.pt-10 {
  padding-top: 12.5rem !important;
}

/* line 11267, app/assets/stylesheets/themes/_fc_styles.css */
.pt-11 {
  padding-top: 15rem !important;
}

/* line 11271, app/assets/stylesheets/themes/_fc_styles.css */
.pt-x1 {
  padding-top: 1.25rem !important;
}

/* line 11275, app/assets/stylesheets/themes/_fc_styles.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 11279, app/assets/stylesheets/themes/_fc_styles.css */
.pe-1 {
  padding-right: .25rem !important;
}

/* line 11283, app/assets/stylesheets/themes/_fc_styles.css */
.pe-2 {
  padding-right: .5rem !important;
}

/* line 11287, app/assets/stylesheets/themes/_fc_styles.css */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 11291, app/assets/stylesheets/themes/_fc_styles.css */
.pe-4 {
  padding-right: 1.8rem !important;
}

/* line 11295, app/assets/stylesheets/themes/_fc_styles.css */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 11299, app/assets/stylesheets/themes/_fc_styles.css */
.pe-6 {
  padding-right: 4rem !important;
}

/* line 11303, app/assets/stylesheets/themes/_fc_styles.css */
.pe-7 {
  padding-right: 5rem !important;
}

/* line 11307, app/assets/stylesheets/themes/_fc_styles.css */
.pe-8 {
  padding-right: 7.5rem !important;
}

/* line 11311, app/assets/stylesheets/themes/_fc_styles.css */
.pe-9 {
  padding-right: 10rem !important;
}

/* line 11315, app/assets/stylesheets/themes/_fc_styles.css */
.pe-10 {
  padding-right: 12.5rem !important;
}

/* line 11319, app/assets/stylesheets/themes/_fc_styles.css */
.pe-11 {
  padding-right: 15rem !important;
}

/* line 11323, app/assets/stylesheets/themes/_fc_styles.css */
.pe-x1 {
  padding-right: 1.25rem !important;
}

/* line 11327, app/assets/stylesheets/themes/_fc_styles.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 11331, app/assets/stylesheets/themes/_fc_styles.css */
.pb-1 {
  padding-bottom: .25rem !important;
}

/* line 11335, app/assets/stylesheets/themes/_fc_styles.css */
.pb-2 {
  padding-bottom: .5rem !important;
}

/* line 11339, app/assets/stylesheets/themes/_fc_styles.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 11343, app/assets/stylesheets/themes/_fc_styles.css */
.pb-4 {
  padding-bottom: 1.8rem !important;
}

/* line 11347, app/assets/stylesheets/themes/_fc_styles.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 11351, app/assets/stylesheets/themes/_fc_styles.css */
.pb-6 {
  padding-bottom: 4rem !important;
}

/* line 11355, app/assets/stylesheets/themes/_fc_styles.css */
.pb-7 {
  padding-bottom: 5rem !important;
}

/* line 11359, app/assets/stylesheets/themes/_fc_styles.css */
.pb-8 {
  padding-bottom: 7.5rem !important;
}

/* line 11363, app/assets/stylesheets/themes/_fc_styles.css */
.pb-9 {
  padding-bottom: 10rem !important;
}

/* line 11367, app/assets/stylesheets/themes/_fc_styles.css */
.pb-10 {
  padding-bottom: 12.5rem !important;
}

/* line 11371, app/assets/stylesheets/themes/_fc_styles.css */
.pb-11 {
  padding-bottom: 15rem !important;
}

/* line 11375, app/assets/stylesheets/themes/_fc_styles.css */
.pb-x1 {
  padding-bottom: 1.25rem !important;
}

/* line 11379, app/assets/stylesheets/themes/_fc_styles.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 11383, app/assets/stylesheets/themes/_fc_styles.css */
.ps-1 {
  padding-left: .25rem !important;
}

/* line 11387, app/assets/stylesheets/themes/_fc_styles.css */
.ps-2 {
  padding-left: .5rem !important;
}

/* line 11391, app/assets/stylesheets/themes/_fc_styles.css */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 11395, app/assets/stylesheets/themes/_fc_styles.css */
.ps-4 {
  padding-left: 1.8rem !important;
}

/* line 11399, app/assets/stylesheets/themes/_fc_styles.css */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 11403, app/assets/stylesheets/themes/_fc_styles.css */
.ps-6 {
  padding-left: 4rem !important;
}

/* line 11407, app/assets/stylesheets/themes/_fc_styles.css */
.ps-7 {
  padding-left: 5rem !important;
}

/* line 11411, app/assets/stylesheets/themes/_fc_styles.css */
.ps-8 {
  padding-left: 7.5rem !important;
}

/* line 11415, app/assets/stylesheets/themes/_fc_styles.css */
.ps-9 {
  padding-left: 10rem !important;
}

/* line 11419, app/assets/stylesheets/themes/_fc_styles.css */
.ps-10 {
  padding-left: 12.5rem !important;
}

/* line 11423, app/assets/stylesheets/themes/_fc_styles.css */
.ps-11 {
  padding-left: 15rem !important;
}

/* line 11427, app/assets/stylesheets/themes/_fc_styles.css */
.ps-x1 {
  padding-left: 1.25rem !important;
}

/* line 11431, app/assets/stylesheets/themes/_fc_styles.css */
.gap-0 {
  gap: 0 !important;
}

/* line 11435, app/assets/stylesheets/themes/_fc_styles.css */
.gap-1 {
  gap: .25rem !important;
}

/* line 11439, app/assets/stylesheets/themes/_fc_styles.css */
.gap-2 {
  gap: .5rem !important;
}

/* line 11443, app/assets/stylesheets/themes/_fc_styles.css */
.gap-3 {
  gap: 1rem !important;
}

/* line 11447, app/assets/stylesheets/themes/_fc_styles.css */
.gap-4 {
  gap: 1.8rem !important;
}

/* line 11451, app/assets/stylesheets/themes/_fc_styles.css */
.gap-5 {
  gap: 3rem !important;
}

/* line 11455, app/assets/stylesheets/themes/_fc_styles.css */
.gap-6 {
  gap: 4rem !important;
}

/* line 11459, app/assets/stylesheets/themes/_fc_styles.css */
.gap-7 {
  gap: 5rem !important;
}

/* line 11463, app/assets/stylesheets/themes/_fc_styles.css */
.gap-8 {
  gap: 7.5rem !important;
}

/* line 11467, app/assets/stylesheets/themes/_fc_styles.css */
.gap-9 {
  gap: 10rem !important;
}

/* line 11471, app/assets/stylesheets/themes/_fc_styles.css */
.gap-10 {
  gap: 12.5rem !important;
}

/* line 11475, app/assets/stylesheets/themes/_fc_styles.css */
.gap-11 {
  gap: 15rem !important;
}

/* line 11479, app/assets/stylesheets/themes/_fc_styles.css */
.gap-x1 {
  gap: 1.25rem !important;
}

/* line 11483, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 11487, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-1 {
  row-gap: .25rem !important;
}

/* line 11491, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-2 {
  row-gap: .5rem !important;
}

/* line 11495, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 11499, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-4 {
  row-gap: 1.8rem !important;
}

/* line 11503, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 11507, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-6 {
  row-gap: 4rem !important;
}

/* line 11511, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-7 {
  row-gap: 5rem !important;
}

/* line 11515, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-8 {
  row-gap: 7.5rem !important;
}

/* line 11519, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-9 {
  row-gap: 10rem !important;
}

/* line 11523, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-10 {
  row-gap: 12.5rem !important;
}

/* line 11527, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-11 {
  row-gap: 15rem !important;
}

/* line 11531, app/assets/stylesheets/themes/_fc_styles.css */
.row-gap-x1 {
  row-gap: 1.25rem !important;
}

/* line 11535, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

/* line 11541, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-1 {
  -webkit-column-gap: .25rem !important;
  -moz-column-gap: .25rem !important;
  column-gap: .25rem !important;
}

/* line 11547, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-2 {
  -webkit-column-gap: .5rem !important;
  -moz-column-gap: .5rem !important;
  column-gap: .5rem !important;
}

/* line 11553, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

/* line 11559, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-4 {
  -webkit-column-gap: 1.8rem !important;
  -moz-column-gap: 1.8rem !important;
  column-gap: 1.8rem !important;
}

/* line 11565, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-5 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

/* line 11571, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-6 {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

/* line 11577, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-7 {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

/* line 11583, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-8 {
  -webkit-column-gap: 7.5rem !important;
  -moz-column-gap: 7.5rem !important;
  column-gap: 7.5rem !important;
}

/* line 11589, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-9 {
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

/* line 11595, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-10 {
  -webkit-column-gap: 12.5rem !important;
  -moz-column-gap: 12.5rem !important;
  column-gap: 12.5rem !important;
}

/* line 11601, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-11 {
  -webkit-column-gap: 15rem !important;
  -moz-column-gap: 15rem !important;
  column-gap: 15rem !important;
}

/* line 11607, app/assets/stylesheets/themes/_fc_styles.css */
.column-gap-x1 {
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

/* line 11613, app/assets/stylesheets/themes/_fc_styles.css */
.font-monospace {
  font-family: var(--iota-font-monospace) !important;
}

/* line 11617, app/assets/stylesheets/themes/_fc_styles.css */
.font-sans-serif {
  font-family: var(--iota-font-sans-serif) !important;
}

/* line 11621, app/assets/stylesheets/themes/_fc_styles.css */
.font-base {
  font-family: var(--iota-font-base) !important;
}

/* line 11625, app/assets/stylesheets/themes/_fc_styles.css */
.fs-11 {
  font-size: .6944444444rem !important;
}

/* line 11629, app/assets/stylesheets/themes/_fc_styles.css */
.fs-10 {
  font-size: .8333333333rem !important;
}

/* line 11633, app/assets/stylesheets/themes/_fc_styles.css */
.fs-9 {
  font-size: 1rem !important;
}

/* line 11637, app/assets/stylesheets/themes/_fc_styles.css */
.fs-8 {
  font-size: 1.2rem !important;
}

/* line 11641, app/assets/stylesheets/themes/_fc_styles.css */
.fs-7 {
  font-size: 1.44rem !important;
}

/* line 11645, app/assets/stylesheets/themes/_fc_styles.css */
.fs-6 {
  font-size: 1.728rem !important;
}

/* line 11649, app/assets/stylesheets/themes/_fc_styles.css */
.fs-5 {
  font-size: 2.0736rem !important;
}

/* line 11653, app/assets/stylesheets/themes/_fc_styles.css */
.fs-4 {
  font-size: 2.48832rem !important;
}

/* line 11657, app/assets/stylesheets/themes/_fc_styles.css */
.fs-3 {
  font-size: 2.985984rem !important;
}

/* line 11661, app/assets/stylesheets/themes/_fc_styles.css */
.fs-2 {
  font-size: 3.5831808rem !important;
}

/* line 11665, app/assets/stylesheets/themes/_fc_styles.css */
.fs-1 {
  font-size: 4.29981696rem !important;
}

/* line 11669, app/assets/stylesheets/themes/_fc_styles.css */
.fst-italic {
  font-style: italic !important;
}

/* line 11673, app/assets/stylesheets/themes/_fc_styles.css */
.fst-normal {
  font-style: normal !important;
}

/* line 11677, app/assets/stylesheets/themes/_fc_styles.css */
.fw-thin {
  font-weight: 100 !important;
}

/* line 11681, app/assets/stylesheets/themes/_fc_styles.css */
.fw-lighter {
  font-weight: 200 !important;
}

/* line 11685, app/assets/stylesheets/themes/_fc_styles.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 11689, app/assets/stylesheets/themes/_fc_styles.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 11693, app/assets/stylesheets/themes/_fc_styles.css */
.fw-medium {
  font-weight: 500 !important;
}

/* line 11697, app/assets/stylesheets/themes/_fc_styles.css */
.fw-semi-bold {
  font-weight: 600 !important;
}

/* line 11701, app/assets/stylesheets/themes/_fc_styles.css */
.fw-bold {
  font-weight: 700 !important;
}

/* line 11705, app/assets/stylesheets/themes/_fc_styles.css */
.fw-bolder {
  font-weight: 800 !important;
}

/* line 11709, app/assets/stylesheets/themes/_fc_styles.css */
.fw-black {
  font-weight: 900 !important;
}

/* line 11713, app/assets/stylesheets/themes/_fc_styles.css */
.lh-1 {
  line-height: 1 !important;
}

/* line 11717, app/assets/stylesheets/themes/_fc_styles.css */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 11721, app/assets/stylesheets/themes/_fc_styles.css */
.lh-base {
  line-height: 1.5 !important;
}

/* line 11725, app/assets/stylesheets/themes/_fc_styles.css */
.lh-lg {
  line-height: 2 !important;
}

/* line 11729, app/assets/stylesheets/themes/_fc_styles.css */
.text-start {
  text-align: left !important;
}

/* line 11733, app/assets/stylesheets/themes/_fc_styles.css */
.text-end {
  text-align: right !important;
}

/* line 11737, app/assets/stylesheets/themes/_fc_styles.css */
.text-center {
  text-align: center !important;
}

/* line 11741, app/assets/stylesheets/themes/_fc_styles.css */
.text-justify {
  text-align: justify !important;
}

/* line 11745, app/assets/stylesheets/themes/_fc_styles.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 11749, app/assets/stylesheets/themes/_fc_styles.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 11753, app/assets/stylesheets/themes/_fc_styles.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 11757, app/assets/stylesheets/themes/_fc_styles.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 11761, app/assets/stylesheets/themes/_fc_styles.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 11765, app/assets/stylesheets/themes/_fc_styles.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 11769, app/assets/stylesheets/themes/_fc_styles.css */
.text-wrap {
  white-space: normal !important;
}

/* line 11773, app/assets/stylesheets/themes/_fc_styles.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11777, app/assets/stylesheets/themes/_fc_styles.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 11782, app/assets/stylesheets/themes/_fc_styles.css */
.text-primary {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-primary-rgb), var(--iota-text-opacity)) !important;
}

/* line 11787, app/assets/stylesheets/themes/_fc_styles.css */
.text-secondary {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-secondary-rgb), var(--iota-text-opacity)) !important;
}

/* line 11792, app/assets/stylesheets/themes/_fc_styles.css */
.text-success {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-success-rgb), var(--iota-text-opacity)) !important;
}

/* line 11797, app/assets/stylesheets/themes/_fc_styles.css */
.text-info {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-info-rgb), var(--iota-text-opacity)) !important;
}

/* line 11802, app/assets/stylesheets/themes/_fc_styles.css */
.text-warning {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-warning-rgb), var(--iota-text-opacity)) !important;
}

/* line 11807, app/assets/stylesheets/themes/_fc_styles.css */
.text-danger {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-danger-rgb), var(--iota-text-opacity)) !important;
}

/* line 11812, app/assets/stylesheets/themes/_fc_styles.css */
.text-light {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-light-rgb), var(--iota-text-opacity)) !important;
}

/* line 11817, app/assets/stylesheets/themes/_fc_styles.css */
.text-dark {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-dark-rgb), var(--iota-text-opacity)) !important;
}

/* line 11822, app/assets/stylesheets/themes/_fc_styles.css */
.text-facebook {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-facebook-rgb), var(--iota-text-opacity)) !important;
}

/* line 11827, app/assets/stylesheets/themes/_fc_styles.css */
.text-google-plus {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-google-plus-rgb), var(--iota-text-opacity)) !important;
}

/* line 11832, app/assets/stylesheets/themes/_fc_styles.css */
.text-twitter {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-twitter-rgb), var(--iota-text-opacity)) !important;
}

/* line 11837, app/assets/stylesheets/themes/_fc_styles.css */
.text-linkedin {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-linkedin-rgb), var(--iota-text-opacity)) !important;
}

/* line 11842, app/assets/stylesheets/themes/_fc_styles.css */
.text-youtube {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-youtube-rgb), var(--iota-text-opacity)) !important;
}

/* line 11847, app/assets/stylesheets/themes/_fc_styles.css */
.text-github {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-github-rgb), var(--iota-text-opacity)) !important;
}

/* line 11852, app/assets/stylesheets/themes/_fc_styles.css */
.text-black {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-black-rgb), var(--iota-text-opacity)) !important;
}

/* line 11857, app/assets/stylesheets/themes/_fc_styles.css */
.text-white {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-white-rgb), var(--iota-text-opacity)) !important;
}

/* line 11862, app/assets/stylesheets/themes/_fc_styles.css */
.text-body {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-body-color-rgb), var(--iota-text-opacity)) !important;
}

/* line 11867, app/assets/stylesheets/themes/_fc_styles.css */
.text-100 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-100-rgb), var(--iota-text-opacity)) !important;
}

/* line 11872, app/assets/stylesheets/themes/_fc_styles.css */
.text-200 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-200-rgb), var(--iota-text-opacity)) !important;
}

/* line 11877, app/assets/stylesheets/themes/_fc_styles.css */
.text-300 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-300-rgb), var(--iota-text-opacity)) !important;
}

/* line 11882, app/assets/stylesheets/themes/_fc_styles.css */
.text-400 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-400-rgb), var(--iota-text-opacity)) !important;
}

/* line 11887, app/assets/stylesheets/themes/_fc_styles.css */
.text-500 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-500-rgb), var(--iota-text-opacity)) !important;
}

/* line 11892, app/assets/stylesheets/themes/_fc_styles.css */
.text-600 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-600-rgb), var(--iota-text-opacity)) !important;
}

/* line 11897, app/assets/stylesheets/themes/_fc_styles.css */
.text-700 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-700-rgb), var(--iota-text-opacity)) !important;
}

/* line 11902, app/assets/stylesheets/themes/_fc_styles.css */
.text-800 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-800-rgb), var(--iota-text-opacity)) !important;
}

/* line 11907, app/assets/stylesheets/themes/_fc_styles.css */
.text-900 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-900-rgb), var(--iota-text-opacity)) !important;
}

/* line 11912, app/assets/stylesheets/themes/_fc_styles.css */
.text-1000 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-1000-rgb), var(--iota-text-opacity)) !important;
}

/* line 11917, app/assets/stylesheets/themes/_fc_styles.css */
.text-1100 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gray-1100-rgb), var(--iota-text-opacity)) !important;
}

/* line 11922, app/assets/stylesheets/themes/_fc_styles.css */
.text-muted {
  --iota-text-opacity: 1;
  color: var(--iota-secondary-color) !important;
}

/* line 11927, app/assets/stylesheets/themes/_fc_styles.css */
.text-black-50 {
  --iota-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 11932, app/assets/stylesheets/themes/_fc_styles.css */
.text-white-50 {
  --iota-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 11937, app/assets/stylesheets/themes/_fc_styles.css */
.text-body-secondary {
  --iota-text-opacity: 1;
  color: var(--iota-secondary-color) !important;
}

/* line 11942, app/assets/stylesheets/themes/_fc_styles.css */
.text-body-tertiary {
  --iota-text-opacity: 1;
  color: var(--iota-tertiary-color) !important;
}

/* line 11947, app/assets/stylesheets/themes/_fc_styles.css */
.text-body-emphasis {
  --iota-text-opacity: 1;
  color: var(--iota-emphasis-color) !important;
}

/* line 11952, app/assets/stylesheets/themes/_fc_styles.css */
.text-reset {
  --iota-text-opacity: 1;
  color: inherit !important;
}

/* line 11957, app/assets/stylesheets/themes/_fc_styles.css */
.text-opacity-25 {
  --iota-text-opacity: 0.25
;
}

/* line 11961, app/assets/stylesheets/themes/_fc_styles.css */
.text-opacity-50 {
  --iota-text-opacity: 0.5
;
}

/* line 11965, app/assets/stylesheets/themes/_fc_styles.css */
.text-opacity-75 {
  --iota-text-opacity: 0.75
;
}

/* line 11969, app/assets/stylesheets/themes/_fc_styles.css */
.text-opacity-100 {
  --iota-text-opacity: 1
;
}

/* line 11973, app/assets/stylesheets/themes/_fc_styles.css */
.text-primary-emphasis {
  color: var(--iota-primary-text-emphasis) !important;
}

/* line 11977, app/assets/stylesheets/themes/_fc_styles.css */
.text-secondary-emphasis {
  color: var(--iota-secondary-text-emphasis) !important;
}

/* line 11981, app/assets/stylesheets/themes/_fc_styles.css */
.text-success-emphasis {
  color: var(--iota-success-text-emphasis) !important;
}

/* line 11985, app/assets/stylesheets/themes/_fc_styles.css */
.text-info-emphasis {
  color: var(--iota-info-text-emphasis) !important;
}

/* line 11989, app/assets/stylesheets/themes/_fc_styles.css */
.text-warning-emphasis {
  color: var(--iota-warning-text-emphasis) !important;
}

/* line 11993, app/assets/stylesheets/themes/_fc_styles.css */
.text-danger-emphasis {
  color: var(--iota-danger-text-emphasis) !important;
}

/* line 11997, app/assets/stylesheets/themes/_fc_styles.css */
.text-light-emphasis {
  color: var(--iota-light-text-emphasis) !important;
}

/* line 12001, app/assets/stylesheets/themes/_fc_styles.css */
.text-dark-emphasis {
  color: var(--iota-dark-text-emphasis) !important;
}

/* line 12005, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-10 {
  --iota-link-opacity: 0.1
;
}

/* line 12009, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-10-hover:hover {
  --iota-link-opacity: 0.1
;
}

/* line 12013, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-25 {
  --iota-link-opacity: 0.25
;
}

/* line 12017, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-25-hover:hover {
  --iota-link-opacity: 0.25
;
}

/* line 12021, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-50 {
  --iota-link-opacity: 0.5
;
}

/* line 12025, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-50-hover:hover {
  --iota-link-opacity: 0.5
;
}

/* line 12029, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-75 {
  --iota-link-opacity: 0.75
;
}

/* line 12033, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-75-hover:hover {
  --iota-link-opacity: 0.75
;
}

/* line 12037, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-100 {
  --iota-link-opacity: 1
;
}

/* line 12041, app/assets/stylesheets/themes/_fc_styles.css */
.link-opacity-100-hover:hover {
  --iota-link-opacity: 1
;
}

/* line 12045, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-1 {
  text-underline-offset: .125em !important;
}

/* line 12049, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

/* line 12053, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-2 {
  text-underline-offset: .25em !important;
}

/* line 12057, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

/* line 12061, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-3 {
  text-underline-offset: .375em !important;
}

/* line 12065, app/assets/stylesheets/themes/_fc_styles.css */
.link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

/* line 12069, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-primary {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-primary-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-primary-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12075, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-secondary {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-secondary-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-secondary-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12081, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-success {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-success-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-success-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12087, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-info {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-info-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-info-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12093, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-warning {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-warning-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-warning-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12099, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-danger {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-danger-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-danger-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12105, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-light {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-light-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-light-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12111, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-dark {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-dark-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-dark-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 12117, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-link-color-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--iota-link-color-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 12123, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-0 {
  --iota-link-underline-opacity: 0
;
}

/* line 12127, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-0-hover:hover {
  --iota-link-underline-opacity: 0
;
}

/* line 12131, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-10 {
  --iota-link-underline-opacity: 0.1
;
}

/* line 12135, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-10-hover:hover {
  --iota-link-underline-opacity: 0.1
;
}

/* line 12139, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-25 {
  --iota-link-underline-opacity: 0.25
;
}

/* line 12143, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-25-hover:hover {
  --iota-link-underline-opacity: 0.25
;
}

/* line 12147, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-50 {
  --iota-link-underline-opacity: 0.5
;
}

/* line 12151, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-50-hover:hover {
  --iota-link-underline-opacity: 0.5
;
}

/* line 12155, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-75 {
  --iota-link-underline-opacity: 0.75
;
}

/* line 12159, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-75-hover:hover {
  --iota-link-underline-opacity: 0.75
;
}

/* line 12163, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-100 {
  --iota-link-underline-opacity: 1
;
}

/* line 12167, app/assets/stylesheets/themes/_fc_styles.css */
.link-underline-opacity-100-hover:hover {
  --iota-link-underline-opacity: 1
;
}

/* line 12171, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-primary-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12176, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-secondary-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12181, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-success-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12186, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-info-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12191, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-warning-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12196, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-danger-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12201, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-light-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12206, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-dark-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12211, app/assets/stylesheets/themes/_fc_styles.css */
.bg-black {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-black-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12216, app/assets/stylesheets/themes/_fc_styles.css */
.bg-white {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-white-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12221, app/assets/stylesheets/themes/_fc_styles.css */
.bg-body {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-body-bg-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12226, app/assets/stylesheets/themes/_fc_styles.css */
.bg-100 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-100-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12231, app/assets/stylesheets/themes/_fc_styles.css */
.bg-200 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-200-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12236, app/assets/stylesheets/themes/_fc_styles.css */
.bg-300 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-300-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12241, app/assets/stylesheets/themes/_fc_styles.css */
.bg-400 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-400-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12246, app/assets/stylesheets/themes/_fc_styles.css */
.bg-500 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-500-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12251, app/assets/stylesheets/themes/_fc_styles.css */
.bg-600 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-600-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12256, app/assets/stylesheets/themes/_fc_styles.css */
.bg-700 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-700-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12261, app/assets/stylesheets/themes/_fc_styles.css */
.bg-800 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-800-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12266, app/assets/stylesheets/themes/_fc_styles.css */
.bg-900 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-900-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12271, app/assets/stylesheets/themes/_fc_styles.css */
.bg-1000 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-1000-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12276, app/assets/stylesheets/themes/_fc_styles.css */
.bg-1100 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gray-1100-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12281, app/assets/stylesheets/themes/_fc_styles.css */
.bg-transparent {
  --iota-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 12286, app/assets/stylesheets/themes/_fc_styles.css */
.bg-body-secondary {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-secondary-bg-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12291, app/assets/stylesheets/themes/_fc_styles.css */
.bg-body-tertiary {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-tertiary-bg-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12296, app/assets/stylesheets/themes/_fc_styles.css */
.bg-body-emphasis {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-emphasis-bg-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12301, app/assets/stylesheets/themes/_fc_styles.css */
.bg-body-quaternary {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-quaternary-bg-rgb), var(--iota-bg-opacity)) !important;
}

/* line 12306, app/assets/stylesheets/themes/_fc_styles.css */
.bg-opacity-10 {
  --iota-bg-opacity: 0.1
;
}

/* line 12310, app/assets/stylesheets/themes/_fc_styles.css */
.bg-opacity-25 {
  --iota-bg-opacity: 0.25
;
}

/* line 12314, app/assets/stylesheets/themes/_fc_styles.css */
.bg-opacity-50 {
  --iota-bg-opacity: 0.5
;
}

/* line 12318, app/assets/stylesheets/themes/_fc_styles.css */
.bg-opacity-75 {
  --iota-bg-opacity: 0.75
;
}

/* line 12322, app/assets/stylesheets/themes/_fc_styles.css */
.bg-opacity-100 {
  --iota-bg-opacity: 1
;
}

/* line 12326, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary-subtle, .fc-timegrid .event-bg-primary-subtle {
  background-color: var(--iota-primary-bg-subtle) !important;
}

/* line 12330, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary-subtle, .fc-timegrid .event-bg-secondary-subtle {
  background-color: var(--iota-secondary-bg-subtle) !important;
}

/* line 12334, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success-subtle, .fc-timegrid .event-bg-success-subtle {
  background-color: var(--iota-success-bg-subtle) !important;
}

/* line 12338, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info-subtle, .fc-timegrid .event-bg-info-subtle {
  background-color: var(--iota-info-bg-subtle) !important;
}

/* line 12342, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning-subtle, .fc-timegrid .event-bg-warning-subtle {
  background-color: var(--iota-warning-bg-subtle) !important;
}

/* line 12346, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger-subtle, .fc-timegrid .event-bg-danger-subtle {
  background-color: var(--iota-danger-bg-subtle) !important;
}

/* line 12350, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light-subtle, .fc-timegrid .event-bg-light-subtle {
  background-color: var(--iota-light-bg-subtle) !important;
}

/* line 12354, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark-subtle, .fc-timegrid .event-bg-dark-subtle {
  background-color: var(--iota-dark-bg-subtle) !important;
}

/* line 12358, app/assets/stylesheets/themes/_fc_styles.css */
.bg-gradient {
  background-image: var(--iota-gradient) !important;
}

/* line 12362, app/assets/stylesheets/themes/_fc_styles.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 12369, app/assets/stylesheets/themes/_fc_styles.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 12376, app/assets/stylesheets/themes/_fc_styles.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 12383, app/assets/stylesheets/themes/_fc_styles.css */
.pe-none {
  pointer-events: none !important;
}

/* line 12387, app/assets/stylesheets/themes/_fc_styles.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 12391, app/assets/stylesheets/themes/_fc_styles.css */
.rounded {
  border-radius: var(--iota-border-radius) !important;
}

/* line 12395, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 12399, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-1 {
  border-radius: var(--iota-border-radius-sm) !important;
}

/* line 12403, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-2 {
  border-radius: var(--iota-border-radius) !important;
}

/* line 12407, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-3 {
  border-radius: var(--iota-border-radius-lg) !important;
}

/* line 12411, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-4 {
  border-radius: var(--iota-border-radius-xl) !important;
}

/* line 12415, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-5 {
  border-radius: var(--iota-border-radius-xxl) !important;
}

/* line 12419, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 12423, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-pill {
  border-radius: var(--iota-border-radius-pill) !important;
}

/* line 12427, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top {
  border-top-left-radius: var(--iota-border-radius) !important;
  border-top-right-radius: var(--iota-border-radius) !important;
}

/* line 12432, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 12437, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-1 {
  border-top-left-radius: var(--iota-border-radius-sm) !important;
  border-top-right-radius: var(--iota-border-radius-sm) !important;
}

/* line 12442, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-2 {
  border-top-left-radius: var(--iota-border-radius) !important;
  border-top-right-radius: var(--iota-border-radius) !important;
}

/* line 12447, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-3 {
  border-top-left-radius: var(--iota-border-radius-lg) !important;
  border-top-right-radius: var(--iota-border-radius-lg) !important;
}

/* line 12452, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-4 {
  border-top-left-radius: var(--iota-border-radius-xl) !important;
  border-top-right-radius: var(--iota-border-radius-xl) !important;
}

/* line 12457, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-5 {
  border-top-left-radius: var(--iota-border-radius-xxl) !important;
  border-top-right-radius: var(--iota-border-radius-xxl) !important;
}

/* line 12462, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 12467, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-top-pill {
  border-top-left-radius: var(--iota-border-radius-pill) !important;
  border-top-right-radius: var(--iota-border-radius-pill) !important;
}

/* line 12472, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end {
  border-top-right-radius: var(--iota-border-radius) !important;
  border-bottom-right-radius: var(--iota-border-radius) !important;
}

/* line 12477, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 12482, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-1 {
  border-top-right-radius: var(--iota-border-radius-sm) !important;
  border-bottom-right-radius: var(--iota-border-radius-sm) !important;
}

/* line 12487, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-2 {
  border-top-right-radius: var(--iota-border-radius) !important;
  border-bottom-right-radius: var(--iota-border-radius) !important;
}

/* line 12492, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-3 {
  border-top-right-radius: var(--iota-border-radius-lg) !important;
  border-bottom-right-radius: var(--iota-border-radius-lg) !important;
}

/* line 12497, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-4 {
  border-top-right-radius: var(--iota-border-radius-xl) !important;
  border-bottom-right-radius: var(--iota-border-radius-xl) !important;
}

/* line 12502, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-5 {
  border-top-right-radius: var(--iota-border-radius-xxl) !important;
  border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
}

/* line 12507, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 12512, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-end-pill {
  border-top-right-radius: var(--iota-border-radius-pill) !important;
  border-bottom-right-radius: var(--iota-border-radius-pill) !important;
}

/* line 12517, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom {
  border-bottom-right-radius: var(--iota-border-radius) !important;
  border-bottom-left-radius: var(--iota-border-radius) !important;
}

/* line 12522, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 12527, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  border-bottom-left-radius: var(--iota-border-radius-sm) !important;
}

/* line 12532, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--iota-border-radius) !important;
  border-bottom-left-radius: var(--iota-border-radius) !important;
}

/* line 12537, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  border-bottom-left-radius: var(--iota-border-radius-lg) !important;
}

/* line 12542, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  border-bottom-left-radius: var(--iota-border-radius-xl) !important;
}

/* line 12547, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
}

/* line 12552, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 12557, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  border-bottom-left-radius: var(--iota-border-radius-pill) !important;
}

/* line 12562, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start {
  border-bottom-left-radius: var(--iota-border-radius) !important;
  border-top-left-radius: var(--iota-border-radius) !important;
}

/* line 12567, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 12572, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-1 {
  border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  border-top-left-radius: var(--iota-border-radius-sm) !important;
}

/* line 12577, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-2 {
  border-bottom-left-radius: var(--iota-border-radius) !important;
  border-top-left-radius: var(--iota-border-radius) !important;
}

/* line 12582, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-3 {
  border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  border-top-left-radius: var(--iota-border-radius-lg) !important;
}

/* line 12587, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-4 {
  border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  border-top-left-radius: var(--iota-border-radius-xl) !important;
}

/* line 12592, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-5 {
  border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  border-top-left-radius: var(--iota-border-radius-xxl) !important;
}

/* line 12597, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 12602, app/assets/stylesheets/themes/_fc_styles.css */
.rounded-start-pill {
  border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  border-top-left-radius: var(--iota-border-radius-pill) !important;
}

/* line 12607, app/assets/stylesheets/themes/_fc_styles.css */
.visible {
  visibility: visible !important;
}

/* line 12611, app/assets/stylesheets/themes/_fc_styles.css */
.invisible {
  visibility: hidden !important;
}

/* line 12615, app/assets/stylesheets/themes/_fc_styles.css */
.z-n1 {
  z-index: -1 !important;
}

/* line 12619, app/assets/stylesheets/themes/_fc_styles.css */
.z-0 {
  z-index: 0 !important;
}

/* line 12623, app/assets/stylesheets/themes/_fc_styles.css */
.z-1 {
  z-index: 1 !important;
}

/* line 12627, app/assets/stylesheets/themes/_fc_styles.css */
.z-2 {
  z-index: 2 !important;
}

/* line 12631, app/assets/stylesheets/themes/_fc_styles.css */
.z-3 {
  z-index: 3 !important;
}

/* line 12635, app/assets/stylesheets/themes/_fc_styles.css */
.cursor-default {
  cursor: default !important;
}

/* line 12639, app/assets/stylesheets/themes/_fc_styles.css */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 12643, app/assets/stylesheets/themes/_fc_styles.css */
.transition-base {
  -webkit-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
}

/* line 12649, app/assets/stylesheets/themes/_fc_styles.css */
.transition-none {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 12655, app/assets/stylesheets/themes/_fc_styles.css */
.max-vh-25 {
  max-height: 25vh !important;
}

/* line 12659, app/assets/stylesheets/themes/_fc_styles.css */
.max-vh-50 {
  max-height: 50vh !important;
}

/* line 12663, app/assets/stylesheets/themes/_fc_styles.css */
.max-vh-75 {
  max-height: 75vh !important;
}

/* line 12667, app/assets/stylesheets/themes/_fc_styles.css */
.max-vh-100 {
  max-height: 100vh !important;
}

/* line 12671, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-0 {
  border-top-width: 0 !important;
}

/* line 12675, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-1 {
  border-top-width: 1px !important;
}

/* line 12679, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 12683, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 12687, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-4 {
  border-top-width: 4px !important;
}

/* line 12691, app/assets/stylesheets/themes/_fc_styles.css */
.border-top-5 {
  border-top-width: 5px !important;
}

/* line 12695, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-0 {
  border-right-width: 0 !important;
}

/* line 12699, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-1 {
  border-right-width: 1px !important;
}

/* line 12703, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-2 {
  border-right-width: 2px !important;
}

/* line 12707, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-3 {
  border-right-width: 3px !important;
}

/* line 12711, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-4 {
  border-right-width: 4px !important;
}

/* line 12715, app/assets/stylesheets/themes/_fc_styles.css */
.border-end-5 {
  border-right-width: 5px !important;
}

/* line 12719, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-0 {
  border-left-width: 0 !important;
}

/* line 12723, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-1 {
  border-left-width: 1px !important;
}

/* line 12727, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-2 {
  border-left-width: 2px !important;
}

/* line 12731, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-3 {
  border-left-width: 3px !important;
}

/* line 12735, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-4 {
  border-left-width: 4px !important;
}

/* line 12739, app/assets/stylesheets/themes/_fc_styles.css */
.border-start-5 {
  border-left-width: 5px !important;
}

/* line 12743, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 12747, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-1 {
  border-bottom-width: 1px !important;
}

/* line 12751, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 12755, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 12759, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-4 {
  border-bottom-width: 4px !important;
}

/* line 12763, app/assets/stylesheets/themes/_fc_styles.css */
.border-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 12767, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

/* line 12772, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-1 {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}

/* line 12777, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

/* line 12782, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-3 {
  border-left-width: 3px !important;
  border-right-width: 3px !important;
}

/* line 12787, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}

/* line 12792, app/assets/stylesheets/themes/_fc_styles.css */
.border-x-5 {
  border-left-width: 5px !important;
  border-right-width: 5px !important;
}

/* line 12797, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

/* line 12802, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-1 {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

/* line 12807, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}

/* line 12812, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-3 {
  border-top-width: 3px !important;
  border-bottom-width: 3px !important;
}

/* line 12817, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}

/* line 12822, app/assets/stylesheets/themes/_fc_styles.css */
.border-y-5 {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
}

/* line 12827, app/assets/stylesheets/themes/_fc_styles.css */
.border-dotted {
  --iota-border-style: dotted !important
;
}

/* line 12831, app/assets/stylesheets/themes/_fc_styles.css */
.border-dashed {
  --iota-border-style: dashed !important
;
}

/* line 12835, app/assets/stylesheets/themes/_fc_styles.css */
.border-none {
  --iota-border-style: none !important
;
}

/* line 12839, app/assets/stylesheets/themes/_fc_styles.css */
.border-hidden {
  --iota-border-style: hidden !important
;
}

@media (min-width: 576px) {
  /* line 12844, app/assets/stylesheets/themes/_fc_styles.css */
  .float-sm-start {
    float: left !important;
  }
  /* line 12848, app/assets/stylesheets/themes/_fc_styles.css */
  .float-sm-end {
    float: right !important;
  }
  /* line 12852, app/assets/stylesheets/themes/_fc_styles.css */
  .float-sm-none {
    float: none !important;
  }
  /* line 12856, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 12861, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 12866, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 12871, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 12876, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 12881, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  /* line 12885, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-25 {
    opacity: .25 !important;
  }
  /* line 12889, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-50 {
    opacity: .5 !important;
  }
  /* line 12893, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-75 {
    opacity: .75 !important;
  }
  /* line 12897, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-85 {
    opacity: .85 !important;
  }
  /* line 12901, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  /* line 12905, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12909, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12913, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 12917, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 12921, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 12925, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 12929, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12933, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12937, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 12943, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 12949, app/assets/stylesheets/themes/_fc_styles.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 12953, app/assets/stylesheets/themes/_fc_styles.css */
  .position-sm-static {
    position: static !important;
  }
  /* line 12957, app/assets/stylesheets/themes/_fc_styles.css */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 12961, app/assets/stylesheets/themes/_fc_styles.css */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 12965, app/assets/stylesheets/themes/_fc_styles.css */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 12969, app/assets/stylesheets/themes/_fc_styles.css */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 12973, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-sm {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 12979, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-sm-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  /* line 12985, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-sm-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  /* line 12991, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm {
    border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 12995, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-0 {
    border: 0 !important;
  }
  /* line 12999, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm {
    border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 13003, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm {
    border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 13007, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm {
    border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 13011, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm {
    border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 13015, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-1 {
    --iota-border-width: 1px
  ;
  }
  /* line 13019, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-2 {
    --iota-border-width: 2px
  ;
  }
  /* line 13023, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-3 {
    --iota-border-width: 3px
  ;
  }
  /* line 13027, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-4 {
    --iota-border-width: 4px
  ;
  }
  /* line 13031, app/assets/stylesheets/themes/_fc_styles.css */
  .border-sm-5 {
    --iota-border-width: 5px
  ;
  }
  /* line 13035, app/assets/stylesheets/themes/_fc_styles.css */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 13039, app/assets/stylesheets/themes/_fc_styles.css */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 13043, app/assets/stylesheets/themes/_fc_styles.css */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 13047, app/assets/stylesheets/themes/_fc_styles.css */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 13051, app/assets/stylesheets/themes/_fc_styles.css */
  .w-sm-auto {
    width: auto !important;
  }
  /* line 13055, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-sm-25 {
    width: 25vw !important;
  }
  /* line 13059, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-sm-50 {
    width: 50vw !important;
  }
  /* line 13063, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-sm-75 {
    width: 75vw !important;
  }
  /* line 13067, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-sm-100 {
    width: 100vw !important;
  }
  /* line 13071, app/assets/stylesheets/themes/_fc_styles.css */
  .h-sm-25 {
    height: 25% !important;
  }
  /* line 13075, app/assets/stylesheets/themes/_fc_styles.css */
  .h-sm-50 {
    height: 50% !important;
  }
  /* line 13079, app/assets/stylesheets/themes/_fc_styles.css */
  .h-sm-75 {
    height: 75% !important;
  }
  /* line 13083, app/assets/stylesheets/themes/_fc_styles.css */
  .h-sm-100 {
    height: 100% !important;
  }
  /* line 13087, app/assets/stylesheets/themes/_fc_styles.css */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 13091, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-sm-25 {
    height: 25vh !important;
  }
  /* line 13095, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-sm-50 {
    height: 50vh !important;
  }
  /* line 13099, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-sm-75 {
    height: 75vh !important;
  }
  /* line 13103, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-sm-100 {
    height: 100vh !important;
  }
  /* line 13107, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }
  /* line 13111, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-sm-50 {
    min-height: 50vh !important;
  }
  /* line 13115, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-sm-75 {
    min-height: 75vh !important;
  }
  /* line 13119, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-sm-100 {
    min-height: 100vh !important;
  }
  /* line 13123, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 13129, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 13136, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 13143, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 13150, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 13157, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 13163, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 13169, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 13174, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 13179, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 13184, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 13189, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 13194, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 13200, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 13206, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 13212, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 13218, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 13223, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 13229, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 13235, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 13241, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 13247, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 13253, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 13259, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 13264, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 13269, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 13274, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 13279, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 13284, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 13289, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 13294, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 13299, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 13304, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 13309, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 13314, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 13319, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 13325, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 13331, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 13337, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 13343, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 13349, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 13355, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 13361, app/assets/stylesheets/themes/_fc_styles.css */
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 13367, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13371, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-1 {
    margin: .25rem !important;
  }
  /* line 13375, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-2 {
    margin: .5rem !important;
  }
  /* line 13379, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13383, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-4 {
    margin: 1.8rem !important;
  }
  /* line 13387, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13391, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-6 {
    margin: 4rem !important;
  }
  /* line 13395, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-7 {
    margin: 5rem !important;
  }
  /* line 13399, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  /* line 13403, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-9 {
    margin: 10rem !important;
  }
  /* line 13407, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-10 {
    margin: 12.5rem !important;
  }
  /* line 13411, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-11 {
    margin: 15rem !important;
  }
  /* line 13415, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-x1 {
    margin: 1.25rem !important;
  }
  /* line 13419, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 13423, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 13428, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 13433, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 13438, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 13443, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  /* line 13448, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 13453, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 13458, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 13463, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 13468, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 13473, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-10 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  /* line 13478, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-11 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  /* line 13483, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-x1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 13488, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 13493, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 13498, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 13503, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 13508, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 13513, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  /* line 13518, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 13523, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 13528, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 13533, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 13538, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 13543, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  /* line 13548, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 13553, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-x1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 13558, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 13563, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 13567, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  /* line 13571, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  /* line 13575, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 13579, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-4 {
    margin-top: 1.8rem !important;
  }
  /* line 13583, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 13587, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  /* line 13591, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  /* line 13595, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  /* line 13599, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-9 {
    margin-top: 10rem !important;
  }
  /* line 13603, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-10 {
    margin-top: 12.5rem !important;
  }
  /* line 13607, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-11 {
    margin-top: 15rem !important;
  }
  /* line 13611, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-x1 {
    margin-top: 1.25rem !important;
  }
  /* line 13615, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 13619, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 13623, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  /* line 13627, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  /* line 13631, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 13635, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-4 {
    margin-right: 1.8rem !important;
  }
  /* line 13639, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 13643, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  /* line 13647, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  /* line 13651, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-8 {
    margin-right: 7.5rem !important;
  }
  /* line 13655, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-9 {
    margin-right: 10rem !important;
  }
  /* line 13659, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-10 {
    margin-right: 12.5rem !important;
  }
  /* line 13663, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-11 {
    margin-right: 15rem !important;
  }
  /* line 13667, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-x1 {
    margin-right: 1.25rem !important;
  }
  /* line 13671, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 13675, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 13679, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  /* line 13683, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  /* line 13687, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 13691, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
  /* line 13695, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 13699, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  /* line 13703, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  /* line 13707, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 13711, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-9 {
    margin-bottom: 10rem !important;
  }
  /* line 13715, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-10 {
    margin-bottom: 12.5rem !important;
  }
  /* line 13719, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-11 {
    margin-bottom: 15rem !important;
  }
  /* line 13723, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-x1 {
    margin-bottom: 1.25rem !important;
  }
  /* line 13727, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 13731, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 13735, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  /* line 13739, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  /* line 13743, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 13747, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-4 {
    margin-left: 1.8rem !important;
  }
  /* line 13751, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 13755, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  /* line 13759, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  /* line 13763, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }
  /* line 13767, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-9 {
    margin-left: 10rem !important;
  }
  /* line 13771, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-10 {
    margin-left: 12.5rem !important;
  }
  /* line 13775, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-11 {
    margin-left: 15rem !important;
  }
  /* line 13779, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-x1 {
    margin-left: 1.25rem !important;
  }
  /* line 13783, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 13787, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 13791, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 13795, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 13799, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n4 {
    margin: -1.8rem !important;
  }
  /* line 13803, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 13807, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n6 {
    margin: -4rem !important;
  }
  /* line 13811, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n7 {
    margin: -5rem !important;
  }
  /* line 13815, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  /* line 13819, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n9 {
    margin: -10rem !important;
  }
  /* line 13823, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n10 {
    margin: -12.5rem !important;
  }
  /* line 13827, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-n11 {
    margin: -15rem !important;
  }
  /* line 13831, app/assets/stylesheets/themes/_fc_styles.css */
  .m-sm-nx1 {
    margin: -1.25rem !important;
  }
  /* line 13835, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 13840, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 13845, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 13850, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  /* line 13855, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 13860, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 13865, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 13870, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 13875, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 13880, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n10 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  /* line 13885, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-n11 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  /* line 13890, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-sm-nx1 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 13895, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 13900, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 13905, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 13910, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  /* line 13915, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 13920, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 13925, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 13930, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 13935, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 13940, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n10 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  /* line 13945, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-n11 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 13950, app/assets/stylesheets/themes/_fc_styles.css */
  .my-sm-nx1 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 13955, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 13959, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 13963, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 13967, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n4 {
    margin-top: -1.8rem !important;
  }
  /* line 13971, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 13975, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n6 {
    margin-top: -4rem !important;
  }
  /* line 13979, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n7 {
    margin-top: -5rem !important;
  }
  /* line 13983, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 13987, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n9 {
    margin-top: -10rem !important;
  }
  /* line 13991, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n10 {
    margin-top: -12.5rem !important;
  }
  /* line 13995, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-n11 {
    margin-top: -15rem !important;
  }
  /* line 13999, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-sm-nx1 {
    margin-top: -1.25rem !important;
  }
  /* line 14003, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 14007, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 14011, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 14015, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n4 {
    margin-right: -1.8rem !important;
  }
  /* line 14019, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 14023, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n6 {
    margin-right: -4rem !important;
  }
  /* line 14027, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n7 {
    margin-right: -5rem !important;
  }
  /* line 14031, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 14035, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n9 {
    margin-right: -10rem !important;
  }
  /* line 14039, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n10 {
    margin-right: -12.5rem !important;
  }
  /* line 14043, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-n11 {
    margin-right: -15rem !important;
  }
  /* line 14047, app/assets/stylesheets/themes/_fc_styles.css */
  .me-sm-nx1 {
    margin-right: -1.25rem !important;
  }
  /* line 14051, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14055, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14059, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14063, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n4 {
    margin-bottom: -1.8rem !important;
  }
  /* line 14067, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 14071, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n6 {
    margin-bottom: -4rem !important;
  }
  /* line 14075, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n7 {
    margin-bottom: -5rem !important;
  }
  /* line 14079, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 14083, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 14087, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n10 {
    margin-bottom: -12.5rem !important;
  }
  /* line 14091, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-n11 {
    margin-bottom: -15rem !important;
  }
  /* line 14095, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-sm-nx1 {
    margin-bottom: -1.25rem !important;
  }
  /* line 14099, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 14103, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 14107, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 14111, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n4 {
    margin-left: -1.8rem !important;
  }
  /* line 14115, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 14119, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n6 {
    margin-left: -4rem !important;
  }
  /* line 14123, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n7 {
    margin-left: -5rem !important;
  }
  /* line 14127, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 14131, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n9 {
    margin-left: -10rem !important;
  }
  /* line 14135, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n10 {
    margin-left: -12.5rem !important;
  }
  /* line 14139, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-n11 {
    margin-left: -15rem !important;
  }
  /* line 14143, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-sm-nx1 {
    margin-left: -1.25rem !important;
  }
  /* line 14147, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 14151, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-1 {
    padding: .25rem !important;
  }
  /* line 14155, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-2 {
    padding: .5rem !important;
  }
  /* line 14159, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 14163, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-4 {
    padding: 1.8rem !important;
  }
  /* line 14167, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 14171, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-6 {
    padding: 4rem !important;
  }
  /* line 14175, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-7 {
    padding: 5rem !important;
  }
  /* line 14179, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  /* line 14183, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-9 {
    padding: 10rem !important;
  }
  /* line 14187, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-10 {
    padding: 12.5rem !important;
  }
  /* line 14191, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-11 {
    padding: 15rem !important;
  }
  /* line 14195, app/assets/stylesheets/themes/_fc_styles.css */
  .p-sm-x1 {
    padding: 1.25rem !important;
  }
  /* line 14199, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 14204, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 14209, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 14214, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 14219, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  /* line 14224, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 14229, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 14234, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 14239, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 14244, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 14249, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-10 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  /* line 14254, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-11 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  /* line 14259, app/assets/stylesheets/themes/_fc_styles.css */
  .px-sm-x1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 14264, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14269, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 14274, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 14279, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 14284, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  /* line 14289, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 14294, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 14299, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 14304, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 14309, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 14314, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* line 14319, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 14324, app/assets/stylesheets/themes/_fc_styles.css */
  .py-sm-x1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 14329, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 14333, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  /* line 14337, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  /* line 14341, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 14345, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-4 {
    padding-top: 1.8rem !important;
  }
  /* line 14349, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 14353, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  /* line 14357, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  /* line 14361, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  /* line 14365, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-9 {
    padding-top: 10rem !important;
  }
  /* line 14369, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-10 {
    padding-top: 12.5rem !important;
  }
  /* line 14373, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-11 {
    padding-top: 15rem !important;
  }
  /* line 14377, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-sm-x1 {
    padding-top: 1.25rem !important;
  }
  /* line 14381, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 14385, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  /* line 14389, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  /* line 14393, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 14397, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-4 {
    padding-right: 1.8rem !important;
  }
  /* line 14401, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 14405, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  /* line 14409, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  /* line 14413, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }
  /* line 14417, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-9 {
    padding-right: 10rem !important;
  }
  /* line 14421, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-10 {
    padding-right: 12.5rem !important;
  }
  /* line 14425, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-11 {
    padding-right: 15rem !important;
  }
  /* line 14429, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-sm-x1 {
    padding-right: 1.25rem !important;
  }
  /* line 14433, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 14437, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  /* line 14441, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  /* line 14445, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 14449, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-4 {
    padding-bottom: 1.8rem !important;
  }
  /* line 14453, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 14457, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  /* line 14461, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  /* line 14465, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 14469, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-9 {
    padding-bottom: 10rem !important;
  }
  /* line 14473, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-10 {
    padding-bottom: 12.5rem !important;
  }
  /* line 14477, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-11 {
    padding-bottom: 15rem !important;
  }
  /* line 14481, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-sm-x1 {
    padding-bottom: 1.25rem !important;
  }
  /* line 14485, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 14489, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  /* line 14493, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  /* line 14497, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 14501, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-4 {
    padding-left: 1.8rem !important;
  }
  /* line 14505, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 14509, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  /* line 14513, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  /* line 14517, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }
  /* line 14521, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-9 {
    padding-left: 10rem !important;
  }
  /* line 14525, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-10 {
    padding-left: 12.5rem !important;
  }
  /* line 14529, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-11 {
    padding-left: 15rem !important;
  }
  /* line 14533, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-sm-x1 {
    padding-left: 1.25rem !important;
  }
  /* line 14537, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 14541, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-1 {
    gap: .25rem !important;
  }
  /* line 14545, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-2 {
    gap: .5rem !important;
  }
  /* line 14549, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 14553, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-4 {
    gap: 1.8rem !important;
  }
  /* line 14557, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 14561, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-6 {
    gap: 4rem !important;
  }
  /* line 14565, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-7 {
    gap: 5rem !important;
  }
  /* line 14569, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-8 {
    gap: 7.5rem !important;
  }
  /* line 14573, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-9 {
    gap: 10rem !important;
  }
  /* line 14577, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-10 {
    gap: 12.5rem !important;
  }
  /* line 14581, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-11 {
    gap: 15rem !important;
  }
  /* line 14585, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-sm-x1 {
    gap: 1.25rem !important;
  }
  /* line 14589, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 14593, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  /* line 14597, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  /* line 14601, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 14605, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-4 {
    row-gap: 1.8rem !important;
  }
  /* line 14609, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 14613, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-6 {
    row-gap: 4rem !important;
  }
  /* line 14617, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-7 {
    row-gap: 5rem !important;
  }
  /* line 14621, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-8 {
    row-gap: 7.5rem !important;
  }
  /* line 14625, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-9 {
    row-gap: 10rem !important;
  }
  /* line 14629, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-10 {
    row-gap: 12.5rem !important;
  }
  /* line 14633, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-11 {
    row-gap: 15rem !important;
  }
  /* line 14637, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-sm-x1 {
    row-gap: 1.25rem !important;
  }
  /* line 14641, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 14647, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }
  /* line 14653, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }
  /* line 14659, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 14665, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  /* line 14671, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 14677, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 14683, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 14689, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-8 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 14695, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-9 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 14701, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-10 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  /* line 14707, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-11 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 14713, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-sm-x1 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 14719, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-11 {
    font-size: .6944444444rem !important;
  }
  /* line 14723, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-10 {
    font-size: .8333333333rem !important;
  }
  /* line 14727, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-9 {
    font-size: 1rem !important;
  }
  /* line 14731, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-8 {
    font-size: 1.2rem !important;
  }
  /* line 14735, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-7 {
    font-size: 1.44rem !important;
  }
  /* line 14739, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-6 {
    font-size: 1.728rem !important;
  }
  /* line 14743, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-5 {
    font-size: 2.0736rem !important;
  }
  /* line 14747, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-4 {
    font-size: 2.48832rem !important;
  }
  /* line 14751, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-3 {
    font-size: 2.985984rem !important;
  }
  /* line 14755, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-2 {
    font-size: 3.5831808rem !important;
  }
  /* line 14759, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-sm-1 {
    font-size: 4.29981696rem !important;
  }
  /* line 14763, app/assets/stylesheets/themes/_fc_styles.css */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 14767, app/assets/stylesheets/themes/_fc_styles.css */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 14771, app/assets/stylesheets/themes/_fc_styles.css */
  .text-sm-center {
    text-align: center !important;
  }
  /* line 14775, app/assets/stylesheets/themes/_fc_styles.css */
  .text-sm-justify {
    text-align: justify !important;
  }
  /* line 14779, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 14783, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  /* line 14787, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-1 {
    border-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 14791, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-2 {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 14795, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-3 {
    border-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 14799, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-4 {
    border-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 14803, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-5 {
    border-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 14807, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  /* line 14811, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-sm-pill {
    border-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 14815, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 14820, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 14825, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-1 {
    border-top-left-radius: var(--iota-border-radius-sm) !important;
    border-top-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 14830, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-2 {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 14835, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-3 {
    border-top-left-radius: var(--iota-border-radius-lg) !important;
    border-top-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 14840, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-4 {
    border-top-left-radius: var(--iota-border-radius-xl) !important;
    border-top-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 14845, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-5 {
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 14850, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 14855, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-sm-pill {
    border-top-left-radius: var(--iota-border-radius-pill) !important;
    border-top-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 14860, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 14865, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 14870, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-1 {
    border-top-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 14875, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-2 {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 14880, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-3 {
    border-top-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 14885, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-4 {
    border-top-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 14890, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-5 {
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 14895, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 14900, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-sm-pill {
    border-top-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 14905, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 14910, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 14915, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 14920, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 14925, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 14930, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 14935, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 14940, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 14945, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 14950, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 14955, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 14960, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-1 {
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
    border-top-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 14965, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-2 {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 14970, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-3 {
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
    border-top-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 14975, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-4 {
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
    border-top-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 14980, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-5 {
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 14985, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 14990, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-sm-pill {
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
    border-top-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 14995, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-sm-25 {
    max-height: 25vh !important;
  }
  /* line 14999, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-sm-50 {
    max-height: 50vh !important;
  }
  /* line 15003, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-sm-75 {
    max-height: 75vh !important;
  }
  /* line 15007, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-sm-100 {
    max-height: 100vh !important;
  }
  /* line 15011, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-0 {
    border-top-width: 0 !important;
  }
  /* line 15015, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-1 {
    border-top-width: 1px !important;
  }
  /* line 15019, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-2 {
    border-top-width: 2px !important;
  }
  /* line 15023, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-3 {
    border-top-width: 3px !important;
  }
  /* line 15027, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-4 {
    border-top-width: 4px !important;
  }
  /* line 15031, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-sm-5 {
    border-top-width: 5px !important;
  }
  /* line 15035, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-0 {
    border-right-width: 0 !important;
  }
  /* line 15039, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-1 {
    border-right-width: 1px !important;
  }
  /* line 15043, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-2 {
    border-right-width: 2px !important;
  }
  /* line 15047, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-3 {
    border-right-width: 3px !important;
  }
  /* line 15051, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-4 {
    border-right-width: 4px !important;
  }
  /* line 15055, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-sm-5 {
    border-right-width: 5px !important;
  }
  /* line 15059, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-0 {
    border-left-width: 0 !important;
  }
  /* line 15063, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-1 {
    border-left-width: 1px !important;
  }
  /* line 15067, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-2 {
    border-left-width: 2px !important;
  }
  /* line 15071, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-3 {
    border-left-width: 3px !important;
  }
  /* line 15075, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-4 {
    border-left-width: 4px !important;
  }
  /* line 15079, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-sm-5 {
    border-left-width: 5px !important;
  }
  /* line 15083, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }
  /* line 15087, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-1 {
    border-bottom-width: 1px !important;
  }
  /* line 15091, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-2 {
    border-bottom-width: 2px !important;
  }
  /* line 15095, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-3 {
    border-bottom-width: 3px !important;
  }
  /* line 15099, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-4 {
    border-bottom-width: 4px !important;
  }
  /* line 15103, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-sm-5 {
    border-bottom-width: 5px !important;
  }
  /* line 15107, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  /* line 15112, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  /* line 15117, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  /* line 15122, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  /* line 15127, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  /* line 15132, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-sm-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  /* line 15137, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  /* line 15142, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  /* line 15147, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  /* line 15152, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  /* line 15157, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  /* line 15162, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-sm-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}

@media (min-width: 768px) {
  /* line 15169, app/assets/stylesheets/themes/_fc_styles.css */
  .float-md-start {
    float: left !important;
  }
  /* line 15173, app/assets/stylesheets/themes/_fc_styles.css */
  .float-md-end {
    float: right !important;
  }
  /* line 15177, app/assets/stylesheets/themes/_fc_styles.css */
  .float-md-none {
    float: none !important;
  }
  /* line 15181, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 15186, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 15191, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 15196, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 15201, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 15206, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-0 {
    opacity: 0 !important;
  }
  /* line 15210, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-25 {
    opacity: .25 !important;
  }
  /* line 15214, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-50 {
    opacity: .5 !important;
  }
  /* line 15218, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-75 {
    opacity: .75 !important;
  }
  /* line 15222, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-85 {
    opacity: .85 !important;
  }
  /* line 15226, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-md-100 {
    opacity: 1 !important;
  }
  /* line 15230, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 15234, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 15238, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-block {
    display: block !important;
  }
  /* line 15242, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 15246, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 15250, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-table {
    display: table !important;
  }
  /* line 15254, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 15258, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 15262, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 15268, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 15274, app/assets/stylesheets/themes/_fc_styles.css */
  .d-md-none {
    display: none !important;
  }
  /* line 15278, app/assets/stylesheets/themes/_fc_styles.css */
  .position-md-static {
    position: static !important;
  }
  /* line 15282, app/assets/stylesheets/themes/_fc_styles.css */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 15286, app/assets/stylesheets/themes/_fc_styles.css */
  .position-md-relative {
    position: relative !important;
  }
  /* line 15290, app/assets/stylesheets/themes/_fc_styles.css */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 15294, app/assets/stylesheets/themes/_fc_styles.css */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 15298, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-md {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 15304, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-md-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  /* line 15310, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-md-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  /* line 15316, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md {
    border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 15320, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-0 {
    border: 0 !important;
  }
  /* line 15324, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md {
    border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 15328, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md {
    border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 15332, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md {
    border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 15336, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md {
    border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 15340, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-1 {
    --iota-border-width: 1px
  ;
  }
  /* line 15344, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-2 {
    --iota-border-width: 2px
  ;
  }
  /* line 15348, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-3 {
    --iota-border-width: 3px
  ;
  }
  /* line 15352, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-4 {
    --iota-border-width: 4px
  ;
  }
  /* line 15356, app/assets/stylesheets/themes/_fc_styles.css */
  .border-md-5 {
    --iota-border-width: 5px
  ;
  }
  /* line 15360, app/assets/stylesheets/themes/_fc_styles.css */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 15364, app/assets/stylesheets/themes/_fc_styles.css */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 15368, app/assets/stylesheets/themes/_fc_styles.css */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 15372, app/assets/stylesheets/themes/_fc_styles.css */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 15376, app/assets/stylesheets/themes/_fc_styles.css */
  .w-md-auto {
    width: auto !important;
  }
  /* line 15380, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-md-25 {
    width: 25vw !important;
  }
  /* line 15384, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-md-50 {
    width: 50vw !important;
  }
  /* line 15388, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-md-75 {
    width: 75vw !important;
  }
  /* line 15392, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-md-100 {
    width: 100vw !important;
  }
  /* line 15396, app/assets/stylesheets/themes/_fc_styles.css */
  .h-md-25 {
    height: 25% !important;
  }
  /* line 15400, app/assets/stylesheets/themes/_fc_styles.css */
  .h-md-50 {
    height: 50% !important;
  }
  /* line 15404, app/assets/stylesheets/themes/_fc_styles.css */
  .h-md-75 {
    height: 75% !important;
  }
  /* line 15408, app/assets/stylesheets/themes/_fc_styles.css */
  .h-md-100 {
    height: 100% !important;
  }
  /* line 15412, app/assets/stylesheets/themes/_fc_styles.css */
  .h-md-auto {
    height: auto !important;
  }
  /* line 15416, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-md-25 {
    height: 25vh !important;
  }
  /* line 15420, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-md-50 {
    height: 50vh !important;
  }
  /* line 15424, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-md-75 {
    height: 75vh !important;
  }
  /* line 15428, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-md-100 {
    height: 100vh !important;
  }
  /* line 15432, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-md-25 {
    min-height: 25vh !important;
  }
  /* line 15436, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-md-50 {
    min-height: 50vh !important;
  }
  /* line 15440, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-md-75 {
    min-height: 75vh !important;
  }
  /* line 15444, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-md-100 {
    min-height: 100vh !important;
  }
  /* line 15448, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 15454, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 15461, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 15468, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 15475, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 15482, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 15488, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 15494, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 15499, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 15504, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 15509, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 15514, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 15519, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 15525, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 15531, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 15537, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 15543, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 15548, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 15554, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 15560, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 15566, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 15572, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 15578, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 15584, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 15589, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 15594, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 15599, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 15604, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 15609, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 15614, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 15619, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 15624, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 15629, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 15634, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 15639, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 15644, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 15650, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 15656, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 15662, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 15668, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 15674, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 15680, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 15686, app/assets/stylesheets/themes/_fc_styles.css */
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 15692, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 15696, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-1 {
    margin: .25rem !important;
  }
  /* line 15700, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-2 {
    margin: .5rem !important;
  }
  /* line 15704, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 15708, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-4 {
    margin: 1.8rem !important;
  }
  /* line 15712, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 15716, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-6 {
    margin: 4rem !important;
  }
  /* line 15720, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-7 {
    margin: 5rem !important;
  }
  /* line 15724, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-8 {
    margin: 7.5rem !important;
  }
  /* line 15728, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-9 {
    margin: 10rem !important;
  }
  /* line 15732, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-10 {
    margin: 12.5rem !important;
  }
  /* line 15736, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-11 {
    margin: 15rem !important;
  }
  /* line 15740, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-x1 {
    margin: 1.25rem !important;
  }
  /* line 15744, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 15748, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 15753, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 15758, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 15763, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 15768, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  /* line 15773, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 15778, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 15783, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 15788, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 15793, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 15798, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-10 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  /* line 15803, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-11 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  /* line 15808, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-x1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 15813, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 15818, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 15823, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 15828, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 15833, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 15838, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  /* line 15843, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 15848, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 15853, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 15858, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 15863, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 15868, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  /* line 15873, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 15878, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-x1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 15883, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15888, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 15892, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  /* line 15896, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  /* line 15900, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15904, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-4 {
    margin-top: 1.8rem !important;
  }
  /* line 15908, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15912, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  /* line 15916, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  /* line 15920, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  /* line 15924, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-9 {
    margin-top: 10rem !important;
  }
  /* line 15928, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-10 {
    margin-top: 12.5rem !important;
  }
  /* line 15932, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-11 {
    margin-top: 15rem !important;
  }
  /* line 15936, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-x1 {
    margin-top: 1.25rem !important;
  }
  /* line 15940, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 15944, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 15948, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-1 {
    margin-right: .25rem !important;
  }
  /* line 15952, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-2 {
    margin-right: .5rem !important;
  }
  /* line 15956, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 15960, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-4 {
    margin-right: 1.8rem !important;
  }
  /* line 15964, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 15968, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-6 {
    margin-right: 4rem !important;
  }
  /* line 15972, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-7 {
    margin-right: 5rem !important;
  }
  /* line 15976, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-8 {
    margin-right: 7.5rem !important;
  }
  /* line 15980, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-9 {
    margin-right: 10rem !important;
  }
  /* line 15984, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-10 {
    margin-right: 12.5rem !important;
  }
  /* line 15988, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-11 {
    margin-right: 15rem !important;
  }
  /* line 15992, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-x1 {
    margin-right: 1.25rem !important;
  }
  /* line 15996, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 16000, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 16004, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  /* line 16008, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  /* line 16012, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16016, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
  /* line 16020, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16024, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  /* line 16028, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  /* line 16032, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 16036, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-9 {
    margin-bottom: 10rem !important;
  }
  /* line 16040, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-10 {
    margin-bottom: 12.5rem !important;
  }
  /* line 16044, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-11 {
    margin-bottom: 15rem !important;
  }
  /* line 16048, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-x1 {
    margin-bottom: 1.25rem !important;
  }
  /* line 16052, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 16056, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 16060, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  /* line 16064, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  /* line 16068, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 16072, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-4 {
    margin-left: 1.8rem !important;
  }
  /* line 16076, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 16080, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  /* line 16084, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  /* line 16088, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-8 {
    margin-left: 7.5rem !important;
  }
  /* line 16092, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-9 {
    margin-left: 10rem !important;
  }
  /* line 16096, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-10 {
    margin-left: 12.5rem !important;
  }
  /* line 16100, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-11 {
    margin-left: 15rem !important;
  }
  /* line 16104, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-x1 {
    margin-left: 1.25rem !important;
  }
  /* line 16108, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 16112, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 16116, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 16120, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 16124, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n4 {
    margin: -1.8rem !important;
  }
  /* line 16128, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 16132, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n6 {
    margin: -4rem !important;
  }
  /* line 16136, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n7 {
    margin: -5rem !important;
  }
  /* line 16140, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  /* line 16144, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n9 {
    margin: -10rem !important;
  }
  /* line 16148, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n10 {
    margin: -12.5rem !important;
  }
  /* line 16152, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-n11 {
    margin: -15rem !important;
  }
  /* line 16156, app/assets/stylesheets/themes/_fc_styles.css */
  .m-md-nx1 {
    margin: -1.25rem !important;
  }
  /* line 16160, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 16165, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 16170, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 16175, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  /* line 16180, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 16185, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 16190, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 16195, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 16200, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 16205, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n10 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  /* line 16210, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-n11 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  /* line 16215, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-md-nx1 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 16220, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 16225, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 16230, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 16235, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  /* line 16240, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 16245, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 16250, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 16255, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 16260, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 16265, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n10 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  /* line 16270, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-n11 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 16275, app/assets/stylesheets/themes/_fc_styles.css */
  .my-md-nx1 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 16280, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 16284, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 16288, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 16292, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n4 {
    margin-top: -1.8rem !important;
  }
  /* line 16296, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 16300, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n6 {
    margin-top: -4rem !important;
  }
  /* line 16304, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n7 {
    margin-top: -5rem !important;
  }
  /* line 16308, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 16312, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n9 {
    margin-top: -10rem !important;
  }
  /* line 16316, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n10 {
    margin-top: -12.5rem !important;
  }
  /* line 16320, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-n11 {
    margin-top: -15rem !important;
  }
  /* line 16324, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-md-nx1 {
    margin-top: -1.25rem !important;
  }
  /* line 16328, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 16332, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 16336, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 16340, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n4 {
    margin-right: -1.8rem !important;
  }
  /* line 16344, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 16348, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n6 {
    margin-right: -4rem !important;
  }
  /* line 16352, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n7 {
    margin-right: -5rem !important;
  }
  /* line 16356, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 16360, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n9 {
    margin-right: -10rem !important;
  }
  /* line 16364, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n10 {
    margin-right: -12.5rem !important;
  }
  /* line 16368, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-n11 {
    margin-right: -15rem !important;
  }
  /* line 16372, app/assets/stylesheets/themes/_fc_styles.css */
  .me-md-nx1 {
    margin-right: -1.25rem !important;
  }
  /* line 16376, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16380, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16384, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16388, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n4 {
    margin-bottom: -1.8rem !important;
  }
  /* line 16392, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 16396, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n6 {
    margin-bottom: -4rem !important;
  }
  /* line 16400, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n7 {
    margin-bottom: -5rem !important;
  }
  /* line 16404, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 16408, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 16412, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n10 {
    margin-bottom: -12.5rem !important;
  }
  /* line 16416, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-n11 {
    margin-bottom: -15rem !important;
  }
  /* line 16420, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-md-nx1 {
    margin-bottom: -1.25rem !important;
  }
  /* line 16424, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 16428, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 16432, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 16436, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n4 {
    margin-left: -1.8rem !important;
  }
  /* line 16440, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 16444, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n6 {
    margin-left: -4rem !important;
  }
  /* line 16448, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n7 {
    margin-left: -5rem !important;
  }
  /* line 16452, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 16456, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n9 {
    margin-left: -10rem !important;
  }
  /* line 16460, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n10 {
    margin-left: -12.5rem !important;
  }
  /* line 16464, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-n11 {
    margin-left: -15rem !important;
  }
  /* line 16468, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-md-nx1 {
    margin-left: -1.25rem !important;
  }
  /* line 16472, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 16476, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-1 {
    padding: .25rem !important;
  }
  /* line 16480, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-2 {
    padding: .5rem !important;
  }
  /* line 16484, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 16488, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-4 {
    padding: 1.8rem !important;
  }
  /* line 16492, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 16496, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-6 {
    padding: 4rem !important;
  }
  /* line 16500, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-7 {
    padding: 5rem !important;
  }
  /* line 16504, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-8 {
    padding: 7.5rem !important;
  }
  /* line 16508, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-9 {
    padding: 10rem !important;
  }
  /* line 16512, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-10 {
    padding: 12.5rem !important;
  }
  /* line 16516, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-11 {
    padding: 15rem !important;
  }
  /* line 16520, app/assets/stylesheets/themes/_fc_styles.css */
  .p-md-x1 {
    padding: 1.25rem !important;
  }
  /* line 16524, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16529, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 16534, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 16539, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16544, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  /* line 16549, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16554, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 16559, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 16564, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 16569, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 16574, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-10 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  /* line 16579, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-11 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  /* line 16584, app/assets/stylesheets/themes/_fc_styles.css */
  .px-md-x1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 16589, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16594, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 16599, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 16604, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16609, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  /* line 16614, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16619, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 16624, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 16629, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 16634, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 16639, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* line 16644, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 16649, app/assets/stylesheets/themes/_fc_styles.css */
  .py-md-x1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 16654, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 16658, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  /* line 16662, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  /* line 16666, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16670, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-4 {
    padding-top: 1.8rem !important;
  }
  /* line 16674, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16678, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  /* line 16682, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  /* line 16686, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  /* line 16690, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-9 {
    padding-top: 10rem !important;
  }
  /* line 16694, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-10 {
    padding-top: 12.5rem !important;
  }
  /* line 16698, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-11 {
    padding-top: 15rem !important;
  }
  /* line 16702, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-md-x1 {
    padding-top: 1.25rem !important;
  }
  /* line 16706, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 16710, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  /* line 16714, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  /* line 16718, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 16722, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-4 {
    padding-right: 1.8rem !important;
  }
  /* line 16726, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 16730, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  /* line 16734, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  /* line 16738, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-8 {
    padding-right: 7.5rem !important;
  }
  /* line 16742, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-9 {
    padding-right: 10rem !important;
  }
  /* line 16746, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-10 {
    padding-right: 12.5rem !important;
  }
  /* line 16750, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-11 {
    padding-right: 15rem !important;
  }
  /* line 16754, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-md-x1 {
    padding-right: 1.25rem !important;
  }
  /* line 16758, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 16762, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  /* line 16766, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  /* line 16770, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16774, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-4 {
    padding-bottom: 1.8rem !important;
  }
  /* line 16778, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16782, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  /* line 16786, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  /* line 16790, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 16794, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-9 {
    padding-bottom: 10rem !important;
  }
  /* line 16798, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-10 {
    padding-bottom: 12.5rem !important;
  }
  /* line 16802, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-11 {
    padding-bottom: 15rem !important;
  }
  /* line 16806, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-md-x1 {
    padding-bottom: 1.25rem !important;
  }
  /* line 16810, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 16814, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  /* line 16818, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  /* line 16822, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 16826, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-4 {
    padding-left: 1.8rem !important;
  }
  /* line 16830, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 16834, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  /* line 16838, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  /* line 16842, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-8 {
    padding-left: 7.5rem !important;
  }
  /* line 16846, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-9 {
    padding-left: 10rem !important;
  }
  /* line 16850, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-10 {
    padding-left: 12.5rem !important;
  }
  /* line 16854, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-11 {
    padding-left: 15rem !important;
  }
  /* line 16858, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-md-x1 {
    padding-left: 1.25rem !important;
  }
  /* line 16862, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 16866, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-1 {
    gap: .25rem !important;
  }
  /* line 16870, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-2 {
    gap: .5rem !important;
  }
  /* line 16874, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 16878, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-4 {
    gap: 1.8rem !important;
  }
  /* line 16882, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 16886, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-6 {
    gap: 4rem !important;
  }
  /* line 16890, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-7 {
    gap: 5rem !important;
  }
  /* line 16894, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-8 {
    gap: 7.5rem !important;
  }
  /* line 16898, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-9 {
    gap: 10rem !important;
  }
  /* line 16902, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-10 {
    gap: 12.5rem !important;
  }
  /* line 16906, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-11 {
    gap: 15rem !important;
  }
  /* line 16910, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-md-x1 {
    gap: 1.25rem !important;
  }
  /* line 16914, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 16918, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  /* line 16922, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  /* line 16926, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 16930, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-4 {
    row-gap: 1.8rem !important;
  }
  /* line 16934, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 16938, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-6 {
    row-gap: 4rem !important;
  }
  /* line 16942, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-7 {
    row-gap: 5rem !important;
  }
  /* line 16946, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-8 {
    row-gap: 7.5rem !important;
  }
  /* line 16950, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-9 {
    row-gap: 10rem !important;
  }
  /* line 16954, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-10 {
    row-gap: 12.5rem !important;
  }
  /* line 16958, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-11 {
    row-gap: 15rem !important;
  }
  /* line 16962, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-md-x1 {
    row-gap: 1.25rem !important;
  }
  /* line 16966, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 16972, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }
  /* line 16978, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }
  /* line 16984, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 16990, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  /* line 16996, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 17002, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 17008, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 17014, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-8 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 17020, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-9 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 17026, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-10 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  /* line 17032, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-11 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 17038, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-md-x1 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 17044, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-11 {
    font-size: .6944444444rem !important;
  }
  /* line 17048, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-10 {
    font-size: .8333333333rem !important;
  }
  /* line 17052, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-9 {
    font-size: 1rem !important;
  }
  /* line 17056, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-8 {
    font-size: 1.2rem !important;
  }
  /* line 17060, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-7 {
    font-size: 1.44rem !important;
  }
  /* line 17064, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-6 {
    font-size: 1.728rem !important;
  }
  /* line 17068, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-5 {
    font-size: 2.0736rem !important;
  }
  /* line 17072, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-4 {
    font-size: 2.48832rem !important;
  }
  /* line 17076, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-3 {
    font-size: 2.985984rem !important;
  }
  /* line 17080, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-2 {
    font-size: 3.5831808rem !important;
  }
  /* line 17084, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-md-1 {
    font-size: 4.29981696rem !important;
  }
  /* line 17088, app/assets/stylesheets/themes/_fc_styles.css */
  .text-md-start {
    text-align: left !important;
  }
  /* line 17092, app/assets/stylesheets/themes/_fc_styles.css */
  .text-md-end {
    text-align: right !important;
  }
  /* line 17096, app/assets/stylesheets/themes/_fc_styles.css */
  .text-md-center {
    text-align: center !important;
  }
  /* line 17100, app/assets/stylesheets/themes/_fc_styles.css */
  .text-md-justify {
    text-align: justify !important;
  }
  /* line 17104, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 17108, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  /* line 17112, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-1 {
    border-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 17116, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-2 {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 17120, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-3 {
    border-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 17124, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-4 {
    border-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 17128, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-5 {
    border-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 17132, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  /* line 17136, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-md-pill {
    border-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 17140, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 17145, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 17150, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-1 {
    border-top-left-radius: var(--iota-border-radius-sm) !important;
    border-top-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 17155, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-2 {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 17160, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-3 {
    border-top-left-radius: var(--iota-border-radius-lg) !important;
    border-top-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 17165, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-4 {
    border-top-left-radius: var(--iota-border-radius-xl) !important;
    border-top-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 17170, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-5 {
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 17175, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 17180, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-md-pill {
    border-top-left-radius: var(--iota-border-radius-pill) !important;
    border-top-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 17185, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 17190, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 17195, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-1 {
    border-top-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 17200, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-2 {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 17205, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-3 {
    border-top-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 17210, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-4 {
    border-top-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 17215, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-5 {
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 17220, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 17225, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-md-pill {
    border-top-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 17230, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 17235, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 17240, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-1 {
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 17245, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-2 {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 17250, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-3 {
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 17255, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-4 {
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 17260, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-5 {
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 17265, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 17270, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-md-pill {
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 17275, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 17280, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 17285, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-1 {
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
    border-top-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 17290, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-2 {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 17295, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-3 {
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
    border-top-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 17300, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-4 {
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
    border-top-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 17305, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-5 {
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 17310, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 17315, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-md-pill {
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
    border-top-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 17320, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-md-25 {
    max-height: 25vh !important;
  }
  /* line 17324, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-md-50 {
    max-height: 50vh !important;
  }
  /* line 17328, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-md-75 {
    max-height: 75vh !important;
  }
  /* line 17332, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-md-100 {
    max-height: 100vh !important;
  }
  /* line 17336, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-0 {
    border-top-width: 0 !important;
  }
  /* line 17340, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-1 {
    border-top-width: 1px !important;
  }
  /* line 17344, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-2 {
    border-top-width: 2px !important;
  }
  /* line 17348, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-3 {
    border-top-width: 3px !important;
  }
  /* line 17352, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-4 {
    border-top-width: 4px !important;
  }
  /* line 17356, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-md-5 {
    border-top-width: 5px !important;
  }
  /* line 17360, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-0 {
    border-right-width: 0 !important;
  }
  /* line 17364, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-1 {
    border-right-width: 1px !important;
  }
  /* line 17368, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-2 {
    border-right-width: 2px !important;
  }
  /* line 17372, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-3 {
    border-right-width: 3px !important;
  }
  /* line 17376, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-4 {
    border-right-width: 4px !important;
  }
  /* line 17380, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-md-5 {
    border-right-width: 5px !important;
  }
  /* line 17384, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-0 {
    border-left-width: 0 !important;
  }
  /* line 17388, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-1 {
    border-left-width: 1px !important;
  }
  /* line 17392, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-2 {
    border-left-width: 2px !important;
  }
  /* line 17396, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-3 {
    border-left-width: 3px !important;
  }
  /* line 17400, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-4 {
    border-left-width: 4px !important;
  }
  /* line 17404, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-md-5 {
    border-left-width: 5px !important;
  }
  /* line 17408, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-0 {
    border-bottom-width: 0 !important;
  }
  /* line 17412, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-1 {
    border-bottom-width: 1px !important;
  }
  /* line 17416, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-2 {
    border-bottom-width: 2px !important;
  }
  /* line 17420, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-3 {
    border-bottom-width: 3px !important;
  }
  /* line 17424, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-4 {
    border-bottom-width: 4px !important;
  }
  /* line 17428, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-md-5 {
    border-bottom-width: 5px !important;
  }
  /* line 17432, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  /* line 17437, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  /* line 17442, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  /* line 17447, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  /* line 17452, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  /* line 17457, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-md-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  /* line 17462, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  /* line 17467, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  /* line 17472, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  /* line 17477, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  /* line 17482, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  /* line 17487, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-md-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}

@media (min-width: 992px) {
  /* line 17494, app/assets/stylesheets/themes/_fc_styles.css */
  .float-lg-start {
    float: left !important;
  }
  /* line 17498, app/assets/stylesheets/themes/_fc_styles.css */
  .float-lg-end {
    float: right !important;
  }
  /* line 17502, app/assets/stylesheets/themes/_fc_styles.css */
  .float-lg-none {
    float: none !important;
  }
  /* line 17506, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 17511, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 17516, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 17521, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 17526, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 17531, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  /* line 17535, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-25 {
    opacity: .25 !important;
  }
  /* line 17539, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-50 {
    opacity: .5 !important;
  }
  /* line 17543, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-75 {
    opacity: .75 !important;
  }
  /* line 17547, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-85 {
    opacity: .85 !important;
  }
  /* line 17551, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  /* line 17555, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 17559, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 17563, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 17567, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 17571, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 17575, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 17579, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17583, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 17587, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 17593, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 17599, app/assets/stylesheets/themes/_fc_styles.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 17603, app/assets/stylesheets/themes/_fc_styles.css */
  .position-lg-static {
    position: static !important;
  }
  /* line 17607, app/assets/stylesheets/themes/_fc_styles.css */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 17611, app/assets/stylesheets/themes/_fc_styles.css */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 17615, app/assets/stylesheets/themes/_fc_styles.css */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 17619, app/assets/stylesheets/themes/_fc_styles.css */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 17623, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-lg {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 17629, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-lg-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  /* line 17635, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-lg-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  /* line 17641, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg {
    border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 17645, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-0 {
    border: 0 !important;
  }
  /* line 17649, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg {
    border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 17653, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg {
    border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 17657, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg {
    border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 17661, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg {
    border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 17665, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-1 {
    --iota-border-width: 1px
  ;
  }
  /* line 17669, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-2 {
    --iota-border-width: 2px
  ;
  }
  /* line 17673, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-3 {
    --iota-border-width: 3px
  ;
  }
  /* line 17677, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-4 {
    --iota-border-width: 4px
  ;
  }
  /* line 17681, app/assets/stylesheets/themes/_fc_styles.css */
  .border-lg-5 {
    --iota-border-width: 5px
  ;
  }
  /* line 17685, app/assets/stylesheets/themes/_fc_styles.css */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 17689, app/assets/stylesheets/themes/_fc_styles.css */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 17693, app/assets/stylesheets/themes/_fc_styles.css */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 17697, app/assets/stylesheets/themes/_fc_styles.css */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 17701, app/assets/stylesheets/themes/_fc_styles.css */
  .w-lg-auto {
    width: auto !important;
  }
  /* line 17705, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-lg-25 {
    width: 25vw !important;
  }
  /* line 17709, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-lg-50 {
    width: 50vw !important;
  }
  /* line 17713, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-lg-75 {
    width: 75vw !important;
  }
  /* line 17717, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-lg-100 {
    width: 100vw !important;
  }
  /* line 17721, app/assets/stylesheets/themes/_fc_styles.css */
  .h-lg-25 {
    height: 25% !important;
  }
  /* line 17725, app/assets/stylesheets/themes/_fc_styles.css */
  .h-lg-50 {
    height: 50% !important;
  }
  /* line 17729, app/assets/stylesheets/themes/_fc_styles.css */
  .h-lg-75 {
    height: 75% !important;
  }
  /* line 17733, app/assets/stylesheets/themes/_fc_styles.css */
  .h-lg-100 {
    height: 100% !important;
  }
  /* line 17737, app/assets/stylesheets/themes/_fc_styles.css */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 17741, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-lg-25 {
    height: 25vh !important;
  }
  /* line 17745, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-lg-50 {
    height: 50vh !important;
  }
  /* line 17749, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-lg-75 {
    height: 75vh !important;
  }
  /* line 17753, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-lg-100 {
    height: 100vh !important;
  }
  /* line 17757, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }
  /* line 17761, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-lg-50 {
    min-height: 50vh !important;
  }
  /* line 17765, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-lg-75 {
    min-height: 75vh !important;
  }
  /* line 17769, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-lg-100 {
    min-height: 100vh !important;
  }
  /* line 17773, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 17779, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 17786, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 17793, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 17800, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 17807, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 17813, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 17819, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 17824, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 17829, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 17834, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 17839, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 17844, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 17850, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 17856, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 17862, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 17868, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 17873, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 17879, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 17885, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 17891, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 17897, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 17903, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 17909, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 17914, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 17919, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 17924, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 17929, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 17934, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 17939, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 17944, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 17949, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 17954, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 17959, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 17964, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 17969, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 17975, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 17981, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 17987, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 17993, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 17999, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 18005, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 18011, app/assets/stylesheets/themes/_fc_styles.css */
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 18017, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 18021, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-1 {
    margin: .25rem !important;
  }
  /* line 18025, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-2 {
    margin: .5rem !important;
  }
  /* line 18029, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 18033, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-4 {
    margin: 1.8rem !important;
  }
  /* line 18037, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 18041, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-6 {
    margin: 4rem !important;
  }
  /* line 18045, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-7 {
    margin: 5rem !important;
  }
  /* line 18049, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  /* line 18053, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-9 {
    margin: 10rem !important;
  }
  /* line 18057, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-10 {
    margin: 12.5rem !important;
  }
  /* line 18061, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-11 {
    margin: 15rem !important;
  }
  /* line 18065, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-x1 {
    margin: 1.25rem !important;
  }
  /* line 18069, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 18073, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 18078, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 18083, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 18088, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 18093, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  /* line 18098, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 18103, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 18108, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 18113, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 18118, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 18123, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-10 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  /* line 18128, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-11 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  /* line 18133, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-x1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 18138, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 18143, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 18148, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 18153, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 18158, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 18163, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  /* line 18168, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 18173, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 18178, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 18183, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 18188, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 18193, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  /* line 18198, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 18203, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-x1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 18208, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 18213, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 18217, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  /* line 18221, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  /* line 18225, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 18229, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-4 {
    margin-top: 1.8rem !important;
  }
  /* line 18233, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 18237, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  /* line 18241, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  /* line 18245, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  /* line 18249, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-9 {
    margin-top: 10rem !important;
  }
  /* line 18253, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-10 {
    margin-top: 12.5rem !important;
  }
  /* line 18257, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-11 {
    margin-top: 15rem !important;
  }
  /* line 18261, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-x1 {
    margin-top: 1.25rem !important;
  }
  /* line 18265, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 18269, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18273, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  /* line 18277, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  /* line 18281, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18285, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-4 {
    margin-right: 1.8rem !important;
  }
  /* line 18289, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18293, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  /* line 18297, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  /* line 18301, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-8 {
    margin-right: 7.5rem !important;
  }
  /* line 18305, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-9 {
    margin-right: 10rem !important;
  }
  /* line 18309, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-10 {
    margin-right: 12.5rem !important;
  }
  /* line 18313, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-11 {
    margin-right: 15rem !important;
  }
  /* line 18317, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-x1 {
    margin-right: 1.25rem !important;
  }
  /* line 18321, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 18325, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 18329, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  /* line 18333, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  /* line 18337, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 18341, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-4 {
    margin-bottom: 1.8rem !important;
  }
  /* line 18345, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 18349, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  /* line 18353, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  /* line 18357, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 18361, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-9 {
    margin-bottom: 10rem !important;
  }
  /* line 18365, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-10 {
    margin-bottom: 12.5rem !important;
  }
  /* line 18369, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-11 {
    margin-bottom: 15rem !important;
  }
  /* line 18373, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-x1 {
    margin-bottom: 1.25rem !important;
  }
  /* line 18377, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 18381, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 18385, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  /* line 18389, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  /* line 18393, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 18397, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-4 {
    margin-left: 1.8rem !important;
  }
  /* line 18401, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 18405, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  /* line 18409, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  /* line 18413, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }
  /* line 18417, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-9 {
    margin-left: 10rem !important;
  }
  /* line 18421, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-10 {
    margin-left: 12.5rem !important;
  }
  /* line 18425, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-11 {
    margin-left: 15rem !important;
  }
  /* line 18429, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-x1 {
    margin-left: 1.25rem !important;
  }
  /* line 18433, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 18437, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 18441, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 18445, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 18449, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n4 {
    margin: -1.8rem !important;
  }
  /* line 18453, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 18457, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n6 {
    margin: -4rem !important;
  }
  /* line 18461, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n7 {
    margin: -5rem !important;
  }
  /* line 18465, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  /* line 18469, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n9 {
    margin: -10rem !important;
  }
  /* line 18473, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n10 {
    margin: -12.5rem !important;
  }
  /* line 18477, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-n11 {
    margin: -15rem !important;
  }
  /* line 18481, app/assets/stylesheets/themes/_fc_styles.css */
  .m-lg-nx1 {
    margin: -1.25rem !important;
  }
  /* line 18485, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 18490, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 18495, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 18500, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  /* line 18505, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 18510, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 18515, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 18520, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 18525, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 18530, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n10 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  /* line 18535, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-n11 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  /* line 18540, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-lg-nx1 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 18545, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 18550, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 18555, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 18560, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  /* line 18565, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 18570, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 18575, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 18580, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 18585, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 18590, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n10 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  /* line 18595, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-n11 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 18600, app/assets/stylesheets/themes/_fc_styles.css */
  .my-lg-nx1 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 18605, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 18609, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 18613, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 18617, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n4 {
    margin-top: -1.8rem !important;
  }
  /* line 18621, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 18625, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n6 {
    margin-top: -4rem !important;
  }
  /* line 18629, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n7 {
    margin-top: -5rem !important;
  }
  /* line 18633, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 18637, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n9 {
    margin-top: -10rem !important;
  }
  /* line 18641, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n10 {
    margin-top: -12.5rem !important;
  }
  /* line 18645, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-n11 {
    margin-top: -15rem !important;
  }
  /* line 18649, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-lg-nx1 {
    margin-top: -1.25rem !important;
  }
  /* line 18653, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18657, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18661, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 18665, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n4 {
    margin-right: -1.8rem !important;
  }
  /* line 18669, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 18673, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n6 {
    margin-right: -4rem !important;
  }
  /* line 18677, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n7 {
    margin-right: -5rem !important;
  }
  /* line 18681, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 18685, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n9 {
    margin-right: -10rem !important;
  }
  /* line 18689, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n10 {
    margin-right: -12.5rem !important;
  }
  /* line 18693, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-n11 {
    margin-right: -15rem !important;
  }
  /* line 18697, app/assets/stylesheets/themes/_fc_styles.css */
  .me-lg-nx1 {
    margin-right: -1.25rem !important;
  }
  /* line 18701, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 18705, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 18709, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 18713, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n4 {
    margin-bottom: -1.8rem !important;
  }
  /* line 18717, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 18721, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n6 {
    margin-bottom: -4rem !important;
  }
  /* line 18725, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n7 {
    margin-bottom: -5rem !important;
  }
  /* line 18729, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 18733, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 18737, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n10 {
    margin-bottom: -12.5rem !important;
  }
  /* line 18741, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-n11 {
    margin-bottom: -15rem !important;
  }
  /* line 18745, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-lg-nx1 {
    margin-bottom: -1.25rem !important;
  }
  /* line 18749, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18753, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18757, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 18761, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n4 {
    margin-left: -1.8rem !important;
  }
  /* line 18765, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 18769, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n6 {
    margin-left: -4rem !important;
  }
  /* line 18773, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n7 {
    margin-left: -5rem !important;
  }
  /* line 18777, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 18781, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n9 {
    margin-left: -10rem !important;
  }
  /* line 18785, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n10 {
    margin-left: -12.5rem !important;
  }
  /* line 18789, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-n11 {
    margin-left: -15rem !important;
  }
  /* line 18793, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-lg-nx1 {
    margin-left: -1.25rem !important;
  }
  /* line 18797, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 18801, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-1 {
    padding: .25rem !important;
  }
  /* line 18805, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-2 {
    padding: .5rem !important;
  }
  /* line 18809, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 18813, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-4 {
    padding: 1.8rem !important;
  }
  /* line 18817, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 18821, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-6 {
    padding: 4rem !important;
  }
  /* line 18825, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-7 {
    padding: 5rem !important;
  }
  /* line 18829, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  /* line 18833, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-9 {
    padding: 10rem !important;
  }
  /* line 18837, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-10 {
    padding: 12.5rem !important;
  }
  /* line 18841, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-11 {
    padding: 15rem !important;
  }
  /* line 18845, app/assets/stylesheets/themes/_fc_styles.css */
  .p-lg-x1 {
    padding: 1.25rem !important;
  }
  /* line 18849, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 18854, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 18859, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 18864, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 18869, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  /* line 18874, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 18879, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 18884, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 18889, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 18894, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 18899, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-10 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  /* line 18904, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-11 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  /* line 18909, app/assets/stylesheets/themes/_fc_styles.css */
  .px-lg-x1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 18914, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 18919, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 18924, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 18929, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 18934, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  /* line 18939, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 18944, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 18949, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 18954, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 18959, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 18964, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* line 18969, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 18974, app/assets/stylesheets/themes/_fc_styles.css */
  .py-lg-x1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 18979, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 18983, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  /* line 18987, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  /* line 18991, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 18995, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-4 {
    padding-top: 1.8rem !important;
  }
  /* line 18999, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 19003, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  /* line 19007, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  /* line 19011, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  /* line 19015, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-9 {
    padding-top: 10rem !important;
  }
  /* line 19019, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-10 {
    padding-top: 12.5rem !important;
  }
  /* line 19023, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-11 {
    padding-top: 15rem !important;
  }
  /* line 19027, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-lg-x1 {
    padding-top: 1.25rem !important;
  }
  /* line 19031, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19035, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  /* line 19039, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  /* line 19043, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19047, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-4 {
    padding-right: 1.8rem !important;
  }
  /* line 19051, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 19055, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  /* line 19059, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  /* line 19063, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }
  /* line 19067, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-9 {
    padding-right: 10rem !important;
  }
  /* line 19071, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-10 {
    padding-right: 12.5rem !important;
  }
  /* line 19075, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-11 {
    padding-right: 15rem !important;
  }
  /* line 19079, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-lg-x1 {
    padding-right: 1.25rem !important;
  }
  /* line 19083, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 19087, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  /* line 19091, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  /* line 19095, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 19099, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-4 {
    padding-bottom: 1.8rem !important;
  }
  /* line 19103, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 19107, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  /* line 19111, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  /* line 19115, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 19119, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-9 {
    padding-bottom: 10rem !important;
  }
  /* line 19123, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-10 {
    padding-bottom: 12.5rem !important;
  }
  /* line 19127, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-11 {
    padding-bottom: 15rem !important;
  }
  /* line 19131, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-lg-x1 {
    padding-bottom: 1.25rem !important;
  }
  /* line 19135, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 19139, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  /* line 19143, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  /* line 19147, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 19151, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-4 {
    padding-left: 1.8rem !important;
  }
  /* line 19155, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 19159, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  /* line 19163, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  /* line 19167, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }
  /* line 19171, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-9 {
    padding-left: 10rem !important;
  }
  /* line 19175, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-10 {
    padding-left: 12.5rem !important;
  }
  /* line 19179, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-11 {
    padding-left: 15rem !important;
  }
  /* line 19183, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-lg-x1 {
    padding-left: 1.25rem !important;
  }
  /* line 19187, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 19191, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-1 {
    gap: .25rem !important;
  }
  /* line 19195, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-2 {
    gap: .5rem !important;
  }
  /* line 19199, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 19203, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-4 {
    gap: 1.8rem !important;
  }
  /* line 19207, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 19211, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-6 {
    gap: 4rem !important;
  }
  /* line 19215, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-7 {
    gap: 5rem !important;
  }
  /* line 19219, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-8 {
    gap: 7.5rem !important;
  }
  /* line 19223, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-9 {
    gap: 10rem !important;
  }
  /* line 19227, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-10 {
    gap: 12.5rem !important;
  }
  /* line 19231, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-11 {
    gap: 15rem !important;
  }
  /* line 19235, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-lg-x1 {
    gap: 1.25rem !important;
  }
  /* line 19239, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 19243, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  /* line 19247, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  /* line 19251, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 19255, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-4 {
    row-gap: 1.8rem !important;
  }
  /* line 19259, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 19263, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-6 {
    row-gap: 4rem !important;
  }
  /* line 19267, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-7 {
    row-gap: 5rem !important;
  }
  /* line 19271, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-8 {
    row-gap: 7.5rem !important;
  }
  /* line 19275, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-9 {
    row-gap: 10rem !important;
  }
  /* line 19279, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-10 {
    row-gap: 12.5rem !important;
  }
  /* line 19283, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-11 {
    row-gap: 15rem !important;
  }
  /* line 19287, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-lg-x1 {
    row-gap: 1.25rem !important;
  }
  /* line 19291, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 19297, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }
  /* line 19303, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }
  /* line 19309, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 19315, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  /* line 19321, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 19327, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 19333, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 19339, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-8 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 19345, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-9 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 19351, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-10 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  /* line 19357, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-11 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 19363, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-lg-x1 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 19369, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-11 {
    font-size: .6944444444rem !important;
  }
  /* line 19373, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-10 {
    font-size: .8333333333rem !important;
  }
  /* line 19377, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-9 {
    font-size: 1rem !important;
  }
  /* line 19381, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-8 {
    font-size: 1.2rem !important;
  }
  /* line 19385, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-7 {
    font-size: 1.44rem !important;
  }
  /* line 19389, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-6 {
    font-size: 1.728rem !important;
  }
  /* line 19393, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-5 {
    font-size: 2.0736rem !important;
  }
  /* line 19397, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-4 {
    font-size: 2.48832rem !important;
  }
  /* line 19401, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-3 {
    font-size: 2.985984rem !important;
  }
  /* line 19405, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-2 {
    font-size: 3.5831808rem !important;
  }
  /* line 19409, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-lg-1 {
    font-size: 4.29981696rem !important;
  }
  /* line 19413, app/assets/stylesheets/themes/_fc_styles.css */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 19417, app/assets/stylesheets/themes/_fc_styles.css */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 19421, app/assets/stylesheets/themes/_fc_styles.css */
  .text-lg-center {
    text-align: center !important;
  }
  /* line 19425, app/assets/stylesheets/themes/_fc_styles.css */
  .text-lg-justify {
    text-align: justify !important;
  }
  /* line 19429, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 19433, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  /* line 19437, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-1 {
    border-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 19441, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-2 {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 19445, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-3 {
    border-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 19449, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-4 {
    border-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 19453, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-5 {
    border-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 19457, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  /* line 19461, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-lg-pill {
    border-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 19465, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 19470, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 19475, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-1 {
    border-top-left-radius: var(--iota-border-radius-sm) !important;
    border-top-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 19480, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-2 {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 19485, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-3 {
    border-top-left-radius: var(--iota-border-radius-lg) !important;
    border-top-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 19490, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-4 {
    border-top-left-radius: var(--iota-border-radius-xl) !important;
    border-top-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 19495, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-5 {
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 19500, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 19505, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-lg-pill {
    border-top-left-radius: var(--iota-border-radius-pill) !important;
    border-top-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 19510, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 19515, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 19520, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-1 {
    border-top-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 19525, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-2 {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 19530, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-3 {
    border-top-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 19535, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-4 {
    border-top-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 19540, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-5 {
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 19545, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 19550, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-lg-pill {
    border-top-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 19555, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 19560, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 19565, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 19570, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 19575, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 19580, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 19585, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 19590, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 19595, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 19600, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 19605, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 19610, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-1 {
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
    border-top-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 19615, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-2 {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 19620, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-3 {
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
    border-top-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 19625, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-4 {
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
    border-top-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 19630, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-5 {
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 19635, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 19640, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-lg-pill {
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
    border-top-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 19645, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-lg-25 {
    max-height: 25vh !important;
  }
  /* line 19649, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-lg-50 {
    max-height: 50vh !important;
  }
  /* line 19653, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-lg-75 {
    max-height: 75vh !important;
  }
  /* line 19657, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-lg-100 {
    max-height: 100vh !important;
  }
  /* line 19661, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-0 {
    border-top-width: 0 !important;
  }
  /* line 19665, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-1 {
    border-top-width: 1px !important;
  }
  /* line 19669, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-2 {
    border-top-width: 2px !important;
  }
  /* line 19673, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-3 {
    border-top-width: 3px !important;
  }
  /* line 19677, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-4 {
    border-top-width: 4px !important;
  }
  /* line 19681, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-lg-5 {
    border-top-width: 5px !important;
  }
  /* line 19685, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-0 {
    border-right-width: 0 !important;
  }
  /* line 19689, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-1 {
    border-right-width: 1px !important;
  }
  /* line 19693, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-2 {
    border-right-width: 2px !important;
  }
  /* line 19697, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-3 {
    border-right-width: 3px !important;
  }
  /* line 19701, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-4 {
    border-right-width: 4px !important;
  }
  /* line 19705, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-lg-5 {
    border-right-width: 5px !important;
  }
  /* line 19709, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-0 {
    border-left-width: 0 !important;
  }
  /* line 19713, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-1 {
    border-left-width: 1px !important;
  }
  /* line 19717, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-2 {
    border-left-width: 2px !important;
  }
  /* line 19721, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-3 {
    border-left-width: 3px !important;
  }
  /* line 19725, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-4 {
    border-left-width: 4px !important;
  }
  /* line 19729, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-lg-5 {
    border-left-width: 5px !important;
  }
  /* line 19733, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-0 {
    border-bottom-width: 0 !important;
  }
  /* line 19737, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-1 {
    border-bottom-width: 1px !important;
  }
  /* line 19741, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-2 {
    border-bottom-width: 2px !important;
  }
  /* line 19745, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-3 {
    border-bottom-width: 3px !important;
  }
  /* line 19749, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-4 {
    border-bottom-width: 4px !important;
  }
  /* line 19753, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-lg-5 {
    border-bottom-width: 5px !important;
  }
  /* line 19757, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  /* line 19762, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  /* line 19767, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  /* line 19772, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  /* line 19777, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  /* line 19782, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-lg-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  /* line 19787, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  /* line 19792, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  /* line 19797, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  /* line 19802, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  /* line 19807, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  /* line 19812, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-lg-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}

@media (min-width: 1200px) {
  /* line 19819, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xl-start {
    float: left !important;
  }
  /* line 19823, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xl-end {
    float: right !important;
  }
  /* line 19827, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xl-none {
    float: none !important;
  }
  /* line 19831, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 19836, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 19841, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 19846, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 19851, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 19856, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  /* line 19860, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-25 {
    opacity: .25 !important;
  }
  /* line 19864, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-50 {
    opacity: .5 !important;
  }
  /* line 19868, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-75 {
    opacity: .75 !important;
  }
  /* line 19872, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-85 {
    opacity: .85 !important;
  }
  /* line 19876, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  /* line 19880, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 19884, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 19888, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 19892, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 19896, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 19900, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 19904, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 19908, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 19912, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 19918, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 19924, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 19928, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xl-static {
    position: static !important;
  }
  /* line 19932, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 19936, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 19940, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 19944, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 19948, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xl {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 19954, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xl-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  /* line 19960, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xl-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  /* line 19966, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl {
    border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 19970, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-0 {
    border: 0 !important;
  }
  /* line 19974, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl {
    border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 19978, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl {
    border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 19982, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl {
    border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 19986, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl {
    border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 19990, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-1 {
    --iota-border-width: 1px
  ;
  }
  /* line 19994, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-2 {
    --iota-border-width: 2px
  ;
  }
  /* line 19998, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-3 {
    --iota-border-width: 3px
  ;
  }
  /* line 20002, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-4 {
    --iota-border-width: 4px
  ;
  }
  /* line 20006, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xl-5 {
    --iota-border-width: 5px
  ;
  }
  /* line 20010, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 20014, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 20018, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 20022, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 20026, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xl-auto {
    width: auto !important;
  }
  /* line 20030, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xl-25 {
    width: 25vw !important;
  }
  /* line 20034, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xl-50 {
    width: 50vw !important;
  }
  /* line 20038, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xl-75 {
    width: 75vw !important;
  }
  /* line 20042, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xl-100 {
    width: 100vw !important;
  }
  /* line 20046, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xl-25 {
    height: 25% !important;
  }
  /* line 20050, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xl-50 {
    height: 50% !important;
  }
  /* line 20054, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xl-75 {
    height: 75% !important;
  }
  /* line 20058, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xl-100 {
    height: 100% !important;
  }
  /* line 20062, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xl-auto {
    height: auto !important;
  }
  /* line 20066, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xl-25 {
    height: 25vh !important;
  }
  /* line 20070, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xl-50 {
    height: 50vh !important;
  }
  /* line 20074, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xl-75 {
    height: 75vh !important;
  }
  /* line 20078, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xl-100 {
    height: 100vh !important;
  }
  /* line 20082, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }
  /* line 20086, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xl-50 {
    min-height: 50vh !important;
  }
  /* line 20090, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xl-75 {
    min-height: 75vh !important;
  }
  /* line 20094, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xl-100 {
    min-height: 100vh !important;
  }
  /* line 20098, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 20104, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 20111, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 20118, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 20125, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 20132, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 20138, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 20144, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 20149, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 20154, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 20159, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 20164, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 20169, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 20175, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 20181, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 20187, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 20193, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 20198, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 20204, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 20210, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 20216, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 20222, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 20228, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 20234, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 20239, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 20244, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 20249, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 20254, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 20259, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 20264, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 20269, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 20274, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 20279, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 20284, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 20289, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 20294, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 20300, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 20306, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 20312, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 20318, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 20324, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 20330, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 20336, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 20342, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 20346, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-1 {
    margin: .25rem !important;
  }
  /* line 20350, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-2 {
    margin: .5rem !important;
  }
  /* line 20354, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 20358, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-4 {
    margin: 1.8rem !important;
  }
  /* line 20362, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 20366, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-6 {
    margin: 4rem !important;
  }
  /* line 20370, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-7 {
    margin: 5rem !important;
  }
  /* line 20374, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  /* line 20378, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-9 {
    margin: 10rem !important;
  }
  /* line 20382, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-10 {
    margin: 12.5rem !important;
  }
  /* line 20386, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-11 {
    margin: 15rem !important;
  }
  /* line 20390, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-x1 {
    margin: 1.25rem !important;
  }
  /* line 20394, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 20398, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 20403, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 20408, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 20413, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 20418, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  /* line 20423, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 20428, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 20433, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 20438, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 20443, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 20448, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-10 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  /* line 20453, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-11 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  /* line 20458, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-x1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 20463, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 20468, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 20473, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 20478, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 20483, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 20488, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  /* line 20493, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 20498, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 20503, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 20508, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 20513, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 20518, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  /* line 20523, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 20528, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-x1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 20533, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 20538, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 20542, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  /* line 20546, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  /* line 20550, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 20554, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-4 {
    margin-top: 1.8rem !important;
  }
  /* line 20558, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 20562, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  /* line 20566, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  /* line 20570, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 20574, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-9 {
    margin-top: 10rem !important;
  }
  /* line 20578, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-10 {
    margin-top: 12.5rem !important;
  }
  /* line 20582, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-11 {
    margin-top: 15rem !important;
  }
  /* line 20586, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-x1 {
    margin-top: 1.25rem !important;
  }
  /* line 20590, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 20594, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 20598, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  /* line 20602, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  /* line 20606, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 20610, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-4 {
    margin-right: 1.8rem !important;
  }
  /* line 20614, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 20618, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  /* line 20622, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  /* line 20626, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 20630, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-9 {
    margin-right: 10rem !important;
  }
  /* line 20634, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-10 {
    margin-right: 12.5rem !important;
  }
  /* line 20638, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-11 {
    margin-right: 15rem !important;
  }
  /* line 20642, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-x1 {
    margin-right: 1.25rem !important;
  }
  /* line 20646, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 20650, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 20654, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 20658, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 20662, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 20666, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-4 {
    margin-bottom: 1.8rem !important;
  }
  /* line 20670, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 20674, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  /* line 20678, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  /* line 20682, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 20686, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-9 {
    margin-bottom: 10rem !important;
  }
  /* line 20690, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-10 {
    margin-bottom: 12.5rem !important;
  }
  /* line 20694, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-11 {
    margin-bottom: 15rem !important;
  }
  /* line 20698, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-x1 {
    margin-bottom: 1.25rem !important;
  }
  /* line 20702, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 20706, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 20710, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  /* line 20714, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  /* line 20718, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 20722, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-4 {
    margin-left: 1.8rem !important;
  }
  /* line 20726, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 20730, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  /* line 20734, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  /* line 20738, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 20742, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-9 {
    margin-left: 10rem !important;
  }
  /* line 20746, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-10 {
    margin-left: 12.5rem !important;
  }
  /* line 20750, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-11 {
    margin-left: 15rem !important;
  }
  /* line 20754, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-x1 {
    margin-left: 1.25rem !important;
  }
  /* line 20758, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 20762, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 20766, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 20770, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 20774, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n4 {
    margin: -1.8rem !important;
  }
  /* line 20778, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 20782, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n6 {
    margin: -4rem !important;
  }
  /* line 20786, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n7 {
    margin: -5rem !important;
  }
  /* line 20790, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  /* line 20794, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n9 {
    margin: -10rem !important;
  }
  /* line 20798, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n10 {
    margin: -12.5rem !important;
  }
  /* line 20802, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-n11 {
    margin: -15rem !important;
  }
  /* line 20806, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xl-nx1 {
    margin: -1.25rem !important;
  }
  /* line 20810, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 20815, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 20820, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 20825, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  /* line 20830, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 20835, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 20840, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 20845, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 20850, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 20855, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n10 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  /* line 20860, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-n11 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  /* line 20865, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xl-nx1 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 20870, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 20875, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 20880, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 20885, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  /* line 20890, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 20895, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 20900, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 20905, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 20910, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 20915, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n10 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  /* line 20920, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-n11 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 20925, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xl-nx1 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 20930, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 20934, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 20938, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 20942, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n4 {
    margin-top: -1.8rem !important;
  }
  /* line 20946, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 20950, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n6 {
    margin-top: -4rem !important;
  }
  /* line 20954, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n7 {
    margin-top: -5rem !important;
  }
  /* line 20958, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 20962, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n9 {
    margin-top: -10rem !important;
  }
  /* line 20966, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n10 {
    margin-top: -12.5rem !important;
  }
  /* line 20970, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-n11 {
    margin-top: -15rem !important;
  }
  /* line 20974, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xl-nx1 {
    margin-top: -1.25rem !important;
  }
  /* line 20978, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 20982, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 20986, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 20990, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n4 {
    margin-right: -1.8rem !important;
  }
  /* line 20994, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 20998, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n6 {
    margin-right: -4rem !important;
  }
  /* line 21002, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n7 {
    margin-right: -5rem !important;
  }
  /* line 21006, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 21010, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n9 {
    margin-right: -10rem !important;
  }
  /* line 21014, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n10 {
    margin-right: -12.5rem !important;
  }
  /* line 21018, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-n11 {
    margin-right: -15rem !important;
  }
  /* line 21022, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xl-nx1 {
    margin-right: -1.25rem !important;
  }
  /* line 21026, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 21030, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 21034, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 21038, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n4 {
    margin-bottom: -1.8rem !important;
  }
  /* line 21042, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 21046, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n6 {
    margin-bottom: -4rem !important;
  }
  /* line 21050, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n7 {
    margin-bottom: -5rem !important;
  }
  /* line 21054, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 21058, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 21062, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n10 {
    margin-bottom: -12.5rem !important;
  }
  /* line 21066, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-n11 {
    margin-bottom: -15rem !important;
  }
  /* line 21070, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xl-nx1 {
    margin-bottom: -1.25rem !important;
  }
  /* line 21074, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 21078, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 21082, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 21086, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n4 {
    margin-left: -1.8rem !important;
  }
  /* line 21090, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 21094, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n6 {
    margin-left: -4rem !important;
  }
  /* line 21098, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n7 {
    margin-left: -5rem !important;
  }
  /* line 21102, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 21106, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n9 {
    margin-left: -10rem !important;
  }
  /* line 21110, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n10 {
    margin-left: -12.5rem !important;
  }
  /* line 21114, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-n11 {
    margin-left: -15rem !important;
  }
  /* line 21118, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xl-nx1 {
    margin-left: -1.25rem !important;
  }
  /* line 21122, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 21126, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-1 {
    padding: .25rem !important;
  }
  /* line 21130, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-2 {
    padding: .5rem !important;
  }
  /* line 21134, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 21138, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-4 {
    padding: 1.8rem !important;
  }
  /* line 21142, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 21146, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-6 {
    padding: 4rem !important;
  }
  /* line 21150, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-7 {
    padding: 5rem !important;
  }
  /* line 21154, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  /* line 21158, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-9 {
    padding: 10rem !important;
  }
  /* line 21162, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-10 {
    padding: 12.5rem !important;
  }
  /* line 21166, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-11 {
    padding: 15rem !important;
  }
  /* line 21170, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xl-x1 {
    padding: 1.25rem !important;
  }
  /* line 21174, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 21179, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 21184, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 21189, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 21194, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  /* line 21199, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 21204, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 21209, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 21214, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 21219, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 21224, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-10 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  /* line 21229, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-11 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  /* line 21234, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xl-x1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 21239, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 21244, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 21249, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 21254, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 21259, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  /* line 21264, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 21269, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 21274, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 21279, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 21284, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 21289, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* line 21294, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 21299, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xl-x1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 21304, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 21308, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  /* line 21312, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  /* line 21316, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 21320, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-4 {
    padding-top: 1.8rem !important;
  }
  /* line 21324, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 21328, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  /* line 21332, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  /* line 21336, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 21340, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-9 {
    padding-top: 10rem !important;
  }
  /* line 21344, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-10 {
    padding-top: 12.5rem !important;
  }
  /* line 21348, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-11 {
    padding-top: 15rem !important;
  }
  /* line 21352, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xl-x1 {
    padding-top: 1.25rem !important;
  }
  /* line 21356, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 21360, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  /* line 21364, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  /* line 21368, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 21372, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-4 {
    padding-right: 1.8rem !important;
  }
  /* line 21376, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 21380, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  /* line 21384, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  /* line 21388, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 21392, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-9 {
    padding-right: 10rem !important;
  }
  /* line 21396, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-10 {
    padding-right: 12.5rem !important;
  }
  /* line 21400, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-11 {
    padding-right: 15rem !important;
  }
  /* line 21404, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xl-x1 {
    padding-right: 1.25rem !important;
  }
  /* line 21408, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21412, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 21416, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 21420, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21424, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-4 {
    padding-bottom: 1.8rem !important;
  }
  /* line 21428, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21432, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  /* line 21436, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  /* line 21440, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 21444, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-9 {
    padding-bottom: 10rem !important;
  }
  /* line 21448, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-10 {
    padding-bottom: 12.5rem !important;
  }
  /* line 21452, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-11 {
    padding-bottom: 15rem !important;
  }
  /* line 21456, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xl-x1 {
    padding-bottom: 1.25rem !important;
  }
  /* line 21460, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 21464, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  /* line 21468, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  /* line 21472, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 21476, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-4 {
    padding-left: 1.8rem !important;
  }
  /* line 21480, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 21484, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  /* line 21488, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  /* line 21492, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 21496, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-9 {
    padding-left: 10rem !important;
  }
  /* line 21500, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-10 {
    padding-left: 12.5rem !important;
  }
  /* line 21504, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-11 {
    padding-left: 15rem !important;
  }
  /* line 21508, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xl-x1 {
    padding-left: 1.25rem !important;
  }
  /* line 21512, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 21516, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-1 {
    gap: .25rem !important;
  }
  /* line 21520, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-2 {
    gap: .5rem !important;
  }
  /* line 21524, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 21528, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-4 {
    gap: 1.8rem !important;
  }
  /* line 21532, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 21536, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-6 {
    gap: 4rem !important;
  }
  /* line 21540, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-7 {
    gap: 5rem !important;
  }
  /* line 21544, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-8 {
    gap: 7.5rem !important;
  }
  /* line 21548, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-9 {
    gap: 10rem !important;
  }
  /* line 21552, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-10 {
    gap: 12.5rem !important;
  }
  /* line 21556, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-11 {
    gap: 15rem !important;
  }
  /* line 21560, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xl-x1 {
    gap: 1.25rem !important;
  }
  /* line 21564, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 21568, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  /* line 21572, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  /* line 21576, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 21580, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-4 {
    row-gap: 1.8rem !important;
  }
  /* line 21584, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 21588, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-6 {
    row-gap: 4rem !important;
  }
  /* line 21592, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-7 {
    row-gap: 5rem !important;
  }
  /* line 21596, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-8 {
    row-gap: 7.5rem !important;
  }
  /* line 21600, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-9 {
    row-gap: 10rem !important;
  }
  /* line 21604, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-10 {
    row-gap: 12.5rem !important;
  }
  /* line 21608, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-11 {
    row-gap: 15rem !important;
  }
  /* line 21612, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xl-x1 {
    row-gap: 1.25rem !important;
  }
  /* line 21616, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 21622, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }
  /* line 21628, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }
  /* line 21634, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 21640, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  /* line 21646, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 21652, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 21658, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 21664, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-8 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 21670, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-9 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 21676, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-10 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  /* line 21682, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-11 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 21688, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xl-x1 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 21694, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-11 {
    font-size: .6944444444rem !important;
  }
  /* line 21698, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-10 {
    font-size: .8333333333rem !important;
  }
  /* line 21702, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-9 {
    font-size: 1rem !important;
  }
  /* line 21706, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-8 {
    font-size: 1.2rem !important;
  }
  /* line 21710, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-7 {
    font-size: 1.44rem !important;
  }
  /* line 21714, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-6 {
    font-size: 1.728rem !important;
  }
  /* line 21718, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-5 {
    font-size: 2.0736rem !important;
  }
  /* line 21722, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-4 {
    font-size: 2.48832rem !important;
  }
  /* line 21726, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-3 {
    font-size: 2.985984rem !important;
  }
  /* line 21730, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-2 {
    font-size: 3.5831808rem !important;
  }
  /* line 21734, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xl-1 {
    font-size: 4.29981696rem !important;
  }
  /* line 21738, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 21742, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 21746, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 21750, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xl-justify {
    text-align: justify !important;
  }
  /* line 21754, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 21758, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  /* line 21762, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-1 {
    border-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 21766, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-2 {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 21770, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-3 {
    border-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 21774, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-4 {
    border-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 21778, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-5 {
    border-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 21782, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  /* line 21786, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xl-pill {
    border-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 21790, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 21795, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 21800, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-1 {
    border-top-left-radius: var(--iota-border-radius-sm) !important;
    border-top-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 21805, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-2 {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 21810, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-3 {
    border-top-left-radius: var(--iota-border-radius-lg) !important;
    border-top-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 21815, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-4 {
    border-top-left-radius: var(--iota-border-radius-xl) !important;
    border-top-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 21820, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-5 {
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 21825, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 21830, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xl-pill {
    border-top-left-radius: var(--iota-border-radius-pill) !important;
    border-top-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 21835, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 21840, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 21845, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-1 {
    border-top-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 21850, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-2 {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 21855, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-3 {
    border-top-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 21860, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-4 {
    border-top-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 21865, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-5 {
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 21870, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 21875, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xl-pill {
    border-top-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 21880, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 21885, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 21890, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 21895, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 21900, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 21905, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 21910, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 21915, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 21920, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 21925, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 21930, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 21935, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-1 {
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
    border-top-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 21940, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-2 {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 21945, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-3 {
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
    border-top-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 21950, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-4 {
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
    border-top-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 21955, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-5 {
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 21960, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 21965, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xl-pill {
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
    border-top-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 21970, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xl-25 {
    max-height: 25vh !important;
  }
  /* line 21974, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xl-50 {
    max-height: 50vh !important;
  }
  /* line 21978, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xl-75 {
    max-height: 75vh !important;
  }
  /* line 21982, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xl-100 {
    max-height: 100vh !important;
  }
  /* line 21986, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-0 {
    border-top-width: 0 !important;
  }
  /* line 21990, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-1 {
    border-top-width: 1px !important;
  }
  /* line 21994, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-2 {
    border-top-width: 2px !important;
  }
  /* line 21998, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-3 {
    border-top-width: 3px !important;
  }
  /* line 22002, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-4 {
    border-top-width: 4px !important;
  }
  /* line 22006, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xl-5 {
    border-top-width: 5px !important;
  }
  /* line 22010, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-0 {
    border-right-width: 0 !important;
  }
  /* line 22014, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-1 {
    border-right-width: 1px !important;
  }
  /* line 22018, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-2 {
    border-right-width: 2px !important;
  }
  /* line 22022, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-3 {
    border-right-width: 3px !important;
  }
  /* line 22026, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-4 {
    border-right-width: 4px !important;
  }
  /* line 22030, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xl-5 {
    border-right-width: 5px !important;
  }
  /* line 22034, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-0 {
    border-left-width: 0 !important;
  }
  /* line 22038, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-1 {
    border-left-width: 1px !important;
  }
  /* line 22042, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-2 {
    border-left-width: 2px !important;
  }
  /* line 22046, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-3 {
    border-left-width: 3px !important;
  }
  /* line 22050, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-4 {
    border-left-width: 4px !important;
  }
  /* line 22054, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xl-5 {
    border-left-width: 5px !important;
  }
  /* line 22058, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-0 {
    border-bottom-width: 0 !important;
  }
  /* line 22062, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-1 {
    border-bottom-width: 1px !important;
  }
  /* line 22066, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-2 {
    border-bottom-width: 2px !important;
  }
  /* line 22070, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-3 {
    border-bottom-width: 3px !important;
  }
  /* line 22074, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-4 {
    border-bottom-width: 4px !important;
  }
  /* line 22078, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xl-5 {
    border-bottom-width: 5px !important;
  }
  /* line 22082, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  /* line 22087, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  /* line 22092, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  /* line 22097, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  /* line 22102, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  /* line 22107, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xl-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  /* line 22112, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  /* line 22117, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  /* line 22122, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  /* line 22127, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  /* line 22132, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  /* line 22137, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xl-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}

@media (min-width: 1540px) {
  /* line 22144, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xxl-start {
    float: left !important;
  }
  /* line 22148, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xxl-end {
    float: right !important;
  }
  /* line 22152, app/assets/stylesheets/themes/_fc_styles.css */
  .float-xxl-none {
    float: none !important;
  }
  /* line 22156, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  /* line 22161, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  /* line 22166, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  /* line 22171, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  /* line 22176, app/assets/stylesheets/themes/_fc_styles.css */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  /* line 22181, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  /* line 22185, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-25 {
    opacity: .25 !important;
  }
  /* line 22189, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-50 {
    opacity: .5 !important;
  }
  /* line 22193, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-75 {
    opacity: .75 !important;
  }
  /* line 22197, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-85 {
    opacity: .85 !important;
  }
  /* line 22201, app/assets/stylesheets/themes/_fc_styles.css */
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  /* line 22205, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 22209, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 22213, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 22217, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 22221, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 22225, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 22229, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 22233, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 22237, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 22243, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 22249, app/assets/stylesheets/themes/_fc_styles.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 22253, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xxl-static {
    position: static !important;
  }
  /* line 22257, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 22261, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 22265, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 22269, app/assets/stylesheets/themes/_fc_styles.css */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 22273, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xxl {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  /* line 22279, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xxl-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  /* line 22285, app/assets/stylesheets/themes/_fc_styles.css */
  .translate-middle-xxl-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  /* line 22291, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl {
    border: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 22295, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-0 {
    border: 0 !important;
  }
  /* line 22299, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl {
    border-top: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 22303, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl {
    border-right: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 22307, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl {
    border-bottom: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 22311, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl {
    border-left: var(--iota-border-width) var(--iota-border-style) var(--iota-border-color) !important;
  }
  /* line 22315, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-1 {
    --iota-border-width: 1px
  ;
  }
  /* line 22319, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-2 {
    --iota-border-width: 2px
  ;
  }
  /* line 22323, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-3 {
    --iota-border-width: 3px
  ;
  }
  /* line 22327, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-4 {
    --iota-border-width: 4px
  ;
  }
  /* line 22331, app/assets/stylesheets/themes/_fc_styles.css */
  .border-xxl-5 {
    --iota-border-width: 5px
  ;
  }
  /* line 22335, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 22339, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 22343, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 22347, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 22351, app/assets/stylesheets/themes/_fc_styles.css */
  .w-xxl-auto {
    width: auto !important;
  }
  /* line 22355, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xxl-25 {
    width: 25vw !important;
  }
  /* line 22359, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xxl-50 {
    width: 50vw !important;
  }
  /* line 22363, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xxl-75 {
    width: 75vw !important;
  }
  /* line 22367, app/assets/stylesheets/themes/_fc_styles.css */
  .vw-xxl-100 {
    width: 100vw !important;
  }
  /* line 22371, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xxl-25 {
    height: 25% !important;
  }
  /* line 22375, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xxl-50 {
    height: 50% !important;
  }
  /* line 22379, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xxl-75 {
    height: 75% !important;
  }
  /* line 22383, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xxl-100 {
    height: 100% !important;
  }
  /* line 22387, app/assets/stylesheets/themes/_fc_styles.css */
  .h-xxl-auto {
    height: auto !important;
  }
  /* line 22391, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xxl-25 {
    height: 25vh !important;
  }
  /* line 22395, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xxl-50 {
    height: 50vh !important;
  }
  /* line 22399, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xxl-75 {
    height: 75vh !important;
  }
  /* line 22403, app/assets/stylesheets/themes/_fc_styles.css */
  .vh-xxl-100 {
    height: 100vh !important;
  }
  /* line 22407, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }
  /* line 22411, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }
  /* line 22415, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }
  /* line 22419, app/assets/stylesheets/themes/_fc_styles.css */
  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }
  /* line 22423, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 22429, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 22436, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 22443, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 22450, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 22457, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 22463, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 22469, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 22474, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 22479, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 22484, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 22489, app/assets/stylesheets/themes/_fc_styles.css */
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 22494, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 22500, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 22506, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 22512, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 22518, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 22523, app/assets/stylesheets/themes/_fc_styles.css */
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 22529, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 22535, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 22541, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 22547, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 22553, app/assets/stylesheets/themes/_fc_styles.css */
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 22559, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 22564, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 22569, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 22574, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 22579, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 22584, app/assets/stylesheets/themes/_fc_styles.css */
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 22589, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 22594, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 22599, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 22604, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 22609, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 22614, app/assets/stylesheets/themes/_fc_styles.css */
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 22619, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 22625, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 22631, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 22637, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 22643, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 22649, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 22655, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 22661, app/assets/stylesheets/themes/_fc_styles.css */
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 22667, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 22671, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-1 {
    margin: .25rem !important;
  }
  /* line 22675, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-2 {
    margin: .5rem !important;
  }
  /* line 22679, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 22683, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-4 {
    margin: 1.8rem !important;
  }
  /* line 22687, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 22691, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-6 {
    margin: 4rem !important;
  }
  /* line 22695, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-7 {
    margin: 5rem !important;
  }
  /* line 22699, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  /* line 22703, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-9 {
    margin: 10rem !important;
  }
  /* line 22707, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-10 {
    margin: 12.5rem !important;
  }
  /* line 22711, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-11 {
    margin: 15rem !important;
  }
  /* line 22715, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-x1 {
    margin: 1.25rem !important;
  }
  /* line 22719, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 22723, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 22728, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  /* line 22733, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  /* line 22738, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 22743, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-4 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }
  /* line 22748, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 22753, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 22758, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  /* line 22763, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  /* line 22768, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-9 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  /* line 22773, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-10 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  /* line 22778, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-11 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  /* line 22783, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-x1 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  /* line 22788, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 22793, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 22798, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  /* line 22803, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  /* line 22808, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 22813, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-4 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }
  /* line 22818, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 22823, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 22828, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* line 22833, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* line 22838, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-9 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* line 22843, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-10 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  /* line 22848, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-11 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  /* line 22853, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-x1 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  /* line 22858, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 22863, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 22867, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  /* line 22871, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  /* line 22875, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 22879, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-4 {
    margin-top: 1.8rem !important;
  }
  /* line 22883, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 22887, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  /* line 22891, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  /* line 22895, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }
  /* line 22899, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-9 {
    margin-top: 10rem !important;
  }
  /* line 22903, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-10 {
    margin-top: 12.5rem !important;
  }
  /* line 22907, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-11 {
    margin-top: 15rem !important;
  }
  /* line 22911, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-x1 {
    margin-top: 1.25rem !important;
  }
  /* line 22915, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 22919, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 22923, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  /* line 22927, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  /* line 22931, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 22935, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-4 {
    margin-right: 1.8rem !important;
  }
  /* line 22939, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 22943, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  /* line 22947, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  /* line 22951, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }
  /* line 22955, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-9 {
    margin-right: 10rem !important;
  }
  /* line 22959, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-10 {
    margin-right: 12.5rem !important;
  }
  /* line 22963, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-11 {
    margin-right: 15rem !important;
  }
  /* line 22967, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-x1 {
    margin-right: 1.25rem !important;
  }
  /* line 22971, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 22975, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22979, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  /* line 22983, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  /* line 22987, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22991, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-4 {
    margin-bottom: 1.8rem !important;
  }
  /* line 22995, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22999, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  /* line 23003, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  /* line 23007, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  /* line 23011, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-9 {
    margin-bottom: 10rem !important;
  }
  /* line 23015, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-10 {
    margin-bottom: 12.5rem !important;
  }
  /* line 23019, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-11 {
    margin-bottom: 15rem !important;
  }
  /* line 23023, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-x1 {
    margin-bottom: 1.25rem !important;
  }
  /* line 23027, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 23031, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 23035, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  /* line 23039, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  /* line 23043, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 23047, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-4 {
    margin-left: 1.8rem !important;
  }
  /* line 23051, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 23055, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  /* line 23059, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  /* line 23063, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }
  /* line 23067, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-9 {
    margin-left: 10rem !important;
  }
  /* line 23071, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-10 {
    margin-left: 12.5rem !important;
  }
  /* line 23075, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-11 {
    margin-left: 15rem !important;
  }
  /* line 23079, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-x1 {
    margin-left: 1.25rem !important;
  }
  /* line 23083, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 23087, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 23091, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 23095, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 23099, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n4 {
    margin: -1.8rem !important;
  }
  /* line 23103, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 23107, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  /* line 23111, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n7 {
    margin: -5rem !important;
  }
  /* line 23115, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n8 {
    margin: -7.5rem !important;
  }
  /* line 23119, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n9 {
    margin: -10rem !important;
  }
  /* line 23123, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n10 {
    margin: -12.5rem !important;
  }
  /* line 23127, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-n11 {
    margin: -15rem !important;
  }
  /* line 23131, app/assets/stylesheets/themes/_fc_styles.css */
  .m-xxl-nx1 {
    margin: -1.25rem !important;
  }
  /* line 23135, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 23140, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 23145, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 23150, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n4 {
    margin-right: -1.8rem !important;
    margin-left: -1.8rem !important;
  }
  /* line 23155, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 23160, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n6 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  /* line 23165, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n7 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  /* line 23170, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n8 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  /* line 23175, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n9 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  /* line 23180, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n10 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  /* line 23185, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-n11 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  /* line 23190, app/assets/stylesheets/themes/_fc_styles.css */
  .mx-xxl-nx1 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  /* line 23195, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 23200, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 23205, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 23210, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n4 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important;
  }
  /* line 23215, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 23220, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n6 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  /* line 23225, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n7 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  /* line 23230, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n8 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  /* line 23235, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n9 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  /* line 23240, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n10 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  /* line 23245, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-n11 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  /* line 23250, app/assets/stylesheets/themes/_fc_styles.css */
  .my-xxl-nx1 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  /* line 23255, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 23259, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 23263, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 23267, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n4 {
    margin-top: -1.8rem !important;
  }
  /* line 23271, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 23275, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n6 {
    margin-top: -4rem !important;
  }
  /* line 23279, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n7 {
    margin-top: -5rem !important;
  }
  /* line 23283, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n8 {
    margin-top: -7.5rem !important;
  }
  /* line 23287, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n9 {
    margin-top: -10rem !important;
  }
  /* line 23291, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n10 {
    margin-top: -12.5rem !important;
  }
  /* line 23295, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-n11 {
    margin-top: -15rem !important;
  }
  /* line 23299, app/assets/stylesheets/themes/_fc_styles.css */
  .mt-xxl-nx1 {
    margin-top: -1.25rem !important;
  }
  /* line 23303, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 23307, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 23311, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 23315, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n4 {
    margin-right: -1.8rem !important;
  }
  /* line 23319, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 23323, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n6 {
    margin-right: -4rem !important;
  }
  /* line 23327, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n7 {
    margin-right: -5rem !important;
  }
  /* line 23331, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n8 {
    margin-right: -7.5rem !important;
  }
  /* line 23335, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n9 {
    margin-right: -10rem !important;
  }
  /* line 23339, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n10 {
    margin-right: -12.5rem !important;
  }
  /* line 23343, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-n11 {
    margin-right: -15rem !important;
  }
  /* line 23347, app/assets/stylesheets/themes/_fc_styles.css */
  .me-xxl-nx1 {
    margin-right: -1.25rem !important;
  }
  /* line 23351, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 23355, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 23359, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 23363, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n4 {
    margin-bottom: -1.8rem !important;
  }
  /* line 23367, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 23371, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  /* line 23375, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n7 {
    margin-bottom: -5rem !important;
  }
  /* line 23379, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n8 {
    margin-bottom: -7.5rem !important;
  }
  /* line 23383, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n9 {
    margin-bottom: -10rem !important;
  }
  /* line 23387, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n10 {
    margin-bottom: -12.5rem !important;
  }
  /* line 23391, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-n11 {
    margin-bottom: -15rem !important;
  }
  /* line 23395, app/assets/stylesheets/themes/_fc_styles.css */
  .mb-xxl-nx1 {
    margin-bottom: -1.25rem !important;
  }
  /* line 23399, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 23403, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 23407, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 23411, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n4 {
    margin-left: -1.8rem !important;
  }
  /* line 23415, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 23419, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n6 {
    margin-left: -4rem !important;
  }
  /* line 23423, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n7 {
    margin-left: -5rem !important;
  }
  /* line 23427, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n8 {
    margin-left: -7.5rem !important;
  }
  /* line 23431, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n9 {
    margin-left: -10rem !important;
  }
  /* line 23435, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n10 {
    margin-left: -12.5rem !important;
  }
  /* line 23439, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-n11 {
    margin-left: -15rem !important;
  }
  /* line 23443, app/assets/stylesheets/themes/_fc_styles.css */
  .ms-xxl-nx1 {
    margin-left: -1.25rem !important;
  }
  /* line 23447, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 23451, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-1 {
    padding: .25rem !important;
  }
  /* line 23455, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-2 {
    padding: .5rem !important;
  }
  /* line 23459, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 23463, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-4 {
    padding: 1.8rem !important;
  }
  /* line 23467, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 23471, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-6 {
    padding: 4rem !important;
  }
  /* line 23475, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-7 {
    padding: 5rem !important;
  }
  /* line 23479, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  /* line 23483, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-9 {
    padding: 10rem !important;
  }
  /* line 23487, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-10 {
    padding: 12.5rem !important;
  }
  /* line 23491, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-11 {
    padding: 15rem !important;
  }
  /* line 23495, app/assets/stylesheets/themes/_fc_styles.css */
  .p-xxl-x1 {
    padding: 1.25rem !important;
  }
  /* line 23499, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 23504, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  /* line 23509, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  /* line 23514, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 23519, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-4 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }
  /* line 23524, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 23529, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 23534, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  /* line 23539, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  /* line 23544, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  /* line 23549, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-10 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  /* line 23554, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-11 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  /* line 23559, app/assets/stylesheets/themes/_fc_styles.css */
  .px-xxl-x1 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  /* line 23564, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 23569, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  /* line 23574, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  /* line 23579, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 23584, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  /* line 23589, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 23594, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 23599, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  /* line 23604, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  /* line 23609, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-9 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  /* line 23614, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-10 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  /* line 23619, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-11 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  /* line 23624, app/assets/stylesheets/themes/_fc_styles.css */
  .py-xxl-x1 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  /* line 23629, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 23633, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  /* line 23637, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  /* line 23641, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 23645, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-4 {
    padding-top: 1.8rem !important;
  }
  /* line 23649, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 23653, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  /* line 23657, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  /* line 23661, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }
  /* line 23665, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-9 {
    padding-top: 10rem !important;
  }
  /* line 23669, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-10 {
    padding-top: 12.5rem !important;
  }
  /* line 23673, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-11 {
    padding-top: 15rem !important;
  }
  /* line 23677, app/assets/stylesheets/themes/_fc_styles.css */
  .pt-xxl-x1 {
    padding-top: 1.25rem !important;
  }
  /* line 23681, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 23685, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  /* line 23689, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  /* line 23693, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 23697, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-4 {
    padding-right: 1.8rem !important;
  }
  /* line 23701, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 23705, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  /* line 23709, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  /* line 23713, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
  /* line 23717, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-9 {
    padding-right: 10rem !important;
  }
  /* line 23721, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-10 {
    padding-right: 12.5rem !important;
  }
  /* line 23725, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-11 {
    padding-right: 15rem !important;
  }
  /* line 23729, app/assets/stylesheets/themes/_fc_styles.css */
  .pe-xxl-x1 {
    padding-right: 1.25rem !important;
  }
  /* line 23733, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 23737, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  /* line 23741, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  /* line 23745, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 23749, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-4 {
    padding-bottom: 1.8rem !important;
  }
  /* line 23753, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 23757, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  /* line 23761, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  /* line 23765, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  /* line 23769, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-9 {
    padding-bottom: 10rem !important;
  }
  /* line 23773, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-10 {
    padding-bottom: 12.5rem !important;
  }
  /* line 23777, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-11 {
    padding-bottom: 15rem !important;
  }
  /* line 23781, app/assets/stylesheets/themes/_fc_styles.css */
  .pb-xxl-x1 {
    padding-bottom: 1.25rem !important;
  }
  /* line 23785, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 23789, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  /* line 23793, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  /* line 23797, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 23801, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-4 {
    padding-left: 1.8rem !important;
  }
  /* line 23805, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 23809, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  /* line 23813, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  /* line 23817, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
  /* line 23821, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-9 {
    padding-left: 10rem !important;
  }
  /* line 23825, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-10 {
    padding-left: 12.5rem !important;
  }
  /* line 23829, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-11 {
    padding-left: 15rem !important;
  }
  /* line 23833, app/assets/stylesheets/themes/_fc_styles.css */
  .ps-xxl-x1 {
    padding-left: 1.25rem !important;
  }
  /* line 23837, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 23841, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  /* line 23845, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  /* line 23849, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 23853, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-4 {
    gap: 1.8rem !important;
  }
  /* line 23857, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 23861, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  /* line 23865, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  /* line 23869, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-8 {
    gap: 7.5rem !important;
  }
  /* line 23873, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-9 {
    gap: 10rem !important;
  }
  /* line 23877, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-10 {
    gap: 12.5rem !important;
  }
  /* line 23881, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-11 {
    gap: 15rem !important;
  }
  /* line 23885, app/assets/stylesheets/themes/_fc_styles.css */
  .gap-xxl-x1 {
    gap: 1.25rem !important;
  }
  /* line 23889, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 23893, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  /* line 23897, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  /* line 23901, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 23905, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-4 {
    row-gap: 1.8rem !important;
  }
  /* line 23909, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 23913, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-6 {
    row-gap: 4rem !important;
  }
  /* line 23917, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-7 {
    row-gap: 5rem !important;
  }
  /* line 23921, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-8 {
    row-gap: 7.5rem !important;
  }
  /* line 23925, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-9 {
    row-gap: 10rem !important;
  }
  /* line 23929, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-10 {
    row-gap: 12.5rem !important;
  }
  /* line 23933, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-11 {
    row-gap: 15rem !important;
  }
  /* line 23937, app/assets/stylesheets/themes/_fc_styles.css */
  .row-gap-xxl-x1 {
    row-gap: 1.25rem !important;
  }
  /* line 23941, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  /* line 23947, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }
  /* line 23953, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }
  /* line 23959, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  /* line 23965, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.8rem !important;
    -moz-column-gap: 1.8rem !important;
    column-gap: 1.8rem !important;
  }
  /* line 23971, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  /* line 23977, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }
  /* line 23983, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }
  /* line 23989, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-8 {
    -webkit-column-gap: 7.5rem !important;
    -moz-column-gap: 7.5rem !important;
    column-gap: 7.5rem !important;
  }
  /* line 23995, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-9 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }
  /* line 24001, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-10 {
    -webkit-column-gap: 12.5rem !important;
    -moz-column-gap: 12.5rem !important;
    column-gap: 12.5rem !important;
  }
  /* line 24007, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-11 {
    -webkit-column-gap: 15rem !important;
    -moz-column-gap: 15rem !important;
    column-gap: 15rem !important;
  }
  /* line 24013, app/assets/stylesheets/themes/_fc_styles.css */
  .column-gap-xxl-x1 {
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }
  /* line 24019, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-11 {
    font-size: .6944444444rem !important;
  }
  /* line 24023, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-10 {
    font-size: .8333333333rem !important;
  }
  /* line 24027, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-9 {
    font-size: 1rem !important;
  }
  /* line 24031, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-8 {
    font-size: 1.2rem !important;
  }
  /* line 24035, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-7 {
    font-size: 1.44rem !important;
  }
  /* line 24039, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-6 {
    font-size: 1.728rem !important;
  }
  /* line 24043, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-5 {
    font-size: 2.0736rem !important;
  }
  /* line 24047, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-4 {
    font-size: 2.48832rem !important;
  }
  /* line 24051, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-3 {
    font-size: 2.985984rem !important;
  }
  /* line 24055, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-2 {
    font-size: 3.5831808rem !important;
  }
  /* line 24059, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-xxl-1 {
    font-size: 4.29981696rem !important;
  }
  /* line 24063, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 24067, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 24071, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xxl-center {
    text-align: center !important;
  }
  /* line 24075, app/assets/stylesheets/themes/_fc_styles.css */
  .text-xxl-justify {
    text-align: justify !important;
  }
  /* line 24079, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 24083, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  /* line 24087, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-1 {
    border-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 24091, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-2 {
    border-radius: var(--iota-border-radius) !important;
  }
  /* line 24095, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-3 {
    border-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 24099, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-4 {
    border-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 24103, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-5 {
    border-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 24107, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  /* line 24111, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-xxl-pill {
    border-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 24115, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 24120, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 24125, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-1 {
    border-top-left-radius: var(--iota-border-radius-sm) !important;
    border-top-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 24130, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-2 {
    border-top-left-radius: var(--iota-border-radius) !important;
    border-top-right-radius: var(--iota-border-radius) !important;
  }
  /* line 24135, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-3 {
    border-top-left-radius: var(--iota-border-radius-lg) !important;
    border-top-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 24140, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-4 {
    border-top-left-radius: var(--iota-border-radius-xl) !important;
    border-top-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 24145, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-5 {
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 24150, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  /* line 24155, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-top-xxl-pill {
    border-top-left-radius: var(--iota-border-radius-pill) !important;
    border-top-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 24160, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 24165, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 24170, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-1 {
    border-top-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 24175, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-2 {
    border-top-right-radius: var(--iota-border-radius) !important;
    border-bottom-right-radius: var(--iota-border-radius) !important;
  }
  /* line 24180, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-3 {
    border-top-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 24185, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-4 {
    border-top-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 24190, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-5 {
    border-top-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 24195, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  /* line 24200, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-end-xxl-pill {
    border-top-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 24205, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 24210, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 24215, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: var(--iota-border-radius-sm) !important;
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 24220, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: var(--iota-border-radius) !important;
    border-bottom-left-radius: var(--iota-border-radius) !important;
  }
  /* line 24225, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: var(--iota-border-radius-lg) !important;
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 24230, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: var(--iota-border-radius-xl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 24235, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: var(--iota-border-radius-xxl) !important;
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 24240, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  /* line 24245, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: var(--iota-border-radius-pill) !important;
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 24250, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 24255, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 24260, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-1 {
    border-bottom-left-radius: var(--iota-border-radius-sm) !important;
    border-top-left-radius: var(--iota-border-radius-sm) !important;
  }
  /* line 24265, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-2 {
    border-bottom-left-radius: var(--iota-border-radius) !important;
    border-top-left-radius: var(--iota-border-radius) !important;
  }
  /* line 24270, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-3 {
    border-bottom-left-radius: var(--iota-border-radius-lg) !important;
    border-top-left-radius: var(--iota-border-radius-lg) !important;
  }
  /* line 24275, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-4 {
    border-bottom-left-radius: var(--iota-border-radius-xl) !important;
    border-top-left-radius: var(--iota-border-radius-xl) !important;
  }
  /* line 24280, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-5 {
    border-bottom-left-radius: var(--iota-border-radius-xxl) !important;
    border-top-left-radius: var(--iota-border-radius-xxl) !important;
  }
  /* line 24285, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  /* line 24290, app/assets/stylesheets/themes/_fc_styles.css */
  .rounded-start-xxl-pill {
    border-bottom-left-radius: var(--iota-border-radius-pill) !important;
    border-top-left-radius: var(--iota-border-radius-pill) !important;
  }
  /* line 24295, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xxl-25 {
    max-height: 25vh !important;
  }
  /* line 24299, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xxl-50 {
    max-height: 50vh !important;
  }
  /* line 24303, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xxl-75 {
    max-height: 75vh !important;
  }
  /* line 24307, app/assets/stylesheets/themes/_fc_styles.css */
  .max-vh-xxl-100 {
    max-height: 100vh !important;
  }
  /* line 24311, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-0 {
    border-top-width: 0 !important;
  }
  /* line 24315, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-1 {
    border-top-width: 1px !important;
  }
  /* line 24319, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-2 {
    border-top-width: 2px !important;
  }
  /* line 24323, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-3 {
    border-top-width: 3px !important;
  }
  /* line 24327, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-4 {
    border-top-width: 4px !important;
  }
  /* line 24331, app/assets/stylesheets/themes/_fc_styles.css */
  .border-top-xxl-5 {
    border-top-width: 5px !important;
  }
  /* line 24335, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-0 {
    border-right-width: 0 !important;
  }
  /* line 24339, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-1 {
    border-right-width: 1px !important;
  }
  /* line 24343, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-2 {
    border-right-width: 2px !important;
  }
  /* line 24347, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-3 {
    border-right-width: 3px !important;
  }
  /* line 24351, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-4 {
    border-right-width: 4px !important;
  }
  /* line 24355, app/assets/stylesheets/themes/_fc_styles.css */
  .border-end-xxl-5 {
    border-right-width: 5px !important;
  }
  /* line 24359, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-0 {
    border-left-width: 0 !important;
  }
  /* line 24363, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-1 {
    border-left-width: 1px !important;
  }
  /* line 24367, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-2 {
    border-left-width: 2px !important;
  }
  /* line 24371, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-3 {
    border-left-width: 3px !important;
  }
  /* line 24375, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-4 {
    border-left-width: 4px !important;
  }
  /* line 24379, app/assets/stylesheets/themes/_fc_styles.css */
  .border-start-xxl-5 {
    border-left-width: 5px !important;
  }
  /* line 24383, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-0 {
    border-bottom-width: 0 !important;
  }
  /* line 24387, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-1 {
    border-bottom-width: 1px !important;
  }
  /* line 24391, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-2 {
    border-bottom-width: 2px !important;
  }
  /* line 24395, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-3 {
    border-bottom-width: 3px !important;
  }
  /* line 24399, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-4 {
    border-bottom-width: 4px !important;
  }
  /* line 24403, app/assets/stylesheets/themes/_fc_styles.css */
  .border-bottom-xxl-5 {
    border-bottom-width: 5px !important;
  }
  /* line 24407, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-0 {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
  /* line 24412, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-1 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
  }
  /* line 24417, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-2 {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
  }
  /* line 24422, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-3 {
    border-left-width: 3px !important;
    border-right-width: 3px !important;
  }
  /* line 24427, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-4 {
    border-left-width: 4px !important;
    border-right-width: 4px !important;
  }
  /* line 24432, app/assets/stylesheets/themes/_fc_styles.css */
  .border-x-xxl-5 {
    border-left-width: 5px !important;
    border-right-width: 5px !important;
  }
  /* line 24437, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-0 {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
  }
  /* line 24442, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-1 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
  }
  /* line 24447, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-2 {
    border-top-width: 2px !important;
    border-bottom-width: 2px !important;
  }
  /* line 24452, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-3 {
    border-top-width: 3px !important;
    border-bottom-width: 3px !important;
  }
  /* line 24457, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-4 {
    border-top-width: 4px !important;
    border-bottom-width: 4px !important;
  }
  /* line 24462, app/assets/stylesheets/themes/_fc_styles.css */
  .border-y-xxl-5 {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
  }
}

@media print {
  /* line 24469, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24473, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24477, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-block {
    display: block !important;
  }
  /* line 24481, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 24485, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 24489, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-table {
    display: table !important;
  }
  /* line 24493, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24497, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24501, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 24507, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 24513, app/assets/stylesheets/themes/_fc_styles.css */
  .d-print-none {
    display: none !important;
  }
}

/* line 24518, app/assets/stylesheets/themes/_fc_styles.css */
::-webkit-input-placeholder {
  opacity: 1;
  color: var(--iota-gray-400);
}

/* line 24523, app/assets/stylesheets/themes/_fc_styles.css */
::-moz-placeholder {
  opacity: 1;
  color: var(--iota-gray-400);
}

/* line 24528, app/assets/stylesheets/themes/_fc_styles.css */
:-ms-input-placeholder {
  opacity: 1;
  color: var(--iota-gray-400);
}

/* line 24533, app/assets/stylesheets/themes/_fc_styles.css */
::-ms-input-placeholder {
  opacity: 1;
  color: var(--iota-gray-400);
}

/* line 24538, app/assets/stylesheets/themes/_fc_styles.css */
::placeholder {
  opacity: 1;
  color: var(--iota-gray-400);
}

/* line 24543, app/assets/stylesheets/themes/_fc_styles.css */
::-moz-selection {
  background-color: var(--iota-primary);
  color: #fff;
}

/* line 24548, app/assets/stylesheets/themes/_fc_styles.css */
::selection {
  background-color: var(--iota-primary);
  color: #fff;
}

/* line 24553, app/assets/stylesheets/themes/_fc_styles.css */
[id] {
  scroll-margin-top: calc(var(--iota-top-nav-height) + 1.5rem);
}

/* line 24557, app/assets/stylesheets/themes/_fc_styles.css */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 24563, app/assets/stylesheets/themes/_fc_styles.css */
pre, code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

/* line 24568, app/assets/stylesheets/themes/_fc_styles.css */
section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  /* line 24575, app/assets/stylesheets/themes/_fc_styles.css */
  section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

/* line 24581, app/assets/stylesheets/themes/_fc_styles.css */
input, button, select, optgroup, textarea, label, .alert, .badge, .blockquote-footer, .btn, .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link, [data-list] .page, .table-list .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary, .navbar, .pagination, .valid-feedback, .invalid-feedback {
  font-family: var(--iota-font-sans-serif);
}

/* line 24585, app/assets/stylesheets/themes/_fc_styles.css */
pre {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 24591, app/assets/stylesheets/themes/_fc_styles.css */
strong {
  font-weight: 600;
}

/* line 24595, app/assets/stylesheets/themes/_fc_styles.css */
label {
  font-size: .8333333333rem;
  font-weight: 500;
  margin-bottom: .5rem;
  letter-spacing: .02em;
}

/* line 24602, app/assets/stylesheets/themes/_fc_styles.css */
pre, code, kbd, samp {
  font-size: .875rem;
}

/* line 24606, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] pre, [dir=rtl] code, [dir=rtl] kbd, [dir=rtl] samp {
  direction: rtl;
}

/* line 24610, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .d-dark-none {
  display: none;
}

/* line 24614, app/assets/stylesheets/themes/_fc_styles.css */
html:not([data-bs-theme=dark]) .d-light-none {
  display: none;
}

/* line 24618, app/assets/stylesheets/themes/_fc_styles.css */
:root {
  --iota-top-nav-height: 4.3125rem
;
}

@media (min-width: 992px) {
  /* line 24623, app/assets/stylesheets/themes/_fc_styles.css */
  .double-top-nav-layout:root {
    --iota-top-nav-height: 8.688rem
  ;
  }
}

/* line 24628, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .nav-link {
  outline: none;
}

/* line 24632, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-menu {
  overflow: visible;
  left: -0.5625rem;
}

/* line 24637, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-menu.dropdown-caret:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  background: #fff;
  background: inherit;
  top: -0.375rem;
  left: 1.8rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: .125rem;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--iota-border-color);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 24658, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: -0.5625rem;
}

/* line 24663, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-menu.dropdown-menu-end:after {
  right: .95rem;
  left: auto;
}

/* line 24668, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-item {
  font-weight: 500;
}

/* line 24672, app/assets/stylesheets/themes/_fc_styles.css */
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus {
  background-color: var(--iota-dropdown-link-hover-bg);
  color: var(--iota-gray-1000);
}

/* line 24677, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler-humburger-icon {
  height: 2.5rem;
  width: 2.5rem;
  padding: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24695, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler-humburger-icon:hover, .navbar-toggler-humburger-icon:focus {
  background-color: var(--iota-gray-300) !important;
}

/* line 24699, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggle-icon {
  position: relative;
  height: .125rem;
  width: 1.25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  top: -0.3125rem;
  padding-right: 0;
}

/* line 24711, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggle-icon .toggle-line {
  display: block;
  height: 100%;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: var(--iota-gray-700);
}

/* line 24721, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggle-icon:after, .navbar-toggle-icon:before {
  content: "";
  position: absolute;
  height: .125rem;
  background-color: var(--iota-gray-700);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: .25rem;
  width: 100%;
}

/* line 24734, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggle-icon:before {
  top: .3125rem;
}

/* line 24738, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggle-icon:after {
  top: .625rem;
}

/* line 24742, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-glass {
  background-color: var(--iota-bg-navbar-glass);
}

/* line 24746, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-brand {
  font-weight: 800;
}

/* line 24750, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-glass-shadow {
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.2) !important;
}

/* line 24755, app/assets/stylesheets/themes/_fc_styles.css */
.nine-dots-dropdown {
  width: 16.7rem;
  height: 21rem;
}

/* line 24760, app/assets/stylesheets/themes/_fc_styles.css */
.nine-dots:hover circle {
  fill: var(--iota-navbar-hover-color);
}

/* line 24764, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-caret-bg::after {
  background: var(--iota-emphasis-bg) !important;
}

/* line 24768, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-primary {
  color: var(--iota-primary-text-emphasis);
  background-color: var(--iota-primary-bg-subtle);
}

/* line 24773, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-primary[href]:hover, .badge-subtle-primary[href]:focus {
  text-decoration: none;
  color: var(--iota-primary-text-emphasis);
  background-color: var(--iota-primary-bg-subtle);
}

/* line 24779, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-secondary {
  color: var(--iota-secondary-text-emphasis);
  background-color: var(--iota-secondary-bg-subtle);
}

/* line 24784, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-secondary[href]:hover, .badge-subtle-secondary[href]:focus {
  text-decoration: none;
  color: var(--iota-secondary-text-emphasis);
  background-color: var(--iota-secondary-bg-subtle);
}

/* line 24790, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-success {
  color: var(--iota-success-text-emphasis);
  background-color: var(--iota-success-bg-subtle);
}

/* line 24795, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-success[href]:hover, .badge-subtle-success[href]:focus {
  text-decoration: none;
  color: var(--iota-success-text-emphasis);
  background-color: var(--iota-success-bg-subtle);
}

/* line 24801, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-info {
  color: var(--iota-info-text-emphasis);
  background-color: var(--iota-info-bg-subtle);
}

/* line 24806, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-info[href]:hover, .badge-subtle-info[href]:focus {
  text-decoration: none;
  color: var(--iota-info-text-emphasis);
  background-color: var(--iota-info-bg-subtle);
}

/* line 24812, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-warning {
  color: var(--iota-warning-text-emphasis);
  background-color: var(--iota-warning-bg-subtle);
}

/* line 24817, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-warning[href]:hover, .badge-subtle-warning[href]:focus {
  text-decoration: none;
  color: var(--iota-warning-text-emphasis);
  background-color: var(--iota-warning-bg-subtle);
}

/* line 24823, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-danger {
  color: var(--iota-danger-text-emphasis);
  background-color: var(--iota-danger-bg-subtle);
}

/* line 24828, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-danger[href]:hover, .badge-subtle-danger[href]:focus {
  text-decoration: none;
  color: var(--iota-danger-text-emphasis);
  background-color: var(--iota-danger-bg-subtle);
}

/* line 24834, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-light {
  color: var(--iota-light-text-emphasis);
  background-color: var(--iota-light-bg-subtle);
}

/* line 24839, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-light[href]:hover, .badge-subtle-light[href]:focus {
  text-decoration: none;
  color: var(--iota-light-text-emphasis);
  background-color: var(--iota-light-bg-subtle);
}

/* line 24845, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-dark {
  color: var(--iota-dark-text-emphasis);
  background-color: var(--iota-dark-bg-subtle);
}

/* line 24850, app/assets/stylesheets/themes/_fc_styles.css */
.badge-subtle-dark[href]:hover, .badge-subtle-dark[href]:focus {
  text-decoration: none;
  color: var(--iota-dark-text-emphasis);
  background-color: var(--iota-dark-bg-subtle);
}

/* line 24856, app/assets/stylesheets/themes/_fc_styles.css */
.card {
  --iota-card-bg: var(--iota-emphasis-bg);
  -webkit-box-shadow: var(--iota-box-shadow);
  box-shadow: var(--iota-box-shadow);
}

/* line 24862, app/assets/stylesheets/themes/_fc_styles.css */
.card-link {
  font-size: .8333333333rem;
  font-weight: 600;
}

/* line 24867, app/assets/stylesheets/themes/_fc_styles.css */
.card-title {
  font-weight: 600;
  font-size: 1.2rem;
}

/* line 24872, app/assets/stylesheets/themes/_fc_styles.css */
.card-body:last-child {
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 24877, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .dropcap:first-letter {
  margin-top: .175em;
}

/* line 24881, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .card-notification .scrollbar-overlay {
  min-height: 19rem;
}

/* line 24885, app/assets/stylesheets/themes/_fc_styles.css */
.chrome .btn-close {
  background-clip: unset;
}

/* line 24889, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger:hover .btn-reveal, .btn-reveal-trigger:focus .btn-reveal {
  -webkit-box-shadow: var(--iota-btn-reveal-hover-shadow);
  box-shadow: var(--iota-btn-reveal-hover-shadow);
}

/* line 24894, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger:hover .btn-reveal:hover, .btn-reveal-trigger:hover .btn-reveal:focus, .btn-reveal-trigger:hover .btn-reveal:active, .btn-reveal-trigger:focus .btn-reveal:hover, .btn-reveal-trigger:focus .btn-reveal:focus, .btn-reveal-trigger:focus .btn-reveal:active {
  color: var(--iota-btn-reveal-hover-color) !important;
}

/* line 24898, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger:hover .btn-reveal-sm, .btn-reveal-trigger:focus .btn-reveal-sm {
  -webkit-box-shadow: var(--iota-box-shadow-sm);
  box-shadow: var(--iota-box-shadow-sm);
}

/* line 24903, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger .btn-reveal {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24908, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger .btn-reveal:active:focus, .btn-reveal-trigger .btn-reveal:active, .btn-reveal-trigger .btn-reveal:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--iota-btn-reveal-hover-color) !important;
  background-color: var(--iota-btn-reveal-focus-bg);
  border-color: var(--iota-btn-reveal-focus-border-color);
}

/* line 24916, app/assets/stylesheets/themes/_fc_styles.css */
.btn-reveal-trigger .dropdown-toggle:after, .btn-reveal-trigger .dropdown-toggle:before {
  display: none;
}

/* line 24920, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-primary, .btn-iota-primary.show {
  color: var(--iota-btn-iota-primary-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 24928, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-primary:hover, .btn-iota-primary:focus {
  color: var(--iota-btn-iota-primary-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 24934, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-primary:hover:not(.disabled):not(:disabled), .btn-iota-primary:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-primary-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 24940, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-primary:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-primary-active-color);
}

/* line 24946, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-primary, :not(.btn-check) + .btn-iota-primary:active, .btn-iota-primary:first-child:active, .btn-iota-primary.active {
  color: var(--iota-btn-iota-primary-color);
  background-color: var(--iota-btn-iota-primary-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 24952, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-primary:disabled, .btn-iota-primary.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 24959, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-success, .btn-iota-success.show {
  color: var(--iota-btn-iota-success-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 24967, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-success:hover, .btn-iota-success:focus {
  color: var(--iota-btn-iota-success-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 24973, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-success:hover:not(.disabled):not(:disabled), .btn-iota-success:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-success-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 24979, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-success:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-success-active-color);
}

/* line 24985, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-success, :not(.btn-check) + .btn-iota-success:active, .btn-iota-success:first-child:active, .btn-iota-success.active {
  color: var(--iota-btn-iota-success-color);
  background-color: var(--iota-btn-iota-success-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 24991, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-success:disabled, .btn-iota-success.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 24998, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-info, .btn-iota-info.show {
  color: var(--iota-btn-iota-info-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 25006, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-info:hover, .btn-iota-info:focus {
  color: var(--iota-btn-iota-info-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25012, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-info:hover:not(.disabled):not(:disabled), .btn-iota-info:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-info-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 25018, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-info:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-info-active-color);
}

/* line 25024, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-info, :not(.btn-check) + .btn-iota-info:active, .btn-iota-info:first-child:active, .btn-iota-info.active {
  color: var(--iota-btn-iota-info-color);
  background-color: var(--iota-btn-iota-info-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25030, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-info:disabled, .btn-iota-info.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 25037, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-warning, .btn-iota-warning.show {
  color: var(--iota-btn-iota-warning-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 25045, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-warning:hover, .btn-iota-warning:focus {
  color: var(--iota-btn-iota-warning-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25051, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-warning:hover:not(.disabled):not(:disabled), .btn-iota-warning:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-warning-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 25057, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-warning:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-warning-active-color);
}

/* line 25063, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-warning, :not(.btn-check) + .btn-iota-warning:active, .btn-iota-warning:first-child:active, .btn-iota-warning.active {
  color: var(--iota-btn-iota-warning-color);
  background-color: var(--iota-btn-iota-warning-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25069, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-warning:disabled, .btn-iota-warning.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 25076, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-danger, .btn-iota-danger.show {
  color: var(--iota-btn-iota-danger-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 25084, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-danger:hover, .btn-iota-danger:focus {
  color: var(--iota-btn-iota-danger-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25090, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-danger:hover:not(.disabled):not(:disabled), .btn-iota-danger:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-danger-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 25096, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-danger:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-danger-active-color);
}

/* line 25102, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-danger, :not(.btn-check) + .btn-iota-danger:active, .btn-iota-danger:first-child:active, .btn-iota-danger.active {
  color: var(--iota-btn-iota-danger-color);
  background-color: var(--iota-btn-iota-danger-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25108, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-danger:disabled, .btn-iota-danger.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 25115, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-default, .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link, [data-list] .page, .table-list .page, .btn-iota-default.show {
  color: var(--iota-btn-iota-default-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 25123, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-default:hover, .iota-data-table .paging_full_numbers .page-link:hover, .iota-data-table .paging_first_last_numbers .page-link:hover, .iota-data-table .paging_full .page-link:hover, .iota-data-table .paging_numbers .page-link:hover, .iota-data-table .paging_simple_numbers .page-link:hover, [data-list] .page:hover, .table-list .page:hover, .btn-iota-default:focus, .iota-data-table .paging_full_numbers .page-link:focus, .iota-data-table .paging_first_last_numbers .page-link:focus, .iota-data-table .paging_full .page-link:focus, .iota-data-table .paging_numbers .page-link:focus, .iota-data-table .paging_simple_numbers .page-link:focus, [data-list] .page:focus, .table-list .page:focus {
  color: var(--iota-btn-iota-default-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25129, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-default:hover:not(.disabled):not(:disabled), .iota-data-table .paging_full_numbers .page-link:hover:not(.disabled):not(:disabled), .iota-data-table .paging_first_last_numbers .page-link:hover:not(.disabled):not(:disabled), .iota-data-table .paging_full .page-link:hover:not(.disabled):not(:disabled), .iota-data-table .paging_numbers .page-link:hover:not(.disabled):not(:disabled), .iota-data-table .paging_simple_numbers .page-link:hover:not(.disabled):not(:disabled), [data-list] .page:hover:not(.disabled):not(:disabled), .table-list .page:hover:not(.disabled):not(:disabled), .btn-iota-default:focus:not(.disabled):not(:disabled), .iota-data-table .paging_full_numbers .page-link:focus:not(.disabled):not(:disabled), .iota-data-table .paging_first_last_numbers .page-link:focus:not(.disabled):not(:disabled), .iota-data-table .paging_full .page-link:focus:not(.disabled):not(:disabled), .iota-data-table .paging_numbers .page-link:focus:not(.disabled):not(:disabled), .iota-data-table .paging_simple_numbers .page-link:focus:not(.disabled):not(:disabled), [data-list] .page:focus:not(.disabled):not(:disabled), .table-list .page:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-default-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 25135, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-default:active, .iota-data-table .paging_full_numbers .page-link:active, .iota-data-table .paging_first_last_numbers .page-link:active, .iota-data-table .paging_full .page-link:active, .iota-data-table .paging_numbers .page-link:active, .iota-data-table .paging_simple_numbers .page-link:active, [data-list] .page:active, .table-list .page:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-default-active-color);
}

/* line 25141, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check:checked + .btn-iota-default, .iota-data-table .paging_full_numbers .btn-check:checked + .page-link, .iota-data-table .paging_first_last_numbers .btn-check:checked + .page-link, .iota-data-table .paging_full .btn-check:checked + .page-link, .iota-data-table .paging_numbers .btn-check:checked + .page-link, .iota-data-table .paging_simple_numbers .btn-check:checked + .page-link, [data-list] .btn-check:checked + .page, .table-list .btn-check:checked + .page, :not(.btn-check) + .btn-iota-default:active, .iota-data-table .paging_full_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_first_last_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_full :not(.btn-check) + .page-link:active, .iota-data-table .paging_numbers :not(.btn-check) + .page-link:active, .iota-data-table .paging_simple_numbers :not(.btn-check) + .page-link:active, [data-list] :not(.btn-check) + .page:active, .table-list :not(.btn-check) + .page:active, .btn-iota-default:first-child:active, .iota-data-table .paging_full_numbers .page-link:first-child:active, .iota-data-table .paging_first_last_numbers .page-link:first-child:active, .iota-data-table .paging_full .page-link:first-child:active, .iota-data-table .paging_numbers .page-link:first-child:active, .iota-data-table .paging_simple_numbers .page-link:first-child:active, [data-list] .page:first-child:active, .table-list .page:first-child:active, .btn-iota-default.active, .iota-data-table .paging_full_numbers .active.page-link, .iota-data-table .paging_first_last_numbers .active.page-link, .iota-data-table .paging_full .active.page-link, .iota-data-table .paging_numbers .active.page-link, .iota-data-table .paging_simple_numbers .active.page-link, [data-list] .active.page, .table-list .active.page {
  color: var(--iota-btn-iota-default-color);
  background-color: var(--iota-btn-iota-default-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 25147, app/assets/stylesheets/themes/_fc_styles.css */
.btn-iota-default:disabled, .iota-data-table .paging_full_numbers .page-link:disabled, .iota-data-table .paging_first_last_numbers .page-link:disabled, .iota-data-table .paging_full .page-link:disabled, .iota-data-table .paging_numbers .page-link:disabled, .iota-data-table .paging_simple_numbers .page-link:disabled, [data-list] .page:disabled, .table-list .page:disabled, .btn-iota-default.disabled, .iota-data-table .paging_full_numbers .disabled.page-link, .iota-data-table .paging_first_last_numbers .disabled.page-link, .iota-data-table .paging_full .disabled.page-link, .iota-data-table .paging_numbers .disabled.page-link, .iota-data-table .paging_simple_numbers .disabled.page-link, [data-list] .disabled.page, .table-list .disabled.page {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 25154, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-facebook {
  --iota-btn-color: #3c5a99;
  --iota-btn-border-color: #3c5a99;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #3c5a99;
  --iota-btn-hover-border-color: #3c5a99;
  --iota-btn-focus-shadow-rgb: 60, 90, 153;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #3c5a99;
  --iota-btn-active-border-color: #3c5a99;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #3c5a99;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #3c5a99;
  --iota-gradient: none
;
}

/* line 25171, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-twitter {
  --iota-btn-color: #1da1f2;
  --iota-btn-border-color: #1da1f2;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #1da1f2;
  --iota-btn-hover-border-color: #1da1f2;
  --iota-btn-focus-shadow-rgb: 29, 161, 242;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #1da1f2;
  --iota-btn-active-border-color: #1da1f2;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #1da1f2;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #1da1f2;
  --iota-gradient: none
;
}

/* line 25188, app/assets/stylesheets/themes/_fc_styles.css */
.btn-outline-google-plus {
  --iota-btn-color: #dd4b39;
  --iota-btn-border-color: #dd4b39;
  --iota-btn-hover-color: #fff;
  --iota-btn-hover-bg: #dd4b39;
  --iota-btn-hover-border-color: #dd4b39;
  --iota-btn-focus-shadow-rgb: 221, 75, 57;
  --iota-btn-active-color: #fff;
  --iota-btn-active-bg: #dd4b39;
  --iota-btn-active-border-color: #dd4b39;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: #dd4b39;
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: #dd4b39;
  --iota-gradient: none
;
}

/* line 25205, app/assets/stylesheets/themes/_fc_styles.css */
[class*=btn-outline-] {
  --iota-btn-box-shadow: none
;
}

/* line 25209, app/assets/stylesheets/themes/_fc_styles.css */
.btn-intro-collapse .less {
  display: none;
}

/* line 25213, app/assets/stylesheets/themes/_fc_styles.css */
.btn-intro-collapse[aria-expanded=true] .less {
  display: inline;
}

/* line 25217, app/assets/stylesheets/themes/_fc_styles.css */
.btn-intro-collapse[aria-expanded=true] .full {
  display: none;
}

/* line 25221, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-iota {
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  opacity: .5;
}

/* line 25229, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-iota:hover {
  opacity: 1;
}

/* line 25233, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-iota:after, .btn-close-iota:before {
  position: absolute;
  left: 12px;
  top: 4px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #5e6e82;
}

/* line 25243, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-iota:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 25249, app/assets/stylesheets/themes/_fc_styles.css */
.btn-close-iota:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 25255, app/assets/stylesheets/themes/_fc_styles.css */
.btn, .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link, [data-list] .page, .table-list .page, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-menu__footer .tox-button--secondary, .tox .tox-dialog__footer .tox-button--secondary {
  --iota-btn-border-width: var(--iota-border-width)
;
}

/* line 25259, app/assets/stylesheets/themes/_fc_styles.css */
.btn-link {
  --iota-btn-active-color: var(--iota-link-hover-color)
;
}

/* line 25263, app/assets/stylesheets/themes/_fc_styles.css */
.btn:disabled, .iota-data-table .paging_full_numbers .page-link:disabled, .iota-data-table .paging_first_last_numbers .page-link:disabled, .iota-data-table .paging_full .page-link:disabled, .iota-data-table .paging_numbers .page-link:disabled, .iota-data-table .paging_simple_numbers .page-link:disabled, [data-list] .page:disabled, .table-list .page:disabled, .tox .tox-menu__footer .tox-button:disabled:last-child, .tox .tox-dialog__footer .tox-button:disabled:last-child, .tox .tox-menu__footer .tox-button--secondary:disabled, .tox .tox-dialog__footer .tox-button--secondary:disabled {
  -webkit-box-shadow: var(--iota-btn-box-shadow);
  box-shadow: var(--iota-btn-box-shadow);
}

/* line 25268, app/assets/stylesheets/themes/_fc_styles.css */
.code-block {
  padding: 0;
  overflow: auto;
}

/* line 25273, app/assets/stylesheets/themes/_fc_styles.css */
.code-block pre[class*=language-] {
  padding: 1.6rem;
  border: 0;
  margin: 0;
  border-radius: 0;
}

/* line 25280, app/assets/stylesheets/themes/_fc_styles.css */
:not(pre) > code[class*=language-], pre[class*=language-] {
  background-color: #232e3c;
  border: 1px solid var(--iota-border-color);
  border-radius: .25rem;
}

/* line 25286, app/assets/stylesheets/themes/_fc_styles.css */
code.language-html:first-child {
  display: block;
}

/* line 25290, app/assets/stylesheets/themes/_fc_styles.css */
code[class*=language-], pre[class*=language-] {
  color: #d8e2ef;
  font-family: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* line 25295, app/assets/stylesheets/themes/_fc_styles.css */
pre[class*=language-] {
  margin: 0;
}

/* line 25299, app/assets/stylesheets/themes/_fc_styles.css */
.contains-anchor a {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 25306, app/assets/stylesheets/themes/_fc_styles.css */
.contains-anchor:hover a, .contains-anchor:focus a {
  opacity: 1;
  text-decoration: none;
}

/* line 25311, app/assets/stylesheets/themes/_fc_styles.css */
.token.property, .token.tag, .token.constant, .token.symbol, .token.deleted {
  color: var(--iota-danger);
}

/* line 25315, app/assets/stylesheets/themes/_fc_styles.css */
.token.punctuation {
  color: #b6c1d2;
}

/* line 25319, app/assets/stylesheets/themes/_fc_styles.css */
.components-nav {
  font-family: var(--iota-font-sans-serif);
  font-size: .85rem;
}

/* line 25324, app/assets/stylesheets/themes/_fc_styles.css */
.component-example {
  font-family: var(--iota-font-sans-serif);
}

/* line 25328, app/assets/stylesheets/themes/_fc_styles.css */
.component-example [class^=border] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin: .75rem;
  background-color: #f9fafd;
}

/* line 25344, app/assets/stylesheets/themes/_fc_styles.css */
.border-component [class^=border], .border-component [class^=rounded-] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: .25rem;
}

/* line 25351, app/assets/stylesheets/themes/_fc_styles.css */
.border-component [class^=border] {
  background-color: var(--iota-gray-200);
}

/* line 25355, app/assets/stylesheets/themes/_fc_styles.css */
.border-component [class^=rounded-] {
  background-color: var(--iota-gray-200);
}

/* line 25359, app/assets/stylesheets/themes/_fc_styles.css */
#loaders [class^=spinner] {
  margin-right: .5rem;
}

/* line 25363, app/assets/stylesheets/themes/_fc_styles.css */
.example-aspect-rarios .ratio {
  display: inline-block;
  width: 10rem;
  background-color: var(--iota-gray-200);
  border: 1px solid var(--iota-border-color);
}

/* line 25370, app/assets/stylesheets/themes/_fc_styles.css */
.example-aspect-rarios .ratio > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 25382, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox {
  position: relative;
  overflow: hidden;
}

/* line 25387, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox .hoverbox-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 25403, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox .hoverbox-primary-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

/* line 25411, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial {
  opacity: 0;
}

/* line 25415, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content {
  opacity: 1;
}

/* line 25419, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content {
  z-index: 1;
}

/* line 25423, app/assets/stylesheets/themes/_fc_styles.css */
.hoverbox-content-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--iota-black)));
  background: -o-linear-gradient(transparent, var(--iota-black));
  background: linear-gradient(transparent, var(--iota-black));
}

/* line 25429, app/assets/stylesheets/themes/_fc_styles.css */
.sticky-sidebar {
  position: sticky;
  z-index: 1015;
  top: calc(var(--iota-top-nav-height) + 1rem);
}

/* line 25435, app/assets/stylesheets/themes/_fc_styles.css */
.top-navbar-height {
  top: var(--iota-top-nav-height);
}

/* line 25439, app/assets/stylesheets/themes/_fc_styles.css */
.circle-dashed {
  border: 1px dashed var(--iota-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

/* line 25455, app/assets/stylesheets/themes/_fc_styles.css */
.hover-text-decoration-none:hover, .hover-text-decoration-none:focus {
  text-decoration: none;
}

/* line 25459, app/assets/stylesheets/themes/_fc_styles.css */
.resize-none {
  resize: none;
}

/* line 25463, app/assets/stylesheets/themes/_fc_styles.css */
.collapsed .collapse-icon {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 25472, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-icon {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 25481, app/assets/stylesheets/themes/_fc_styles.css */
[data-dismiss=dropdown] *, [data-bs-offset-top] *, [data-bs-toggle=collapse] *, [data-bs-toggle=tooltip] *, [data-bs-toggle=popover] * {
  pointer-events: none;
}

/* line 25485, app/assets/stylesheets/themes/_fc_styles.css */
.outline-none {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 25491, app/assets/stylesheets/themes/_fc_styles.css */
.outline-none:hover, .outline-none:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 25497, app/assets/stylesheets/themes/_fc_styles.css */
.vertical-line:after {
  position: absolute;
  content: "";
  height: 75%;
  width: 1px;
  background: var(--iota-gray-300);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 25510, app/assets/stylesheets/themes/_fc_styles.css */
.vertical-line.vertical-line-400:after {
  background-color: var(--iota-gray-400);
}

/* line 25514, app/assets/stylesheets/themes/_fc_styles.css */
.fsp-75 {
  font-size: 75%;
}

/* line 25518, app/assets/stylesheets/themes/_fc_styles.css */
.min-w-0 {
  min-width: 0 !important;
}

/* line 25522, app/assets/stylesheets/themes/_fc_styles.css */
.terms-sidebar .nav-link {
  color: #9da9bb;
  font-weight: 500;
  font-family: var(--iota-font-sans-serif);
}

/* line 25528, app/assets/stylesheets/themes/_fc_styles.css */
.terms-sidebar .nav-link.active {
  color: var(--iota-primary);
}

/* line 25532, app/assets/stylesheets/themes/_fc_styles.css */
.divider-content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-left: .5rem;
  padding-right: .5rem;
  background-color: var(--iota-emphasis-bg);
  font-family: var(--iota-font-sans-serif);
  font-size: .8333333333rem;
  color: var(--iota-gray-500);
  white-space: nowrap;
}

/* line 25548, app/assets/stylesheets/themes/_fc_styles.css */
.btn-check[data-theme-control]:checked + label {
  display: none;
}

/* line 25552, app/assets/stylesheets/themes/_fc_styles.css */
.content {
  min-height: 100vh;
  position: relative;
  padding-bottom: 6.375rem;
}

@media (min-width: 576px) {
  /* line 25559, app/assets/stylesheets/themes/_fc_styles.css */
  .content {
    padding-bottom: 3.9875rem;
  }
}

/* line 25564, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top + .content {
  min-height: calc(100vh - var(--iota-top-nav-height));
}

/* line 25568, app/assets/stylesheets/themes/_fc_styles.css */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 25574, app/assets/stylesheets/themes/_fc_styles.css */
.anchorjs-link {
  text-decoration: none !important;
}

/* line 25578, app/assets/stylesheets/themes/_fc_styles.css */
[data-echarts] {
  width: 3.625rem;
  height: 1rem;
}

/* line 25583, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-weekly-sales {
  width: 8.5rem;
}

/* line 25587, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-weekly-sales-smaller-width {
  width: 6.5rem;
}

/* line 25591, app/assets/stylesheets/themes/_fc_styles.css */
.echart-line-total-order {
  width: 8.625rem;
  height: 5rem;
}

/* line 25596, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bandwidth-saved {
  height: 10.3rem;
  width: 10.3rem;
}

/* line 25601, app/assets/stylesheets/themes/_fc_styles.css */
.echart-line-total-sales {
  min-height: 18.4375rem;
}

@media (min-width: 992px) {
  /* line 25606, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-line-total-sales {
    min-height: 15.625rem;
  }
}

/* line 25611, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-top-products {
  min-height: 18.4375rem;
}

@media (min-width: 1540px) {
  /* line 25616, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-bar-top-products {
    min-height: 15.625rem;
  }
}

/* line 25621, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-top-products-ecommerce {
  min-height: 18.4375rem;
}

@media (min-width: 1540px) {
  /* line 25626, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-bar-top-products-ecommerce {
    min-height: 23.625rem;
  }
}

/* line 25631, app/assets/stylesheets/themes/_fc_styles.css */
.echart-market-share, .echart-product-share {
  width: 6.625rem;
  height: 6.625rem;
}

/* line 25636, app/assets/stylesheets/themes/_fc_styles.css */
.echart-world-map {
  min-height: 26.25rem;
}

/* line 25640, app/assets/stylesheets/themes/_fc_styles.css */
.echart-line-total-sales-ecommerce {
  height: 18.7rem;
}

/* line 25644, app/assets/stylesheets/themes/_fc_styles.css */
.echart-radar-sales-by-pos-location {
  min-width: 18rem;
  min-height: 16rem;
  max-height: 22rem;
}

/* line 25650, app/assets/stylesheets/themes/_fc_styles.css */
.echart-line-returning-customer-rate {
  min-width: 16rem;
  min-height: 20rem;
}

/* line 25655, app/assets/stylesheets/themes/_fc_styles.css */
.echart-candle-chart {
  height: 20.5rem;
}

/* line 25659, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .echart-candle-chart {
  min-height: 21.5rem;
}

@media (max-width: 991.98px) {
  /* line 25664, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-candle-chart {
    min-height: 25rem;
  }
}

@media (max-width: 575.98px) {
  /* line 25670, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-candle-chart {
    min-height: 18.75rem;
  }
}

/* line 25675, app/assets/stylesheets/themes/_fc_styles.css */
.echart-gross-revenue-chart {
  min-height: 14.375rem;
}

/* line 25679, app/assets/stylesheets/themes/_fc_styles.css */
.echart-active-user-chart {
  height: 3.125rem;
}

/* line 25683, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-report-for-this-week {
  min-height: 18.4375rem;
}

@media (min-width: 1540px) {
  /* line 25688, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-bar-report-for-this-week {
    min-height: 17.6875rem;
  }
}

/* line 25693, app/assets/stylesheets/themes/_fc_styles.css */
[data-echarts] {
  width: 3.625rem;
  height: 1rem;
}

/* line 25698, app/assets/stylesheets/themes/_fc_styles.css */
.total-order-ecommerce {
  width: 9rem !important;
  height: 4rem !important;
}

/* line 25703, app/assets/stylesheets/themes/_fc_styles.css */
.echart-audience {
  min-height: 21.25rem;
}

/* line 25707, app/assets/stylesheets/themes/_fc_styles.css */
.container-fluid .echart-audience, .container-sm .echart-audience, .container-md .echart-audience, .container-lg .echart-audience, .container-xl .echart-audience, .container-xxl .echart-audience {
  min-height: 25rem;
}

/* line 25711, app/assets/stylesheets/themes/_fc_styles.css */
.echart-session-by-browser, .echart-session-by-country-map {
  min-height: 12.5rem;
}

/* line 25715, app/assets/stylesheets/themes/_fc_styles.css */
.echart-session-by-device {
  min-height: 12.5rem;
}

/* line 25719, app/assets/stylesheets/themes/_fc_styles.css */
.echart-most-leads {
  min-height: 12.65rem;
}

/* line 25723, app/assets/stylesheets/themes/_fc_styles.css */
.echart-session-by-country {
  min-height: 13.125rem;
}

@media (min-width: 768px) {
  /* line 25728, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-active-users-report-container {
    width: calc(100% - 120px);
  }
}

/* line 25733, app/assets/stylesheets/themes/_fc_styles.css */
.echart-active-users-report {
  min-height: 16.25rem;
}

/* line 25737, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bounce-rate {
  min-height: 20rem;
}

/* line 25741, app/assets/stylesheets/themes/_fc_styles.css */
.echart-traffic-channels {
  min-height: 21.875rem;
}

/* line 25745, app/assets/stylesheets/themes/_fc_styles.css */
.echart-browsed-courses {
  min-height: 21.875rem;
}

/* line 25749, app/assets/stylesheets/themes/_fc_styles.css */
.echart-users-by-time {
  min-height: 24.75rem;
}

/* line 25753, app/assets/stylesheets/themes/_fc_styles.css */
.echart-goal-charts {
  height: 1.875rem;
  width: 100%;
}

/* line 25758, app/assets/stylesheets/themes/_fc_styles.css */
.echart-crm-statistics {
  height: 2rem !important;
}

/* line 25762, app/assets/stylesheets/themes/_fc_styles.css */
.echart-call-duration {
  width: 12rem !important;
  height: 3rem !important;
}

/* line 25767, app/assets/stylesheets/themes/_fc_styles.css */
.echart-marketing-traffic {
  width: 8.7rem !important;
  height: 2rem !important;
}

/* line 25772, app/assets/stylesheets/themes/_fc_styles.css */
.crm-weekly-sales-width {
  width: 8.7rem;
}

/* line 25776, app/assets/stylesheets/themes/_fc_styles.css */
.echart-lead-conversion {
  min-height: 18.9rem;
}

/* line 25780, app/assets/stylesheets/themes/_fc_styles.css */
.echart-deal-storage-funnel {
  height: 10rem;
}

/* line 25784, app/assets/stylesheets/themes/_fc_styles.css */
.echart-closed-vs-goal {
  min-height: 15rem;
}

@media (min-width: 1540px) {
  /* line 25789, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-closed-vs-goal {
    min-height: 14rem !important;
  }
}

/* line 25794, app/assets/stylesheets/themes/_fc_styles.css */
.echart-default-total-order, .echart-default {
  width: 8.625rem;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 25800, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-unresolved-tickets-container {
    width: calc(100% - 7.1rem);
  }
}

/* line 25805, app/assets/stylesheets/themes/_fc_styles.css */
.echart-unresolved-tickets {
  min-height: 21rem;
}

/* line 25809, app/assets/stylesheets/themes/_fc_styles.css */
.echart-number-of-tickets {
  min-height: 18.5rem;
  min-width: 40rem;
}

/* line 25814, app/assets/stylesheets/themes/_fc_styles.css */
.echart-customer-setisfaction {
  min-height: 19.5rem;
}

/* line 25818, app/assets/stylesheets/themes/_fc_styles.css */
.echart-distribution-of-performance {
  min-height: 20.875rem;
  min-width: 40rem;
}

/* line 25823, app/assets/stylesheets/themes/_fc_styles.css */
.echart-satisfaction-survey {
  min-height: 24.625rem;
  min-width: 40rem;
}

/* line 25828, app/assets/stylesheets/themes/_fc_styles.css */
.echart-received-tickets {
  min-height: 23.5rem;
  min-width: 52rem;
}

/* line 25833, app/assets/stylesheets/themes/_fc_styles.css */
.echart-top-customers {
  min-height: 22rem;
}

/* line 25837, app/assets/stylesheets/themes/_fc_styles.css */
.echart-ticket-volume {
  min-height: 21.81rem;
}

/* line 25841, app/assets/stylesheets/themes/_fc_styles.css */
.charts-ticket-priority {
  height: 1.625rem;
  width: 1.625rem;
}

/* line 25846, app/assets/stylesheets/themes/_fc_styles.css */
.echart-assignment-scores {
  min-height: 12.5rem;
}

/* line 25850, app/assets/stylesheets/themes/_fc_styles.css */
.echart-course-status {
  height: 18.75rem;
}

/* line 25854, app/assets/stylesheets/themes/_fc_styles.css */
.echart-scatter-quartet-chart-example {
  min-height: 500px;
}

@media (max-width: 767.98px) {
  /* line 25859, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-scatter-quartet-chart-example {
    min-height: 1050px;
  }
}

/* line 25864, app/assets/stylesheets/themes/_fc_styles.css */
.echart-radar-customized-chart {
  height: 22rem;
}

@media (max-width: 991.98px) {
  /* line 25869, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-radar-customized-chart {
    height: 45rem;
  }
}

/* line 25874, app/assets/stylesheets/themes/_fc_styles.css */
.echart-radar-multiple-chart {
  height: 21rem;
}

@media (max-width: 1539.98px) {
  /* line 25879, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-radar-multiple-chart {
    height: 32rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 25885, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-radar-multiple-chart {
    height: 32rem;
  }
}

@media (max-width: 991.98px) {
  /* line 25891, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-radar-multiple-chart {
    height: 50rem;
  }
}

@media (max-width: 767.98px) {
  /* line 25897, app/assets/stylesheets/themes/_fc_styles.css */
  .echart-heatmap-calendar-vertical-chart {
    height: 215rem;
  }
}

/* line 25902, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar {
  background-color: var(--iota-flatpickr-calendar-bg) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid var(--iota-border-color) !important;
}

/* line 25909, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--iota-flatpickr-calendar-bg) !important;
}

/* line 25913, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--iota-border-color) !important;
}

/* line 25917, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--iota-flatpickr-calendar-bg) !important;
}

/* line 25921, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--iota-border-color) !important;
}

/* line 25925, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange {
  display: grid;
  width: auto;
}

/* line 25930, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges {
  grid-column: 1;
  grid-row: 1/span 2;
  border-right: 1px solid var(--iota-border-color);
  border-radius: 0;
}

/* line 25937, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges > * {
  border-bottom: 1px solid var(--iota-border-color);
  background-color: var(--iota-body-bg-tertiary);
  text-align: left;
}

/* line 25943, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges > *:hover {
  background-color: var(--iota-body-bg);
}

/* line 25947, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges > *:active:focus, .flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges > *:active, .flatpickr-calendar.predefinedRange .flatpickr-predefined-ranges > *:focus {
  background-color: var(--iota-primary);
  color: var(--iota-white);
}

/* line 25952, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-months {
  position: relative;
  grid-column: 2;
  grid-row: 1;
}

/* line 25958, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.predefinedRange .flatpickr-innerContainer {
  grid-column: 2;
  grid-row: 2;
}

/* line 25963, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-input:disabled, .flatpickr-input[readonly] {
  background-color: var(--iota-flatpickr-calendar-bg);
}

/* line 25967, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-time .flatpickr-am-pm, .flatpickr-time input {
  color: var(--iota-gray-400);
}

/* line 25971, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time input:hover, .flatpickr-time input:focus {
  background-color: var(--iota-gray-100) !important;
}

/* line 25975, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day {
  color: var(--iota-gray-500);
}

/* line 25979, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.endRange, .flatpickr-day.startRange {
  background-color: var(--iota-primary) !important;
  border: 0;
}

/* line 25984, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.endRange:hover, .flatpickr-day.endRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange:focus {
  background-color: var(--iota-primary) !important;
}

/* line 25988, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background-color: var(--iota-gray-200);
  border-color: var(--iota-gray-200);
  color: var(--iota-gray-500);
}

/* line 25994, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
  color: var(--iota-gray-300);
}

/* line 25998, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: var(--iota-flatpickr-calendar-bg);
}

/* line 26002, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.selected {
  background-color: var(--iota-primary);
  border-color: var(--iota-primary);
}

/* line 26007, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.selected:hover, .flatpickr-day.selected:focus {
  color: #fff;
  background-color: var(--iota-primary);
  border-color: var(--iota-primary);
}

/* line 26013, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-time input.flatpickr-hour {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 5px;
}

/* line 26018, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 0 !important;
}

/* line 26022, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top-color: var(--iota-border-color) !important;
}

/* line 26026, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 26031, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--iota-flatpickr-calendar-bg) !important;
}

/* line 26035, app/assets/stylesheets/themes/_fc_styles.css */
span.flatpickr-weekday, .flatpickr-weekdaycontainer, .flatpickr-monthDropdown-months, .flatpickr-months .flatpickr-month {
  background-color: var(--iota-flatpickr-calendar-bg) !important;
  color: var(--iota-body-color) !important;
}

/* line 26040, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-wrapper {
  display: block;
}

/* line 26044, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  fill: var(--iota-gray-700);
}

/* line 26048, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--iota-gray-800);
}

/* line 26052, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 var(--iota-flatpickr-calendar-bg), 5px 0 0 var(--iota-flatpickr-calendar-bg);
  box-shadow: -5px 0 0 var(--iota-flatpickr-calendar-bg), 5px 0 0 var(--iota-flatpickr-calendar-bg);
}

/* line 26057, app/assets/stylesheets/themes/_fc_styles.css */
.flatpickr-monthDropdown-months {
  height: 30px !important;
}

/* line 26061, app/assets/stylesheets/themes/_fc_styles.css */
.plyr {
  border-radius: .375rem;
}

/* line 26065, app/assets/stylesheets/themes/_fc_styles.css */
.plyr__control--overlaid, .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background-color: #e63757;
}

/* line 26069, app/assets/stylesheets/themes/_fc_styles.css */
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true], .plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background-color: #e63757;
}

/* line 26073, app/assets/stylesheets/themes/_fc_styles.css */
.plyr--full-ui input[type=range] {
  color: #e63757;
}

/* line 26077, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone {
  position: relative;
  background-color: #fff;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .375rem;
}

/* line 26085, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-has-default .dz-message {
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 26092, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-has-default .dz-message:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 26096, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview {
  min-height: auto;
}

/* line 26100, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-remove {
  position: absolute;
  right: .5rem;
  top: .5rem;
  color: #fff;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

/* line 26113, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-remove * {
  cursor: pointer;
}

/* line 26117, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-message {
  position: relative;
  padding: 5rem 2rem;
  margin: 0;
  border: 2px dashed var(--iota-border-color);
  border-radius: .375rem;
}

/* line 26125, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-file-processing .dz-message {
  display: none;
}

/* line 26129, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-file-processing.dz-file-complete .dz-message {
  display: block;
}

/* line 26133, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-file-processing.dz-file-complete .dz-default-image {
  opacity: 0;
}

/* line 26137, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single .dz-processing .dz-message-text {
  opacity: 0 !important;
}

/* line 26141, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single .dz-progress {
  opacity: 1;
  -webkit-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  -webkit-animation: none !important;
  animation: none !important;
  width: 9.375rem !important;
  height: .5rem !important;
  margin: 0 !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  bottom: 1.5rem;
}

/* line 26158, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-max-files-reached .dz-message {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-color: rgba(0, 0, 0, 0);
}

/* line 26168, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-max-files-reached .dz-remove {
  opacity: 1;
}

/* line 26172, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single.dz-max-files-reached:hover .dz-message, .dropzone.dropzone-single.dz-max-files-reached:focus .dz-message {
  opacity: 1;
}

/* line 26176, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single .dz-processing .dz-progress {
  opacity: 1;
}

/* line 26180, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-single .dz-complete .dz-progress {
  opacity: 0;
}

/* line 26184, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview-single {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 26193, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview-single:hover {
  z-index: auto;
}

/* line 26197, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview-single .dz-preview-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0 !important;
  overflow: hidden;
}

/* line 26205, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview-single .dz-preview-cover .dz-errormessage {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 26211, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-preview-single .dz-preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .375rem;
}

/* line 26219, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

/* line 26224, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .dz-message {
  padding: 4rem 2rem;
  border: 2px dashed var(--iota-border-color);
  border-radius: .375rem;
}

/* line 26230, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .btn *, .dropzone.dropzone-multiple .iota-data-table .paging_full_numbers .page-link *, .iota-data-table .paging_full_numbers .dropzone.dropzone-multiple .page-link *, .dropzone.dropzone-multiple .iota-data-table .paging_first_last_numbers .page-link *, .iota-data-table .paging_first_last_numbers .dropzone.dropzone-multiple .page-link *, .dropzone.dropzone-multiple .iota-data-table .paging_full .page-link *, .iota-data-table .paging_full .dropzone.dropzone-multiple .page-link *, .dropzone.dropzone-multiple .iota-data-table .paging_numbers .page-link *, .iota-data-table .paging_numbers .dropzone.dropzone-multiple .page-link *, .dropzone.dropzone-multiple .iota-data-table .paging_simple_numbers .page-link *, .iota-data-table .paging_simple_numbers .dropzone.dropzone-multiple .page-link *, .dropzone.dropzone-multiple [data-list] .page *, [data-list] .dropzone.dropzone-multiple .page *, .dropzone.dropzone-multiple .table-list .page *, .table-list .dropzone.dropzone-multiple .page *, .dropzone.dropzone-multiple .tox .tox-menu__footer .tox-button:last-child *, .tox .tox-menu__footer .dropzone.dropzone-multiple .tox-button:last-child *, .dropzone.dropzone-multiple .tox .tox-dialog__footer .tox-button:last-child *, .tox .tox-dialog__footer .dropzone.dropzone-multiple .tox-button:last-child *, .dropzone.dropzone-multiple .tox .tox-menu__footer .tox-button--secondary *, .tox .tox-menu__footer .dropzone.dropzone-multiple .tox-button--secondary *, .dropzone.dropzone-multiple .tox .tox-dialog__footer .tox-button--secondary *, .tox .tox-dialog__footer .dropzone.dropzone-multiple .tox-button--secondary * {
  cursor: pointer;
}

/* line 26234, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .media:first-child {
  margin-top: 1.8rem;
}

/* line 26238, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .dz-image {
  border-radius: .25rem;
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1rem;
  border: 1px solid #d8e2ef;
}

/* line 26248, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .dz-progress {
  opacity: 0;
  position: relative !important;
  -webkit-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  -webkit-animation: none !important;
  animation: none !important;
  width: 6.25rem !important;
  height: .5rem !important;
  margin-top: 0;
  margin-left: 1rem !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

/* line 26267, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dropzone-multiple .dz-complete .dz-progress {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}

/* line 26274, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone.dz-drag-hover .dz-message {
  border-color: var(--iota-primary);
}

/* line 26278, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-progress {
  background: #edf2f9 !important;
}

/* line 26282, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone .dz-progress .dz-upload {
  background: var(--iota-primary) !important;
}

/* line 26286, app/assets/stylesheets/themes/_fc_styles.css */
.dropzone-area {
  border: 2px dashed #d8e2ef;
  border-radius: .25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/* line 26302, app/assets/stylesheets/themes/_fc_styles.css */
.choices {
  font-family: var(--iota-font-sans-serif) !important;
}

/* line 26306, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__inner {
  border-radius: .25rem;
  min-height: calc(1.5 + 0.625rem + var(--iota-border-width));
  line-height: 1.5rem !important;
  font-size: 1rem;
  background-color: var(--iota-quaternary-bg) !important;
  background-size: 16px 12px;
  border: 1px solid var(--iota-gray-300);
  padding: .2604166667rem 1rem .2604166667rem 1rem;
  -webkit-box-shadow: var(--iota-box-shadow-inset);
  box-shadow: var(--iota-box-shadow-inset);
}

/* line 26319, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__input--cloned {
  padding: 0;
  font-size: 1rem;
  color: var(--iota-gray-900);
  background-color: var(--iota-quaternary-bg) !important;
  margin-top: 5px !important;
  vertical-align: top;
  margin: 1px 0 !important;
}

/* line 26329, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--dropdown {
  border: 1px solid var(--iota-gray-200) !important;
  -webkit-box-shadow: var(--iota-box-shadow) !important;
  box-shadow: var(--iota-box-shadow) !important;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background-color: var(--iota-gray-100);
}

/* line 26338, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--dropdown .choices__item--selectable {
  padding: 2px 1rem;
  padding-right: 20px;
  font-size: 1rem !important;
  background-color: var(--iota-gray-200);
  color: var(--iota-body-color);
}

/* line 26346, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--iota-primary);
  color: var(--iota-choices-item-selectable-highlighted-bg);
}

/* line 26351, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list {
  margin-top: 0 !important;
}

/* line 26355, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list .has-no-choices {
  background-color: var(--iota-choices-item-has-no-choices-bg);
}

/* line 26359, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--multiple .choices__item {
  padding: 0 8px !important;
  font-size: .813rem !important;
  border: 0;
  background-color: var(--iota-gray-200);
  border-radius: 4px;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  color: var(--iota-body-color);
}

/* line 26370, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__button {
  background-color: red !important;
  border-left: #000 !important;
}

/* line 26375, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--single {
  padding: 0 !important;
}

/* line 26379, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--single .choices__button {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 26383, app/assets/stylesheets/themes/_fc_styles.css */
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-color: rgba(0, 0, 0, 0) !important;
  padding-left: 5px !important;
  width: 5px !important;
  background-size: 6px !important;
}

/* line 26391, app/assets/stylesheets/themes/_fc_styles.css */
html[data-bs-theme=dark] .choices[data-type*=select-multiple] .choices__button, html[data-bs-theme=dark] .choices[data-type*=text] .choices__button {
  -webkit-filter: invert(1) grayscale(100%) brightness(80%) !important;
  filter: invert(1) grayscale(100%) brightness(80%) !important;
}

/* line 26396, app/assets/stylesheets/themes/_fc_styles.css */
.choices[data-type*=select-one] .choices__input {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 26401, app/assets/stylesheets/themes/_fc_styles.css */
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 5px !important;
}

/* line 26405, app/assets/stylesheets/themes/_fc_styles.css */
.is-focused .choices__inner, .is-open .choices__inner {
  border-radius: .25rem !important;
  border-color: var(--iota-gray-300) !important;
}

/* line 26410, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.valid .choices__inner {
  border-color: var(--iota-success) !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 26419, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.valid[data-type=select-one] .choices__inner {
  background-position: right calc(.375em + 1.55rem) center;
}

/* line 26423, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.invalid {
  margin-bottom: 0;
}

/* line 26427, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.invalid .choices__inner {
  border-color: var(--iota-danger) !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 26436, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.invalid + .invalid-feedback {
  display: block;
}

/* line 26440, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices.invalid[data-type=select-one] .choices__inner {
  background-position: right calc(.375em + 1.55rem) center;
}

/* line 26444, app/assets/stylesheets/themes/_fc_styles.css */
.was-validated .choices[data-type*=select-one] .choices__button {
  margin-right: 60px !important;
}

/* line 26448, app/assets/stylesheets/themes/_fc_styles.css */
.choices[data-type*=select-one] .choices__input {
  border-bottom: var(--iota-gray-100);
}

/* line 26452, app/assets/stylesheets/themes/_fc_styles.css */
.choices .choices__list--single .choices__button {
  background-color: var(--iota-bg-choices-close-button) !important;
}

/* line 26456, app/assets/stylesheets/themes/_fc_styles.css */
.choices[data-type*=select-one] .choices__button {
  margin-right: 30px;
}

/* line 26460, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .choices[data-type*=select-one]:after {
  left: auto !important;
  right: 11.5px !important;
}

/* line 26465, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .choices[data-type*=select-one] .choices__button {
  left: auto;
  right: 0;
}

/* line 26470, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-bar {
  -webkit-box-shadow: var(--iota-box-shadow);
  box-shadow: var(--iota-box-shadow);
}

/* line 26475, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: var(--iota-leaflet-bar-bg);
  color: var(--iota-body-color);
  border-bottom-color: var(--iota-border-color);
  text-decoration: none;
}

/* line 26482, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-bar a.leaflet-disabled {
  background-color: var(--iota-gray-200);
}

/* line 26486, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-small {
  background-color: rgba(var(--iota-primary-rgb), 0.2);
}

/* line 26490, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-small div {
  margin: 5px;
  background-color: var(--iota-primary);
  color: #fff;
}

/* line 26496, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-medium {
  background-color: rgba(var(--iota-warning-rgb), 0.2);
}

/* line 26500, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-medium div {
  margin: 5px;
  background-color: var(--iota-warning);
  color: #fff;
}

/* line 26506, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-large {
  background-color: rgba(var(--iota-success-rgb), 0.2);
}

/* line 26510, app/assets/stylesheets/themes/_fc_styles.css */
.marker-cluster-large div {
  margin: 5px;
  background-color: var(--iota-success);
  color: #fff;
}

/* line 26516, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color: var(--iota-leaflet-popup-content-wrapper-bg);
  -webkit-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  border-radius: .25rem;
}

/* line 26523, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-popup-close-button {
  right: 3px !important;
  top: 3px !important;
}

/* line 26528, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-marker-icon {
  height: auto !important;
  width: auto !important;
}

/* line 26533, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-control-attribution {
  display: none;
}

/* line 26537, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-top, .leaflet-bottom {
  z-index: 999;
}

/* line 26541, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-left .leaflet-control {
  margin-left: 1.25rem;
}

/* line 26545, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-right .leaflet-control {
  margin-right: 1.25rem;
}

/* line 26549, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-top .leaflet-control {
  margin-top: 1.25rem;
}

/* line 26553, app/assets/stylesheets/themes/_fc_styles.css */
.leaflet-bottom .leaflet-control {
  margin-bottom: 1.25rem;
}

/* line 26557, app/assets/stylesheets/themes/_fc_styles.css */
.tox-editor-container .tox-toolbar {
  border: 0 !important;
}

/* line 26561, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-toolbar, .tox-edit-area, .tox-tinymce {
  border-color: var(--iota-gray-200) !important;
}

/* line 26565, app/assets/stylesheets/themes/_fc_styles.css */
.tox-tbtn:not([disabled=disabled]) {
  color: var(--iota-body-color) !important;
}

/* line 26569, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-tbtn--enabled, .tox .tox-tbtn:active, .tox .tox-tbtn:hover, .tox .tox-tbtn:focus {
  background-color: var(--iota-gray-300) !important;
}

/* line 26573, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-tbtn:not([disabled=disabled]) svg {
  fill: var(--iota-body-color) !important;
}

/* line 26577, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button.tinymce-mobile-toolbar-button-selected {
  background-color: var(--iota-gray-300) !important;
  color: var(--iota-body-color) !important;
  border-radius: .25rem;
}

/* line 26583, app/assets/stylesheets/themes/_fc_styles.css */
.tox-collection__item--active {
  background-color: var(--iota-gray-300) !important;
  color: var(--iota-body-color) !important;
}

/* line 26588, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-tbtn--select {
  padding: 0 10px !important;
}

/* line 26592, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-icon-full-dot:before {
  color: var(--iota-gray-300);
}

/* line 26596, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-icon:not(.tinymce-mobile-icon-back), .tinymce-mobile-icon-large-font:before, .tinymce-mobile-icon-style-formats:before, .tox .tox-collection__item {
  color: var(--iota-body-color) !important;
}

/* line 26600, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-collection__item-accessory {
  color: inherit !important;
}

/* line 26604, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-toolbar-button svg, .tox-collection__item-caret svg {
  fill: var(--iota-body-color) !important;
}

/* line 26608, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid var(--iota-gray-200) !important;
}

/* line 26612, app/assets/stylesheets/themes/_fc_styles.css */
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid var(--iota-gray-200) !important;
}

/* line 26616, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type, .tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type {
  background-color: var(--iota-primary) !important;
}

/* line 26620, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-disabled-mask {
  background-color: var(--iota-gray-200) !important;
}

/* line 26624, app/assets/stylesheets/themes/_fc_styles.css */
.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket {
  height: 50vh !important;
}

/* line 26628, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar__group {
  padding: 0 !important;
}

/* line 26632, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar__group > * {
  margin: 3px !important;
}

/* line 26636, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar-overlord {
  background-color: inherit !important;
}

/* line 26640, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background: none;
  background-color: inherit;
  border-bottom: 1px solid var(--iota-border-color);
}

/* line 26646, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .tox .tox-toolbar-overlord .tox-toolbar__primary {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 26652, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-menu, .tox .tox-dialog {
  border-radius: .25rem !important;
  border-color: var(--iota-border-color) !important;
  background-color: var(--iota-tinymce-bg) !important;
}

/* line 26658, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-menu__header, .tox .tox-menu__footer, .tox .tox-dialog__header, .tox .tox-dialog__footer {
  background-color: var(--iota-tinymce-bg) !important;
  border-color: var(--iota-border-color) !important;
}

/* line 26663, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-toolbar {
  background-color: var(--iota-tinymce-bg) !important;
}

/* line 26667, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-selectfield select, .tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield {
  border-color: var(--iota-border-color) !important;
}

/* line 26671, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-insert-table-picker > div {
  border-color: var(--iota-border-color) !important;
}

/* line 26675, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-label, .tox .tox-toolbar-label {
  color: var(--iota-gray-900) !important;
  padding-top: .75rem !important;
  padding-bottom: .25rem !important;
}

/* line 26681, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-dialog__title {
  color: var(--iota-gray-900) !important;
}

/* line 26685, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield, .tox .tox-selectfield select, .tox-listbox {
  background-color: var(--iota-quaternary-bg) !important;
  color: var(--iota-body-color) !important;
  border-color: var(--iota-border-color) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 26693, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(0, 0, 0, 0.75) !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* line 26699, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-button--naked {
  color: var(--iota-body-color) !important;
}

/* line 26703, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-button--naked:hover:not(:disabled) {
  background-color: var(--iota-gray-200) !important;
  border-color: var(--iota-border-color) !important;
}

/* line 26708, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-collection--list .tox-collection__group {
  border-color: var(--iota-border-color) !important;
}

/* line 26712, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-dialog__body-nav-item {
  color: var(--iota-body-color) !important;
}

/* line 26716, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-dialog__body-nav-item--active {
  color: var(--iota-primary) !important;
  border-bottom: none !important;
}

/* line 26721, app/assets/stylesheets/themes/_fc_styles.css */
.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: var(--iota-gray-200) !important;
}

/* line 26725, app/assets/stylesheets/themes/_fc_styles.css */
.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background: none !important;
  background-color: var(--iota-tinymce-bg) !important;
  border-color: var(--iota-border-color) !important;
}

/* line 26731, app/assets/stylesheets/themes/_fc_styles.css */
.glightbox-open {
  overflow: unset !important;
}

/* line 26735, app/assets/stylesheets/themes/_fc_styles.css */
.gscrollbar-fixer {
  margin-right: 0 !important;
}

/* line 26739, app/assets/stylesheets/themes/_fc_styles.css */
.googlemap .gm-style-iw.gm-style-iw-c {
  -webkit-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  padding: 1rem !important;
}

/* line 26745, app/assets/stylesheets/themes/_fc_styles.css */
.googlemap .gm-style-iw.gm-style-iw-c button[title=Close] {
  margin-top: 1rem !important;
  margin-right: .5rem !important;
}

/* line 26750, app/assets/stylesheets/themes/_fc_styles.css */
html[dir=rtl] .googlemap .gm-style-iw.gm-style-iw-c button[title=Close] {
  left: unset !important;
  right: 0 !important;
}

/* line 26755, app/assets/stylesheets/themes/_fc_styles.css */
.googlemap .gm-fullscreen-control, .googlemap .gm-svpc, .googlemap .gmnoprint * {
  background-color: var(--iota-emphasis-bg) !important;
  color: inherit !important;
}

/* line 26760, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] .sort[data-sort], .table-list .sort[data-sort] {
  white-space: nowrap;
  cursor: pointer;
}

/* line 26765, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] .sort[data-sort]::after, .table-list .sort[data-sort]::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi41MjU1NiAzLjVDNi45NDkzNyAzLjUgNy4xNjEyOCAzLjA2MjUgNi44NTUxOSAyLjc5MTY3TDMuODQxNCAwLjEyNUMzLjY1MzA0IC0wLjA0MTY2NjcgMy4zNDY5NiAtMC4wNDE2NjY3IDMuMTU4NTkgMC4xMjVMMC4xNDQ4MDkgMi43OTE2N0MtMC4xNjEyNzkgMy4wNjI1IDAuMDUwNjI3OSAzLjUgMC40NzQ0NDEgMy41SDYuNTI1NTZaIiBmaWxsPSIjQjZDMkQyIi8+CjxwYXRoIGQ9Ik0wLjQ3NDQ0MiA1LjVDMC4wNTA2MjgyIDUuNSAtMC4xNjEyNzkgNS45Mzc1IDAuMTQ0ODA5IDYuMjA4MzNMMy4xNTg1OSA4Ljg3NUMzLjM0Njk2IDkuMDQxNjcgMy42NTMwNCA5LjA0MTY3IDMuODQxNDEgOC44NzVMNi44NTUxOSA2LjIwODMzQzcuMTYxMjggNS45Mzc1IDYuOTQ5MzcgNS41IDYuNTI1NTYgNS41TDAuNDc0NDQyIDUuNVoiIGZpbGw9IiNCNkMyRDIiLz4KPC9zdmc+Cg==");
  margin-left: .25rem;
}

/* line 26770, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] .sort.asc[data-sort]::after, .table-list .sort.asc[data-sort]::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC40NzQ0NDIgMC41MDAwMDFDMC4wNTA2MjgyIDAuNTAwMDAxIC0wLjE2MTI3OSAwLjkzNzUgMC4xNDQ4MDkgMS4yMDgzM0wzLjE1ODU5IDMuODc1QzMuMzQ2OTYgNC4wNDE2NyAzLjY1MzA0IDQuMDQxNjcgMy44NDE0MSAzLjg3NUw2Ljg1NTE5IDEuMjA4MzNDNy4xNjEyOCAwLjkzNzUwMSA2Ljk0OTM3IDAuNTAwMDAxIDYuNTI1NTYgMC41MDAwMDFMMC40NzQ0NDIgMC41MDAwMDFaIiBmaWxsPSIjQjZDMkQyIi8+Cjwvc3ZnPgo=") !important;
  margin-top: -1px !important;
}

/* line 26775, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] .sort.desc[data-sort]::after, .table-list .sort.desc[data-sort]::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi41MjU1NiAzLjVDNi45NDkzNyAzLjUgNy4xNjEyOCAzLjA2MjUgNi44NTUxOSAyLjc5MTY3TDMuODQxNCAwLjEyNUMzLjY1MzA0IC0wLjA0MTY2NjcgMy4zNDY5NiAtMC4wNDE2NjY3IDMuMTU4NTkgMC4xMjVMMC4xNDQ4MDkgMi43OTE2N0MtMC4xNjEyNzkgMy4wNjI1IDAuMDUwNjI3OSAzLjUgMC40NzQ0NDEgMy41SDYuNTI1NTZaIiBmaWxsPSIjQjZDMkQyIi8+Cjwvc3ZnPgo=") !important;
  margin-top: -1px !important;
}

/* line 26780, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] .page, .table-list .page {
  margin-left: .25rem;
  margin-right: .25rem;
}

/* line 26785, app/assets/stylesheets/themes/_fc_styles.css */
[data-list] li.active .page, .table-list li.active .page {
  background-color: rgba(0, 0, 0, 0);
  color: var(--iota-primary) !important;
}

/* line 26790, app/assets/stylesheets/themes/_fc_styles.css */
.ios .btn-primary[data-list-pagination][disabled], .ios .tox .tox-menu__footer .tox-button[data-list-pagination][disabled]:last-child, .tox .tox-menu__footer .ios .tox-button[data-list-pagination][disabled]:last-child, .ios .tox .tox-dialog__footer .tox-button[data-list-pagination][disabled]:last-child, .tox .tox-dialog__footer .ios .tox-button[data-list-pagination][disabled]:last-child {
  opacity: 1 !important;
  border: 0 !important;
  background-color: var(--iota-btn-disabled-custom-background) !important;
  color: var(--iota-btn-disabled-custom-color) !important;
}

/* line 26797, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-nav {
  margin-top: 0;
  cursor: pointer;
}

/* line 26802, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-nav [class*=swiper-] {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--iota-gray-700);
  background-color: var(--iota-swiper-nav-bg) !important;
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin: 0;
}

/* line 26823, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-nav [class*=swiper-]:hover, .theme-slider .swiper-nav [class*=swiper-]:focus {
  background-color: var(--iota-white);
  color: var(--iota-gray-700);
  opacity: 1 !important;
}

/* line 26829, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-nav .swiper-button-prev {
  left: .5rem;
}

/* line 26833, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-nav .swiper-button-next {
  right: .5rem;
}

/* line 26837, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider:hover .swiper-nav [class*=swiper-], .theme-slider:focus .swiper-nav [class*=swiper-] {
  opacity: .5;
}

/* line 26841, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .swiper-button-prev:after, .theme-slider .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 1rem;
  font-weight: 800;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

/* line 26852, app/assets/stylesheets/themes/_fc_styles.css */
.product-slider {
  position: relative;
}

@media (min-width: 992px) {
  /* line 26857, app/assets/stylesheets/themes/_fc_styles.css */
  .product-slider {
    height: calc(100% - 3.5625rem);
  }
}

@media (min-width: 1200px) {
  /* line 26863, app/assets/stylesheets/themes/_fc_styles.css */
  .product-slider {
    height: calc(100% - 3.3125rem);
  }
}

@media (min-width: 1540px) {
  /* line 26869, app/assets/stylesheets/themes/_fc_styles.css */
  .product-slider {
    height: calc(100% - 4.75rem);
  }
}

/* line 26874, app/assets/stylesheets/themes/_fc_styles.css */
.container-fluid[data-layout=container] .product-slider, .container-sm[data-layout=container] .product-slider, .container-md[data-layout=container] .product-slider, .container-lg[data-layout=container] .product-slider, .container-xl[data-layout=container] .product-slider, .container-xxl[data-layout=container] .product-slider {
  position: relative;
}

@media (min-width: 992px) {
  /* line 26879, app/assets/stylesheets/themes/_fc_styles.css */
  .container-fluid[data-layout=container] .product-slider, .container-sm[data-layout=container] .product-slider, .container-md[data-layout=container] .product-slider, .container-lg[data-layout=container] .product-slider, .container-xl[data-layout=container] .product-slider, .container-xxl[data-layout=container] .product-slider {
    height: calc(100% - 4.36rem);
  }
}

@media (min-width: 1200px) {
  /* line 26885, app/assets/stylesheets/themes/_fc_styles.css */
  .container-fluid[data-layout=container] .product-slider, .container-sm[data-layout=container] .product-slider, .container-md[data-layout=container] .product-slider, .container-lg[data-layout=container] .product-slider, .container-xl[data-layout=container] .product-slider, .container-xxl[data-layout=container] .product-slider {
    height: calc(100% - 4.86rem);
  }
}

@media (min-width: 1540px) {
  /* line 26891, app/assets/stylesheets/themes/_fc_styles.css */
  .container-fluid[data-layout=container] .product-slider, .container-sm[data-layout=container] .product-slider, .container-md[data-layout=container] .product-slider, .container-lg[data-layout=container] .product-slider, .container-xl[data-layout=container] .product-slider, .container-xxl[data-layout=container] .product-slider {
    height: calc(100% - 6.42rem);
  }
}

/* line 26896, app/assets/stylesheets/themes/_fc_styles.css */
.star-rating {
  background-image: var(--iota-star-rating-bg-image) !important;
}

/* line 26900, app/assets/stylesheets/themes/_fc_styles.css */
.star-rating .star-value {
  background: url(/../img/icons/star_on.svg) !important;
}

/* line 26904, app/assets/stylesheets/themes/_fc_styles.css */
#appCalendar {
  height: calc(100vh - 12.4rem) !important;
}

/* line 26908, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-button .fc-icon {
  line-height: 1rem;
  font-size: 1.2em;
}

/* line 26913, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-scrollgrid {
  border-color: var(--iota-gray-200);
}

/* line 26917, app/assets/stylesheets/themes/_fc_styles.css */
.fc.fc-theme-standard a:not([href]) {
  color: inherit;
}

/* line 26921, app/assets/stylesheets/themes/_fc_styles.css */
.fc.fc-theme-standard .fc-list, .fc.fc-theme-standard td, .fc.fc-theme-standard th {
  border-color: var(--iota-gray-200);
}

/* line 26925, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-col-header {
  background-color: var(--iota-gray-100);
}

/* line 26929, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-col-header th {
  border-bottom-width: 1px;
}

/* line 26933, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-col-header-cell-cushion {
  text-decoration: none !important;
}

/* line 26937, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-day-frame {
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 2px !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 26945, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-day-frame:active {
  background-color: rgba(var(--iota-primary-rgb), 0.1) !important;
}

/* line 26949, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-day-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: .25rem;
}

/* line 26956, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-day-number {
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--iota-gray-100);
  text-align: center;
  text-decoration: none !important;
  border-radius: 50%;
  line-height: 1.875rem;
  padding: 0 !important;
  font-size: .8333333333rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 26971, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-day-number:hover, .fc .fc-daygrid-day-number:focus {
  background-color: var(--iota-gray-200);
}

/* line 26975, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-bg-harness {
  top: -2px;
}

/* line 26979, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-event {
  border-radius: .25rem !important;
  margin-top: 0;
  margin-bottom: .25rem !important;
  padding: .25rem .5rem !important;
  border: 0 !important;
  font-size: .6944444444rem;
}

/* line 26988, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-h-event {
  background-color: var(--iota-primary-bg-subtle);
}

/* line 26992, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-h-event .fc-event-main {
  color: #1862c6;
}

/* line 26996, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-h-event .fc-event-time, .fc .fc-h-event .fc-event-title {
  font-weight: 600 !important;
}

/* line 27000, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-event-title {
  font-weight: normal !important;
}

/* line 27004, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-event-dot {
  border-color: var(--iota-gray-300) !important;
}

/* line 27008, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day-today:not(.fc-popover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* line 27012, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-frame {
  border: 2px solid rgba(var(--iota-primary-rgb), 0.5);
}

/* line 27016, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number {
  background-color: var(--iota-primary) !important;
  color: #fff;
}

/* line 27021, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number:hover, .fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-number:focus {
  background-color: #1862c6 !important;
}

/* line 27025, app/assets/stylesheets/themes/_fc_styles.css */
.fc.fc-direction-rtl .fc-daygrid-event.fc-event-start, .fc.fc-direction-rtl .fc-daygrid-event.fc-event-end, .fc.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc.fc-direction-ltr .fc-daygrid-event.fc-event-end {
  margin-left: 0;
  margin-right: 0;
}

/* line 27030, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-popover {
  border-color: var(--iota-border-color);
  -webkit-box-shadow: var(--iota-box-shadow);
  box-shadow: var(--iota-box-shadow);
  border-radius: .375rem;
  z-index: 1050;
}

/* line 27038, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-popover .fc-popover-title {
  font-family: var(--iota-font-sans-serif);
}

/* line 27042, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-popover .fc-daygrid-event {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 2px !important;
}

/* line 27048, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-popover-header {
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .875rem;
  font-weight: 600;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  background: var(--iota-popover-header-bg);
}

/* line 27058, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-more-link {
  display: block;
  text-align: center;
  color: var(--iota-gray-500) !important;
  font-size: .6944444444rem;
}

/* line 27065, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-more-link:hover, .fc .fc-daygrid-more-link:focus {
  text-decoration: none;
  color: var(--iota-gray-600) !important;
}

/* line 27070, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-dot-event {
  color: var(--iota-gray-500) !important;
}

/* line 27074, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-daygrid-dot-event:hover, .fc .fc-daygrid-dot-event:focus {
  background-color: var(--iota-gray-200) !important;
}

/* line 27078, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 27087, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event .fc-event-time, .fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event .fc-event-title {
  display: none;
}

/* line 27091, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list-event:hover td {
  background-color: unset;
}

/* line 27095, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-dayGridMonth-view .fc-event-time {
  display: none;
}

/* line 27099, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-scrollgrid-sync-inner {
  text-align: left;
}

/* line 27103, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-daygrid-day-events, .fc .fc-timeGridWeek-view .fc-daygrid-day-events {
  margin-bottom: 0;
}

/* line 27107, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-v-event .fc-event-main, .fc .fc-timeGridWeek-view .fc-v-event .fc-event-main {
  padding-left: 1rem;
  color: var(--iota-gray-500);
}

/* line 27112, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-v-event .fc-event-main:after, .fc .fc-timeGridWeek-view .fc-v-event .fc-event-main:after {
  content: "";
  position: absolute;
  height: .625rem;
  width: .625rem;
  border-radius: 50%;
  background-color: var(--iota-gray-400);
  top: .3125rem;
  left: 0;
}

/* line 27123, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-event, .fc .fc-timeGridWeek-view .fc-timegrid-event {
  padding: .5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: .375rem;
}

/* line 27130, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-event:hover, .fc .fc-timeGridDay-view .fc-timegrid-event:focus, .fc .fc-timeGridWeek-view .fc-timegrid-event:hover, .fc .fc-timeGridWeek-view .fc-timegrid-event:focus {
  background-color: var(--iota-gray-200);
}

/* line 27134, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-slot, .fc .fc-timeGridWeek-view .fc-timegrid-slot {
  height: 2rem;
}

/* line 27138, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-slot-lane, .fc .fc-timeGridWeek-view .fc-timegrid-slot-lane {
  cursor: pointer;
}

/* line 27142, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-slot-lane:active, .fc .fc-timeGridWeek-view .fc-timegrid-slot-lane:active {
  background-color: var(--iota-gray-100);
}

/* line 27146, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timeGridDay-view .fc-timegrid-col, .fc .fc-timeGridWeek-view .fc-timegrid-col {
  padding: .375rem !important;
}

/* line 27150, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list .fc-list-day-cushion {
  padding: .5rem 1.25rem;
  background-color: var(--fc-button-list-day-cushion);
}

/* line 27155, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list .fc-list-day:not(:first-child) .fc-list-day-cushion {
  margin-top: 1.8rem;
}

/* line 27159, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list .fc-list-event-time {
  padding-left: 1.25rem;
}

/* line 27163, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list .fc-list-event-title {
  padding-right: 1.25rem;
}

/* line 27167, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list-empty {
  background-color: var(--iota-gray-100);
}

/* line 27171, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-list-event-dot {
  border-color: var(--iota-gray-300);
}

/* line 27175, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-primary-subtle {
  border: 0 !important;
}

/* line 27179, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-primary-subtle .fc-event-main:after {
  background-color: #2c7be5 !important;
}

/* line 27183, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary-subtle .fc-event-main, .fc-timegrid .event-bg-primary-subtle .fc-event-main {
  color: #1862c6 !important;
}

/* line 27187, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary-subtle .fc-event-main:after, .fc-timegrid .event-bg-primary-subtle .fc-event-main:after {
  background-color: #1862c6 !important;
}

/* line 27191, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary-subtle .fc-list-event-time, .fc-timegrid .event-bg-primary-subtle .fc-list-event-time, .bg-primary-subtle .fc-list-event-title, .fc-timegrid .event-bg-primary-subtle .fc-list-event-title {
  color: #1862c6 !important;
  font-weight: 600 !important;
}

/* line 27196, app/assets/stylesheets/themes/_fc_styles.css */
.bg-primary-subtle .fc-list-event-dot, .fc-timegrid .event-bg-primary-subtle .fc-list-event-dot {
  border-color: #1862c6;
}

/* line 27200, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-secondary-subtle {
  border: 0 !important;
}

/* line 27204, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-secondary-subtle .fc-event-main:after {
  background-color: #748194 !important;
}

/* line 27208, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary-subtle .fc-event-main, .fc-timegrid .event-bg-secondary-subtle .fc-event-main {
  color: #5d6878 !important;
}

/* line 27212, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary-subtle .fc-event-main:after, .fc-timegrid .event-bg-secondary-subtle .fc-event-main:after {
  background-color: #5d6878 !important;
}

/* line 27216, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary-subtle .fc-list-event-time, .fc-timegrid .event-bg-secondary-subtle .fc-list-event-time, .bg-secondary-subtle .fc-list-event-title, .fc-timegrid .event-bg-secondary-subtle .fc-list-event-title {
  color: #5d6878 !important;
  font-weight: 600 !important;
}

/* line 27221, app/assets/stylesheets/themes/_fc_styles.css */
.bg-secondary-subtle .fc-list-event-dot, .fc-timegrid .event-bg-secondary-subtle .fc-list-event-dot {
  border-color: #5d6878;
}

/* line 27225, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-success-subtle {
  border: 0 !important;
}

/* line 27229, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-success-subtle .fc-event-main:after {
  background-color: #00d27a !important;
}

/* line 27233, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success-subtle .fc-event-main, .fc-timegrid .event-bg-success-subtle .fc-event-main {
  color: #009f5c !important;
}

/* line 27237, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success-subtle .fc-event-main:after, .fc-timegrid .event-bg-success-subtle .fc-event-main:after {
  background-color: #009f5c !important;
}

/* line 27241, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success-subtle .fc-list-event-time, .fc-timegrid .event-bg-success-subtle .fc-list-event-time, .bg-success-subtle .fc-list-event-title, .fc-timegrid .event-bg-success-subtle .fc-list-event-title {
  color: #009f5c !important;
  font-weight: 600 !important;
}

/* line 27246, app/assets/stylesheets/themes/_fc_styles.css */
.bg-success-subtle .fc-list-event-dot, .fc-timegrid .event-bg-success-subtle .fc-list-event-dot {
  border-color: #009f5c;
}

/* line 27250, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-info-subtle {
  border: 0 !important;
}

/* line 27254, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-info-subtle .fc-event-main:after {
  background-color: #27bcfd !important;
}

/* line 27258, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info-subtle .fc-event-main, .fc-timegrid .event-bg-info-subtle .fc-event-main {
  color: #02a7ef !important;
}

/* line 27262, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info-subtle .fc-event-main:after, .fc-timegrid .event-bg-info-subtle .fc-event-main:after {
  background-color: #02a7ef !important;
}

/* line 27266, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info-subtle .fc-list-event-time, .fc-timegrid .event-bg-info-subtle .fc-list-event-time, .bg-info-subtle .fc-list-event-title, .fc-timegrid .event-bg-info-subtle .fc-list-event-title {
  color: #02a7ef !important;
  font-weight: 600 !important;
}

/* line 27271, app/assets/stylesheets/themes/_fc_styles.css */
.bg-info-subtle .fc-list-event-dot, .fc-timegrid .event-bg-info-subtle .fc-list-event-dot {
  border-color: #02a7ef;
}

/* line 27275, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-warning-subtle {
  border: 0 !important;
}

/* line 27279, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-warning-subtle .fc-event-main:after {
  background-color: #f5803e !important;
}

/* line 27283, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning-subtle .fc-event-main, .fc-timegrid .event-bg-warning-subtle .fc-event-main {
  color: #f2600e !important;
}

/* line 27287, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning-subtle .fc-event-main:after, .fc-timegrid .event-bg-warning-subtle .fc-event-main:after {
  background-color: #f2600e !important;
}

/* line 27291, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning-subtle .fc-list-event-time, .fc-timegrid .event-bg-warning-subtle .fc-list-event-time, .bg-warning-subtle .fc-list-event-title, .fc-timegrid .event-bg-warning-subtle .fc-list-event-title {
  color: #f2600e !important;
  font-weight: 600 !important;
}

/* line 27296, app/assets/stylesheets/themes/_fc_styles.css */
.bg-warning-subtle .fc-list-event-dot, .fc-timegrid .event-bg-warning-subtle .fc-list-event-dot {
  border-color: #f2600e;
}

/* line 27300, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-danger-subtle {
  border: 0 !important;
}

/* line 27304, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-danger-subtle .fc-event-main:after {
  background-color: #e63757 !important;
}

/* line 27308, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger-subtle .fc-event-main, .fc-timegrid .event-bg-danger-subtle .fc-event-main {
  color: #d01a3b !important;
}

/* line 27312, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger-subtle .fc-event-main:after, .fc-timegrid .event-bg-danger-subtle .fc-event-main:after {
  background-color: #d01a3b !important;
}

/* line 27316, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger-subtle .fc-list-event-time, .fc-timegrid .event-bg-danger-subtle .fc-list-event-time, .bg-danger-subtle .fc-list-event-title, .fc-timegrid .event-bg-danger-subtle .fc-list-event-title {
  color: #d01a3b !important;
  font-weight: 600 !important;
}

/* line 27321, app/assets/stylesheets/themes/_fc_styles.css */
.bg-danger-subtle .fc-list-event-dot, .fc-timegrid .event-bg-danger-subtle .fc-list-event-dot {
  border-color: #d01a3b;
}

/* line 27325, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-light-subtle {
  border: 0 !important;
}

/* line 27329, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-light-subtle .fc-event-main:after {
  background-color: #f9fafd !important;
}

/* line 27333, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light-subtle .fc-event-main, .fc-timegrid .event-bg-light-subtle .fc-event-main {
  color: #d3daf0 !important;
}

/* line 27337, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light-subtle .fc-event-main:after, .fc-timegrid .event-bg-light-subtle .fc-event-main:after {
  background-color: #d3daf0 !important;
}

/* line 27341, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light-subtle .fc-list-event-time, .fc-timegrid .event-bg-light-subtle .fc-list-event-time, .bg-light-subtle .fc-list-event-title, .fc-timegrid .event-bg-light-subtle .fc-list-event-title {
  color: #d3daf0 !important;
  font-weight: 600 !important;
}

/* line 27346, app/assets/stylesheets/themes/_fc_styles.css */
.bg-light-subtle .fc-list-event-dot, .fc-timegrid .event-bg-light-subtle .fc-list-event-dot {
  border-color: #d3daf0;
}

/* line 27350, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-dark-subtle {
  border: 0 !important;
}

/* line 27354, app/assets/stylesheets/themes/_fc_styles.css */
.fc-timegrid .event-bg-dark-subtle .fc-event-main:after {
  background-color: #0b1727 !important;
}

/* line 27358, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark-subtle .fc-event-main, .fc-timegrid .event-bg-dark-subtle .fc-event-main {
  color: #000 !important;
}

/* line 27362, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark-subtle .fc-event-main:after, .fc-timegrid .event-bg-dark-subtle .fc-event-main:after {
  background-color: #000 !important;
}

/* line 27366, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark-subtle .fc-list-event-time, .fc-timegrid .event-bg-dark-subtle .fc-list-event-time, .bg-dark-subtle .fc-list-event-title, .fc-timegrid .event-bg-dark-subtle .fc-list-event-title {
  color: #000 !important;
  font-weight: 600 !important;
}

/* line 27371, app/assets/stylesheets/themes/_fc_styles.css */
.bg-dark-subtle .fc-list-event-dot, .fc-timegrid .event-bg-dark-subtle .fc-list-event-dot {
  border-color: #000;
}

/* line 27375, app/assets/stylesheets/themes/_fc_styles.css */
[data-fc-view]:not(.active) .icon-check {
  opacity: 0;
}

/* line 27379, app/assets/stylesheets/themes/_fc_styles.css */
.timeline li {
  position: relative;
  padding-left: 1.5rem;
}

/* line 27384, app/assets/stylesheets/themes/_fc_styles.css */
.timeline li:after {
  position: absolute;
  content: "";
  height: .625rem;
  width: .625rem;
  border-radius: 50%;
  background: var(--iota-gray-200);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 27398, app/assets/stylesheets/themes/_fc_styles.css */
.timeline li:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--iota-gray-200);
  top: 50%;
  left: .3125rem;
}

/* line 27408, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .fc-scroller {
  overflow: hidden auto !important;
  overflow: auto;
}

/* line 27413, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .fc-scroller::-webkit-scrollbar {
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}

/* line 27421, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .fc-scroller::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: var(--iota-scrollbar-bg);
}

/* line 27427, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .fc-scroller:hover::-webkit-scrollbar, .windows.chrome .fc-scroller:hover::-webkit-scrollbar-thumb, .windows.chrome .fc-scroller:focus::-webkit-scrollbar, .windows.chrome .fc-scroller:focus::-webkit-scrollbar-thumb {
  visibility: visible;
}

/* line 27431, app/assets/stylesheets/themes/_fc_styles.css */
.windows.firefox .fc-scroller {
  overflow: hidden auto !important;
  overflow: auto !important;
  scrollbar-color: var(--iota-scrollbar-bg) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

@media (min-width: 768px) {
  /* line 27439, app/assets/stylesheets/themes/_fc_styles.css */
  .fc .fc-daygrid-day-frame {
    padding: .375rem !important;
  }
  /* line 27443, app/assets/stylesheets/themes/_fc_styles.css */
  .fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event .fc-event-time, .fc .fc-day:not(.fc-popover) .fc-daygrid-dot-event .fc-event-title {
    display: block;
  }
  /* line 27447, app/assets/stylesheets/themes/_fc_styles.css */
  .fc .fc-daygrid-more-link {
    margin-left: .625rem;
    text-align: left;
    font-size: .8333333333rem;
  }
  /* line 27453, app/assets/stylesheets/themes/_fc_styles.css */
  .fc .fc-daygrid-event {
    font-size: .8333333333rem;
  }
}

/* line 27458, app/assets/stylesheets/themes/_fc_styles.css */
.ie .fc-daygrid-event {
  overflow: hidden;
}

/* line 27462, app/assets/stylesheets/themes/_fc_styles.css */
.safari .fc-dayGridMonth-view .fc-daygrid-day {
  position: relative;
}

/* line 27466, app/assets/stylesheets/themes/_fc_styles.css */
.safari .fc-dayGridMonth-view .fc-daygrid-day .fc-daygrid-day-frame {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 27474, app/assets/stylesheets/themes/_fc_styles.css */
.fc .fc-timegrid-axis-frame, .fc-list-event-time {
  text-transform: capitalize;
}

/* line 27478, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .management-calendar-events {
  height: 20rem;
}

/* line 27482, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-event-title {
  display: none;
}

/* line 27486, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-daygrid-day-events {
  display: none;
}

/* line 27490, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline td, .management-calendar .calendar-outline th {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 27494, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-day-today .fc-daygrid-day-frame {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 27498, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-bg-event {
  border-radius: 30px;
}

/* line 27502, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-scrollgrid {
  border: 0 !important;
}

/* line 27506, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-daygrid-bg-harness {
  height: 38px;
  top: -2px;
}

@media (min-width: 768px) {
  /* line 27512, app/assets/stylesheets/themes/_fc_styles.css */
  .management-calendar .calendar-outline .fc-daygrid-bg-harness {
    height: 40px;
    top: 1px;
  }
  /* line 27517, app/assets/stylesheets/themes/_fc_styles.css */
  .firefox .management-calendar .calendar-outline .fc-daygrid-bg-harness {
    top: 2px;
  }
}

/* line 27522, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 10px 4px;
}

/* line 27527, app/assets/stylesheets/themes/_fc_styles.css */
.management-calendar .calendar-outline .fc-daygrid-day-number {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

/* line 27532, app/assets/stylesheets/themes/_fc_styles.css */
.lottie {
  width: 5rem;
  height: 5rem;
}

/* line 27537, app/assets/stylesheets/themes/_fc_styles.css */
.ie .wizard-lottie {
  height: 37.5rem;
}

/* line 27541, app/assets/stylesheets/themes/_fc_styles.css */
.d3-packed-bubble-chart {
  height: 25rem;
}

/* line 27545, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable {
  margin: 0 !important;
  border-color: var(--iota-border-color) !important;
}

/* line 27550, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable thead tr {
  border-top: 1px solid var(--iota-border-color);
}

/* line 27554, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper {
  margin: 0 auto;
}

/* line 27558, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .table-responsive {
  margin-bottom: 1rem;
}

/* line 27562, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 27572, app/assets/stylesheets/themes/_fc_styles.css */
  .dataTables_wrapper .dataTables_filter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

/* line 27579, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_filter label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 27588, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_filter label input {
  max-width: 15rem;
  display: unset !important;
  width: unset !important;
}

/* line 27594, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_info {
  padding-top: 0 !important;
  font-size: .8333333333rem;
}

/* line 27599, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .data-table.dataTable {
  border-collapse: collapse !important;
}

/* line 27603, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .data-table.dataTable td, .dataTables_wrapper .data-table.dataTable th {
  white-space: nowrap;
}

/* line 27607, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .paging_simple .page-link {
  border-radius: .25rem !important;
  margin-left: .5rem !important;
  background-color: #2c7be5;
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
  border: 0;
  color: #fff;
}

/* line 27617, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .paging_simple .page-link:hover {
  background-color: #1a68d1;
}

/* line 27621, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .paging_simple .pagination {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 27626, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_info {
  padding-top: 0 !important;
  color: var(--iota-gray-700) !important;
  text-align: left;
}

/* line 27632, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .disabled .page-link {
  background-color: var(--iota-btn-iota-background) !important;
  color: #748194;
}

/* line 27637, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dtr-details {
  margin-left: 1.875rem !important;
}

/* line 27641, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .sort:before {
  display: none !important;
}

/* line 27645, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .sort:after {
  position: relative !important;
  display: inline !important;
  top: 1px !important;
  bottom: auto !important;
  left: .5rem !important;
  opacity: 1 !important;
}

/* line 27654, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .sort.sorting:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi41MjU1NiAzLjVDNi45NDkzNyAzLjUgNy4xNjEyOCAzLjA2MjUgNi44NTUxOSAyLjc5MTY3TDMuODQxNCAwLjEyNUMzLjY1MzA0IC0wLjA0MTY2NjcgMy4zNDY5NiAtMC4wNDE2NjY3IDMuMTU4NTkgMC4xMjVMMC4xNDQ4MDkgMi43OTE2N0MtMC4xNjEyNzkgMy4wNjI1IDAuMDUwNjI3OSAzLjUgMC40NzQ0NDEgMy41SDYuNTI1NTZaIiBmaWxsPSIjQjZDMkQyIi8+CjxwYXRoIGQ9Ik0wLjQ3NDQ0MiA1LjVDMC4wNTA2MjgyIDUuNSAtMC4xNjEyNzkgNS45Mzc1IDAuMTQ0ODA5IDYuMjA4MzNMMy4xNTg1OSA4Ljg3NUMzLjM0Njk2IDkuMDQxNjcgMy42NTMwNCA5LjA0MTY3IDMuODQxNDEgOC44NzVMNi44NTUxOSA2LjIwODMzQzcuMTYxMjggNS45Mzc1IDYuOTQ5MzcgNS41IDYuNTI1NTYgNS41TDAuNDc0NDQyIDUuNVoiIGZpbGw9IiNCNkMyRDIiLz4KPC9zdmc+Cg==");
}

/* line 27658, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .sort.sorting_asc:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi41MjU1NiAzLjVDNi45NDkzNyAzLjUgNy4xNjEyOCAzLjA2MjUgNi44NTUxOSAyLjc5MTY3TDMuODQxNCAwLjEyNUMzLjY1MzA0IC0wLjA0MTY2NjcgMy4zNDY5NiAtMC4wNDE2NjY3IDMuMTU4NTkgMC4xMjVMMC4xNDQ4MDkgMi43OTE2N0MtMC4xNjEyNzkgMy4wNjI1IDAuMDUwNjI3OSAzLjUgMC40NzQ0NDEgMy41SDYuNTI1NTZaIiBmaWxsPSIjQjZDMkQyIi8+Cjwvc3ZnPgo=") !important;
  top: -2px !important;
}

/* line 27663, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .sort.sorting_desc:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC40NzQ0NDIgMC41MDAwMDFDMC4wNTA2MjgyIDAuNTAwMDAxIC0wLjE2MTI3OSAwLjkzNzUgMC4xNDQ4MDkgMS4yMDgzM0wzLjE1ODU5IDMuODc1QzMuMzQ2OTYgNC4wNDE2NyAzLjY1MzA0IDQuMDQxNjcgMy44NDE0MSAzLjg3NUw2Ljg1NTE5IDEuMjA4MzNDNy4xNjEyOCAwLjkzNzUwMSA2Ljk0OTM3IDAuNTAwMDAxIDYuNTI1NTYgMC41MDAwMDFMMC40NzQ0NDIgMC41MDAwMDFaIiBmaWxsPSIjQjZDMkQyIi8+Cjwvc3ZnPgo=") !important;
  top: -2px !important;
}

/* line 27668, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .no-sort {
  padding-right: .25rem !important;
}

/* line 27672, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .no-sort:before, .dataTables_wrapper .no-sort:after {
  display: none !important;
}

/* line 27676, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
  width: auto !important;
}

/* line 27680, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
  width: 100% !important;
}

/* line 27684, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  width: 100% !important;
}

/* line 27688, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table {
  width: 100% !important;
}

/* line 27692, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table thead tr {
  border: none !important;
}

/* line 27696, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table .sort:before {
  display: none !important;
}

/* line 27700, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table .sort:after {
  display: none !important;
}

/* line 27704, app/assets/stylesheets/themes/_fc_styles.css */
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody thead tr {
  visibility: collapse !important;
  line-height: 0;
}

/* line 27709, app/assets/stylesheets/themes/_fc_styles.css */
.iota-data-table .data-table {
  margin: 0 !important;
}

/* line 27713, app/assets/stylesheets/themes/_fc_styles.css */
.iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_full .page-link, .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_simple_numbers .page-link {
  margin-left: .25rem;
  margin-right: .25rem;
  padding: 3px 12px;
  border-radius: .25rem !important;
  border: 1px solid var(--iota-btn-border-color) !important;
}

/* line 27721, app/assets/stylesheets/themes/_fc_styles.css */
.iota-data-table .paging_full_numbers .page-item.active .page-link, .iota-data-table .paging_first_last_numbers .page-item.active .page-link, .iota-data-table .paging_full .page-item.active .page-link, .iota-data-table .paging_numbers .page-item.active .page-link, .iota-data-table .paging_simple_numbers .page-item.active .page-link {
  background-color: rgba(0, 0, 0, 0);
  color: #2c7be5 !important;
}

/* line 27726, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: .3125rem;
}

/* line 27730, app/assets/stylesheets/themes/_fc_styles.css */
.data-table-row-bulk-select {
  width: 1.75rem !important;
}

/* line 27734, app/assets/stylesheets/themes/_fc_styles.css */
.data-table-row-action {
  width: 2.5rem !important;
}

/* line 27738, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
  padding-right: 0;
}

/* line 27742, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable thead tr > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: var(--iota-gray-200);
}

/* line 27747, app/assets/stylesheets/themes/_fc_styles.css */
table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
  z-index: 1;
  background-color: var(--iota-gray-200);
}

/* line 27752, app/assets/stylesheets/themes/_fc_styles.css */
div.dtfc-left-top-blocker, div.dtfc-right-top-blocker {
  background-color: var(--iota-gray-200);
}

/* line 27756, app/assets/stylesheets/themes/_fc_styles.css */
.select2 {
  width: 100% !important;
}

/* line 27760, app/assets/stylesheets/themes/_fc_styles.css */
.select2-container .select2-selection, .select2-container .select2-selection__rendered, .select2-container .select2-dropdown, .select2-container .select2-search__field {
  background-color: var(--iota-quaternary-bg) !important;
  color: var(--iota-gray-900) !important;
  border-color: var(--iota-gray-300) !important;
}

/* line 27766, app/assets/stylesheets/themes/_fc_styles.css */
.select2-container .select2-selection__choice {
  padding: .25rem .5rem !important;
  font-size: .8333333333rem !important;
  background-color: var(--iota-gray-200);
  color: var(--iota-body-color) !important;
  border: none !important;
}

/* line 27774, app/assets/stylesheets/themes/_fc_styles.css */
.select2-container .select2-selection__choice .select2-selection__choice__remove {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat !important;
}

/* line 27778, app/assets/stylesheets/themes/_fc_styles.css */
.select2-container .select2-selection__choice .select2-selection__choice__remove:hover {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2385878a'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.5rem auto no-repeat !important;
}

/* line 27782, app/assets/stylesheets/themes/_fc_styles.css */
.select2-container .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--selected) {
  background-color: var(--iota-dropdown-link-hover-bg-global) !important;
  color: var(--iota-gray-900) !important;
}

/* line 27787, app/assets/stylesheets/themes/_fc_styles.css */
html[data-bs-theme=dark] .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--selected) {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: var(--iota-gray-900) !important;
}

/* line 27792, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__popupContainer {
  z-index: 9999;
}

/* line 27796, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker {
  width: 18.75rem;
  --background-color: #fff;
  --category-name-background-color: $white;
  --border-color: #d8e2ef;
  --category-tab-color: var(--iota-gray-700);
  --category-tab-highlight-background-color: #edf2f9;
  --text-color: var(--iota-body-color);
  --search-placeholder-color: var(--iota-gray-400);
  --search-icon-color: var(--iota-gray-500);
  --search-background-color: var(--iota-quaternary-bg);
  --search-focus-background-color: var(--iota-quaternary-bg);
  --search-focus-border-color: #2c7be5
;
}

/* line 27811, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker section {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 27816, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__header {
  --secondary-background-color: $white
;
}

/* line 27820, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__preview {
  --preview-background-color: $white
;
}

/* line 27824, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__emojiCategory .picmo__noRecents {
  color: var(--iota-body-color) !important;
}

/* line 27828, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__emojiCategory .picmo__categoryName {
  --category-name-text-color: var(--iota-gray-600);
  font-weight: 500;
}

/* line 27833, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__emojiButton {
  --emoji-size: 1.7rem
;
}

/* line 27837, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__emojiButton:hover {
  --hover-background-color: #edf2f9
;
}

/* line 27841, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__content {
  min-height: unset !important;
  padding: unset !important;
}

/* line 27846, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__searchContainer .picmo__searchField {
  border: 1px solid var(--iota-border-color);
  border-radius: .375rem;
  padding: 1rem;
}

/* line 27852, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton {
  border: unset;
  background: unset;
  color: #2c7be5;
}

/* line 27858, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton:hover {
  background: var(--iota-gray-200);
}

/* line 27862, app/assets/stylesheets/themes/_fc_styles.css */
.picmo__picker.picmo__picker .picmo__categoryButtons .picmo__categoryTab .picmo__categoryButton svg {
  width: .8em;
}

/* line 27866, app/assets/stylesheets/themes/_fc_styles.css */
.safari .picmo__categoryButtons {
  outline: none;
}

/* line 27870, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .picmo__picker.picmo__picker {
  --background-color: #232e3c;
  --border-color: #344050;
  --category-tab-highlight-background-color: #344050;
  --category-name-background-color: #232e3c;
  --search-focus-border-color: #9da9bb
;
}

/* line 27878, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .picmo__picker.picmo__picker .picmo__header {
  --secondary-background-color: #232e3c
;
}

/* line 27882, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .picmo__picker.picmo__picker .picmo__preview {
  --preview-background-color: #232e3c
;
}

/* line 27886, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .picmo__picker.picmo__picker .picmo__emojiButton:hover {
  --hover-background-color: #344050
;
}

/* line 27890, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-primary .noUi-connect {
  background: var(--iota-primary) !important;
}

/* line 27894, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-secondary .noUi-connect {
  background: var(--iota-secondary) !important;
}

/* line 27898, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-success .noUi-connect {
  background: var(--iota-success) !important;
}

/* line 27902, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-info .noUi-connect {
  background: var(--iota-info) !important;
}

/* line 27906, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-warning .noUi-connect {
  background: var(--iota-warning) !important;
}

/* line 27910, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-danger .noUi-connect {
  background: var(--iota-danger) !important;
}

/* line 27914, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-light .noUi-connect {
  background: var(--iota-light) !important;
}

/* line 27918, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-dark .noUi-connect {
  background: var(--iota-dark) !important;
}

/* line 27922, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-square.noUi-target {
  --iota-noUi-handle-top: -2px
;
}

/* line 27926, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-square.noUi-target .noUi-handle {
  height: 16px;
  width: 16px;
}

/* line 27931, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-square.noUi-target .noUi-handle::after, .noUi-handle-square.noUi-target .noUi-handle::before {
  display: none;
}

/* line 27935, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-circle.noUi-target {
  --iota-noUi-handle-top: -3px
;
}

/* line 27939, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-circle.noUi-target .noUi-handle {
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 27945, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-handle-circle.noUi-target .noUi-handle::after, .noUi-handle-circle.noUi-target .noUi-handle::before {
  display: none;
}

/* line 27949, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-slider-slim.noUi-target {
  --iota-noUi-track-height: 4px;
  --iota-noUi-handle-top: -10px
;
}

/* line 27954, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target {
  --iota-noUi-track-height: 0.75rem;
  --iota-noUi-handle-top: -6px;
  background: var(--iota-gray-300);
  border: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 27963, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target.noUi-horizontal {
  height: var(--iota-noUi-track-height);
}

/* line 27967, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target.noUi-horizontal .noUi-handle {
  right: -8px;
}

/* line 27971, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-connect {
  background: var(--iota-primary);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 27977, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle {
  width: 16px;
  height: 24px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
  top: var(--iota-noUi-handle-top);
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 27989, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle:hover {
  background: #f9fafd;
}

/* line 27993, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle:hover .noUi-tooltip {
  display: block;
}

/* line 27997, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle::after, .noUi-target .noUi-handle::before {
  background: #d8e2ef;
  height: 10px;
  top: 6px;
}

/* line 28003, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle::after {
  left: 9px;
}

/* line 28007, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle::before {
  left: 4px;
}

/* line 28011, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle .noUi-tooltip {
  display: none;
  background: #fff;
  border: 1px solid #d8e2ef;
  font-size: .8333333333rem;
}

/* line 28018, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 28025, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-handle.noUi-active .noUi-tooltip {
  display: block;
}

/* line 28029, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-pips {
  color: var(--iota-gray-400);
  margin-top: .25rem;
}

/* line 28034, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-pips .noUi-value-sub {
  color: var(--iota-gray-400);
}

/* line 28038, app/assets/stylesheets/themes/_fc_styles.css */
.noUi-target .noUi-pips .noUi-marker, .noUi-target .noUi-pips .noUi-marker-large {
  background: var(--iota-gray-400);
}

/* line 28042, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .noUi-handle .noUi-tooltip {
  background: #232e3c;
  color: #fff;
}

/* line 28047, app/assets/stylesheets/themes/_fc_styles.css */
.table tfoot > tr > th:first-child, .table thead > tr > th:first-child, .table tr th:first-child, .table tr td:first-child {
  padding-left: 1.25rem;
}

/* line 28051, app/assets/stylesheets/themes/_fc_styles.css */
.table tfoot > tr > th:last-child, .table thead > tr > th:last-child, .table tr th:last-child, .table tr td:last-child {
  padding-right: 1.25rem;
}

/* line 28055, app/assets/stylesheets/themes/_fc_styles.css */
.white-space-nowrap {
  width: 1px;
  white-space: nowrap;
}

/* line 28060, app/assets/stylesheets/themes/_fc_styles.css */
th {
  font-weight: 600;
}

/* line 28064, app/assets/stylesheets/themes/_fc_styles.css */
td .dropdown-toggle:after, td .dropdown-toggle:before {
  display: none;
}

/* line 28068, app/assets/stylesheets/themes/_fc_styles.css */
.table-dashboard {
  overflow: hidden;
}

/* line 28072, app/assets/stylesheets/themes/_fc_styles.css */
.table-dashboard th {
  border-bottom-width: 1px !important;
}

/* line 28076, app/assets/stylesheets/themes/_fc_styles.css */
h5, .h5 {
  margin-bottom: .25rem;
}

/* line 28080, app/assets/stylesheets/themes/_fc_styles.css */
.dropcap::first-letter {
  font-size: 3em;
  float: left;
  line-height: .92;
  margin-right: .375rem;
}

/* line 28087, app/assets/stylesheets/themes/_fc_styles.css */
.ls {
  letter-spacing: .04em;
}

/* line 28091, app/assets/stylesheets/themes/_fc_styles.css */
.ls-2 {
  letter-spacing: .25em;
}

/* line 28095, app/assets/stylesheets/themes/_fc_styles.css */
.bullet-inside {
  list-style-position: inside;
}

/* line 28099, app/assets/stylesheets/themes/_fc_styles.css */
.style-check li {
  position: relative;
  list-style-type: none;
  padding-left: .25rem;
}

/* line 28105, app/assets/stylesheets/themes/_fc_styles.css */
.style-check li:before {
  content: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1mYS1wcm9jZXNzZWQ9IiIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJjaGVjayIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hlY2sgZmEtdy0xNCIgc3R5bGU9ImZvbnQtc2l6ZTogNDhweDsiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQxMy41MDUgOTEuOTUxTDEzMy40OSAzNzEuOTY2bC05OC45OTUtOTguOTk1Yy00LjY4Ni00LjY4Ni0xMi4yODQtNC42ODYtMTYuOTcxIDBMNi4yMTEgMjg0LjI4NGMtNC42ODYgNC42ODYtNC42ODYgMTIuMjg0IDAgMTYuOTcxbDExOC43OTQgMTE4Ljc5NGM0LjY4NiA0LjY4NiAxMi4yODQgNC42ODYgMTYuOTcxIDBsMjk5LjgxMy0yOTkuODEzYzQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3MWwtMTEuMzE0LTExLjMxNGMtNC42ODYtNC42ODYtMTIuMjg0LTQuNjg2LTE2Ljk3IDB6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+);
  padding-right: .1875rem;
  position: absolute;
  top: .0625rem;
  left: -1rem;
  background-repeat: no-repeat;
  width: 1rem;
}

/* line 28115, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote-content {
  font-style: italic;
  position: relative;
}

/* line 28120, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote-content:before {
  position: absolute;
  left: -3rem;
  top: -0.5rem;
  line-height: 1;
  content: "“";
  display: inline-block;
  color: #d8e2ef;
  font-size: 2.985984rem;
}

/* line 28131, app/assets/stylesheets/themes/_fc_styles.css */
.blockquote-footer::before {
  -webkit-transform: translateY(0.125rem);
  -ms-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
  font-weight: 400;
  display: inline-block;
}

/* line 28139, app/assets/stylesheets/themes/_fc_styles.css */
.text-smallcaps {
  font-variant: small-caps;
}

/* line 28143, app/assets/stylesheets/themes/_fc_styles.css */
.text-superscript {
  vertical-align: super;
}

/* line 28147, app/assets/stylesheets/themes/_fc_styles.css */
.fs-error {
  font-size: 7rem;
}

@media (min-width: 576px) {
  /* line 28152, app/assets/stylesheets/themes/_fc_styles.css */
  .fs-error {
    font-size: 10rem;
  }
}

/* line 28157, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform,opacity,filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

/* line 28173, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder.bg-right {
  left: auto;
  right: 0;
}

/* line 28178, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder.overlay:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 28188, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder.overlay-0:before {
  background: rgba(0, 0, 0, 0.7);
}

/* line 28192, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder.overlay-1:before {
  background: rgba(0, 0, 0, 0.55);
}

/* line 28196, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder.overlay-2:before {
  background: rgba(0, 0, 0, 0.4);
}

/* line 28200, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}

/* line 28212, app/assets/stylesheets/themes/_fc_styles.css */
.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 28220, app/assets/stylesheets/themes/_fc_styles.css */
.bg-fixed {
  background-attachment: fixed;
}

/* line 28224, app/assets/stylesheets/themes/_fc_styles.css */
.bg-glass {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 28228, app/assets/stylesheets/themes/_fc_styles.css */
.bg-card {
  background-size: contain;
  background-position: right;
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 28235, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .bg-card {
  background-position: left;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

/* line 28244, app/assets/stylesheets/themes/_fc_styles.css */
.bg-line-chart-gradient {
  background-image: var(--iota-line-chart-gradient);
  background-position: center;
}

/* line 28249, app/assets/stylesheets/themes/_fc_styles.css */
.bg-card-gradient {
  background-image: var(--iota-card-gradient);
  background-position: center;
}

/* line 28254, app/assets/stylesheets/themes/_fc_styles.css */
.bg-progress-gradient {
  background-image: var(--iota-progress-gradient);
  background-position: center;
}

/* line 28259, app/assets/stylesheets/themes/_fc_styles.css */
.bg-auth-circle-shape, .bg-auth-circle-shape-2 {
  display: none;
}

@media (min-width: 992px) {
  /* line 28264, app/assets/stylesheets/themes/_fc_styles.css */
  .bg-auth-circle-shape, .bg-auth-circle-shape-2 {
    display: block;
  }
}

/* line 28269, app/assets/stylesheets/themes/_fc_styles.css */
.bg-auth-circle-shape {
  position: absolute;
  right: -8.75rem;
  top: -5.125rem;
}

/* line 28275, app/assets/stylesheets/themes/_fc_styles.css */
.bg-auth-circle-shape-2 {
  position: absolute;
  left: -6.25rem;
  bottom: -2.4375rem;
}

/* line 28281, app/assets/stylesheets/themes/_fc_styles.css */
.bg-auth-card-shape {
  background-position: 0 100%;
}

@media (min-width: 768px) {
  /* line 28286, app/assets/stylesheets/themes/_fc_styles.css */
  .bg-auth-card-shape {
    background-position: 0 133%;
  }
}

/* line 28291, app/assets/stylesheets/themes/_fc_styles.css */
.bg-shape {
  position: relative;
  overflow: hidden;
  background-color: var(--iota-bg-shape-bg);
}

/* line 28297, app/assets/stylesheets/themes/_fc_styles.css */
.bg-shape:after, .bg-shape:before {
  position: absolute;
  content: "";
  border-radius: 50%;
}

/* line 28303, app/assets/stylesheets/themes/_fc_styles.css */
.bg-shape:after {
  background-image: var(--iota-bg-shape-bg-ltd);
}

/* line 28307, app/assets/stylesheets/themes/_fc_styles.css */
.bg-shape:before {
  background-image: var(--iota-bg-shape-bg-dtl);
}

/* line 28311, app/assets/stylesheets/themes/_fc_styles.css */
.bg-circle-shape:after {
  height: 15.625rem;
  width: 115%;
  left: 32%;
  top: -188%;
}

/* line 28318, app/assets/stylesheets/themes/_fc_styles.css */
.bg-circle-shape:before {
  height: 332%;
  width: 45%;
  left: -9%;
  top: .5625rem;
}

/* line 28325, app/assets/stylesheets/themes/_fc_styles.css */
.modal-shape-header:before {
  height: 28.9375rem;
  width: 155%;
  right: 23%;
  top: -357%;
}

/* line 28332, app/assets/stylesheets/themes/_fc_styles.css */
.modal-shape-header:after {
  height: 289%;
  width: 45%;
  right: -10%;
  top: 2.5rem;
}

/* line 28339, app/assets/stylesheets/themes/_fc_styles.css */
.showcase-page-gradient {
  background: -o-linear-gradient(92.3deg, #024787 -88.88%, rgba(0, 79, 197, 0) 27.93%);
  background: linear-gradient(357.7deg, #024787 -88.88%, rgba(0, 79, 197, 0) 27.93%);
}

/* line 28344, app/assets/stylesheets/themes/_fc_styles.css */
.bg-transparent-50 {
  background-color: rgba(var(--iota-quaternary-bg-rgb), 0.5);
}

/* line 28348, app/assets/stylesheets/themes/_fc_styles.css */
.bg-attachment {
  position: relative;
  height: 3.5625rem;
  width: 6.25rem;
  border-radius: .25rem;
  overflow: hidden;
  background: var(--iota-kanban-bg-attachment-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--iota-kanban-footer-color);
}

/* line 28367, app/assets/stylesheets/themes/_fc_styles.css */
.bg-attachment .icon-play {
  position: relative;
  color: var(--iota-gray-200);
}

/* line 28372, app/assets/stylesheets/themes/_fc_styles.css */
.bg-attachment:hover, .bg-attachment:focus {
  color: var(--iota-gray-700) !important;
}

/* line 28376, app/assets/stylesheets/themes/_fc_styles.css */
.bg-attachment:hover .icon-play, .bg-attachment:focus .icon-play {
  color: var(--iota-gray-300);
}

/* line 28380, app/assets/stylesheets/themes/_fc_styles.css */
.bg-attachment-square {
  width: 3.5625rem !important;
}

/* line 28384, app/assets/stylesheets/themes/_fc_styles.css */
.overflow-hidden[class*=rounded] {
  -webkit-mask-image: radial-gradient(#fff, #000);
  mask-image: radial-gradient(#fff, #000);
}

/* line 28389, app/assets/stylesheets/themes/_fc_styles.css */
.border-primary {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-primary-rgb), var(--iota-border-opacity)) !important;
}

/* line 28394, app/assets/stylesheets/themes/_fc_styles.css */
.border-secondary {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-secondary-rgb), var(--iota-border-opacity)) !important;
}

/* line 28399, app/assets/stylesheets/themes/_fc_styles.css */
.border-success {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-success-rgb), var(--iota-border-opacity)) !important;
}

/* line 28404, app/assets/stylesheets/themes/_fc_styles.css */
.border-info {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-info-rgb), var(--iota-border-opacity)) !important;
}

/* line 28409, app/assets/stylesheets/themes/_fc_styles.css */
.border-warning {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-warning-rgb), var(--iota-border-opacity)) !important;
}

/* line 28414, app/assets/stylesheets/themes/_fc_styles.css */
.border-danger {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-danger-rgb), var(--iota-border-opacity)) !important;
}

/* line 28419, app/assets/stylesheets/themes/_fc_styles.css */
.border-light {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-light-rgb), var(--iota-border-opacity)) !important;
}

/* line 28424, app/assets/stylesheets/themes/_fc_styles.css */
.border-dark {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-dark-rgb), var(--iota-border-opacity)) !important;
}

/* line 28429, app/assets/stylesheets/themes/_fc_styles.css */
.border-white {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-white-rgb), var(--iota-border-opacity)) !important;
}

/* line 28434, app/assets/stylesheets/themes/_fc_styles.css */
.border-100 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-100-rgb), var(--iota-border-opacity)) !important;
}

/* line 28439, app/assets/stylesheets/themes/_fc_styles.css */
.border-200 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-200-rgb), var(--iota-border-opacity)) !important;
}

/* line 28444, app/assets/stylesheets/themes/_fc_styles.css */
.border-300 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-300-rgb), var(--iota-border-opacity)) !important;
}

/* line 28449, app/assets/stylesheets/themes/_fc_styles.css */
.border-400 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-400-rgb), var(--iota-border-opacity)) !important;
}

/* line 28454, app/assets/stylesheets/themes/_fc_styles.css */
.border-500 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-500-rgb), var(--iota-border-opacity)) !important;
}

/* line 28459, app/assets/stylesheets/themes/_fc_styles.css */
.border-600 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-600-rgb), var(--iota-border-opacity)) !important;
}

/* line 28464, app/assets/stylesheets/themes/_fc_styles.css */
.border-700 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-700-rgb), var(--iota-border-opacity)) !important;
}

/* line 28469, app/assets/stylesheets/themes/_fc_styles.css */
.border-800 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-800-rgb), var(--iota-border-opacity)) !important;
}

/* line 28474, app/assets/stylesheets/themes/_fc_styles.css */
.border-900 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-900-rgb), var(--iota-border-opacity)) !important;
}

/* line 28479, app/assets/stylesheets/themes/_fc_styles.css */
.border-1000 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-1000-rgb), var(--iota-border-opacity)) !important;
}

/* line 28484, app/assets/stylesheets/themes/_fc_styles.css */
.border-1100 {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-gray-1100-rgb), var(--iota-border-opacity)) !important;
}

/* line 28489, app/assets/stylesheets/themes/_fc_styles.css */
.border-primary-subtle {
  border-color: var(--iota-primary-border-subtle) !important;
}

/* line 28493, app/assets/stylesheets/themes/_fc_styles.css */
.border-secondary-subtle {
  border-color: var(--iota-secondary-border-subtle) !important;
}

/* line 28497, app/assets/stylesheets/themes/_fc_styles.css */
.border-success-subtle {
  border-color: var(--iota-success-border-subtle) !important;
}

/* line 28501, app/assets/stylesheets/themes/_fc_styles.css */
.border-info-subtle {
  border-color: var(--iota-info-border-subtle) !important;
}

/* line 28505, app/assets/stylesheets/themes/_fc_styles.css */
.border-warning-subtle {
  border-color: var(--iota-warning-border-subtle) !important;
}

/* line 28509, app/assets/stylesheets/themes/_fc_styles.css */
.border-danger-subtle {
  border-color: var(--iota-danger-border-subtle) !important;
}

/* line 28513, app/assets/stylesheets/themes/_fc_styles.css */
.border-light-subtle {
  border-color: var(--iota-light-border-subtle) !important;
}

/* line 28517, app/assets/stylesheets/themes/_fc_styles.css */
.border-dark-subtle {
  border-color: var(--iota-dark-border-subtle) !important;
}

/* line 28521, app/assets/stylesheets/themes/_fc_styles.css */
.border-opacity-10 {
  --iota-border-opacity: 0.1
;
}

/* line 28525, app/assets/stylesheets/themes/_fc_styles.css */
.border-opacity-25 {
  --iota-border-opacity: 0.25
;
}

/* line 28529, app/assets/stylesheets/themes/_fc_styles.css */
.border-opacity-50 {
  --iota-border-opacity: 0.5
;
}

/* line 28533, app/assets/stylesheets/themes/_fc_styles.css */
.border-opacity-75 {
  --iota-border-opacity: 0.75
;
}

/* line 28537, app/assets/stylesheets/themes/_fc_styles.css */
.border-opacity-100 {
  --iota-border-opacity: 1
;
}

/* line 28541, app/assets/stylesheets/themes/_fc_styles.css */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  position: relative;
}

/* line 28545, app/assets/stylesheets/themes/_fc_styles.css */
.all-0, .ripple {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 28552, app/assets/stylesheets/themes/_fc_styles.css */
.absolute-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 28561, app/assets/stylesheets/themes/_fc_styles.css */
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 28570, app/assets/stylesheets/themes/_fc_styles.css */
.flex-between-center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 28579, app/assets/stylesheets/themes/_fc_styles.css */
.flex-end-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 28588, app/assets/stylesheets/themes/_fc_styles.css */
.flex-between-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 28597, app/assets/stylesheets/themes/_fc_styles.css */
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 28603, app/assets/stylesheets/themes/_fc_styles.css */
.link-100 {
  color: RGBA(var(--iota-gray-100-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-100-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-100-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28609, app/assets/stylesheets/themes/_fc_styles.css */
.link-100:hover, .link-100:focus {
  color: var(--iota-gray-link-hover-100);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-100);
  text-decoration-color: var(--iota-gray-link-hover-100);
}

/* line 28615, app/assets/stylesheets/themes/_fc_styles.css */
.link-200 {
  color: RGBA(var(--iota-gray-200-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-200-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-200-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28621, app/assets/stylesheets/themes/_fc_styles.css */
.link-200:hover, .link-200:focus {
  color: var(--iota-gray-link-hover-200);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-200);
  text-decoration-color: var(--iota-gray-link-hover-200);
}

/* line 28627, app/assets/stylesheets/themes/_fc_styles.css */
.link-300 {
  color: RGBA(var(--iota-gray-300-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-300-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-300-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28633, app/assets/stylesheets/themes/_fc_styles.css */
.link-300:hover, .link-300:focus {
  color: var(--iota-gray-link-hover-300);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-300);
  text-decoration-color: var(--iota-gray-link-hover-300);
}

/* line 28639, app/assets/stylesheets/themes/_fc_styles.css */
.link-400 {
  color: RGBA(var(--iota-gray-400-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-400-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-400-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28645, app/assets/stylesheets/themes/_fc_styles.css */
.link-400:hover, .link-400:focus {
  color: var(--iota-gray-link-hover-400);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-400);
  text-decoration-color: var(--iota-gray-link-hover-400);
}

/* line 28651, app/assets/stylesheets/themes/_fc_styles.css */
.link-500 {
  color: RGBA(var(--iota-gray-500-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-500-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-500-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28657, app/assets/stylesheets/themes/_fc_styles.css */
.link-500:hover, .link-500:focus {
  color: var(--iota-gray-link-hover-500);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-500);
  text-decoration-color: var(--iota-gray-link-hover-500);
}

/* line 28663, app/assets/stylesheets/themes/_fc_styles.css */
.link-600 {
  color: RGBA(var(--iota-gray-600-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-600-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-600-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28669, app/assets/stylesheets/themes/_fc_styles.css */
.link-600:hover, .link-600:focus {
  color: var(--iota-gray-link-hover-600);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-600);
  text-decoration-color: var(--iota-gray-link-hover-600);
}

/* line 28675, app/assets/stylesheets/themes/_fc_styles.css */
.link-700 {
  color: RGBA(var(--iota-gray-700-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-700-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-700-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28681, app/assets/stylesheets/themes/_fc_styles.css */
.link-700:hover, .link-700:focus {
  color: var(--iota-gray-link-hover-700);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-700);
  text-decoration-color: var(--iota-gray-link-hover-700);
}

/* line 28687, app/assets/stylesheets/themes/_fc_styles.css */
.link-800 {
  color: RGBA(var(--iota-gray-800-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-800-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-800-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28693, app/assets/stylesheets/themes/_fc_styles.css */
.link-800:hover, .link-800:focus {
  color: var(--iota-gray-link-hover-800);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-800);
  text-decoration-color: var(--iota-gray-link-hover-800);
}

/* line 28699, app/assets/stylesheets/themes/_fc_styles.css */
.link-900 {
  color: RGBA(var(--iota-gray-900-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-900-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-900-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28705, app/assets/stylesheets/themes/_fc_styles.css */
.link-900:hover, .link-900:focus {
  color: var(--iota-gray-link-hover-900);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-900);
  text-decoration-color: var(--iota-gray-link-hover-900);
}

/* line 28711, app/assets/stylesheets/themes/_fc_styles.css */
.link-1000 {
  color: RGBA(var(--iota-gray-1000-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-1000-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-1000-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28717, app/assets/stylesheets/themes/_fc_styles.css */
.link-1000:hover, .link-1000:focus {
  color: var(--iota-gray-link-hover-1000);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-1000);
  text-decoration-color: var(--iota-gray-link-hover-1000);
}

/* line 28723, app/assets/stylesheets/themes/_fc_styles.css */
.link-1100 {
  color: RGBA(var(--iota-gray-1100-rgb), var(--iota-link-opacity, 1));
  -webkit-text-decoration-color: RGBA(var(--iota-gray-1100-rgb), var(--iota-link-underline-opacity, 1));
  text-decoration-color: RGBA(var(--iota-gray-1100-rgb), var(--iota-link-underline-opacity, 1));
}

/* line 28729, app/assets/stylesheets/themes/_fc_styles.css */
.link-1100:hover, .link-1100:focus {
  color: var(--iota-gray-link-hover-1100);
  -webkit-text-decoration-color: var(--iota-gray-link-hover-1100);
  text-decoration-color: var(--iota-gray-link-hover-1100);
}

/* line 28735, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu {
  font-size: .8333333333rem;
  border-radius: .375rem;
}

/* line 28740, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-indicator {
  position: relative;
}

/* line 28744, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-indicator:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  height: .4rem;
  width: .4rem;
  border-right: 1px solid #5e6e82;
  border-bottom: 1px solid #5e6e82;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: border-color,-webkit-transform;
  transition-property: border-color,-webkit-transform;
  -o-transition-property: transform,border-color;
  transition-property: transform,border-color;
  transition-property: transform,border-color,-webkit-transform;
}

/* line 28770, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-indicator[aria-expanded=true]:after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

/* line 28776, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-caret-none:after, .dropdown-caret-none:before {
  display: none !important;
}

/* line 28780, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-md {
  min-width: 16.625rem;
}

/* line 28784, app/assets/stylesheets/themes/_fc_styles.css */
.safari .navbar-vertical .navbar-nav .nav {
  font-size: 14px;
}

/* line 28788, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical {
  position: fixed;
  display: inline-block;
  padding: 0;
  z-index: 1019;
  top: var(--iota-top-nav-height);
  width: 100%;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -1rem;
  background-image: none;
}

/* line 28804, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical + .content .navbar-top .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28810, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-brand {
  display: none;
}

/* line 28814, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .toggle-icon-wrapper {
  margin-left: -0.75rem;
  padding-left: .125rem;
  margin-right: 1.25rem;
}

/* line 28820, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-collapse {
  overflow: hidden;
}

/* line 28824, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-collapse .navbar-vertical-content {
  padding: 0 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: calc(100vh - var(--iota-top-nav-height));
}

/* line 28833, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-collapse .navbar-vertical-content > * {
  width: 100%;
  overflow: hidden;
}

/* line 28838, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-vertical-toggle {
  display: none;
}

/* line 28842, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .settings .btn-close-iota-container {
  position: absolute;
  right: 3px;
  top: 3px;
}

/* line 28848, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-vertical-divider {
  margin-top: .5625rem;
}

/* line 28852, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-vertical-label {
  font-size: .75rem;
}

/* line 28856, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .dropdown-indicator {
  padding-right: 1rem !important;
}

/* line 28860, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav {
  font-size: .875rem;
  font-weight: 500;
}

/* line 28865, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-link {
  word-break: break-word;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 28872, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-link-icon {
  width: 1.5rem;
  min-width: 1.5rem;
  font-size: .875rem;
}

/* line 28878, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: .8333333333rem;
}

/* line 28886, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
  padding: .2rem .2rem .2rem 1.5rem;
}

/* line 28890, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav .nav-item:last-child {
  margin-bottom: .35rem;
}

/* line 28894, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav .nav .nav-item .nav-link {
  padding-left: 2.625rem;
}

/* line 28898, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav .nav .nav .nav-item .nav-link {
  padding-left: 4.125rem;
}

/* line 28902, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav .nav .nav .nav .nav-item .nav-link {
  padding-left: 5.625rem;
}

/* line 28906, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card, .navbar-vertical.navbar-vibrant, .navbar-vertical.navbar-inverted {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 28911, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-collapse, .navbar-vertical.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-inverted .navbar-collapse {
  border-radius: .375rem;
}

/* line 28915, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-collapse, .navbar-vertical.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-inverted .navbar-vertical-content {
  max-height: calc(100vh - var(--iota-top-nav-height) - 1rem) !important;
}

/* line 28919, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-collapse {
  background-color: var(--iota-navbar-vertical-default-bg-color);
}

/* line 28923, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .navbar-vertical-label-wrapper {
  min-height: 1.125rem;
}

/* line 28927, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .navbar-vertical-label {
  color: var(--iota-navbar-vertical-default-label-color);
}

/* line 28931, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link {
  color: var(--iota-navbar-vertical-default-link-color);
}

/* line 28935, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
  border-color: var(--iota-navbar-vertical-default-link-color);
}

/* line 28939, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link:hover, .navbar-vertical .navbar-nav .nav-item .nav-link:focus {
  color: var(--iota-navbar-vertical-default-link-hover-color);
}

/* line 28943, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:hover:after, .navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:focus:after {
  border-color: var(--iota-navbar-vertical-default-link-hover-color);
}

/* line 28947, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link.active {
  color: var(--iota-navbar-vertical-default-link-active-color);
}

/* line 28951, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-nav .nav-item .nav-link.nav-link-disable {
  color: var(--iota-navbar-vertical-default-link-disable-color) !important;
}

/* line 28955, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical .navbar-vertical-divider {
  color: var(--iota-navbar-vertical-default-hr-color);
}

/* line 28959, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-collapse {
  background-color: var(--iota-navbar-vertical-inverted-bg-color);
}

/* line 28963, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .navbar-vertical-label-wrapper {
  min-height: 1.125rem;
}

/* line 28967, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .navbar-vertical-label {
  color: var(--iota-navbar-vertical-inverted-label-color);
}

/* line 28971, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link {
  color: var(--iota-navbar-vertical-inverted-link-color);
}

/* line 28975, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
  border-color: var(--iota-navbar-vertical-inverted-link-color);
}

/* line 28979, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link:hover, .navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link:focus {
  color: var(--iota-navbar-vertical-inverted-link-hover-color);
}

/* line 28983, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link.dropdown-indicator:hover:after, .navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link.dropdown-indicator:focus:after {
  border-color: var(--iota-navbar-vertical-inverted-link-hover-color);
}

/* line 28987, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link.active {
  color: var(--iota-navbar-vertical-inverted-link-active-color);
}

/* line 28991, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-nav .nav-item .nav-link.nav-link-disable {
  color: var(--iota-navbar-vertical-inverted-link-disable-color) !important;
}

/* line 28995, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-inverted .navbar-vertical-divider {
  color: var(--iota-navbar-vertical-inverted-hr-color);
}

/* line 28999, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-collapse {
  background-color: var(--iota-navbar-vertical-card-bg-color);
  -webkit-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}

/* line 29005, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .navbar-vertical-label-wrapper {
  min-height: 1.125rem;
}

/* line 29009, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .navbar-vertical-label {
  color: var(--iota-navbar-vertical-card-label-color);
}

/* line 29013, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link {
  color: var(--iota-navbar-vertical-card-link-color);
}

/* line 29017, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
  border-color: var(--iota-navbar-vertical-card-link-color);
}

/* line 29021, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link:hover, .navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link:focus {
  color: var(--iota-navbar-vertical-card-link-hover-color);
}

/* line 29025, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link.dropdown-indicator:hover:after, .navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link.dropdown-indicator:focus:after {
  border-color: var(--iota-navbar-vertical-card-link-hover-color);
}

/* line 29029, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link.active {
  color: var(--iota-navbar-vertical-card-link-active-color);
}

/* line 29033, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-nav .nav-item .nav-link.nav-link-disable {
  color: var(--iota-navbar-vertical-card-link-disable-color) !important;
}

/* line 29037, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-card .navbar-vertical-divider {
  color: var(--iota-navbar-vertical-card-hr-color);
}

/* line 29041, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-collapse {
  background-image: var(--iota-navbar-vertical-vibrant-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 29050, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .navbar-vertical-label-wrapper {
  min-height: 1.125rem;
}

/* line 29054, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .navbar-vertical-label {
  color: var(--iota-navbar-vertical-vibrant-label-color);
}

/* line 29058, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link {
  color: var(--iota-navbar-vertical-vibrant-link-color);
}

/* line 29062, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
  border-color: var(--iota-navbar-vertical-vibrant-link-color);
}

/* line 29066, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link:hover, .navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link:focus {
  color: var(--iota-navbar-vertical-vibrant-link-hover-color);
}

/* line 29070, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link.dropdown-indicator:hover:after, .navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link.dropdown-indicator:focus:after {
  border-color: var(--iota-navbar-vertical-vibrant-link-hover-color);
}

/* line 29074, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link.active {
  color: var(--iota-navbar-vertical-vibrant-link-active-color);
}

/* line 29078, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-nav .nav-item .nav-link.nav-link-disable {
  color: var(--iota-navbar-vertical-vibrant-link-disable-color) !important;
}

/* line 29082, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-vibrant .navbar-vertical-divider {
  color: var(--iota-navbar-vertical-vibrant-hr-color);
}

/* line 29086, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .navbar-vertical.navbar-default .scrollbar::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-default .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-default .dataTables_scrollBody::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-default .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .windows.chrome .navbar-vertical.navbar-default .picmo__emojiArea::-webkit-scrollbar-thumb {
  background-color: var(--iota-navbar-vertical-default-scrollbar-color);
}

/* line 29090, app/assets/stylesheets/themes/_fc_styles.css */
.windows.firefox .navbar-vertical.navbar-default .scrollbar, .windows.firefox .navbar-vertical.navbar-default .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-default .dataTables_scrollBody, .windows.firefox .navbar-vertical.navbar-default .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .windows.firefox .navbar-vertical.navbar-default .picmo__emojiArea {
  scrollbar-color: var(--iota-navbar-vertical-default-scrollbar-color) rgba(0, 0, 0, 0);
}

/* line 29094, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .navbar-vertical.navbar-inverted .scrollbar::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-inverted .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-inverted .dataTables_scrollBody::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-inverted .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .windows.chrome .navbar-vertical.navbar-inverted .picmo__emojiArea::-webkit-scrollbar-thumb {
  background-color: var(--iota-navbar-vertical-inverted-scrollbar-color);
}

/* line 29098, app/assets/stylesheets/themes/_fc_styles.css */
.windows.firefox .navbar-vertical.navbar-inverted .scrollbar, .windows.firefox .navbar-vertical.navbar-inverted .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-inverted .dataTables_scrollBody, .windows.firefox .navbar-vertical.navbar-inverted .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .windows.firefox .navbar-vertical.navbar-inverted .picmo__emojiArea {
  scrollbar-color: var(--iota-navbar-vertical-inverted-scrollbar-color) rgba(0, 0, 0, 0);
}

/* line 29102, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .navbar-vertical.navbar-card .scrollbar::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-card .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-card .dataTables_scrollBody::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-card .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .windows.chrome .navbar-vertical.navbar-card .picmo__emojiArea::-webkit-scrollbar-thumb {
  background-color: var(--iota-navbar-vertical-card-scrollbar-color);
}

/* line 29106, app/assets/stylesheets/themes/_fc_styles.css */
.windows.firefox .navbar-vertical.navbar-card .scrollbar, .windows.firefox .navbar-vertical.navbar-card .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-card .dataTables_scrollBody, .windows.firefox .navbar-vertical.navbar-card .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .windows.firefox .navbar-vertical.navbar-card .picmo__emojiArea {
  scrollbar-color: var(--iota-navbar-vertical-card-scrollbar-color) rgba(0, 0, 0, 0);
}

/* line 29110, app/assets/stylesheets/themes/_fc_styles.css */
.windows.chrome .navbar-vertical.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .windows.chrome .navbar-vertical.navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar-thumb, .windows.chrome .navbar-vertical.navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .windows.chrome .navbar-vertical.navbar-vibrant .picmo__emojiArea::-webkit-scrollbar-thumb {
  background-color: var(--iota-navbar-vertical-vibrant-scrollbar-color);
}

/* line 29114, app/assets/stylesheets/themes/_fc_styles.css */
.windows.firefox .navbar-vertical.navbar-vibrant .scrollbar, .windows.firefox .navbar-vertical.navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .windows.firefox .navbar-vertical.navbar-vibrant .dataTables_scrollBody, .windows.firefox .navbar-vertical.navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .windows.firefox .navbar-vertical.navbar-vibrant .picmo__emojiArea {
  scrollbar-color: var(--iota-navbar-vertical-vibrant-scrollbar-color) rgba(0, 0, 0, 0);
}

@media (min-width: 576px) {
  /* line 29119, app/assets/stylesheets/themes/_fc_styles.css */
  .container .navbar-vertical {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 29125, app/assets/stylesheets/themes/_fc_styles.css */
  .container .navbar-vertical {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 29131, app/assets/stylesheets/themes/_fc_styles.css */
  .container .navbar-vertical {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 29137, app/assets/stylesheets/themes/_fc_styles.css */
  .container .navbar-vertical {
    max-width: 1140px;
  }
}

@media (min-width: 1540px) {
  /* line 29143, app/assets/stylesheets/themes/_fc_styles.css */
  .container .navbar-vertical {
    max-width: 1480px;
  }
}

@media (min-width: 1540px) {
  /* line 29149, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl {
    max-width: 12.625rem;
    top: 0;
    height: 100vh;
    margin: 0;
  }
  /* line 29156, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl .nav-link {
    padding: .35rem 0;
  }
  /* line 29160, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl .navbar-brand {
    display: block;
    text-align: center;
  }
  /* line 29165, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl .navbar-collapse {
    margin-top: -0.3125rem;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-property: width,-webkit-box-shadow;
    transition-property: width,-webkit-box-shadow;
    -o-transition-property: width,box-shadow;
    transition-property: width,box-shadow;
    transition-property: width,box-shadow,-webkit-box-shadow;
    display: inline-block !important;
    width: 12.625rem;
  }
  /* line 29179, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl .navbar-vertical-content {
    width: 12.625rem;
    height: calc(100vh - var(--iota-top-nav-height));
    padding: .5rem 0 0 0;
  }
  /* line 29185, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl .navbar-vertical-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29191, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl.navbar-card, .navbar-vertical.navbar-expand-xxl.navbar-vibrant, .navbar-vertical.navbar-expand-xxl.navbar-inverted {
    padding: 0;
    max-width: 14.625rem !important;
  }
  /* line 29196, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-vertical-content {
    padding: .5rem .625rem 0 1rem !important;
  }
  /* line 29200, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xxl.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xxl.navbar-inverted .toggle-icon-wrapper {
    margin-left: .25rem;
    margin-right: 1.5rem;
  }
  /* line 29205, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
  /* line 29209, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl.navbar-card + .content, .navbar-vertical.navbar-expand-xxl.navbar-vibrant + .content, .navbar-vertical.navbar-expand-xxl.navbar-inverted + .content {
    margin-left: 15.625rem;
  }
  /* line 29213, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl + .content {
    margin-left: 15.625rem;
  }
  /* line 29217, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl + .content .navbar-top {
    position: sticky;
    top: 0;
  }
  /* line 29222, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xxl + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-xxl + .content .navbar-top .navbar-brand {
    display: none;
  }
  /* line 29226, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl {
    z-index: 1030;
    width: 3.125rem;
    height: 100vh;
  }
  /* line 29232, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-collapse {
    width: 3.125rem !important;
    margin-left: -1rem;
    overflow: hidden;
  }
  /* line 29238, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-vertical-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 29243, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-vertical-label {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29250, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .settings {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29257, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-toggle-icon {
    padding-right: .3125rem;
  }
  /* line 29261, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-toggle-icon:after {
    width: 75%;
  }
  /* line 29265, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl .navbar-toggle-icon:before {
    width: 50%;
  }
  /* line 29269, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl + .content {
    margin-left: 3.125rem;
  }
  /* line 29273, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl + .content .navbar-top {
    padding-left: 13.5rem;
  }
  /* line 29277, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-inverted {
    width: 4.125rem;
  }
  /* line 29281, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-collapse {
    width: 4.125rem;
    margin-left: 0;
  }
  /* line 29286, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-inverted + .content {
    margin-left: 4.125rem;
  }
  /* line 29290, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xxl.navbar-inverted + .content .navbar-top {
    padding-left: 12.5rem;
  }
  /* line 29294, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .nav-link-text {
    display: none;
  }
  /* line 29298, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xxl .navbar-vertical-divider {
    max-width: 2rem;
  }
  /* line 29302, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl {
    width: 12.625rem;
  }
  /* line 29306, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .navbar-collapse {
    width: 12.625rem !important;
  }
  /* line 29310, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .navbar-collapse {
    -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  }
  /* line 29315, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .settings {
    opacity: 1;
    padding-right: 0;
  }
  /* line 29320, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl .navbar-vertical-label {
    display: block;
  }
  /* line 29324, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-inverted {
    width: 14.625rem;
  }
  /* line 29328, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xxl.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 29334, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl {
    max-width: 12.625rem;
    top: 0;
    height: 100vh;
    margin: 0;
  }
  /* line 29341, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl .nav-link {
    padding: .35rem 0;
  }
  /* line 29345, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl .navbar-brand {
    display: block;
    text-align: center;
  }
  /* line 29350, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    margin-top: -0.3125rem;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-property: width,-webkit-box-shadow;
    transition-property: width,-webkit-box-shadow;
    -o-transition-property: width,box-shadow;
    transition-property: width,box-shadow;
    transition-property: width,box-shadow,-webkit-box-shadow;
    display: inline-block !important;
    width: 12.625rem;
  }
  /* line 29364, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl .navbar-vertical-content {
    width: 12.625rem;
    height: calc(100vh - var(--iota-top-nav-height));
    padding: .5rem 0 0 0;
  }
  /* line 29370, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl .navbar-vertical-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29376, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl.navbar-card, .navbar-vertical.navbar-expand-xl.navbar-vibrant, .navbar-vertical.navbar-expand-xl.navbar-inverted {
    padding: 0;
    max-width: 14.625rem !important;
  }
  /* line 29381, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-vertical-content {
    padding: .5rem .625rem 0 1rem !important;
  }
  /* line 29385, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xl.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xl.navbar-inverted .toggle-icon-wrapper {
    margin-left: .25rem;
    margin-right: 1.5rem;
  }
  /* line 29390, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-xl.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
  /* line 29394, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl.navbar-card + .content, .navbar-vertical.navbar-expand-xl.navbar-vibrant + .content, .navbar-vertical.navbar-expand-xl.navbar-inverted + .content {
    margin-left: 15.625rem;
  }
  /* line 29398, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl + .content {
    margin-left: 15.625rem;
  }
  /* line 29402, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl + .content .navbar-top {
    position: sticky;
    top: 0;
  }
  /* line 29407, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-xl + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-xl + .content .navbar-top .navbar-brand {
    display: none;
  }
  /* line 29411, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl {
    z-index: 1030;
    width: 3.125rem;
    height: 100vh;
  }
  /* line 29417, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-collapse {
    width: 3.125rem !important;
    margin-left: -1rem;
    overflow: hidden;
  }
  /* line 29423, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-vertical-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 29428, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-vertical-label {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29435, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .settings {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29442, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-toggle-icon {
    padding-right: .3125rem;
  }
  /* line 29446, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-toggle-icon:after {
    width: 75%;
  }
  /* line 29450, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl .navbar-toggle-icon:before {
    width: 50%;
  }
  /* line 29454, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl + .content {
    margin-left: 3.125rem;
  }
  /* line 29458, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl + .content .navbar-top {
    padding-left: 13.5rem;
  }
  /* line 29462, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-inverted {
    width: 4.125rem;
  }
  /* line 29466, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-collapse {
    width: 4.125rem;
    margin-left: 0;
  }
  /* line 29471, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-inverted + .content {
    margin-left: 4.125rem;
  }
  /* line 29475, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xl.navbar-inverted + .content .navbar-top {
    padding-left: 12.5rem;
  }
  /* line 29479, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .nav-link-text {
    display: none;
  }
  /* line 29483, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xl .navbar-vertical-divider {
    max-width: 2rem;
  }
  /* line 29487, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl {
    width: 12.625rem;
  }
  /* line 29491, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .navbar-collapse {
    width: 12.625rem !important;
  }
  /* line 29495, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .navbar-collapse {
    -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  }
  /* line 29500, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .settings {
    opacity: 1;
    padding-right: 0;
  }
  /* line 29505, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl .navbar-vertical-label {
    display: block;
  }
  /* line 29509, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-inverted {
    width: 14.625rem;
  }
  /* line 29513, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xl.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
}

@media (min-width: 992px) {
  /* line 29519, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg {
    max-width: 12.625rem;
    top: 0;
    height: 100vh;
    margin: 0;
  }
  /* line 29526, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg .nav-link {
    padding: .35rem 0;
  }
  /* line 29530, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg .navbar-brand {
    display: block;
    text-align: center;
  }
  /* line 29535, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    margin-top: -0.3125rem;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-property: width,-webkit-box-shadow;
    transition-property: width,-webkit-box-shadow;
    -o-transition-property: width,box-shadow;
    transition-property: width,box-shadow;
    transition-property: width,box-shadow,-webkit-box-shadow;
    display: inline-block !important;
    width: 12.625rem;
  }
  /* line 29549, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
    width: 12.625rem;
    height: calc(100vh - var(--iota-top-nav-height));
    padding: .5rem 0 0 0;
  }
  /* line 29555, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg .navbar-vertical-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29561, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg.navbar-card, .navbar-vertical.navbar-expand-lg.navbar-vibrant, .navbar-vertical.navbar-expand-lg.navbar-inverted {
    padding: 0;
    max-width: 14.625rem !important;
  }
  /* line 29566, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-vertical-content {
    padding: .5rem .625rem 0 1rem !important;
  }
  /* line 29570, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-lg.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-lg.navbar-inverted .toggle-icon-wrapper {
    margin-left: .25rem;
    margin-right: 1.5rem;
  }
  /* line 29575, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-lg.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
  /* line 29579, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg.navbar-card + .content, .navbar-vertical.navbar-expand-lg.navbar-vibrant + .content, .navbar-vertical.navbar-expand-lg.navbar-inverted + .content {
    margin-left: 15.625rem;
  }
  /* line 29583, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg + .content {
    margin-left: 15.625rem;
  }
  /* line 29587, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg + .content .navbar-top {
    position: sticky;
    top: 0;
  }
  /* line 29592, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-lg + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-lg + .content .navbar-top .navbar-brand {
    display: none;
  }
  /* line 29596, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg {
    z-index: 1030;
    width: 3.125rem;
    height: 100vh;
  }
  /* line 29602, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-collapse {
    width: 3.125rem !important;
    margin-left: -1rem;
    overflow: hidden;
  }
  /* line 29608, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-vertical-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 29613, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-vertical-label {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29620, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .settings {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29627, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-toggle-icon {
    padding-right: .3125rem;
  }
  /* line 29631, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-toggle-icon:after {
    width: 75%;
  }
  /* line 29635, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg .navbar-toggle-icon:before {
    width: 50%;
  }
  /* line 29639, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg + .content {
    margin-left: 3.125rem;
  }
  /* line 29643, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg + .content .navbar-top {
    padding-left: 13.5rem;
  }
  /* line 29647, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-inverted {
    width: 4.125rem;
  }
  /* line 29651, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-collapse {
    width: 4.125rem;
    margin-left: 0;
  }
  /* line 29656, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-inverted + .content {
    margin-left: 4.125rem;
  }
  /* line 29660, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-lg.navbar-inverted + .content .navbar-top {
    padding-left: 12.5rem;
  }
  /* line 29664, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .nav-link-text {
    display: none;
  }
  /* line 29668, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-lg .navbar-vertical-divider {
    max-width: 2rem;
  }
  /* line 29672, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg {
    width: 12.625rem;
  }
  /* line 29676, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .navbar-collapse {
    width: 12.625rem !important;
  }
  /* line 29680, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .navbar-collapse {
    -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  }
  /* line 29685, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .settings {
    opacity: 1;
    padding-right: 0;
  }
  /* line 29690, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg .navbar-vertical-label {
    display: block;
  }
  /* line 29694, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-inverted {
    width: 14.625rem;
  }
  /* line 29698, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-lg.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
}

@media (min-width: 768px) {
  /* line 29704, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md {
    max-width: 12.625rem;
    top: 0;
    height: 100vh;
    margin: 0;
  }
  /* line 29711, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md .nav-link {
    padding: .35rem 0;
  }
  /* line 29715, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md .navbar-brand {
    display: block;
    text-align: center;
  }
  /* line 29720, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    margin-top: -0.3125rem;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-property: width,-webkit-box-shadow;
    transition-property: width,-webkit-box-shadow;
    -o-transition-property: width,box-shadow;
    transition-property: width,box-shadow;
    transition-property: width,box-shadow,-webkit-box-shadow;
    display: inline-block !important;
    width: 12.625rem;
  }
  /* line 29734, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md .navbar-vertical-content {
    width: 12.625rem;
    height: calc(100vh - var(--iota-top-nav-height));
    padding: .5rem 0 0 0;
  }
  /* line 29740, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md .navbar-vertical-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29746, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md.navbar-card, .navbar-vertical.navbar-expand-md.navbar-vibrant, .navbar-vertical.navbar-expand-md.navbar-inverted {
    padding: 0;
    max-width: 14.625rem !important;
  }
  /* line 29751, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-vertical-content {
    padding: .5rem .625rem 0 1rem !important;
  }
  /* line 29755, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-md.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-md.navbar-inverted .toggle-icon-wrapper {
    margin-left: .25rem;
    margin-right: 1.5rem;
  }
  /* line 29760, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-md.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
  /* line 29764, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md.navbar-card + .content, .navbar-vertical.navbar-expand-md.navbar-vibrant + .content, .navbar-vertical.navbar-expand-md.navbar-inverted + .content {
    margin-left: 15.625rem;
  }
  /* line 29768, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md + .content {
    margin-left: 15.625rem;
  }
  /* line 29772, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md + .content .navbar-top {
    position: sticky;
    top: 0;
  }
  /* line 29777, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-md + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-md + .content .navbar-top .navbar-brand {
    display: none;
  }
  /* line 29781, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md {
    z-index: 1030;
    width: 3.125rem;
    height: 100vh;
  }
  /* line 29787, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-collapse {
    width: 3.125rem !important;
    margin-left: -1rem;
    overflow: hidden;
  }
  /* line 29793, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-vertical-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 29798, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-vertical-label {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29805, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .settings {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29812, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-toggle-icon {
    padding-right: .3125rem;
  }
  /* line 29816, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-toggle-icon:after {
    width: 75%;
  }
  /* line 29820, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md .navbar-toggle-icon:before {
    width: 50%;
  }
  /* line 29824, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md + .content {
    margin-left: 3.125rem;
  }
  /* line 29828, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md + .content .navbar-top {
    padding-left: 13.5rem;
  }
  /* line 29832, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-inverted {
    width: 4.125rem;
  }
  /* line 29836, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-collapse {
    width: 4.125rem;
    margin-left: 0;
  }
  /* line 29841, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-inverted + .content {
    margin-left: 4.125rem;
  }
  /* line 29845, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-md.navbar-inverted + .content .navbar-top {
    padding-left: 12.5rem;
  }
  /* line 29849, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .nav-link-text {
    display: none;
  }
  /* line 29853, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-md .navbar-vertical-divider {
    max-width: 2rem;
  }
  /* line 29857, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md {
    width: 12.625rem;
  }
  /* line 29861, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .navbar-collapse {
    width: 12.625rem !important;
  }
  /* line 29865, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .navbar-collapse {
    -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  }
  /* line 29870, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .settings {
    opacity: 1;
    padding-right: 0;
  }
  /* line 29875, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md .navbar-vertical-label {
    display: block;
  }
  /* line 29879, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-inverted {
    width: 14.625rem;
  }
  /* line 29883, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-md.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
}

@media (min-width: 576px) {
  /* line 29889, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm {
    max-width: 12.625rem;
    top: 0;
    height: 100vh;
    margin: 0;
  }
  /* line 29896, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm .nav-link {
    padding: .35rem 0;
  }
  /* line 29900, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm .navbar-brand {
    display: block;
    text-align: center;
  }
  /* line 29905, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    margin-top: -0.3125rem;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    -webkit-transition-property: width,-webkit-box-shadow;
    transition-property: width,-webkit-box-shadow;
    -o-transition-property: width,box-shadow;
    transition-property: width,box-shadow;
    transition-property: width,box-shadow,-webkit-box-shadow;
    display: inline-block !important;
    width: 12.625rem;
  }
  /* line 29919, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm .navbar-vertical-content {
    width: 12.625rem;
    height: calc(100vh - var(--iota-top-nav-height));
    padding: .5rem 0 0 0;
  }
  /* line 29925, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm .navbar-vertical-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 29931, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm.navbar-card, .navbar-vertical.navbar-expand-sm.navbar-vibrant, .navbar-vertical.navbar-expand-sm.navbar-inverted {
    padding: 0;
    max-width: 14.625rem !important;
  }
  /* line 29936, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-vertical-content {
    padding: .5rem .625rem 0 1rem !important;
  }
  /* line 29940, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-sm.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-sm.navbar-inverted .toggle-icon-wrapper {
    margin-left: .25rem;
    margin-right: 1.5rem;
  }
  /* line 29945, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-sm.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
  /* line 29949, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm.navbar-card + .content, .navbar-vertical.navbar-expand-sm.navbar-vibrant + .content, .navbar-vertical.navbar-expand-sm.navbar-inverted + .content {
    margin-left: 15.625rem;
  }
  /* line 29953, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm + .content {
    margin-left: 15.625rem;
  }
  /* line 29957, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm + .content .navbar-top {
    position: sticky;
    top: 0;
  }
  /* line 29962, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical.navbar-expand-sm + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-sm + .content .navbar-top .navbar-brand {
    display: none;
  }
  /* line 29966, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm {
    z-index: 1030;
    width: 3.125rem;
    height: 100vh;
  }
  /* line 29972, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-collapse {
    width: 3.125rem !important;
    margin-left: -1rem;
    overflow: hidden;
  }
  /* line 29978, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-vertical-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 29983, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-vertical-label {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29990, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .settings {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  /* line 29997, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-toggle-icon {
    padding-right: .3125rem;
  }
  /* line 30001, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-toggle-icon:after {
    width: 75%;
  }
  /* line 30005, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm .navbar-toggle-icon:before {
    width: 50%;
  }
  /* line 30009, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm + .content {
    margin-left: 3.125rem;
  }
  /* line 30013, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm + .content .navbar-top {
    padding-left: 13.5rem;
  }
  /* line 30017, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-inverted {
    width: 4.125rem;
  }
  /* line 30021, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-collapse {
    width: 4.125rem;
    margin-left: 0;
  }
  /* line 30026, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-inverted + .content {
    margin-left: 4.125rem;
  }
  /* line 30030, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-sm.navbar-inverted + .content .navbar-top {
    padding-left: 12.5rem;
  }
  /* line 30034, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .nav-link-text {
    display: none;
  }
  /* line 30038, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-sm .navbar-vertical-divider {
    max-width: 2rem;
  }
  /* line 30042, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm {
    width: 12.625rem;
  }
  /* line 30046, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .navbar-collapse {
    width: 12.625rem !important;
  }
  /* line 30050, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .navbar-collapse {
    -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  }
  /* line 30055, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .settings {
    opacity: 1;
    padding-right: 0;
  }
  /* line 30060, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm .navbar-vertical-label {
    display: block;
  }
  /* line 30064, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-inverted {
    width: 14.625rem;
  }
  /* line 30068, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-sm.navbar-inverted .navbar-vertical-content {
    width: 14.625rem !important;
  }
}

/* line 30073, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs {
  max-width: 12.625rem;
  top: 0;
  height: 100vh;
  margin: 0;
}

/* line 30080, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs .nav-link {
  padding: .35rem 0;
}

/* line 30084, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs .navbar-brand {
  display: block;
  text-align: center;
}

/* line 30089, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  margin-top: -0.3125rem;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
  -webkit-transition-property: width,-webkit-box-shadow;
  transition-property: width,-webkit-box-shadow;
  -o-transition-property: width,box-shadow;
  transition-property: width,box-shadow;
  transition-property: width,box-shadow,-webkit-box-shadow;
  display: inline-block !important;
  width: 12.625rem;
}

/* line 30103, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs .navbar-vertical-content {
  width: 12.625rem;
  height: calc(100vh - var(--iota-top-nav-height));
  padding: .5rem 0 0 0;
}

/* line 30109, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs .navbar-vertical-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 30115, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs.navbar-card, .navbar-vertical.navbar-expand-xs.navbar-vibrant, .navbar-vertical.navbar-expand-xs.navbar-inverted {
  padding: 0;
  max-width: 14.625rem !important;
}

/* line 30120, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-vertical-content {
  padding: .5rem .625rem 0 1rem !important;
}

/* line 30124, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs.navbar-card .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xs.navbar-vibrant .toggle-icon-wrapper, .navbar-vertical.navbar-expand-xs.navbar-inverted .toggle-icon-wrapper {
  margin-left: .25rem;
  margin-right: 1.5rem;
}

/* line 30129, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs.navbar-card .navbar-collapse, .navbar-vertical.navbar-expand-xs.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-collapse, .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-vertical-content, .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-vertical-content {
  width: 14.625rem !important;
}

/* line 30133, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs.navbar-card + .content, .navbar-vertical.navbar-expand-xs.navbar-vibrant + .content, .navbar-vertical.navbar-expand-xs.navbar-inverted + .content {
  margin-left: 15.625rem;
}

/* line 30137, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs + .content {
  margin-left: 15.625rem;
}

/* line 30141, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs + .content .navbar-top {
  position: sticky;
  top: 0;
}

/* line 30146, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical.navbar-expand-xs + .content .navbar-top .navbar-toggler, .navbar-vertical.navbar-expand-xs + .content .navbar-top .navbar-brand {
  display: none;
}

/* line 30150, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs {
  z-index: 1030;
  width: 3.125rem;
  height: 100vh;
}

/* line 30156, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-collapse {
  width: 3.125rem !important;
  margin-left: -1rem;
  overflow: hidden;
}

/* line 30162, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-vertical-content {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 30167, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-vertical-label {
  display: none;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 30174, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .dropdown-indicator:after, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .nav-link-text, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .settings {
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 30181, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-toggle-icon {
  padding-right: .3125rem;
}

/* line 30185, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-toggle-icon:after {
  width: 75%;
}

/* line 30189, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs .navbar-toggle-icon:before {
  width: 50%;
}

/* line 30193, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs + .content {
  margin-left: 3.125rem;
}

/* line 30197, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs + .content .navbar-top {
  padding-left: 13.5rem;
}

/* line 30201, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-card, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-vibrant, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-inverted {
  width: 4.125rem;
}

/* line 30205, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-card .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-collapse {
  width: 4.125rem;
  margin-left: 0;
}

/* line 30210, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-card + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-vibrant + .content, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-inverted + .content {
  margin-left: 4.125rem;
}

/* line 30214, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-card + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-vibrant + .content .navbar-top, .navbar-vertical-collapsed .navbar-vertical.navbar-expand-xs.navbar-inverted + .content .navbar-top {
  padding-left: 12.5rem;
}

/* line 30218, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .navbar-collapse, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .nav.collapse.show, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .nav-link .badge, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .settings, .navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .nav-link-text {
  display: none;
}

/* line 30222, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed:not(.navbar-vertical-collapsed-hover) .navbar-vertical.navbar-expand-xs .navbar-vertical-divider {
  max-width: 2rem;
}

/* line 30226, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs {
  width: 12.625rem;
}

/* line 30230, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .navbar-collapse {
  width: 12.625rem !important;
}

/* line 30234, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .navbar-collapse {
  -webkit-box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.625rem 0 0.625rem -0.5625rem rgba(0, 0, 0, 0.2);
}

/* line 30239, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .dropdown-indicator:after, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .nav-link-text, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .settings {
  opacity: 1;
  padding-right: 0;
}

/* line 30244, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs .navbar-vertical-label {
  display: block;
}

/* line 30248, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-card, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-vibrant, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-inverted {
  width: 14.625rem;
}

/* line 30252, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-card .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-card .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-vibrant .navbar-vertical-content, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-collapse, .navbar-vertical-collapsed-hover .navbar-vertical.navbar-expand-xs.navbar-inverted .navbar-vertical-content {
  width: 14.625rem !important;
}

/* line 30256, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top {
  position: sticky;
  top: 0;
  font-size: .8333333333rem;
  font-weight: 600;
  margin-left: -1rem;
  margin-right: -1rem;
  z-index: 1020;
  background-image: none;
  min-height: var(--iota-top-nav-height);
}

/* line 30268, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top .navbar-nav-icons .dropdown-menu {
  position: absolute;
}

/* line 30272, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top .navbar-collapse {
  overflow: auto;
  max-height: calc(100vh - var(--iota-top-nav-height));
  margin: 0 -0.75rem;
  padding: 0 .75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 30285, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top .navbar-toggler {
  margin-left: -0.625rem;
}

/* line 30289, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top[data-navbar-top=combo] .navbar-collapse {
  width: auto;
}

/* line 30293, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-card {
  padding: 0;
}

/* line 30297, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-card .card {
  border: 0;
}

/* line 30301, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-toggler {
  border: 0;
  padding: 0;
}

/* line 30306, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
  display: none;
}

/* line 30310, app/assets/stylesheets/themes/_fc_styles.css */
.settings-popover {
  position: relative;
  padding: 0;
  height: .875rem;
  width: .875rem;
  outline: none;
}

@media (min-width: 576px) {
  /* line 30319, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 30331, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  /* line 30335, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm.navbar-standard .navbar-collapse {
    max-height: none;
  }
  /* line 30339, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-sm.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-sm.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  /* line 30343, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar.navbar-expand-sm:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}

@media (min-width: 768px) {
  /* line 30349, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 30361, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  /* line 30365, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md.navbar-standard .navbar-collapse {
    max-height: none;
  }
  /* line 30369, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-md.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-md.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  /* line 30373, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar.navbar-expand-md:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}

@media (min-width: 992px) {
  /* line 30379, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 30391, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  /* line 30395, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg.navbar-standard .navbar-collapse {
    max-height: none;
  }
  /* line 30399, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-lg.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-lg.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  /* line 30403, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar.navbar-expand-lg:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}

@media (min-width: 1200px) {
  /* line 30409, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 30421, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  /* line 30425, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl.navbar-standard .navbar-collapse {
    max-height: none;
  }
  /* line 30429, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xl.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-xl.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  /* line 30433, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar.navbar-expand-xl:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}

@media (min-width: 1540px) {
  /* line 30439, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl.navbar-top .navbar-collapse {
    max-height: none;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  /* line 30451, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl.navbar .max-h-dropdown {
    max-height: 75vh;
  }
  /* line 30455, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl.navbar-standard .navbar-collapse {
    max-height: none;
  }
  /* line 30459, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-expand-xxl.navbar-top .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after, .navbar-expand-xxl.navbar-standard .navbar-nav:not(.navbar-nav-icons) .dropdown-menu:after {
    display: block;
  }
  /* line 30463, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar.navbar-expand-xxl:not(.navbar-vertical) .navbar-collapse {
    overflow: visible !important;
  }
}

/* line 30468, app/assets/stylesheets/themes/_fc_styles.css */
.img-dropdown {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 30474, app/assets/stylesheets/themes/_fc_styles.css */
html[dir=rtl] .img-dropdown {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (min-width: 768px) {
  /* line 30481, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-components {
    min-width: 28.8125rem;
  }
  /* line 30485, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-auth {
    min-width: 21rem;
  }
  /* line 30489, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-pages {
    min-width: 28rem;
  }
  /* line 30493, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-app {
    min-width: 32rem;
  }
}

@media (min-width: 992px) {
  /* line 30499, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-login {
    min-width: 22rem;
  }
}

@media (min-width: 1540px) {
  /* line 30505, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-components {
    min-width: 53.125rem;
  }
  /* line 30509, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-pages {
    min-width: 45rem;
  }
}

@media (min-width: 1540px) {
  /* line 30515, app/assets/stylesheets/themes/_fc_styles.css */
  .navbar-card-auth {
    min-width: 40.625rem;
  }
}

/* line 30520, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle {
  position: relative;
  height: 30px;
  width: 30px;
}

/* line 30526, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle .theme-control-toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--iota-gray-300);
  color: var(--iota-primary);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 30550, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle .theme-control-toggle-label:hover {
  background-color: var(--iota-gray-400);
}

/* line 30554, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle .theme-control-toggle-input {
  display: none;
}

/* line 30558, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle .theme-control-toggle-input:checked ~ .theme-control-toggle-dark {
  opacity: 0;
  z-index: -1;
}

/* line 30563, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-toggle .theme-control-toggle-input:not(:checked) ~ .theme-control-toggle-light {
  opacity: 0;
  z-index: -1;
}

/* line 30568, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-toggle:after {
  margin-left: .125rem !important;
}

/* line 30572, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-menu {
  --iota-dropdown-min-width: 8rem
;
}

/* line 30576, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-menu.dropdown-menu-end {
  right: 1px !important;
}

/* line 30580, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-menu .dropdown-item {
  padding-left: .75rem !important;
  padding-right: .75rem !important;
}

/* line 30585, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-menu .dropdown-item.active {
  color: var(--iota-gray-900);
  background-color: #edf2f9;
}

/* line 30590, app/assets/stylesheets/themes/_fc_styles.css */
.theme-control-dropdown .dropdown-menu .dropdown-item:not(.active) .dropdown-check-icon {
  display: none;
}

/* line 30594, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-standard .theme-control-dropdown .dropdown-menu .dropdown-item.active, .navbar-standard .theme-control-dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--iota-gray-700);
}

/* line 30598, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-standard .theme-control-dropdown .dropdown-menu.dropdown-menu-end {
  right: -0.25rem !important;
}

/* line 30602, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-standard .collapse.show .theme-control-dropdown {
  width: 100%;
}

/* line 30606, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dropdown-menu .dropdown-item.active {
  background-color: #0b1727;
}

/* line 30610, app/assets/stylesheets/themes/_fc_styles.css */
.theme-switch-toggle .theme-switch-toggle-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5rem .5rem;
  margin-bottom: 0;
  display: none;
  color: rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 30631, app/assets/stylesheets/themes/_fc_styles.css */
.theme-switch-toggle .theme-switch-toggle-label:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 992px) {
  /* line 30636, app/assets/stylesheets/themes/_fc_styles.css */
  .theme-switch-toggle .theme-switch-toggle-label {
    display: block;
  }
}

/* line 30641, app/assets/stylesheets/themes/_fc_styles.css */
.theme-switch-toggle .theme-switch-toggle-input {
  display: none;
}

/* line 30645, app/assets/stylesheets/themes/_fc_styles.css */
.theme-switch-toggle .theme-switch-toggle-input:checked ~ .theme-switch-toggle-dark {
  display: none;
}

/* line 30649, app/assets/stylesheets/themes/_fc_styles.css */
.theme-switch-toggle .theme-switch-toggle-input:not(:checked) ~ .theme-switch-toggle-light {
  display: none;
}

/* line 30653, app/assets/stylesheets/themes/_fc_styles.css */
.search-box {
  position: relative;
  width: 21rem;
  font-size: .8333333333rem;
}

/* line 30659, app/assets/stylesheets/themes/_fc_styles.css */
.search-box .search-box-icon {
  position: absolute;
  color: var(--iota-gray-400);
  top: 50%;
  left: .9rem;
  -webkit-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  transform: translateY(-48%);
}

/* line 30669, app/assets/stylesheets/themes/_fc_styles.css */
.search-box .search-input {
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.7;
  border-radius: 50rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 30678, app/assets/stylesheets/themes/_fc_styles.css */
.search-box .search-input::-webkit-search-cancel-button {
  display: none;
}

/* line 30682, app/assets/stylesheets/themes/_fc_styles.css */
.search-box [data-bs-toggle=search]:not(.show) + [data-bs-dismiss=search] {
  display: none;
}

/* line 30686, app/assets/stylesheets/themes/_fc_styles.css */
.search-box .file-thumbnail {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 30691, app/assets/stylesheets/themes/_fc_styles.css */
.safari .search-box .search-input {
  line-height: 2;
}

/* line 30695, app/assets/stylesheets/themes/_fc_styles.css */
.avatar {
  position: relative;
  display: inline-block;
}

/* line 30700, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-name {
  background-color: var(--iota-avatar-name-bg);
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

/* line 30710, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-name > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/* line 30718, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-emoji {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 30732, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-emoji > span {
  -webkit-transform: translateY(2%);
  -ms-transform: translateY(2%);
  transform: translateY(2%);
  display: inline-block;
}

/* line 30739, app/assets/stylesheets/themes/_fc_styles.css */
.avatar img {
  display: block;
}

/* line 30743, app/assets/stylesheets/themes/_fc_styles.css */
.avatar img, .avatar .avatar-name {
  width: 100%;
  height: 100%;
}

/* line 30748, app/assets/stylesheets/themes/_fc_styles.css */
.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 30753, app/assets/stylesheets/themes/_fc_styles.css */
.avatar[class*=status-]:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
}

/* line 30760, app/assets/stylesheets/themes/_fc_styles.css */
.avatar.status-online:before {
  background-color: var(--iota-success);
}

/* line 30764, app/assets/stylesheets/themes/_fc_styles.css */
.avatar.status-offline:before {
  background-color: var(--iota-secondary);
}

/* line 30768, app/assets/stylesheets/themes/_fc_styles.css */
.avatar.status-away:before {
  background-color: var(--iota-warning);
}

/* line 30772, app/assets/stylesheets/themes/_fc_styles.css */
.avatar.status-do-not-disturb:before {
  background-color: var(--iota-danger);
}

/* line 30776, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-button {
  background-color: var(--iota-avatar-button-bg) !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid var(--iota-avatar-button-bg);
  font-size: 12px;
}

/* line 30785, app/assets/stylesheets/themes/_fc_styles.css */
.avatar .avatar-button:hover, .avatar .avatar-button:focus {
  background-color: var(--iota-avatar-button-hover-bg) !important;
}

/* line 30789, app/assets/stylesheets/themes/_fc_styles.css */
.avatar:hover .overlay-icon {
  opacity: 1;
}

/* line 30793, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-s {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 30798, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-s .avatar-name {
  font-size: 0.4166666667rem;
}

/* line 30802, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-s .avatar-emoji {
  font-size: 1.25rem;
}

/* line 30806, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-s[class*=status-]:before {
  border: 1px solid var(--iota-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}

/* line 30814, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-s .rounded-soft {
  border-radius: .2083333333rem !important;
}

/* line 30818, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-m {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 30823, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-m .avatar-name {
  font-size: 0.5rem;
}

/* line 30827, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-m .avatar-emoji {
  font-size: 1.5rem;
}

/* line 30831, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-m[class*=status-]:before {
  border: 1px solid var(--iota-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}

/* line 30839, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-m .rounded-soft {
  border-radius: .25rem !important;
}

/* line 30843, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-l {
  height: 1.75rem;
  width: 1.75rem;
}

/* line 30848, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-l .avatar-name {
  font-size: 0.5833333333rem;
}

/* line 30852, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-l .avatar-emoji {
  font-size: 1.75rem;
}

/* line 30856, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-l[class*=status-]:before {
  border: 1px solid var(--iota-avatar-status-border-color);
  height: 9px;
  width: 9px;
  right: -1px;
  bottom: -1px;
}

/* line 30864, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-l .rounded-soft {
  border-radius: .2916666667rem !important;
}

/* line 30868, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-xl {
  height: 2rem;
  width: 2rem;
}

/* line 30873, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-xl .avatar-name {
  font-size: 0.6666666667rem;
}

/* line 30877, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-xl .avatar-emoji {
  font-size: 2rem;
}

/* line 30881, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-xl[class*=status-]:before {
  border: 2px solid var(--iota-avatar-status-border-color);
  height: .813rem;
  width: .813rem;
  right: -2px;
  bottom: -2px;
}

/* line 30889, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-xl .rounded-soft {
  border-radius: .3333333333rem !important;
}

/* line 30893, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-2xl {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 30898, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-2xl .avatar-name {
  font-size: 0.8333333333rem;
}

/* line 30902, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-2xl .avatar-emoji {
  font-size: 2.5rem;
}

/* line 30906, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-2xl[class*=status-]:before {
  border: 2px solid var(--iota-avatar-status-border-color);
  height: 16px;
  width: 16px;
  right: -3px;
  bottom: -3px;
}

/* line 30914, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-2xl .rounded-soft {
  border-radius: .4166666667rem !important;
}

/* line 30918, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-3xl {
  height: 3.5rem;
  width: 3.5rem;
}

/* line 30923, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-3xl .avatar-name {
  font-size: 1.1666666667rem;
}

/* line 30927, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-3xl .avatar-emoji {
  font-size: 3.5rem;
}

/* line 30931, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-3xl[class*=status-]:before {
  border: 3px solid var(--iota-avatar-status-border-color);
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 0;
}

/* line 30939, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-3xl .rounded-soft {
  border-radius: .5833333333rem !important;
}

/* line 30943, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-4xl {
  height: 6.125rem;
  width: 6.125rem;
}

/* line 30948, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-4xl .avatar-name {
  font-size: 2.0416666667rem;
}

/* line 30952, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-4xl .avatar-emoji {
  font-size: 6.125rem;
}

/* line 30956, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-4xl[class*=status-]:before {
  border: 3px solid var(--iota-avatar-status-border-color);
  height: 24px;
  width: 24px;
  right: 3px;
  bottom: 3px;
}

/* line 30964, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-4xl .rounded-soft {
  border-radius: 1.0208333333rem !important;
}

/* line 30968, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-5xl {
  height: 10.5rem;
  width: 10.5rem;
}

/* line 30973, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-5xl .avatar-name {
  font-size: 3.5rem;
}

/* line 30977, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-5xl .avatar-emoji {
  font-size: 10.5rem;
}

/* line 30981, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-5xl[class*=status-]:before {
  border: 4px solid var(--iota-avatar-status-border-color);
  height: 32px;
  width: 32px;
  right: 8px;
  bottom: 8px;
}

/* line 30989, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-5xl .rounded-soft {
  border-radius: 1.75rem !important;
}

/* line 30993, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 31001, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group .avatar-s:not(:first-child), .avatar-group .avatar-m:not(:first-child), .avatar-group .avatar-l:not(:first-child), .avatar-group .avatar-xl:not(:first-child), .avatar-group .avatar-2xl:not(:first-child) {
  margin-left: -0.5rem;
}

/* line 31005, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group .avatar-3xl:not(:first-child) {
  margin-left: -1rem;
}

/* line 31009, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group .avatar-4xl:not(:first-child) {
  margin-left: -1.8rem;
}

/* line 31013, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group .avatar-5xl:not(:first-child) {
  margin-left: -3rem;
}

/* line 31017, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-s:not(:first-child) {
  margin-left: -0.6rem;
}

/* line 31021, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-m:not(:first-child) {
  margin-left: -0.8rem;
}

/* line 31025, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-l:not(:first-child), .avatar-group-dense .avatar-xl:not(:first-child), .avatar-group-dense .avatar-2xl:not(:first-child) {
  margin-left: -1rem;
}

/* line 31029, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-3xl:not(:first-child) {
  margin-left: -1.8rem;
}

/* line 31033, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-4xl:not(:first-child) {
  margin-left: -3.3rem;
}

/* line 31037, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group-dense .avatar-5xl:not(:first-child) {
  margin-left: -6rem;
}

/* line 31041, app/assets/stylesheets/themes/_fc_styles.css */
.notification {
  color: var(--iota-gray-1000);
  text-decoration: none;
  background-color: var(--iota-notification-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8333333333rem;
  font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 31055, app/assets/stylesheets/themes/_fc_styles.css */
.notification:not(.notification-flush) {
  border: 1px solid var(--iota-border-color);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: .375rem;
  padding: 1rem;
}

/* line 31063, app/assets/stylesheets/themes/_fc_styles.css */
.notification:hover, .notification:focus {
  color: var(--iota-gray-1100);
  text-decoration: none;
}

/* line 31068, app/assets/stylesheets/themes/_fc_styles.css */
.notification-body {
  margin-bottom: .25rem;
}

/* line 31072, app/assets/stylesheets/themes/_fc_styles.css */
.notification-time {
  margin-bottom: 0;
  color: var(--iota-gray-600);
  font-size: .8333333333rem;
}

/* line 31078, app/assets/stylesheets/themes/_fc_styles.css */
.notification-unread {
  background-color: var(--iota-notification-unread-bg) !important;
}

/* line 31082, app/assets/stylesheets/themes/_fc_styles.css */
.notification-unread:hover, .notification-unread:focus {
  background-color: var(--iota-notification-unread-hover-bg) !important;
}

/* line 31086, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator {
  position: relative;
}

/* line 31090, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator::before {
  position: absolute;
  content: "";
  right: .125rem;
  top: .5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 2px solid var(--iota-notification-indicator-border-color);
}

/* line 31101, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: .125rem;
  top: .505rem;
  height: 1rem;
  width: 1rem;
  font-size: .67rem;
  color: #fff;
  font-weight: 700;
}

/* line 31121, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-primary::before {
  background-color: var(--iota-primary);
}

/* line 31125, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-secondary::before {
  background-color: var(--iota-secondary);
}

/* line 31129, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-success::before {
  background-color: var(--iota-success);
}

/* line 31133, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-info::before {
  background-color: var(--iota-info);
}

/* line 31137, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-warning::before {
  background-color: var(--iota-warning);
}

/* line 31141, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-danger::before {
  background-color: var(--iota-danger);
}

/* line 31145, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-light::before {
  background-color: var(--iota-light);
}

/* line 31149, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-dark::before {
  background-color: var(--iota-dark);
}

/* line 31153, app/assets/stylesheets/themes/_fc_styles.css */
.notification-indicator-fill::before {
  border: 0;
}

/* line 31157, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-notification {
  min-width: 16rem;
  max-width: 5rem;
}

/* line 31162, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-notification .card-header, .dropdown-menu-notification .card-footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 31167, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-notification .list-group-flush .list-group-item {
  padding: 0;
}

/* line 31171, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-notification .list-group-flush .list-group-item .notification-flush {
  padding: .5rem 1rem;
}

/* line 31175, app/assets/stylesheets/themes/_fc_styles.css */
.dropdown-menu-notification .list-group-flush .list-group-title {
  background-color: var(--iota-notification-title-bg);
  font-weight: 600;
  font-size: .6944444444rem;
  color: var(--iota-gray-600);
  padding: .25rem 1.25rem;
}

@media (min-width: 576px) {
  /* line 31184, app/assets/stylesheets/themes/_fc_styles.css */
  .dropdown-menu-notification {
    min-width: 20rem;
  }
}

/* line 31189, app/assets/stylesheets/themes/_fc_styles.css */
.scrollbar, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .picmo__picker.picmo__picker .picmo__emojiArea {
  overflow: auto;
}

/* line 31193, app/assets/stylesheets/themes/_fc_styles.css */
.scrollbar::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar, .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar {
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}

/* line 31201, app/assets/stylesheets/themes/_fc_styles.css */
.scrollbar::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: var(--iota-scrollbar-bg);
}

/* line 31207, app/assets/stylesheets/themes/_fc_styles.css */
.scrollbar:hover::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar, .picmo__picker.picmo__picker .picmo__emojiArea:hover::-webkit-scrollbar, .scrollbar:hover::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .picmo__emojiArea:hover::-webkit-scrollbar-thumb, .scrollbar:focus::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar, .picmo__picker.picmo__picker .picmo__emojiArea:focus::-webkit-scrollbar, .scrollbar:focus::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .picmo__emojiArea:focus::-webkit-scrollbar-thumb {
  visibility: visible;
}

@media (min-width: 1200px) {
  /* line 31212, app/assets/stylesheets/themes/_fc_styles.css */
  .scrollbar.scrollbar-none-xl, .dataTables_wrapper .dataTables_scroll .scrollbar-none-xl.dataTables_scrollBody, .picmo__picker.picmo__picker .scrollbar-none-xl.picmo__emojiArea {
    overflow: initial;
  }
}

/* line 31217, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vibrant .scrollbar, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea {
  overflow: auto;
}

/* line 31221, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vibrant .scrollbar::-webkit-scrollbar, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea::-webkit-scrollbar {
  visibility: hidden;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0);
}

/* line 31229, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vibrant .scrollbar::-webkit-scrollbar-thumb, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody::-webkit-scrollbar-thumb, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 31235, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-vibrant .scrollbar:hover::-webkit-scrollbar, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:hover::-webkit-scrollbar, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea:hover::-webkit-scrollbar, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea:hover::-webkit-scrollbar, .navbar-vibrant .scrollbar:hover::-webkit-scrollbar-thumb, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:hover::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:hover::-webkit-scrollbar-thumb, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea:hover::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea:hover::-webkit-scrollbar-thumb, .navbar-vibrant .scrollbar:focus::-webkit-scrollbar, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:focus::-webkit-scrollbar, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea:focus::-webkit-scrollbar, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea:focus::-webkit-scrollbar, .navbar-vibrant .scrollbar:focus::-webkit-scrollbar-thumb, .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody:focus::-webkit-scrollbar-thumb, .dataTables_wrapper .dataTables_scroll .navbar-vibrant .dataTables_scrollBody:focus::-webkit-scrollbar-thumb, .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea:focus::-webkit-scrollbar-thumb, .picmo__picker.picmo__picker .navbar-vibrant .picmo__emojiArea:focus::-webkit-scrollbar-thumb {
  visibility: visible;
}

/* line 31239, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .scrollbar, .firefox .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .firefox .dataTables_scrollBody, .firefox .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .firefox .picmo__emojiArea {
  overflow: auto !important;
  scrollbar-color: var(--iota-scrollbar-bg) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

@media (min-width: 1200px) {
  /* line 31246, app/assets/stylesheets/themes/_fc_styles.css */
  .firefox .scrollbar.scrollbar-none-xl, .firefox .dataTables_wrapper .dataTables_scroll .scrollbar-none-xl.dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .firefox .scrollbar-none-xl.dataTables_scrollBody, .firefox .picmo__picker.picmo__picker .scrollbar-none-xl.picmo__emojiArea, .picmo__picker.picmo__picker .firefox .scrollbar-none-xl.picmo__emojiArea {
    overflow: initial !important;
  }
}

/* line 31251, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .navbar-vibrant .scrollbar, .firefox .navbar-vibrant .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody, .dataTables_wrapper .dataTables_scroll .firefox .navbar-vibrant .dataTables_scrollBody, .firefox .navbar-vibrant .picmo__picker.picmo__picker .picmo__emojiArea, .picmo__picker.picmo__picker .firefox .navbar-vibrant .picmo__emojiArea {
  overflow: auto !important;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

/* line 31257, app/assets/stylesheets/themes/_fc_styles.css */
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: var(--iota-scrollbar-bg);
}

/* line 31261, app/assets/stylesheets/themes/_fc_styles.css */
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle, .os-theme-dark > .os-scrollbar:focus > .os-scrollbar-track > .os-scrollbar-handle {
  background: var(--iota-scrollbar-bg);
}

/* line 31265, app/assets/stylesheets/themes/_fc_styles.css */
.simplebar-scrollbar::before {
  background-color: var(--iota-simplebar-bg);
}

/* line 31269, app/assets/stylesheets/themes/_fc_styles.css */
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* line 31275, app/assets/stylesheets/themes/_fc_styles.css */
.file-thumbnail {
  height: 2.25rem;
  width: 2.25rem;
}

/* line 31280, app/assets/stylesheets/themes/_fc_styles.css */
.dot {
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: .5rem;
}

/* line 31288, app/assets/stylesheets/themes/_fc_styles.css */
.small-dot {
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  display: inline-block;
  margin-left: .5rem;
}

/* line 31296, app/assets/stylesheets/themes/_fc_styles.css */
.greetings-item {
  background-color: #fff !important;
}

/* line 31300, app/assets/stylesheets/themes/_fc_styles.css */
html[data-bs-theme=dark] .greetings-item {
  background-color: #121e2d !important;
}

/* line 31304, app/assets/stylesheets/themes/_fc_styles.css */
.recent-activity-body-height {
  height: 24rem;
}

/* line 31308, app/assets/stylesheets/themes/_fc_styles.css */
.table-member-info {
  min-width: 43rem;
}

/* line 31312, app/assets/stylesheets/themes/_fc_styles.css */
.members-activity {
  height: 22rem;
}

/* line 31316, app/assets/stylesheets/themes/_fc_styles.css */
.table-running-project {
  min-width: 43rem;
}

/* line 31320, app/assets/stylesheets/themes/_fc_styles.css */
.ticket-todo-list {
  height: 25.65rem;
}

/* line 31324, app/assets/stylesheets/themes/_fc_styles.css */
.preview-todo-list .ticket-todo-list {
  height: 24rem;
}

/* line 31328, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger.btn-reveal-trigger .hover-actions {
  right: 3.5rem;
}

/* line 31332, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .hover-actions-trigger.btn-reveal-trigger .hover-actions {
  right: 3.5rem;
}

@media (min-width: 768px) {
  /* line 31337, app/assets/stylesheets/themes/_fc_styles.css */
  .ask-analytics {
    max-height: 26.625rem;
  }
}

/* line 31342, app/assets/stylesheets/themes/_fc_styles.css */
.ask-analytics .ask-analytics-item:hover, .ask-analytics .ask-analytics-item:focus {
  background: var(--iota-gray-100);
}

/* line 31346, app/assets/stylesheets/themes/_fc_styles.css */
.table-recent-leads {
  min-width: 38rem;
}

/* line 31350, app/assets/stylesheets/themes/_fc_styles.css */
.tab-active-caret .nav-link {
  color: var(--iota-gray-600);
  font-size: .8333333333rem;
  font-weight: 500;
  font-family: var(--iota-font-sans-serif);
}

/* line 31357, app/assets/stylesheets/themes/_fc_styles.css */
.tab-active-caret .nav-link.active {
  color: var(--iota-primary) !important;
  border-bottom: 0 !important;
  position: relative;
}

/* line 31363, app/assets/stylesheets/themes/_fc_styles.css */
.tab-active-caret .nav-link.active:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -6px;
  left: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--iota-emphasis-bg);
  border-radius: .125rem;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--iota-border-color);
}

/* line 31380, app/assets/stylesheets/themes/_fc_styles.css */
html[dir=rtl] .rtl-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 31387, app/assets/stylesheets/themes/_fc_styles.css */
.bar-indicator-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(44, 123, 229, 0.1)), to(var(--iota-primary)));
  background: -o-linear-gradient(left, rgba(44, 123, 229, 0.1), var(--iota-primary));
  background: linear-gradient(to right, rgba(44, 123, 229, 0.1), var(--iota-primary));
  height: .25rem;
  width: 100%;
  border-radius: 1rem;
}

/* line 31396, app/assets/stylesheets/themes/_fc_styles.css */
.echart-avg-enrollment-rate {
  min-height: 18.75rem;
}

/* line 31400, app/assets/stylesheets/themes/_fc_styles.css */
.d3-trending-keywords {
  height: 25rem;
}

/* line 31404, app/assets/stylesheets/themes/_fc_styles.css */
.lms-half-doughnut {
  max-width: 10.625rem;
}

/* line 31408, app/assets/stylesheets/themes/_fc_styles.css */
.echart-marketing-expenses {
  min-height: 18.75rem;
}

/* line 31412, app/assets/stylesheets/themes/_fc_styles.css */
.marketing-exp-circle {
  width: 6.25rem;
  height: 6.25rem;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 31419, app/assets/stylesheets/themes/_fc_styles.css */
.echart-weekly-goals-lms {
  height: 15.625rem;
}

/* line 31423, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-course-enrollments {
  min-height: 15.625rem;
}

/* line 31427, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link {
  color: var(--iota-gray-400) !important;
}

/* line 31431, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link:not(.active):hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 31435, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link.active {
  border-bottom: 2px solid var(--iota-primary);
  background-color: var(--iota-emphasis-bg);
  color: var(--iota-primary) !important;
}

/* line 31441, app/assets/stylesheets/themes/_fc_styles.css */
.bar-indicator-gradient {
  background: -webkit-gradient(linear, left top, right top, from(rgba(44, 123, 229, 0.1)), to(var(--iota-primary)));
  background: -o-linear-gradient(left, rgba(44, 123, 229, 0.1), var(--iota-primary));
  background: linear-gradient(to right, rgba(44, 123, 229, 0.1), var(--iota-primary));
  height: .25rem;
  width: 100%;
  border-radius: 1rem;
}

/* line 31450, app/assets/stylesheets/themes/_fc_styles.css */
.echart-avg-enrollment-rate {
  min-height: 18.75rem;
}

/* line 31454, app/assets/stylesheets/themes/_fc_styles.css */
.d3-trending-keywords {
  height: 25rem;
}

/* line 31458, app/assets/stylesheets/themes/_fc_styles.css */
.lms-half-doughnut {
  max-width: 10.625rem;
}

/* line 31462, app/assets/stylesheets/themes/_fc_styles.css */
.echart-marketing-expenses {
  min-height: 18.75rem;
}

/* line 31466, app/assets/stylesheets/themes/_fc_styles.css */
.marketing-exp-circle {
  width: 6.25rem;
  height: 6.25rem;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 31473, app/assets/stylesheets/themes/_fc_styles.css */
.echart-weekly-goals-lms {
  height: 15.625rem;
}

/* line 31477, app/assets/stylesheets/themes/_fc_styles.css */
.echart-bar-course-enrollments {
  min-height: 15.625rem;
}

/* line 31481, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link {
  color: var(--iota-gray-400) !important;
}

/* line 31485, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link:not(.active):hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 31489, app/assets/stylesheets/themes/_fc_styles.css */
.top-courses-tab .nav-link.active {
  border-bottom: 2px solid var(--iota-primary);
  background-color: var(--iota-emphasis-bg);
  color: var(--iota-primary) !important;
}

/* line 31495, app/assets/stylesheets/themes/_fc_styles.css */
.btn-accordion {
  padding: .25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8333333333rem;
  font-weight: 500;
}

/* line 31510, app/assets/stylesheets/themes/_fc_styles.css */
.btn-accordion[aria-expanded=true] [data-prefix=fas] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 31516, app/assets/stylesheets/themes/_fc_styles.css */
.accordion-icon {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  -o-transition: transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear;
  color: var(--iota-gray-900);
}

/* line 31525, app/assets/stylesheets/themes/_fc_styles.css */
[aria-expanded=true] .accordion-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 31531, app/assets/stylesheets/themes/_fc_styles.css */
.calendar {
  width: 3.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: var(--iota-font-sans-serif);
  border-radius: .375rem;
}

/* line 31546, app/assets/stylesheets/themes/_fc_styles.css */
.calendar .calendar-month {
  background-color: var(--iota-danger);
  color: #fff;
  border-radius: .375rem .375rem 0 0;
  padding: .25rem;
  font-weight: 600;
}

/* line 31554, app/assets/stylesheets/themes/_fc_styles.css */
.calendar .calendar-day {
  font-size: 1.728rem;
  padding: .25rem;
  border: 0.125rem solid rgba(var(--iota-danger-rgb), 0.3);
  border-top: 0;
  border-radius: 0 0 .375rem .375rem;
  color: #9da9bb;
  font-weight: 700;
}

/* line 31564, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions {
  display: none;
  position: absolute;
}

/* line 31569, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions.show {
  display: inline-block;
}

/* line 31573, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions.show + .hover-hide {
  display: none;
}

/* line 31577, app/assets/stylesheets/themes/_fc_styles.css */
a.bg-200[href]:hover, a.bg-200[href]:focus {
  background-color: #d8e2ef !important;
}

/* line 31581, app/assets/stylesheets/themes/_fc_styles.css */
.hover-primary:hover, .hover-primary:focus {
  color: var(--iota-primary) !important;
}

/* line 31585, app/assets/stylesheets/themes/_fc_styles.css */
.hover-danger:hover, .hover-danger:focus {
  color: var(--iota-danger) !important;
}

/* line 31589, app/assets/stylesheets/themes/_fc_styles.css */
.hover-shadow:hover, .hover-shadow:focus {
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
}

/* line 31594, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger {
  position: relative;
}

/* line 31598, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger .inbox-link {
  color: inherit;
  text-decoration: none;
}

/* line 31603, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger:hover .hover-actions, .hover-actions-trigger:focus .hover-actions {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 31610, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger:hover .hover-actions.btn, .hover-actions-trigger:hover .tox .tox-menu__footer .hover-actions.tox-button--secondary, .tox .tox-menu__footer .hover-actions-trigger:hover .hover-actions.tox-button--secondary, .hover-actions-trigger:hover .tox .tox-dialog__footer .hover-actions.tox-button--secondary, .tox .tox-dialog__footer .hover-actions-trigger:hover .hover-actions.tox-button--secondary, .hover-actions-trigger:hover .tox .tox-menu__footer .hover-actions.tox-button:last-child, .tox .tox-menu__footer .hover-actions-trigger:hover .hover-actions.tox-button:last-child, .hover-actions-trigger:hover .tox .tox-dialog__footer .hover-actions.tox-button:last-child, .tox .tox-dialog__footer .hover-actions-trigger:hover .hover-actions.tox-button:last-child, .hover-actions-trigger:hover [data-list] .hover-actions.page, [data-list] .hover-actions-trigger:hover .hover-actions.page, .hover-actions-trigger:hover .table-list .hover-actions.page, .table-list .hover-actions-trigger:hover .hover-actions.page, .hover-actions-trigger:hover .iota-data-table .paging_full_numbers .hover-actions.page-link, .iota-data-table .paging_full_numbers .hover-actions-trigger:hover .hover-actions.page-link, .hover-actions-trigger:hover .iota-data-table .paging_first_last_numbers .hover-actions.page-link, .iota-data-table .paging_first_last_numbers .hover-actions-trigger:hover .hover-actions.page-link, .hover-actions-trigger:hover .iota-data-table .paging_full .hover-actions.page-link, .iota-data-table .paging_full .hover-actions-trigger:hover .hover-actions.page-link, .hover-actions-trigger:hover .iota-data-table .paging_numbers .hover-actions.page-link, .iota-data-table .paging_numbers .hover-actions-trigger:hover .hover-actions.page-link, .hover-actions-trigger:hover .iota-data-table .paging_simple_numbers .hover-actions.page-link, .iota-data-table .paging_simple_numbers .hover-actions-trigger:hover .hover-actions.page-link, .hover-actions-trigger:focus .hover-actions.btn, .hover-actions-trigger:focus .tox .tox-menu__footer .hover-actions.tox-button--secondary, .tox .tox-menu__footer .hover-actions-trigger:focus .hover-actions.tox-button--secondary, .hover-actions-trigger:focus .tox .tox-dialog__footer .hover-actions.tox-button--secondary, .tox .tox-dialog__footer .hover-actions-trigger:focus .hover-actions.tox-button--secondary, .hover-actions-trigger:focus .tox .tox-menu__footer .hover-actions.tox-button:last-child, .tox .tox-menu__footer .hover-actions-trigger:focus .hover-actions.tox-button:last-child, .hover-actions-trigger:focus .tox .tox-dialog__footer .hover-actions.tox-button:last-child, .tox .tox-dialog__footer .hover-actions-trigger:focus .hover-actions.tox-button:last-child, .hover-actions-trigger:focus [data-list] .hover-actions.page, [data-list] .hover-actions-trigger:focus .hover-actions.page, .hover-actions-trigger:focus .table-list .hover-actions.page, .table-list .hover-actions-trigger:focus .hover-actions.page, .hover-actions-trigger:focus .iota-data-table .paging_full_numbers .hover-actions.page-link, .iota-data-table .paging_full_numbers .hover-actions-trigger:focus .hover-actions.page-link, .hover-actions-trigger:focus .iota-data-table .paging_first_last_numbers .hover-actions.page-link, .iota-data-table .paging_first_last_numbers .hover-actions-trigger:focus .hover-actions.page-link, .hover-actions-trigger:focus .iota-data-table .paging_full .hover-actions.page-link, .iota-data-table .paging_full .hover-actions-trigger:focus .hover-actions.page-link, .hover-actions-trigger:focus .iota-data-table .paging_numbers .hover-actions.page-link, .iota-data-table .paging_numbers .hover-actions-trigger:focus .hover-actions.page-link, .hover-actions-trigger:focus .iota-data-table .paging_simple_numbers .hover-actions.page-link, .iota-data-table .paging_simple_numbers .hover-actions-trigger:focus .hover-actions.page-link {
  display: inline-block;
}

/* line 31614, app/assets/stylesheets/themes/_fc_styles.css */
.hover-actions-trigger:hover .hover-hide, .hover-actions-trigger:focus .hover-hide {
  display: none;
}

/* line 31618, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-100:hover {
  background-color: var(--iota-gray-100) !important;
}

/* line 31622, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-200:hover {
  background-color: var(--iota-gray-200) !important;
}

/* line 31626, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-300:hover {
  background-color: var(--iota-gray-300) !important;
}

/* line 31630, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-400:hover {
  background-color: var(--iota-gray-400) !important;
}

/* line 31634, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-500:hover {
  background-color: var(--iota-gray-500) !important;
}

/* line 31638, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-600:hover {
  background-color: var(--iota-gray-600) !important;
}

/* line 31642, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-700:hover {
  background-color: var(--iota-gray-700) !important;
}

/* line 31646, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-800:hover {
  background-color: var(--iota-gray-800) !important;
}

/* line 31650, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-900:hover {
  background-color: var(--iota-gray-900) !important;
}

/* line 31654, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-1000:hover {
  background-color: var(--iota-gray-1000) !important;
}

/* line 31658, app/assets/stylesheets/themes/_fc_styles.css */
.hover-bg-1100:hover {
  background-color: var(--iota-gray-1100) !important;
}

/* line 31662, app/assets/stylesheets/themes/_fc_styles.css */
.hover-100:hover {
  color: var(--iota-gray-100) !important;
}

/* line 31666, app/assets/stylesheets/themes/_fc_styles.css */
.hover-200:hover {
  color: var(--iota-gray-200) !important;
}

/* line 31670, app/assets/stylesheets/themes/_fc_styles.css */
.hover-300:hover {
  color: var(--iota-gray-300) !important;
}

/* line 31674, app/assets/stylesheets/themes/_fc_styles.css */
.hover-400:hover {
  color: var(--iota-gray-400) !important;
}

/* line 31678, app/assets/stylesheets/themes/_fc_styles.css */
.hover-500:hover {
  color: var(--iota-gray-500) !important;
}

/* line 31682, app/assets/stylesheets/themes/_fc_styles.css */
.hover-600:hover {
  color: var(--iota-gray-600) !important;
}

/* line 31686, app/assets/stylesheets/themes/_fc_styles.css */
.hover-700:hover {
  color: var(--iota-gray-700) !important;
}

/* line 31690, app/assets/stylesheets/themes/_fc_styles.css */
.hover-800:hover {
  color: var(--iota-gray-800) !important;
}

/* line 31694, app/assets/stylesheets/themes/_fc_styles.css */
.hover-900:hover {
  color: var(--iota-gray-900) !important;
}

/* line 31698, app/assets/stylesheets/themes/_fc_styles.css */
.hover-1000:hover {
  color: var(--iota-gray-1000) !important;
}

/* line 31702, app/assets/stylesheets/themes/_fc_styles.css */
.hover-1100:hover {
  color: var(--iota-gray-1100) !important;
}

/* line 31706, app/assets/stylesheets/themes/_fc_styles.css */
.icon-spin {
  -webkit-animation: icon-spin 6s cubic-bezier(0.15, 1.15, 0.65, 1) infinite;
  animation: icon-spin 6s cubic-bezier(0.15, 1.15, 0.65, 1) infinite;
}

/* line 31711, app/assets/stylesheets/themes/_fc_styles.css */
.settings-popover {
  left: 29%;
  z-index: 2;
  top: 31%;
}

/* line 31717, app/assets/stylesheets/themes/_fc_styles.css */
.settings-popover .d-flex {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform-box: fill-box;
}

/* line 31724, app/assets/stylesheets/themes/_fc_styles.css */
.ripple {
  position: absolute;
}

/* line 31728, app/assets/stylesheets/themes/_fc_styles.css */
.ripple .fa-spin {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/* line 31733, app/assets/stylesheets/themes/_fc_styles.css */
.ripple:after, .ripple:before {
  position: absolute;
  content: "";
  height: .45rem;
  width: .45rem;
  border-radius: 50%;
  border: 3px solid rgba(var(--iota-success-rgb), 0.4);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: ripple 2s ease infinite;
  animation: ripple 2s ease infinite;
}

/* line 31750, app/assets/stylesheets/themes/_fc_styles.css */
.ripple:before {
  border: 5px solid rgba(var(--iota-success-rgb), 0.3);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@-webkit-keyframes ripple {
  0% {
    height: .75rem;
    width: .75rem;
  }
  100% {
    height: 2.125rem;
    width: 2.125rem;
    border-color: rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    height: .75rem;
    width: .75rem;
  }
  100% {
    height: 2.125rem;
    width: 2.125rem;
    border-color: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 31806, app/assets/stylesheets/themes/_fc_styles.css */
.icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 31812, app/assets/stylesheets/themes/_fc_styles.css */
.icon-group .icon-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 31816, app/assets/stylesheets/themes/_fc_styles.css */
.icon-item {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--iota-gray-700);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  font-size: .875rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: var(--iota-quaternary-bg);
}

/* line 31840, app/assets/stylesheets/themes/_fc_styles.css */
.icon-item:hover, .icon-item:focus {
  background-color: var(--iota-gray-200);
}

/* line 31844, app/assets/stylesheets/themes/_fc_styles.css */
.icon-item.icon-item-sm {
  height: 1.875rem;
  width: 1.875rem;
}

/* line 31849, app/assets/stylesheets/themes/_fc_styles.css */
.icon-item.icon-item-lg {
  height: 2.75rem;
  width: 2.75rem;
}

/* line 31854, app/assets/stylesheets/themes/_fc_styles.css */
.icon-item.icon-item-xl {
  height: 3.125rem;
  width: 3.125rem;
  font-size: 1.2rem;
}

/* line 31860, app/assets/stylesheets/themes/_fc_styles.css */
.fa-icon-wait {
  opacity: 0;
}

/* line 31864, app/assets/stylesheets/themes/_fc_styles.css */
.fontawesome-i2svg-active .fa-icon-wait {
  opacity: 1;
}

/* line 31868, app/assets/stylesheets/themes/_fc_styles.css */
.icon-circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* line 31887, app/assets/stylesheets/themes/_fc_styles.css */
.icon-circle-primary {
  color: var(--iota-primary);
  border-color: var(--iota-primary);
}

/* line 31892, app/assets/stylesheets/themes/_fc_styles.css */
.icon-circle-success {
  color: var(--iota-success);
  border-color: var(--iota-success);
}

/* line 31897, app/assets/stylesheets/themes/_fc_styles.css */
.icon-circle-info {
  color: var(--iota-info);
  border-color: var(--iota-info);
}

/* line 31902, app/assets/stylesheets/themes/_fc_styles.css */
.icon-circle-warning {
  color: var(--iota-warning);
  border-color: var(--iota-warning);
}

/* line 31907, app/assets/stylesheets/themes/_fc_styles.css */
.img-landing-banner, .img-showcase-banner {
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  overflow: hidden;
  -webkit-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  transform: translateY(-3rem);
  margin-bottom: -28rem;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  position: relative;
  -webkit-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  display: block;
}

@media (min-width: 1200px) and (max-width: 1539.98px) {
  /* line 31927, app/assets/stylesheets/themes/_fc_styles.css */
  .img-landing-banner, .img-showcase-banner {
    margin-bottom: -18rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 31933, app/assets/stylesheets/themes/_fc_styles.css */
  .img-landing-banner, .img-showcase-banner {
    margin-bottom: -20rem;
  }
}

/* line 31938, app/assets/stylesheets/themes/_fc_styles.css */
.img-landing-banner.img-showcase-banner:after, .img-showcase-banner.img-showcase-banner:after {
  display: none;
}

/* line 31942, app/assets/stylesheets/themes/_fc_styles.css */
.img-landing-banner:after, .img-showcase-banner:after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

/* line 31957, app/assets/stylesheets/themes/_fc_styles.css */
.img-landing-banner:hover, .img-landing-banner:focus, .img-showcase-banner:hover, .img-showcase-banner:focus {
  -webkit-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  transform: translateY(-5rem);
}

/* line 31963, app/assets/stylesheets/themes/_fc_styles.css */
.img-landing-banner:hover:after, .img-landing-banner:focus:after, .img-showcase-banner:hover:after, .img-showcase-banner:focus:after {
  opacity: 0;
}

@media (max-width: 575.98px) {
  /* line 31968, app/assets/stylesheets/themes/_fc_styles.css */
  .landing-cta-img {
    width: 100%;
    height: auto;
  }
}

/* line 31974, app/assets/stylesheets/themes/_fc_styles.css */
.btn-back-to-top {
  background-color: var(--iota-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: .25rem;
  left: 50%;
  top: -7.5rem;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  height: 2.5rem;
  width: 2.5rem;
}

/* line 31994, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .btn-back-to-top {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

/* line 31999, app/assets/stylesheets/themes/_fc_styles.css */
.card-span {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/* line 32005, app/assets/stylesheets/themes/_fc_styles.css */
.card-span .card-span-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 5rem;
  height: 5rem;
  background-color: var(--iota-card-span-img-bg);
  -webkit-box-shadow: var(--iota-card-span-img-box-shadow);
  box-shadow: var(--iota-card-span-img-box-shadow);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 32027, app/assets/stylesheets/themes/_fc_styles.css */
.card-span:hover, .card-span:focus {
  -webkit-box-shadow: var(--iota-card-span-img-hover-box-shadow);
  box-shadow: var(--iota-card-span-img-hover-box-shadow);
}

/* line 32032, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-standard {
  font-size: .8333333333rem;
  font-weight: 600;
}

/* line 32037, app/assets/stylesheets/themes/_fc_styles.css */
.navbar-standard .navbar-collapse {
  overflow-y: auto;
  max-height: calc(100vh - 3.5625rem);
}

/* line 32042, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider:hover .carousel-control-next, .theme-slider:hover .carousel-control-prev, .theme-slider:focus .carousel-control-next, .theme-slider:focus .carousel-control-prev {
  color: #5e6e82;
  opacity: .5 !important;
}

/* line 32047, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .carousel-control-prev, .theme-slider .carousel-control-next {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  color: #5e6e82;
  opacity: 0;
}

/* line 32065, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .carousel-control-prev:hover, .theme-slider .carousel-control-prev:focus, .theme-slider .carousel-control-next:hover, .theme-slider .carousel-control-next:focus {
  opacity: 1 !important;
}

/* line 32069, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .carousel-control-prev {
  left: .5rem;
}

/* line 32073, app/assets/stylesheets/themes/_fc_styles.css */
.theme-slider .carousel-control-next {
  right: .5rem;
}

/* line 32077, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-label {
  line-height: 1.45rem;
}

/* line 32081, app/assets/stylesheets/themes/_fc_styles.css */
.primary-form-check-input {
  background: #2c7be5;
}

/* line 32085, app/assets/stylesheets/themes/_fc_styles.css */
.input-spin-none::-webkit-outer-spin-button, .input-spin-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 32090, app/assets/stylesheets/themes/_fc_styles.css */
.input-spin-none[type=number] {
  -moz-appearance: textfield;
}

/* line 32094, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-primary {
  border-color: #2c7be5 !important;
}

/* line 32098, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(44, 123, 229, 0.25);
}

/* line 32103, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-primary:checked {
  background-color: #2c7be5 !important;
}

/* line 32107, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-primary.iota-dual-switch {
  background-color: #2c7be5 !important;
}

/* line 32111, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32115, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-secondary {
  border-color: #748194 !important;
}

/* line 32119, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(116, 129, 148, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(116, 129, 148, 0.25);
}

/* line 32124, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-secondary:checked {
  background-color: #748194 !important;
}

/* line 32128, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-secondary.iota-dual-switch {
  background-color: #748194 !important;
}

/* line 32132, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32136, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-success {
  border-color: #00d27a !important;
}

/* line 32140, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 210, 122, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 210, 122, 0.25);
}

/* line 32145, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-success:checked {
  background-color: #00d27a !important;
}

/* line 32149, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-success.iota-dual-switch {
  background-color: #00d27a !important;
}

/* line 32153, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32157, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-info {
  border-color: #27bcfd !important;
}

/* line 32161, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(39, 188, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(39, 188, 253, 0.25);
}

/* line 32166, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-info:checked {
  background-color: #27bcfd !important;
}

/* line 32170, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-info.iota-dual-switch {
  background-color: #27bcfd !important;
}

/* line 32174, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32178, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-warning {
  border-color: #f5803e !important;
}

/* line 32182, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(245, 128, 62, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(245, 128, 62, 0.25);
}

/* line 32187, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-warning:checked {
  background-color: #f5803e !important;
}

/* line 32191, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-warning.iota-dual-switch {
  background-color: #f5803e !important;
}

/* line 32195, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32199, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-danger {
  border-color: #e63757 !important;
}

/* line 32203, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(230, 55, 87, 0.25);
}

/* line 32208, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-danger:checked {
  background-color: #e63757 !important;
}

/* line 32212, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-danger.iota-dual-switch {
  background-color: #e63757 !important;
}

/* line 32216, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32220, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-light {
  border-color: #f9fafd !important;
}

/* line 32224, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(249, 250, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 253, 0.25);
}

/* line 32229, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-light:checked {
  background-color: #f9fafd !important;
}

/* line 32233, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-light.iota-dual-switch {
  background-color: #f9fafd !important;
}

/* line 32237, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32241, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-dark {
  border-color: #0b1727 !important;
}

/* line 32245, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 23, 39, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(11, 23, 39, 0.25);
}

/* line 32250, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-dark:checked {
  background-color: #0b1727 !important;
}

/* line 32254, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input-dark.iota-dual-switch {
  background-color: #0b1727 !important;
}

/* line 32258, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-input.iota-dual-switch {
  background-color: #2c7be5;
}

/* line 32262, app/assets/stylesheets/themes/_fc_styles.css */
.form-switch .iota-dual-switch.form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 32266, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-line-through + label {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 32272, app/assets/stylesheets/themes/_fc_styles.css */
.form-check-line-through:checked + label {
  color: #9da9bb;
  text-decoration: line-through;
}

/* line 32277, app/assets/stylesheets/themes/_fc_styles.css */
.ticket-todo-list .form-check-line-through + label {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 32283, app/assets/stylesheets/themes/_fc_styles.css */
.form-floating > label {
  line-height: 1.625rem;
}

/* line 32287, app/assets/stylesheets/themes/_fc_styles.css */
input.form-control-lg[type=file] {
  line-height: 1.813rem;
}

/* line 32291, app/assets/stylesheets/themes/_fc_styles.css */
option:disabled {
  color: var(--iota-gray-400);
}

/* line 32295, app/assets/stylesheets/themes/_fc_styles.css */
.radio-select .form-check-label {
  cursor: pointer;
}

/* line 32299, app/assets/stylesheets/themes/_fc_styles.css */
.radio-select-content {
  border: 1px solid var(--iota-border-color);
  color: var(--iota-gray-500);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  padding: 1rem;
  font-weight: 400;
  border-radius: .25rem;
  font-size: .8333333333rem;
  margin-top: .5rem;
}

/* line 32313, app/assets/stylesheets/themes/_fc_styles.css */
.radio-select-link {
  color: inherit;
}

/* line 32317, app/assets/stylesheets/themes/_fc_styles.css */
.radio-select .form-check-input:checked + .form-check-label .radio-select-content {
  border: 1px solid var(--iota-success);
  color: var(--iota-gray-1100);
}

/* line 32322, app/assets/stylesheets/themes/_fc_styles.css */
.settings-panel {
  max-width: 22rem;
}

/* line 32326, app/assets/stylesheets/themes/_fc_styles.css */
.settings-panel-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: .5rem 1.25rem;
}

/* line 32333, app/assets/stylesheets/themes/_fc_styles.css */
.settings-panel-header:before, .settings-panel-header:after {
  border-radius: 50%;
  height: 12.5rem;
  width: 12.5rem;
}

/* line 32339, app/assets/stylesheets/themes/_fc_styles.css */
.settings-panel-header:before {
  left: 5.125rem;
  top: 1.188rem;
}

/* line 32344, app/assets/stylesheets/themes/_fc_styles.css */
.settings-panel-header:after {
  right: -6.25rem;
  top: -7.938rem;
}

/* line 32349, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check + .btn-navbar-style {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1rem;
  text-align: left;
}

/* line 32357, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check + .btn-navbar-style .img-prototype {
  border: 3px solid var(--iota-gray-200);
  border-radius: .375rem;
  -webkit-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
  margin-bottom: .5rem;
  background-color: var(--iota-gray-100);
}

/* line 32367, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check + .btn-navbar-style .label-text {
  position: relative;
  padding-left: 1.5rem;
}

/* line 32372, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check + .btn-navbar-style .label-text:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--iota-gray-500);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border .2s ease;
  -o-transition: border .2s ease;
  transition: border .2s ease;
}

/* line 32389, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check:checked:not([disabled]) + .btn-navbar-style .img-prototype {
  border-color: var(--iota-success);
}

/* line 32393, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check:checked:not([disabled]) + .btn-navbar-style .label-text::after {
  border: 5px solid var(--iota-success);
}

/* line 32397, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .btn-check:disabled + .btn-navbar-style {
  opacity: .5;
}

/* line 32401, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .hover-overlay {
  position: relative;
  overflow: hidden;
}

/* line 32406, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .hover-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 32420, app/assets/stylesheets/themes/_fc_styles.css */
.btn-group-navbar-style .hover-overlay:hover:after, .btn-group-navbar-style .hover-overlay:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

/* line 32424, app/assets/stylesheets/themes/_fc_styles.css */
.setting-toggle {
  position: fixed;
  top: 50%;
  right: 0;
  text-decoration: none;
  z-index: 1016;
  -webkit-transform: rotate(-90deg) translate3d(-25px, 39px, 0);
  transform: rotate(-90deg) translate3d(-25px, 39px, 0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -83px;
  -webkit-box-shadow: var(--iota-setting-toggle-shadow);
  box-shadow: var(--iota-setting-toggle-shadow);
}

@media (max-width: 575.98px) {
  /* line 32440, app/assets/stylesheets/themes/_fc_styles.css */
  .setting-toggle {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    outline: none;
  }
  /* line 32447, app/assets/stylesheets/themes/_fc_styles.css */
  .setting-toggle .bg-primary-subtle, .setting-toggle .fc-timegrid .event-bg-primary-subtle, .fc-timegrid .setting-toggle .event-bg-primary-subtle {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  /* line 32451, app/assets/stylesheets/themes/_fc_styles.css */
  .setting-toggle small, .setting-toggle .small {
    display: none;
  }
}

/* line 32456, app/assets/stylesheets/themes/_fc_styles.css */
.setting-toggle:hover {
  text-decoration: none !important;
}

/* line 32460, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs {
  border-bottom: 2px solid var(--iota-border-color);
}

/* line 32464, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link {
  margin-bottom: -var(--iota-border-width);
  border: var(--iota-border-color);
  color: var(--iota-gray-800);
  font-weight: 700;
  font-size: .875rem;
  border-top-left-radius: var(--iota-border-radius);
  border-top-right-radius: var(--iota-border-radius);
}

/* line 32474, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  outline: none;
}

/* line 32478, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link.disabled {
  color: var(--iota-emphasis-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

/* line 32484, app/assets/stylesheets/themes/_fc_styles.css */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--iota-primary);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid var(--iota-primary);
}

/* line 32490, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills-iota {
  background-color: var(--iota-gray-100);
  border-radius: .25rem !important;
  border: 1px solid var(--iota-gray-200);
}

/* line 32496, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills-iota .btn, .nav-pills-iota .tox .tox-menu__footer .tox-button--secondary, .tox .tox-menu__footer .nav-pills-iota .tox-button--secondary, .nav-pills-iota .tox .tox-dialog__footer .tox-button--secondary, .tox .tox-dialog__footer .nav-pills-iota .tox-button--secondary, .nav-pills-iota .tox .tox-menu__footer .tox-button:last-child, .tox .tox-menu__footer .nav-pills-iota .tox-button:last-child, .nav-pills-iota .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-dialog__footer .nav-pills-iota .tox-button:last-child, .nav-pills-iota [data-list] .page, [data-list] .nav-pills-iota .page, .nav-pills-iota .table-list .page, .table-list .nav-pills-iota .page, .nav-pills-iota .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_full_numbers .nav-pills-iota .page-link, .nav-pills-iota .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_first_last_numbers .nav-pills-iota .page-link, .nav-pills-iota .iota-data-table .paging_full .page-link, .iota-data-table .paging_full .nav-pills-iota .page-link, .nav-pills-iota .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_numbers .nav-pills-iota .page-link, .nav-pills-iota .iota-data-table .paging_simple_numbers .page-link, .iota-data-table .paging_simple_numbers .nav-pills-iota .page-link {
  --iota-btn-hover-border-color: transparent;
  --iota-btn-box-shadow: none;
  --iota-btn-color: var(--iota-gray-600);
  outline: 0;
}

/* line 32503, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills-iota .btn.active, .nav-pills-iota .tox .tox-menu__footer .active.tox-button--secondary, .tox .tox-menu__footer .nav-pills-iota .active.tox-button--secondary, .nav-pills-iota .tox .tox-dialog__footer .active.tox-button--secondary, .tox .tox-dialog__footer .nav-pills-iota .active.tox-button--secondary, .nav-pills-iota .tox .tox-menu__footer .active.tox-button:last-child, .tox .tox-menu__footer .nav-pills-iota .active.tox-button:last-child, .nav-pills-iota .tox .tox-dialog__footer .active.tox-button:last-child, .tox .tox-dialog__footer .nav-pills-iota .active.tox-button:last-child, .nav-pills-iota [data-list] .active.page, [data-list] .nav-pills-iota .active.page, .nav-pills-iota .table-list .active.page, .table-list .nav-pills-iota .active.page, .nav-pills-iota .iota-data-table .paging_full_numbers .active.page-link, .iota-data-table .paging_full_numbers .nav-pills-iota .active.page-link, .nav-pills-iota .iota-data-table .paging_first_last_numbers .active.page-link, .iota-data-table .paging_first_last_numbers .nav-pills-iota .active.page-link, .nav-pills-iota .iota-data-table .paging_full .active.page-link, .iota-data-table .paging_full .nav-pills-iota .active.page-link, .nav-pills-iota .iota-data-table .paging_numbers .active.page-link, .iota-data-table .paging_numbers .nav-pills-iota .active.page-link, .nav-pills-iota .iota-data-table .paging_simple_numbers .active.page-link, .iota-data-table .paging_simple_numbers .nav-pills-iota .active.page-link {
  --iota-btn-active-bg: var(--iota-nav-pills-iota-active-bg-color) !important;
  --iota-btn-active-shadow: var(--iota-btn-iota-box-shadow) !important;
  --iota-btn-color: var(--iota-btn-iota-default-color);
  --iota-btn-active-color: var(--iota-btn-iota-default-color)
;
}

/* line 32510, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills-iota .btn.active:focus, .nav-pills-iota .tox .tox-menu__footer .active.tox-button--secondary:focus, .tox .tox-menu__footer .nav-pills-iota .active.tox-button--secondary:focus, .nav-pills-iota .tox .tox-dialog__footer .active.tox-button--secondary:focus, .tox .tox-dialog__footer .nav-pills-iota .active.tox-button--secondary:focus, .nav-pills-iota .tox .tox-menu__footer .active.tox-button:focus:last-child, .tox .tox-menu__footer .nav-pills-iota .active.tox-button:focus:last-child, .nav-pills-iota .tox .tox-dialog__footer .active.tox-button:focus:last-child, .tox .tox-dialog__footer .nav-pills-iota .active.tox-button:focus:last-child, .nav-pills-iota [data-list] .active.page:focus, [data-list] .nav-pills-iota .active.page:focus, .nav-pills-iota .table-list .active.page:focus, .table-list .nav-pills-iota .active.page:focus, .nav-pills-iota .iota-data-table .paging_full_numbers .active.page-link:focus, .iota-data-table .paging_full_numbers .nav-pills-iota .active.page-link:focus, .nav-pills-iota .iota-data-table .paging_first_last_numbers .active.page-link:focus, .iota-data-table .paging_first_last_numbers .nav-pills-iota .active.page-link:focus, .nav-pills-iota .iota-data-table .paging_full .active.page-link:focus, .iota-data-table .paging_full .nav-pills-iota .active.page-link:focus, .nav-pills-iota .iota-data-table .paging_numbers .active.page-link:focus, .iota-data-table .paging_numbers .nav-pills-iota .active.page-link:focus, .nav-pills-iota .iota-data-table .paging_simple_numbers .active.page-link:focus, .iota-data-table .paging_simple_numbers .nav-pills-iota .active.page-link:focus {
  --iota-btn-active-shadow: var(--iota-btn-iota-box-shadow) !important;
  --iota-btn-focus-box-shadow: var(--iota-btn-iota-box-shadow) !important
;
}

/* line 32515, app/assets/stylesheets/themes/_fc_styles.css */
.nav-pills-iota .btn:hover, .nav-pills-iota .tox .tox-menu__footer .tox-button--secondary:hover, .tox .tox-menu__footer .nav-pills-iota .tox-button--secondary:hover, .nav-pills-iota .tox .tox-dialog__footer .tox-button--secondary:hover, .tox .tox-dialog__footer .nav-pills-iota .tox-button--secondary:hover, .nav-pills-iota .tox .tox-menu__footer .tox-button:hover:last-child, .tox .tox-menu__footer .nav-pills-iota .tox-button:hover:last-child, .nav-pills-iota .tox .tox-dialog__footer .tox-button:hover:last-child, .tox .tox-dialog__footer .nav-pills-iota .tox-button:hover:last-child, .nav-pills-iota [data-list] .page:hover, [data-list] .nav-pills-iota .page:hover, .nav-pills-iota .table-list .page:hover, .table-list .nav-pills-iota .page:hover, .nav-pills-iota .iota-data-table .paging_full_numbers .page-link:hover, .iota-data-table .paging_full_numbers .nav-pills-iota .page-link:hover, .nav-pills-iota .iota-data-table .paging_first_last_numbers .page-link:hover, .iota-data-table .paging_first_last_numbers .nav-pills-iota .page-link:hover, .nav-pills-iota .iota-data-table .paging_full .page-link:hover, .iota-data-table .paging_full .nav-pills-iota .page-link:hover, .nav-pills-iota .iota-data-table .paging_numbers .page-link:hover, .iota-data-table .paging_numbers .nav-pills-iota .page-link:hover, .nav-pills-iota .iota-data-table .paging_simple_numbers .page-link:hover, .iota-data-table .paging_simple_numbers .nav-pills-iota .page-link:hover, .nav-pills-iota .btn:focus, .nav-pills-iota .tox .tox-menu__footer .tox-button--secondary:focus, .tox .tox-menu__footer .nav-pills-iota .tox-button--secondary:focus, .nav-pills-iota .tox .tox-dialog__footer .tox-button--secondary:focus, .tox .tox-dialog__footer .nav-pills-iota .tox-button--secondary:focus, .nav-pills-iota .tox .tox-menu__footer .tox-button:focus:last-child, .tox .tox-menu__footer .nav-pills-iota .tox-button:focus:last-child, .nav-pills-iota .tox .tox-dialog__footer .tox-button:focus:last-child, .tox .tox-dialog__footer .nav-pills-iota .tox-button:focus:last-child, .nav-pills-iota [data-list] .page:focus, [data-list] .nav-pills-iota .page:focus, .nav-pills-iota .table-list .page:focus, .table-list .nav-pills-iota .page:focus, .nav-pills-iota .iota-data-table .paging_full_numbers .page-link:focus, .iota-data-table .paging_full_numbers .nav-pills-iota .page-link:focus, .nav-pills-iota .iota-data-table .paging_first_last_numbers .page-link:focus, .iota-data-table .paging_first_last_numbers .nav-pills-iota .page-link:focus, .nav-pills-iota .iota-data-table .paging_full .page-link:focus, .iota-data-table .paging_full .nav-pills-iota .page-link:focus, .nav-pills-iota .iota-data-table .paging_numbers .page-link:focus, .iota-data-table .paging_numbers .nav-pills-iota .page-link:focus, .nav-pills-iota .iota-data-table .paging_simple_numbers .page-link:focus, .iota-data-table .paging_simple_numbers .nav-pills-iota .page-link:focus {
  color: var(--iota-btn-iota-default-color);
}

/* line 32519, app/assets/stylesheets/themes/_fc_styles.css */
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

/* line 32527, app/assets/stylesheets/themes/_fc_styles.css */
.rating li {
  list-style-type: none;
}

/* line 32531, app/assets/stylesheets/themes/_fc_styles.css */
.rating-item {
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 2rem;
  color: var(--iota-warning);
}

/* line 32538, app/assets/stylesheets/themes/_fc_styles.css */
.rating-item::before {
  content: "★";
}

/* line 32542, app/assets/stylesheets/themes/_fc_styles.css */
.rating-item.active ~ .rating-item::before {
  content: "☆";
}

/* line 32546, app/assets/stylesheets/themes/_fc_styles.css */
.rating:hover .rating-item::before {
  content: "2605";
}

/* line 32550, app/assets/stylesheets/themes/_fc_styles.css */
.rating-item:hover ~ .rating-item::before {
  content: "☆";
}

/* line 32554, app/assets/stylesheets/themes/_fc_styles.css */
.card-chat {
  height: calc(100vh - var(--iota-top-nav-height) - 0.625rem);
  z-index: 1;
}

/* line 32559, app/assets/stylesheets/themes/_fc_styles.css */
.card-chat .card-body {
  position: relative;
  overflow: hidden;
}

/* line 32564, app/assets/stylesheets/themes/_fc_styles.css */
.card-chat-pane {
  height: calc(100% - 2.063rem);
  position: relative;
  overflow: hidden;
}

/* line 32570, app/assets/stylesheets/themes/_fc_styles.css */
.card-chat-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  height: 100%;
  font-size: .8333333333rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 32589, app/assets/stylesheets/themes/_fc_styles.css */
.chat-sidebar {
  position: absolute;
  height: 100%;
  z-index: 11;
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
}

/* line 32602, app/assets/stylesheets/themes/_fc_styles.css */
.contacts-list {
  height: calc(100% - 2rem);
  border-right: 1px solid var(--iota-border-color);
  overflow-y: auto;
  width: 100%;
}

/* line 32609, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact {
  position: relative;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.188rem;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0);
  background-color: var(--iota-chat-contact-bg);
}

/* line 32621, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact:after {
  position: absolute;
  content: "";
  height: 100%;
  width: .25rem;
  left: 0;
  top: 0;
}

/* line 32630, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact:first-child {
  border-top: 0 !important;
}

/* line 32634, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact:hover:after, .chat-contact:focus:after {
  background-color: var(--iota-success);
}

/* line 32638, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact.active:after {
  background-color: var(--iota-success);
}

/* line 32642, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact.active:not(:first-child), .chat-contact.active + .chat-contact {
  border-top: 1px solid var(--iota-border-color);
}

/* line 32646, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact .hover-actions {
  background-color: var(--iota-emphasis-bg);
}

/* line 32650, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact .hover-actions > * {
  pointer-events: none;
}

/* line 32654, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact-body {
  position: relative;
  min-width: 0;
}

/* line 32659, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact-title {
  font-weight: 400;
}

/* line 32663, app/assets/stylesheets/themes/_fc_styles.css */
.message-time {
  color: var(--iota-gray-400);
}

/* line 32667, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contact-content {
  font-size: .8333333333rem;
  color: var(--iota-gray-600);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 32676, app/assets/stylesheets/themes/_fc_styles.css */
.unread-message {
  color: var(--iota-emphasis-color);
}

/* line 32680, app/assets/stylesheets/themes/_fc_styles.css */
.unread-message .chat-contact-title, .unread-message .chat-contact-content {
  font-weight: 600;
  color: var(--iota-emphasis-color);
}

/* line 32685, app/assets/stylesheets/themes/_fc_styles.css */
.unread-message .message-time {
  color: var(--iota-primary);
}

/* line 32689, app/assets/stylesheets/themes/_fc_styles.css */
.contacts-search-wrapper {
  position: relative;
  border-top: 1px solid var(--iota-border-color);
  border-right: 1px solid var(--iota-border-color);
  background-color: var(--iota-chat-contact-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.063rem;
}

/* line 32706, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contacts-search {
  padding-left: 2.12rem;
  background-color: var(--iota-emphasis-bg);
}

/* line 32711, app/assets/stylesheets/themes/_fc_styles.css */
.chat-contacts-search:hover, .chat-contacts-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 32716, app/assets/stylesheets/themes/_fc_styles.css */
.contacts-search-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b6c1d2;
  font-size: .8333333333rem;
  left: 1rem;
}

/* line 32727, app/assets/stylesheets/themes/_fc_styles.css */
.chat-content-header {
  padding: 1rem;
  border-bottom: 1px solid var(--iota-border-color);
}

/* line 32732, app/assets/stylesheets/themes/_fc_styles.css */
.chat-content-body {
  height: calc(100% - 4.25rem);
}

/* line 32736, app/assets/stylesheets/themes/_fc_styles.css */
.chat-content-body .scroll-content {
  position: relative;
}

/* line 32740, app/assets/stylesheets/themes/_fc_styles.css */
.chat-content-scroll-area {
  height: 100%;
  padding-bottom: 1rem;
  overflow-y: auto;
}

/* line 32746, app/assets/stylesheets/themes/_fc_styles.css */
.chat-message {
  max-width: calc(100% - 7rem);
  margin-bottom: .25rem;
  display: inline-block;
  position: relative;
}

/* line 32753, app/assets/stylesheets/themes/_fc_styles.css */
.message-settings {
  position: absolute;
  bottom: -0.9375rem;
  border: 1px solid var(--iota-gray-200);
  background-color: var(--iota-gray-100);
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  text-align: center;
}

/* line 32764, app/assets/stylesheets/themes/_fc_styles.css */
.message-settings-left {
  right: -0.9375rem;
}

/* line 32768, app/assets/stylesheets/themes/_fc_styles.css */
.message-settings-right {
  left: -0.9375rem;
}

/* line 32772, app/assets/stylesheets/themes/_fc_styles.css */
.conversation-info {
  position: absolute;
  width: 15rem;
  right: -15rem;
  background-color: var(--iota-gray-100);
  border-left: 1px solid var(--iota-border-color);
  z-index: 10;
  top: 4.25rem;
  height: calc(100% - 4.25rem);
  -webkit-transition: right .5s ease;
  -o-transition: right .5s ease;
  transition: right .5s ease;
}

/* line 32786, app/assets/stylesheets/themes/_fc_styles.css */
.conversation-info.show {
  right: 0;
}

/* line 32790, app/assets/stylesheets/themes/_fc_styles.css */
.conversation-info .conversation-info-icon {
  width: 1.25rem;
  font-size: 1rem;
}

/* line 32795, app/assets/stylesheets/themes/_fc_styles.css */
.chat-file-upload {
  margin-bottom: 0;
  padding: 0 .5rem;
  z-index: 2;
  color: var(--iota-gray-500);
}

/* line 32802, app/assets/stylesheets/themes/_fc_styles.css */
.chat-file-upload:hover, .chat-file-upload:focus {
  color: var(--iota-gray-600);
}

/* line 32806, app/assets/stylesheets/themes/_fc_styles.css */
.btn-message-submit {
  position: absolute;
  right: 3.938rem;
  top: .1875rem;
}

/* line 32812, app/assets/stylesheets/themes/_fc_styles.css */
.btn-send {
  z-index: 2;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: var(--iota-gray-500);
  outline: none !important;
  margin-right: 1rem;
}

/* line 32821, app/assets/stylesheets/themes/_fc_styles.css */
.chat-editor-area {
  border-top: 1px solid var(--iota-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

/* line 32832, app/assets/stylesheets/themes/_fc_styles.css */
.chat-editor-area .emoji-icon {
  padding: 0 .25rem;
  margin-right: .5rem;
  cursor: pointer;
  color: var(--iota-gray-500);
}

/* line 32839, app/assets/stylesheets/themes/_fc_styles.css */
.chat-editor-area .emoji-icon:hover, .chat-editor-area .emoji-icon:focus {
  color: var(--iota-gray-600) !important;
}

/* line 32843, app/assets/stylesheets/themes/_fc_styles.css */
.chat-editor-area .emojiarea-editor {
  padding: .3rem 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  max-height: 6.25rem;
  overflow: auto;
  word-break: break-all;
  -webkit-box-shadow: var(--iota-box-shadow-inset);
  box-shadow: var(--iota-box-shadow-inset);
}

/* line 32856, app/assets/stylesheets/themes/_fc_styles.css */
.chat-editor-area .emojiarea-editor[contenteditable=true]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  color: var(--iota-gray-400);
}

/* line 32862, app/assets/stylesheets/themes/_fc_styles.css */
.chat-option {
  color: var(--iota-gray-400);
}

/* line 32866, app/assets/stylesheets/themes/_fc_styles.css */
.chat-option:hover, .chat-option:focus {
  color: var(--iota-primary);
}

@media (min-width: 576px) {
  /* line 32871, app/assets/stylesheets/themes/_fc_styles.css */
  .contacts-list {
    height: calc(100% - 2.063rem);
  }
  /* line 32875, app/assets/stylesheets/themes/_fc_styles.css */
  .conversation-scroll-area {
    height: calc(100% - 2.188rem);
  }
  /* line 32879, app/assets/stylesheets/themes/_fc_styles.css */
  .card-chat {
    height: calc(100vh - var(--iota-top-nav-height) - 3.9875rem);
  }
}

@media (min-width: 768px) {
  /* line 32885, app/assets/stylesheets/themes/_fc_styles.css */
  .chat-sidebar {
    position: relative;
    height: 100%;
    top: 0;
    left: 0 !important;
    width: 4.063rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  /* line 32898, app/assets/stylesheets/themes/_fc_styles.css */
  .chat-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5rem;
    flex: 0 0 17.5rem;
    max-width: 17.5rem;
  }
}

@media (min-width: 1540px) {
  /* line 32907, app/assets/stylesheets/themes/_fc_styles.css */
  .chat-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.88rem;
    flex: 0 0 21.88rem;
    max-width: 21.88rem;
  }
}

/* line 32915, app/assets/stylesheets/themes/_fc_styles.css */
.safari .contacts-list {
  height: calc(100% - 2.063rem);
}

/* line 32919, app/assets/stylesheets/themes/_fc_styles.css */
.safari .contacts-search-wrapper {
  height: 2.125rem;
}

/* line 32923, app/assets/stylesheets/themes/_fc_styles.css */
.ipad .card-chat, .mobile.safari .card-chat, .mobile.chrome .card-chat {
  height: calc(100vh - var(--iota-top-nav-height) - 0.625rem - 3.5rem);
}

/* line 32927, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-header {
  background-color: var(--iota-kanban-header-bg);
}

/* line 32931, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-container {
  padding-bottom: .25rem;
  white-space: nowrap;
}

/* line 32936, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-column {
  display: inline-block !important;
  width: 22.1875rem;
  white-space: normal;
  vertical-align: top;
  margin-right: 1rem;
}

/* line 32944, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-column:not(.form-added) .add-card-form {
  display: none;
}

/* line 32948, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-column:not(:first-child) {
  margin-left: -0.375rem;
}

/* line 32952, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--iota-kanban-bg);
  padding: .5rem 1.25rem;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

/* line 32968, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-column-footer {
  background-color: var(--iota-kanban-bg);
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
  padding: .5rem 1.25rem;
}

/* line 32975, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-items-container {
  outline: none;
  padding: .5rem 1.25rem;
  max-height: calc(100vh - (var(--iota-top-nav-height) + 4.3125rem + 2.5625rem + 2.8125rem + .9375rem));
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--iota-kanban-bg);
}

/* line 32984, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-items-container .kanban-collapse:first-child, .kanban-items-container .kanban-item:first-child {
  margin-top: 0 !important;
}

/* line 32988, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-item {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  margin-top: 1rem;
}

/* line 32998, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-item-card {
  border: 0;
  color: var(--iota-kanban-item-color);
  font-size: .8333333333rem;
  background-color: var(--iota-kanban-item-bg);
  border-radius: .375rem;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 33008, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-item-dropdown-btn {
  padding: 0 .5rem;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 2 !important;
}

/* line 33016, app/assets/stylesheets/themes/_fc_styles.css */
.kanban-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .6944444444rem;
  margin-top: 1rem;
  color: var(--iota-kanban-footer-color);
}

/* line 33031, app/assets/stylesheets/themes/_fc_styles.css */
.form-added .kanban-items-container {
  max-height: calc(100vh - (var(--iota-top-nav-height) + 4.3125rem + 2.5625rem + .9375rem));
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

/* line 33037, app/assets/stylesheets/themes/_fc_styles.css */
.form-added .kanban-column-footer {
  display: none;
}

/* line 33041, app/assets/stylesheets/themes/_fc_styles.css */
.add-card-form {
  padding: 1rem;
  border-radius: .375rem;
  background-color: var(--iota-kanban-item-bg);
  border: 1px solid var(--iota-border-color);
  margin-top: 1rem;
}

/* line 33049, app/assets/stylesheets/themes/_fc_styles.css */
.btn-add-card:hover, .btn-add-card:focus {
  background-color: var(--iota-kanban-btn-add-hover-bg);
}

/* line 33053, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-group .avatar {
  vertical-align: top;
}

/* line 33057, app/assets/stylesheets/themes/_fc_styles.css */
.draggable--is-dragging * {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

/* line 33062, app/assets/stylesheets/themes/_fc_styles.css */
.draggable-source--is-dragging {
  background-color: var(--iota-kanban-draggable-source-dragging-bg) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: .375rem;
}

/* line 33069, app/assets/stylesheets/themes/_fc_styles.css */
.draggable-source--is-dragging * {
  opacity: 0;
}

/* line 33073, app/assets/stylesheets/themes/_fc_styles.css */
.add-card-form + .draggable-source--is-dragging {
  margin-top: 0 !important;
}

/* line 33077, app/assets/stylesheets/themes/_fc_styles.css */
.draggable-mirror {
  z-index: 1100;
}

/* line 33081, app/assets/stylesheets/themes/_fc_styles.css */
.draggable-mirror .kanban-item-card {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 33087, app/assets/stylesheets/themes/_fc_styles.css */
button.btn-circle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background-color: #edf2f9;
  text-shadow: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  opacity: .5;
}

/* line 33099, app/assets/stylesheets/themes/_fc_styles.css */
button.btn-circle:hover, button.btn-circle:focus {
  opacity: 1 !important;
  background-color: #d8e2ef;
}

/* line 33104, app/assets/stylesheets/themes/_fc_styles.css */
.icon-title {
  width: 1.25rem;
  text-align: center;
  margin-right: 1rem;
}

/* line 33110, app/assets/stylesheets/themes/_fc_styles.css */
div[data-collapse] + .kanban-item, .draggable--original:first-child + .kanban-item {
  margin-top: 0;
}

/* line 33114, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link-card-details {
  background-color: var(--iota-kanban-bg);
  color: var(--iota-kanban-nav-link-card-details-color);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: .25rem;
  margin-bottom: .25rem;
}

/* line 33124, app/assets/stylesheets/themes/_fc_styles.css */
.nav-link-card-details:hover, .nav-link-card-details:focus {
  background-color: var(--iota-kanban-nav-link-card-details-hover-bg);
  color: var(--iota-kanban-nav-link-card-details-color);
}

/* line 33129, app/assets/stylesheets/themes/_fc_styles.css */
.ipad .kanban-items-container, .mobile.safari .kanban-items-container, .mobile.chrome .kanban-items-container {
  max-height: calc(100vh - (var(--iota-top-nav-height) + 4.3125rem + 2.5625rem + 2.8125rem + .9375rem + 3.5rem));
}

/* line 33133, app/assets/stylesheets/themes/_fc_styles.css */
.ipad .form-added .kanban-items-container, .mobile.safari .form-added .kanban-items-container, .mobile.chrome .form-added .kanban-items-container {
  max-height: calc(100vh - (var(--iota-top-nav-height) + 4.3125rem + 2.5625rem + .9375rem + 3.5rem));
}

/* line 33137, app/assets/stylesheets/themes/_fc_styles.css */
.avatar-profile {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 33145, app/assets/stylesheets/themes/_fc_styles.css */
.overlay-icon {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

/* line 33157, app/assets/stylesheets/themes/_fc_styles.css */
.cover-image-file-input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: .25rem .5rem;
  margin-left: 1rem;
  margin-top: 1rem;
  border-radius: .25rem;
  font-size: .8333333333rem;
  color: #fff;
  border: 1px solid var(--iota-border-color);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 33175, app/assets/stylesheets/themes/_fc_styles.css */
.cover-image {
  overflow: hidden;
}

/* line 33179, app/assets/stylesheets/themes/_fc_styles.css */
.cover-image:hover .cover-image-file-input {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 33186, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-pills .nav-link.active {
  color: #fff !important;
}

/* line 33190, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  color: var(--iota-gray-600);
  display: block;
}

/* line 33202, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link .nav-item-circle {
  color: var(--iota-gray-500);
  background-color: var(--iota-theme-wizard-nav-item-circle-bg);
  border: 2px solid var(--iota-gray-300);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  line-height: 2.25rem;
  padding: 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 33220, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.active {
  color: var(--iota-primary) !important;
}

/* line 33224, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.active .nav-item-circle {
  background-color: var(--iota-primary) !important;
  color: #fff;
  border-color: var(--iota-primary);
}

/* line 33230, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.done {
  color: var(--iota-success);
}

/* line 33234, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.done .nav-item-circle {
  background-color: var(--iota-success) !important;
  color: #fff;
  border-color: var(--iota-success);
}

/* line 33240, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.done .nav-item-circle .check-icon {
  display: inline-block;
}

/* line 33244, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link.done .nav-item-circle-parent:before {
  background-color: var(--iota-success);
}

/* line 33248, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link .nav-item-circle .check-icon {
  display: none;
}

/* line 33252, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link .nav-item-circle-parent {
  display: block;
}

/* line 33256, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-link .nav-item-circle-parent:before {
  content: "";
  height: 2px;
  width: 101%;
  position: absolute;
  left: 51%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: var(--iota-gray-300);
}

/* line 33268, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item:not(:first-child) .active .nav-item-circle-parent:after {
  content: "";
  width: 50%;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--iota-success);
}

/* line 33281, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item-circle-parent {
  position: relative;
  padding: 0 1rem;
}

/* line 33286, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item-circle {
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

/* line 33292, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 33307, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item:first-child .nav-item-circle-parent:before, .theme-wizard .nav-item:last-child .nav-item-circle-parent:before {
  width: 50%;
}

/* line 33311, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item:first-child .nav-item-circle-parent:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 33316, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .nav-item:last-child .nav-item-circle-parent:before {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 33322, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 33331, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .wizard-lottie-wrapper {
  height: 1px;
  position: relative;
  padding-bottom: 11.875rem;
  overflow: hidden;
}

/* line 33338, app/assets/stylesheets/themes/_fc_styles.css */
.theme-wizard .wizard-lottie-wrapper .wizard-lottie {
  width: 21.25rem;
  height: auto;
  -webkit-transform: translateY(-73%);
  -ms-transform: translateY(-73%);
  transform: translateY(-73%);
}

/* line 33346, app/assets/stylesheets/themes/_fc_styles.css */
.notice {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  z-index: -1;
  border: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  border-radius: 0;
}

/* line 33360, app/assets/stylesheets/themes/_fc_styles.css */
.notice.show {
  z-index: 1050;
}

/* line 33364, app/assets/stylesheets/themes/_fc_styles.css */
.notice .btn-close {
  margin-top: .75rem;
}

/* line 33368, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-primary {
  background-color: #2c7be5 !important;
}

/* line 33372, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-primary {
  color: #2c7be5 !important;
}

/* line 33376, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33380, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-secondary {
  background-color: #748194 !important;
}

/* line 33384, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-secondary {
  color: #748194 !important;
}

/* line 33388, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33392, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-success {
  background-color: #00d27a !important;
}

/* line 33396, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-success {
  color: #00d27a !important;
}

/* line 33400, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33404, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-info {
  background-color: #27bcfd !important;
}

/* line 33408, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-info {
  color: #27bcfd !important;
}

/* line 33412, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33416, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-warning {
  background-color: #f5803e !important;
}

/* line 33420, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-warning {
  color: #f5803e !important;
}

/* line 33424, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33428, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-danger {
  background-color: #e63757 !important;
}

/* line 33432, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-danger {
  color: #e63757 !important;
}

/* line 33436, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33440, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-light {
  background-color: #f9fafd !important;
}

/* line 33444, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-light {
  color: #f9fafd !important;
}

/* line 33448, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33452, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-dark {
  background-color: #0b1727 !important;
}

/* line 33456, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-dark {
  color: #0b1727 !important;
}

/* line 33460, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33464, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-100 {
  background-color: #f9fafd !important;
}

/* line 33468, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-100 {
  color: #f9fafd !important;
}

/* line 33472, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33476, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-200 {
  background-color: #edf2f9 !important;
}

/* line 33480, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-200 {
  color: #edf2f9 !important;
}

/* line 33484, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33488, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-300 {
  background-color: #d8e2ef !important;
}

/* line 33492, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-300 {
  color: #d8e2ef !important;
}

/* line 33496, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33500, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-400 {
  background-color: #b6c1d2 !important;
}

/* line 33504, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-400 {
  color: #b6c1d2 !important;
}

/* line 33508, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33512, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-500 {
  background-color: #9da9bb !important;
}

/* line 33516, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-500 {
  color: #9da9bb !important;
}

/* line 33520, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33524, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-600 {
  background-color: #748194 !important;
}

/* line 33528, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-600 {
  color: #748194 !important;
}

/* line 33532, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33536, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-700 {
  background-color: #5e6e82 !important;
}

/* line 33540, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-700 {
  color: #5e6e82 !important;
}

/* line 33544, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33548, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-800 {
  background-color: #4d5969 !important;
}

/* line 33552, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-800 {
  color: #4d5969 !important;
}

/* line 33556, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33560, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-900 {
  background-color: #344050 !important;
}

/* line 33564, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-900 {
  color: #344050 !important;
}

/* line 33568, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33572, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-1000 {
  background-color: #232e3c !important;
}

/* line 33576, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-1000 {
  color: #232e3c !important;
}

/* line 33580, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33584, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-1100 {
  background-color: #0b1727 !important;
}

/* line 33588, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-1100 {
  color: #0b1727 !important;
}

/* line 33592, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33596, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-black {
  background-color: #000 !important;
}

/* line 33600, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-black {
  color: #000 !important;
}

/* line 33604, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33608, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-white {
  background-color: #fff !important;
}

/* line 33612, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__text-white {
  color: #fff !important;
}

/* line 33616, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-card-dark {
  background-color: #121e2d !important;
}

/* line 33620, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-0 {
  --iota-bg-opacity: 0 !important
;
}

/* line 33624, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-25 {
  --iota-bg-opacity: 0.25 !important
;
}

/* line 33628, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-50 {
  --iota-bg-opacity: 0.5 !important
;
}

/* line 33632, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-75 {
  --iota-bg-opacity: 0.75 !important
;
}

/* line 33636, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-85 {
  --iota-bg-opacity: 0.85 !important
;
}

/* line 33640, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] .dark__bg-opacity-100 {
  --iota-bg-opacity: 1 !important
;
}

/* line 33644, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] ::-moz-selection {
  background-color: var(--iota-warning);
}

/* line 33648, app/assets/stylesheets/themes/_fc_styles.css */
[data-bs-theme=dark] ::selection {
  background-color: var(--iota-warning);
}

/* line 33652, app/assets/stylesheets/themes/_fc_styles.css */
.firefox .audience-chart-header {
  min-height: 96px;
}

/* line 33656, app/assets/stylesheets/themes/_fc_styles.css */
.chart-tab .nav-link:not(.active):hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 33660, app/assets/stylesheets/themes/_fc_styles.css */
.chart-tab .nav-link.active {
  border-bottom: 2px solid var(--iota-primary);
  background-color: var(--iota-emphasis-bg);
}

/* line 33665, app/assets/stylesheets/themes/_fc_styles.css */
.tab-tickets-status .nav-item .nav-link, .tab-contact-details .nav-item .nav-link {
  border-radius: 0;
}

/* line 33669, app/assets/stylesheets/themes/_fc_styles.css */
.tab-tickets-status .nav-item .nav-link.active, .tab-contact-details .nav-item .nav-link.active {
  border-bottom: 2px solid var(--iota-primary);
  background-color: var(--iota-emphasis-bg);
}

/* line 33674, app/assets/stylesheets/themes/_fc_styles.css */
.tab-tickets-status .nav-item .nav-link.active .icon, .tab-tickets-status .nav-item .nav-link.active span, .tab-contact-details .nav-item .nav-link.active .icon, .tab-contact-details .nav-item .nav-link.active span {
  color: var(--iota-primary) !important;
}

/* line 33678, app/assets/stylesheets/themes/_fc_styles.css */
.tab-tickets-status .nav-item .nav-link.active h6, .tab-tickets-status .nav-item .nav-link.active .h6, .tab-contact-details .nav-item .nav-link.active h6, .tab-contact-details .nav-item .nav-link.active .h6 {
  color: var(--iota-gray-900) !important;
}

/* line 33682, app/assets/stylesheets/themes/_fc_styles.css */
.top-customers-tab .nav-item {
  width: 5rem;
}

/* line 33686, app/assets/stylesheets/themes/_fc_styles.css */
.top-customers-tab .nav-item .nav-link.active {
  font-weight: 600 !important;
}

/* line 33690, app/assets/stylesheets/themes/_fc_styles.css */
.top-customers-tab .nav-item .nav-link.active:after {
  top: 45%;
  right: -6px;
  bottom: unset;
  left: unset;
  border-width: 1px 1px 0 0;
}

/* line 33698, app/assets/stylesheets/themes/_fc_styles.css */
.timeline {
  position: relative;
}

/* line 33702, app/assets/stylesheets/themes/_fc_styles.css */
.timeline::after, .timeline::before {
  content: "";
  position: absolute;
}

/* line 33707, app/assets/stylesheets/themes/_fc_styles.css */
.timeline::after {
  height: .625rem;
  width: .625rem;
  left: 1.25rem;
  top: 1.5625rem;
  border-radius: 50%;
  border: 1px solid var(--iota-border-color);
}

/* line 33716, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-current::after {
  left: 21px;
}

/* line 33720, app/assets/stylesheets/themes/_fc_styles.css */
.timeline::before {
  border-left: 1px dashed;
  height: calc(100% - 2.11rem);
  left: calc(1.25rem + 0.28rem);
  top: 2.4rem;
  opacity: .48;
}

/* line 33728, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-primary.timeline-past::after, .timeline-primary.timeline-current::after {
  background-color: #2c7be5;
  border-color: #2c7be5;
}

/* line 33733, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-primary.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.3);
  box-shadow: 0 0 0 3px rgba(44, 123, 229, 0.3);
}

/* line 33740, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-secondary.timeline-past::after, .timeline-secondary.timeline-current::after {
  background-color: #748194;
  border-color: #748194;
}

/* line 33745, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-secondary.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(116, 129, 148, 0.3);
  box-shadow: 0 0 0 3px rgba(116, 129, 148, 0.3);
}

/* line 33752, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-success.timeline-past::after, .timeline-success.timeline-current::after {
  background-color: #00d27a;
  border-color: #00d27a;
}

/* line 33757, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-success.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 210, 122, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 210, 122, 0.3);
}

/* line 33764, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-info.timeline-past::after, .timeline-info.timeline-current::after {
  background-color: #27bcfd;
  border-color: #27bcfd;
}

/* line 33769, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-info.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(39, 188, 253, 0.3);
  box-shadow: 0 0 0 3px rgba(39, 188, 253, 0.3);
}

/* line 33776, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-warning.timeline-past::after, .timeline-warning.timeline-current::after {
  background-color: #f5803e;
  border-color: #f5803e;
}

/* line 33781, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-warning.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(245, 128, 62, 0.3);
  box-shadow: 0 0 0 3px rgba(245, 128, 62, 0.3);
}

/* line 33788, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-danger.timeline-past::after, .timeline-danger.timeline-current::after {
  background-color: #e63757;
  border-color: #e63757;
}

/* line 33793, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-danger.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(230, 55, 87, 0.3);
  box-shadow: 0 0 0 3px rgba(230, 55, 87, 0.3);
}

/* line 33800, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-light.timeline-past::after, .timeline-light.timeline-current::after {
  background-color: #f9fafd;
  border-color: #f9fafd;
}

/* line 33805, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-light.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(249, 250, 253, 0.3);
  box-shadow: 0 0 0 3px rgba(249, 250, 253, 0.3);
}

/* line 33812, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-dark.timeline-past::after, .timeline-dark.timeline-current::after {
  background-color: #0b1727;
  border-color: #0b1727;
}

/* line 33817, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-dark.timeline-current::after {
  height: .5rem;
  width: .5rem;
  -webkit-box-shadow: 0 0 0 3px rgba(11, 23, 39, 0.3);
  box-shadow: 0 0 0 3px rgba(11, 23, 39, 0.3);
}

/* line 33824, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 33830, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item {
  position: relative;
  padding-left: 1.8rem;
}

@media (min-width: 992px) {
  /* line 33836, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item {
    padding-left: 0;
  }
}

/* line 33841, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item:not(:first-child) {
  margin-top: 3rem;
}

/* line 33845, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--iota-gray-300);
  height: calc(100% + 3rem);
  left: 1.375rem;
}

@media (min-width: 992px) {
  /* line 33854, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item:not(:last-child)::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 33862, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item-content {
  position: relative;
  border: 1px solid var(--iota-gray-300);
  border-radius: .375rem;
  margin-left: 1.25rem;
  z-index: 1;
}

/* line 33870, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item-content .timeline-item-card {
  padding: 1.5rem;
  background-color: var(--iota-gray-100);
  border-radius: .375rem;
}

@media (min-width: 992px) {
  /* line 33877, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-content.arrow-bg-white::before {
    background: #fff;
  }
  /* line 33881, app/assets/stylesheets/themes/_fc_styles.css */
  html[data-bs-theme=dark] .timeline-vertical .timeline-item-content.arrow-bg-white::before {
    background-color: var(--iota-gray-100) !important;
  }
}

@media (min-width: 992px) {
  /* line 33887, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-content::before {
    content: "";
    position: absolute;
    width: .8rem;
    height: .8rem;
    background: var(--iota-gray-100);
    top: .9rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-style: solid;
    border-color: var(--iota-gray-300);
    border-radius: .125rem;
    z-index: -1;
  }
}

/* line 33905, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item-time {
  margin-top: .25rem;
  padding-left: 2.25rem;
}

@media (min-width: 992px) {
  /* line 33911, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-start .timeline-item-time:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  /* line 33919, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-start .timeline-item-content {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  /* line 33924, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-start .timeline-item-content::before {
    right: -0.375rem;
  }
}

@media (min-width: 992px) {
  /* line 33930, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-start .timeline-item-time {
    padding-left: 2.5rem;
  }
}

/* line 33935, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-item-end .timeline-item-time:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  /* line 33942, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-end .timeline-item-time:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  /* line 33950, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-end .timeline-item-content {
    margin-left: 1.5rem;
  }
  /* line 33954, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-end .timeline-item-content::before {
    left: -0.375rem;
    border-width: 0px 0px 1px 1px;
  }
}

@media (min-width: 992px) {
  /* line 33961, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-item-end .timeline-item-time {
    padding-right: 2.5rem;
  }
}

/* line 33966, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-vertical .timeline-icon {
  position: absolute;
  font-size: .875rem;
  border-radius: 50%;
  background-color: var(--iota-gray-100);
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  top: 0;
  border: 1px solid var(--iota-border-color);
}

@media (min-width: 992px) {
  /* line 33979, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-vertical .timeline-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 33987, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  padding-left: .5rem;
}

@media (min-width: 992px) {
  /* line 33995, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag {
    padding-left: 0;
  }
}

/* line 34000, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item:not(:first-child) {
  margin-top: 4rem;
}

@media (min-width: 992px) {
  /* line 34005, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item:not(:first-child) {
    margin-top: -5rem;
  }
}

/* line 34010, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item:not(:last-child) .timeline-item-content {
  position: relative;
}

/* line 34014, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item:not(:last-child) .timeline-item-content::before {
  content: "";
  position: absolute;
  width: 2px;
  border-left: 1px solid var(--iota-gray-300);
  height: calc(100% + 4rem);
  top: .5rem;
}

@media (min-width: 992px) {
  /* line 34024, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item:not(:last-child) .timeline-item-content::before {
    height: calc(100% - 5rem);
  }
}

/* line 34029, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 576px) {
  /* line 34038, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

/* line 34045, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 34051, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-end .bullet::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 34057, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-end .timeline-item-content::before {
  left: 0;
}

@media (min-width: 992px) {
  /* line 34062, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-end .timeline-item-content::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 34069, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-start .bullet::after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  /* line 34076, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-start .bullet::after {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media (min-width: 992px) {
  /* line 34085, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-start .timeline-item-content::before {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (min-width: 992px) {
  /* line 34094, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-start .timeline-item-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 34101, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .bullet {
  display: block;
  position: relative;
  height: 1px;
}

/* line 34107, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .bullet::after, .timeline-zigzag .bullet::before {
  content: "";
  position: absolute;
}

/* line 34112, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .bullet::after {
  top: .5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 1px solid var(--iota-gray-300);
  background-color: var(--iota-gray-100);
}

/* line 34121, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .bullet::before {
  height: 1px;
  width: 50px;
  border-top: 1px solid var(--iota-gray-300);
  top: .5rem;
}

@media (min-width: 576px) {
  /* line 34129, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .bullet::before {
    width: 100%;
  }
}

/* line 34134, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-zigzag .timeline-item-media {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 1.5rem;
}

@media (min-width: 576px) {
  /* line 34142, app/assets/stylesheets/themes/_fc_styles.css */
  .timeline-zigzag .timeline-item-media {
    margin-left: 0;
  }
}

/* line 34147, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-simple {
  position: relative;
}

/* line 34151, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-simple .timeline-item {
  position: relative;
  padding-left: 0;
}

/* line 34156, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-simple .timeline-item .timeline-item-date {
  width: 3.4375rem;
}

/* line 34160, app/assets/stylesheets/themes/_fc_styles.css */
.timeline-simple .timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  border-left: 2px dashed var(--iota-gray-200);
  height: calc(100% + 3rem);
  left: 4.9rem;
  top: 1.25rem;
}

/* line 34169, app/assets/stylesheets/themes/_fc_styles.css */
.treeview.treeview-slect [data-bs-toggle=collapse] .treeview-text {
  margin-left: 2.1rem;
}

/* line 34173, app/assets/stylesheets/themes/_fc_styles.css */
.treeview.treeview-slect .toggle-container {
  position: relative;
}

/* line 34177, app/assets/stylesheets/themes/_fc_styles.css */
.treeview.treeview-slect .toggle-container input {
  position: absolute;
  left: 18px;
  z-index: 2;
}

/* line 34183, app/assets/stylesheets/themes/_fc_styles.css */
.treeview {
  position: relative;
  padding-left: 0;
}

/* line 34188, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .collapsing {
  -webkit-transition: height .15s ease;
  -o-transition: height .15s ease;
  transition: height .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 34195, app/assets/stylesheets/themes/_fc_styles.css */
  .treeview .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 34202, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-border {
  border-left-style: solid;
  border-width: 1px;
  border-color: var(--iota-border-color);
  margin-left: 3px;
}

/* line 34209, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-border-transparent {
  border-color: rgba(0, 0, 0, 0) !important;
}

/* line 34213, app/assets/stylesheets/themes/_fc_styles.css */
.treeview ul:not(.collapse-show) .treeview-row {
  display: none;
}

/* line 34217, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item {
  list-style: none;
}

/* line 34221, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-row {
  width: 100%;
  height: 27px;
  position: absolute;
  left: 0;
}

/* line 34228, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-row-odd {
  background-color: var(--iota-gray-200);
}

/* line 34232, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-row-even {
  background-color: var(--iota-gray-100);
}

/* line 34236, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 34246, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-item > .form-check-input {
  margin: 0 .5rem .25rem 0;
}

/* line 34250, app/assets/stylesheets/themes/_fc_styles.css */
.treeview .treeview-list-item .treeview-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: .8333333333rem;
  color: var(--iota-gray-600);
  padding: .25rem 0;
  margin-bottom: 0;
}

/* line 34264, app/assets/stylesheets/themes/_fc_styles.css */
.treeview a {
  text-decoration: none;
}

/* line 34268, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse] {
  position: relative;
  display: block;
}

/* line 34273, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse] .treeview-text {
  padding-left: 1.8rem;
  margin-left: .5rem;
}

/* line 34278, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: .4rem;
  width: .4rem;
  border-right: 2px solid #b6c1d2;
  border-bottom: 2px solid #b6c1d2;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: border-color,-webkit-transform;
  transition-property: border-color,-webkit-transform;
  -o-transition-property: transform,border-color;
  transition-property: transform,border-color;
  transition-property: transform,border-color,-webkit-transform;
}

/* line 34304, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse][aria-expanded=true]:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/* line 34310, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse] .treeview-text {
  position: relative;
}

/* line 34314, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse] .treeview-text::before {
  display: block;
  width: 12px;
  position: absolute;
  left: 10px;
  content: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJmb2xkZXIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1mb2xkZXIgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNzQ4MTk0IiBkPSJNNDY0IDEyOEgyNzJsLTY0LTY0SDQ4QzIxLjQ5IDY0IDAgODUuNDkgMCAxMTJ2Mjg4YzAgMjYuNTEgMjEuNDkgNDggNDggNDhoNDE2YzI2LjUxIDAgNDgtMjEuNDkgNDgtNDhWMTc2YzAtMjYuNTEtMjEuNDktNDgtNDgtNDh6Ij48L3BhdGg+PC9zdmc+") !important;
}

/* line 34322, app/assets/stylesheets/themes/_fc_styles.css */
.treeview [data-bs-toggle=collapse][aria-expanded=true] .treeview-text::before {
  display: block;
  width: 14px;
  position: absolute;
  left: 10px;
  content: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJmb2xkZXItb3BlbiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWZvbGRlci1vcGVuIGZhLXctMTgiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTc2IDUxMiI+PHBhdGggZmlsbD0iI0I2QzJEMiIgZD0iTTU3Mi42OTQgMjkyLjA5M0w1MDAuMjcgNDE2LjI0OEE2My45OTcgNjMuOTk3IDAgMCAxIDQ0NC45ODkgNDQ4SDQ1LjAyNWMtMTguNTIzIDAtMzAuMDY0LTIwLjA5My0yMC43MzEtMzYuMDkzbDcyLjQyNC0xMjQuMTU1QTY0IDY0IDAgMCAxIDE1MiAyNTZoMzk5Ljk2NGMxOC41MjMgMCAzMC4wNjQgMjAuMDkzIDIwLjczIDM2LjA5M3pNMTUyIDIyNGgzMjh2LTQ4YzAtMjYuNTEtMjEuNDktNDgtNDgtNDhIMjcybC02NC02NEg0OEMyMS40OSA2NCAwIDg1LjQ5IDAgMTEydjI3OC4wNDZsNjkuMDc3LTExOC40MThDODYuMjE0IDI0Mi4yNSAxMTcuOTg5IDIyNCAxNTIgMjI0eiI+PC9wYXRoPjwvc3ZnPg==") !important;
}

/* line 34330, app/assets/stylesheets/themes/_fc_styles.css */
.treeview.treeview-stripe {
  padding-left: .5rem !important;
}

/* line 34334, app/assets/stylesheets/themes/_fc_styles.css */
.treeview-body-height {
  height: 28.75rem;
}

/* line 34338, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions {
  display: none;
  position: absolute;
}

/* line 34343, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions.show {
  display: inline-block;
}

/* line 34347, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions.show + .focus-hide {
  display: none;
}

/* line 34351, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions-trigger {
  position: relative;
}

/* line 34355, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions-trigger:focus-within .focus-actions {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 34362, app/assets/stylesheets/themes/_fc_styles.css */
.focus-actions-trigger:focus-within .focus-hide {
  display: none;
}

/* line 34366, app/assets/stylesheets/themes/_fc_styles.css */
.focus-bg-primary:focus, .focus-bg-primary:focus-visible, .focus-bg-primary:active {
  background-color: #2c7be5 !important;
  color: #fff !important;
}

/* line 34371, app/assets/stylesheets/themes/_fc_styles.css */
.focus-bg-secondary:focus, .focus-bg-secondary:focus-visible, .focus-bg-secondary:active {
  background-color: #748194 !important;
  color: #fff !important;
}

@media (min-width: 992px) {
  /* line 34377, app/assets/stylesheets/themes/_fc_styles.css */
  .course-details-sticky-sidebar {
    position: sticky;
    z-index: 1015;
    top: calc(var(--iota-top-nav-height) + 1rem);
  }
}

/* line 34384, app/assets/stylesheets/themes/_fc_styles.css */
.create-course-description-textarea .tox-editor-header, .create-product-description-textarea .tox-editor-header {
  background-color: var(--iota-emphasis-bg);
}

/* line 34388, app/assets/stylesheets/themes/_fc_styles.css */
.create-course-description-textarea .tox-editor-header .tox-toolbar__primary, .create-product-description-textarea .tox-editor-header .tox-toolbar__primary {
  border-bottom: 1px solid var(--iota-gray-300) !important;
}

/* line 34392, app/assets/stylesheets/themes/_fc_styles.css */
.create-course-description-textarea .tox-tinymce, .create-product-description-textarea .tox-tinymce {
  border: 1px solid var(--iota-gray-300) !important;
  border-radius: var(--iota-border-radius-lg) !important;
  height: 13.438rem !important;
}

/* line 34398, app/assets/stylesheets/themes/_fc_styles.css */
.bottom-bar {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 34407, app/assets/stylesheets/themes/_fc_styles.css */
.bottom-bar.hide {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 34413, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus {
  position: relative;
}

/* line 34417, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus:after, .collapse-indicator-plus:before {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: inherit;
  top: 25%;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: scale,-webkit-transform;
  transition-property: scale,-webkit-transform;
  -o-transition-property: transform,scale;
  transition-property: transform,scale;
  transition-property: transform,scale,-webkit-transform;
}

/* line 34434, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus:before {
  content: "−";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* line 34441, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus:after {
  content: "+";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 34448, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus[aria-expanded=true]:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* line 34454, app/assets/stylesheets/themes/_fc_styles.css */
.collapse-indicator-plus[aria-expanded=true]:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 1200px) {
  /* line 34461, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas.offcanvas-filter-sidebar, .offcanvas.offcanvas-contact-info {
    z-index: 0;
    position: sticky;
    top: var(--iota-top-nav-height);
    height: calc(100vh - var(--iota-top-nav-height));
    visibility: visible;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 34473, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-filter-sidebar.offcanvas-contact-info, .offcanvas.offcanvas-contact-info.offcanvas-contact-info {
  border: 0;
  height: auto;
}

@media (max-width: 1199.98px) {
  /* line 34479, app/assets/stylesheets/themes/_fc_styles.css */
  html[data-bs-theme=dark] .offcanvas.offcanvas-filter-sidebar.offcanvas-contact-info, html[data-bs-theme=dark] .offcanvas.offcanvas-contact-info.offcanvas-contact-info {
    background-color: #121e2d;
  }
}

@media (min-width: 1200px) {
  /* line 34485, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas.offcanvas-filter-sidebar.offcanvas-contact-info, .offcanvas.offcanvas-contact-info.offcanvas-contact-info {
    position: static;
  }
}

/* line 34490, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-filter-sidebar.show .ticket-todo-list, .offcanvas.offcanvas-contact-info.show .ticket-todo-list {
  height: auto !important;
}

@media (min-width: 1200px) {
  /* line 34495, app/assets/stylesheets/themes/_fc_styles.css */
  .offcanvas.offcanvas-filter-sidebar.offcanvas-start, .offcanvas.offcanvas-filter-sidebar.offcanvas-end, .offcanvas.offcanvas-contact-info.offcanvas-start, .offcanvas.offcanvas-contact-info.offcanvas-end {
    border-right: 0px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* line 34503, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-filter-sidebar .form-check-input[type=checkbox], .offcanvas.offcanvas-filter-sidebar .form-check-input[type=radio], .offcanvas.offcanvas-contact-info .form-check-input[type=checkbox], .offcanvas.offcanvas-contact-info .form-check-input[type=radio] {
  background-color: var(--iota-emphasis-bg);
}

/* line 34507, app/assets/stylesheets/themes/_fc_styles.css */
.offcanvas.offcanvas-filter-sidebar .form-check-input[type=checkbox]:checked, .offcanvas.offcanvas-filter-sidebar .form-check-input[type=radio]:checked, .offcanvas.offcanvas-contact-info .form-check-input[type=checkbox]:checked, .offcanvas.offcanvas-contact-info .form-check-input[type=radio]:checked {
  background-color: var(--iota-primary);
}

/* line 34511, app/assets/stylesheets/themes/_fc_styles.css */
.progress {
  --iota-progressbar-width: 100%
;
}

/* line 34515, app/assets/stylesheets/themes/_fc_styles.css */
.animated-progress-bar {
  width: var(--iota-progressbar-width);
  -webkit-animation: widthAnimation 1s;
  animation: widthAnimation 1s;
}

@-webkit-keyframes widthAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: var(--iota-progressbar-width);
  }
}

@keyframes widthAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: var(--iota-progressbar-width);
  }
}

/* line 34541, app/assets/stylesheets/themes/_fc_styles.css */
.circle-progress-svg {
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
}

/* line 34547, app/assets/stylesheets/themes/_fc_styles.css */
[dir=rtl] .circle-progress-svg {
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

/* line 34553, app/assets/stylesheets/themes/_fc_styles.css */
.circle-progress-svg .progress-bar-rail {
  stroke-dasharray: 340px;
  stroke-dashoffset: 72;
  stroke: var(--iota-gray-200);
}

/* line 34559, app/assets/stylesheets/themes/_fc_styles.css */
.circle-progress-svg .progress-bar-top {
  stroke-dasharray: 340px;
  stroke-dashoffset: 340;
  -webkit-animation: strokeAnimation 1s ease-in-out forwards;
  animation: strokeAnimation 1s ease-in-out forwards;
}

@-webkit-keyframes strokeAnimation {
  to {
    stroke-dashoffset: calc(340px - 267px*var(--iota-circle-progress-bar)/100);
  }
}

@keyframes strokeAnimation {
  to {
    stroke-dashoffset: calc(340px - 267px*var(--iota-circle-progress-bar)/100);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 34579, app/assets/stylesheets/themes/_fc_styles.css */
  .card-view-height {
    height: 7.25rem;
  }
}

/* line 34584, app/assets/stylesheets/themes/_fc_styles.css */
.remove-checked-icon[type=checkbox]:checked {
  background-image: none;
}

/* line 34588, app/assets/stylesheets/themes/_fc_styles.css */
.open-tickets:checked {
  opacity: .5;
}

/* line 34592, app/assets/stylesheets/themes/_fc_styles.css */
.due-tickets:checked {
  opacity: .3;
}

/* line 34596, app/assets/stylesheets/themes/_fc_styles.css */
.unassigned-tickets:checked {
  opacity: .7;
}

/* line 34600, app/assets/stylesheets/themes/_fc_styles.css */
.due-tickets-volume:checked {
  opacity: .3;
}

/* line 34604, app/assets/stylesheets/themes/_fc_styles.css */
.unassigned-tickets-volume:checked {
  opacity: .15;
}

/* line 34608, app/assets/stylesheets/themes/_fc_styles.css */
.bg-priority-medium:checked {
  border-color: #73d3fe !important;
  background-color: #73d3fe !important;
}

/* line 34613, app/assets/stylesheets/themes/_fc_styles.css */
html[data-bs-theme=dark] .bg-priority-medium:checked {
  border-color: #229bd2 !important;
  background-color: #229bd2 !important;
}

/* line 34618, app/assets/stylesheets/themes/_fc_styles.css */
.bg-priority-low:checked {
  border-color: #a9e4ff !important;
  background-color: #a9e4ff !important;
}

/* line 34623, app/assets/stylesheets/themes/_fc_styles.css */
html[data-bs-theme=dark] .bg-priority-low:checked {
  border-color: #195979 !important;
  background-color: #195979 !important;
}

/* line 34628, app/assets/stylesheets/themes/_fc_styles.css */
.ticket-preview-avatar {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  /* line 34635, app/assets/stylesheets/themes/_fc_styles.css */
  .shadow-show-xl {
    -webkit-box-shadow: var(--iota-box-shadow) !important;
    box-shadow: var(--iota-box-shadow) !important;
  }
}

/* line 34641, app/assets/stylesheets/themes/_fc_styles.css */
.hover-border-secondary:hover {
  border-color: var(--iota-secondary) !important;
}

/* line 34645, app/assets/stylesheets/themes/_fc_styles.css */
.input-search-width {
  width: 13.75rem;
}

/*!
 * Font Awesome 6.7.2 by @fontawesome - https://fontawesome.com
 */
/* line 5, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}

/* line 13, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers .fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  text-overflow: ellipsis;
  position: absolute;
  right: var(--fa-right, 0);
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

/* line 30, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers .fa-layers-counter.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

/* line 37, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers .fa-layers-counter.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

/* line 45, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers .fa-layers-counter.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

/* line 51, app/assets/stylesheets/themes/_fa_layers.scss */
.fa-layers .fa-layers-counter.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

@font-face {
  font-family: "Nunito";
  src: url(/assets/fonts/Nunito-Light-13c97017f830d284f76df26d8799ae0b9f99a84f97310a1004eb4f6993e72f9a.eot);
  src: local("Nunito Light"), local("Nunito-Light"), url(/assets/fonts/Nunito-Light-13c97017f830d284f76df26d8799ae0b9f99a84f97310a1004eb4f6993e72f9a.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Nunito-Light-72746fbd27a1c64e930a4f48e77677a667010b3f5cf3c10f026642561cf36643.woff) format("woff"), url(/assets/fonts/Nunito-Light-e5121bf81aaaa3baae0cc3c70d8a07282c0dd850a9fca5ae9899a0f7ab5fb138.ttf) format("truetype"), url(/assets/fonts/Nunito-Light-28bf2a2acc58739db4ffb98aa59ee9f70082921772d024e88320e5aade636209.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url(/assets/fonts/Nunito-Regular-92b400df2685bbcd063bdfcac1718e5fab90b3efe2b75fac19f56bfcf84d77d1.eot);
  src: local("Nunito Regular"), local("Nunito-Regular"), url(/assets/fonts/Nunito-Regular-92b400df2685bbcd063bdfcac1718e5fab90b3efe2b75fac19f56bfcf84d77d1.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Nunito-Regular-94cb62a3bcdd5f248c44aed9efaeda1b7d653c865aa0539f9a05930ac66b82e0.woff) format("woff"), url(/assets/fonts/Nunito-Regular-0cf33496f2b4d9a59c34ce6aef97240da2bd0b3bcd5dd160199c3e660983e8ac.ttf) format("truetype"), url(/assets/fonts/Nunito-Regular-d774a1eb071526a3bba9ecb51d402e15fdb0b48c793c226e7015ef0e89512bcd.svg#Roboto) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url(/assets/fonts/Nunito-Medium-2d0e913096916769fb96a72330dc8ca653feb8f3edb8fd4b2b4c8747aae6f83f.eot);
  src: local("Nunito Medium"), local("Nunito-Medium"), url(/assets/fonts/Nunito-Medium-2d0e913096916769fb96a72330dc8ca653feb8f3edb8fd4b2b4c8747aae6f83f.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Nunito-Medium-9810da4d2cd60fe245d8f38d82d0e216ed5b90b4f9479b7b0d148aad7148c432.woff) format("woff"), url(/assets/fonts/Nunito-Medium-699fb27e4e7c455b2aba6dafa5e2386b839c88f35f2e2f98be925265fef4f7fc.ttf) format("truetype"), url(/assets/fonts/Nunito-Medium-98b4ff30a70f665ebb396d82dd9bd688f6fdf320c6f758f3c948dd5ad213d467.svg#Roboto) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url(/assets/fonts/Nunito-SemiBold-b0974c4dccea84f8585a9319380363cb52b6765a19e5195816493eb74c54273a.eot);
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(/assets/fonts/Nunito-SemiBold-b0974c4dccea84f8585a9319380363cb52b6765a19e5195816493eb74c54273a.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Nunito-SemiBold-f6fe490d1e0743c9b176674100c899dea4bc9969b20ab33f31b3733cc0bf78e5.woff) format("woff"), url(/assets/fonts/Nunito-SemiBold-12871bc413bac2e40d0d7ec10642844bf5f56b996574619c9ca853f9d5883570.ttf) format("truetype"), url(/assets/fonts/Nunito-SemiBold-936abdbc1917bd4a8eb129f056e59ceba1e9d39d3f5127460c705134aba86354.svg#Roboto) format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url(/assets/fonts/Nunito-Bold-21c8c4989df0944855db2bd67cb9716b43a1abb6421ffbe74af42cbaecb10f62.eot);
  src: local("Nunito Bold"), local("Nunito-Bold"), url(/assets/fonts/Nunito-Bold-21c8c4989df0944855db2bd67cb9716b43a1abb6421ffbe74af42cbaecb10f62.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Nunito-Bold-03ae9c10bc94a4d684abf6b6d1733a0aff53fac2f6e2e9199bd1121637652e99.woff) format("woff"), url(/assets/fonts/Nunito-Bold-d14fe5918360caf65f50ac80cf210e9cec4585e69eba7aabc26872a6096b68bd.ttf) format("truetype"), url(/assets/fonts/Nunito-Bold-1937ad3696487e6be6654f9fbb9d004066931788b1c52a6cfc1e3eafe003ebd7.svg#Roboto) format("svg");
  font-weight: 700;
  font-style: normal;
}

/* line 5, app/assets/stylesheets/config/_variables.scss */
:root {
  --ip-body-font-family: BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif;
  --ip-body-font-size: 0.9rem;
  --ip-nunito-font-family: Nunito, BlinkMacSystemFont, Helvetica Neue, Arial, sans-serif;
  --iota-gothic-gold-main: #B5872D;
  --iota-gothic-gold-main-rgb: 181, 135, 45;
  --iota-gothic-gold-25: #efedee;
  --iota-gothic-gold-25-rgb: 239, 237, 238;
  --iota-gothic-gold-50: #F9F3E6;
  --iota-gothic-gold-50-rgb: 249, 243, 230;
  --iota-gothic-gold-100: #F8EFDE;
  --iota-gothic-gold-100-rgb: 248, 239, 222;
  --iota-gothic-gold-200: #F1E2C6;
  --iota-gothic-gold-200-rgb: 241, 226, 198;
  --iota-gothic-gold-300: #ECD8B1;
  --iota-gothic-gold-300-rgb: 236, 216, 177;
  --iota-gothic-gold-400: #E6CC99;
  --iota-gothic-gold-400-rgb: 230, 204, 153;
  --iota-gothic-gold-500: #E0C080;
  --iota-gothic-gold-500-rgb: 224, 192, 128;
  --iota-gothic-gold-600: #DAB66D;
  --iota-gothic-gold-600-rgb: 218, 182, 109;
  --iota-gothic-gold-700: #D4A953;
  --iota-gothic-gold-700-rgb: 212, 169, 83;
  --iota-gothic-gold-800: #CF9F40;
  --iota-gothic-gold-800-rgb: 207, 159, 64;
  --iota-gothic-gold-900: #C09030;
  --iota-gothic-gold-900-rgb: 192, 144, 48;
  --iota-gothic-gold-text-emphasis: var(--iota-gothic-gold-main);
  --iota-gothic-gold-text-emphasis-rgb: var(--iota-gothic-gold-main-rgb);
  --iota-catalina-blue-main: #1A355B;
  --iota-catalina-blue-main-rgb: 26, 53, 91;
  --iota-catalina-blue-50: #DFE9F6;
  --iota-catalina-blue-50-rgb: 223, 233, 246;
  --iota-catalina-blue-100: #CFDEF1;
  --iota-catalina-blue-100-rgb: 207, 222, 241;
  --iota-catalina-blue-200: #B4CAE9;
  --iota-catalina-blue-200-rgb: 180, 202, 233;
  --iota-catalina-blue-300: #94B4E0;
  --iota-catalina-blue-300-rgb: 148, 180, 224;
  --iota-catalina-blue-400: #749DD7;
  --iota-catalina-blue-400-rgb: 116, 157, 215;
  --iota-catalina-blue-500: #588ACF;
  --iota-catalina-blue-500-rgb: 88, 138, 207;
  --iota-catalina-blue-600: #3A74C6;
  --iota-catalina-blue-600-rgb: 58, 116, 198;
  --iota-catalina-blue-700: #3061A7;
  --iota-catalina-blue-700-rgb: 48, 97, 167;
  --iota-catalina-blue-800: #264F87;
  --iota-catalina-blue-800-rgb: 38, 79, 135;
  --iota-catalina-blue-900: #1F3E6C;
  --iota-catalina-blue-900-rgb: 31, 62, 108;
  --iota-catalina-blue-text-emphasis: var(--iota-catalina-blue-main);
  --iota-catalina-blue-text-emphasis-rgb: var(--iota-catalina-blue-main-rgb);
  --iota-fc-primary: #2c7be5;
  --iota-fc-primary-rgb: 44, 123, 229;
  --iota-fc-primary-text-emphasis: #215cac;
  --iota-fc-primary-bg-subtle: #d9e7fa;
  --iota-fc-primary-border-subtle: #abcaf5;
  --iota-fc-secondary: #748194;
  --iota-fc-secondary-rgb: 116, 129, 148;
  --iota-fc-secondary-text-emphasis: #5d6776;
  --iota-fc-secondary-bg-subtle: #e6e8ec;
  --iota-fc-secondary-border-subtle: #c7cdd4;
  --iota-blue: #2c7be5;
  --iota-blue-rgb: 44, 123, 229;
  --iota-blue-text-emphasis: #215cac;
  --iota-blue-bg-subtle: #d9e7fa;
  --iota-blue-border-subtle: #abcaf5;
  --iota-indigo: #405189;
  --iota-indigo-rgb: 64,81,137;
  --iota-indigo-text-emphasis: #364574;
  --iota-indigo-bg-subtle: #e2e5ed;
  --iota-indigo-border-subtle: #b3b9d0;
  --iota-primary: var(--iota-gothic-gold-900);
  --iota-primary-rgb: var(--iota-gothic-gold-900-rgb);
  --iota-secondary: var(--iota-catalina-blue-900);
  --iota-secondary-rgb: var(--iota-catalina-blue-900-rgb);
  --iota-primary-text-emphasis: var(--iota-gothic-gold-main);
  --iota-secondary-text-emphasis: var(--iota-catalina-blue-main);
  --iota-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --iota-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --iota-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --iota-body-font-family: var(--ip-body-font-family);
  --iota-body-font-size: var(--ip-body-font-size);
  --iota-body-font-weight: 400;
  --iota-body-line-height: 1.5;
  --iota-body-color: var(--iota-catalina-blue-main);
  --iota-body-color-rgb: var(--iota-catalina-blue-main-rgb);
  --iota-body-bg: var(--iota-gothic-gold-25);
  --iota-body-bg-rgb: var(--iota-gothic-gold-25-rgb);
  --iota-emphasis-color: #212529;
  --iota-emphasis-color-rgb: 33,37,41;
  --iota-heading-color: var(--iota-catalina-blue-main);
  --iota-link-color:  var(--iota-catalina-blue-700);
  --iota-link-color-rgb: var(--iota-catalina-blue-700-rgb);
  --iota-link-decoration: none;
  --iota-link-hover-color: var(--iota-catalina-blue-600);
  --iota-link-hover-color-rgb: var(--iota-catalina-blue-600-rgb);
  --iota-highlight-color: #212529;
  --iota-highlight-bg: #fcf8e3;
  --iota-border-width: 1px;
  --iota-border-style: solid;
  --iota-border-color: #e9ebec;
  --iota-border-color-translucent: #ced4da;
  --iota-border-radius: 0.25rem;
  --iota-border-radius-sm: 0.2rem;
  --iota-border-radius-lg: 0.3rem;
  --iota-border-radius-xl: 1rem;
  --iota-border-radius-xxl: 2rem;
  --iota-border-radius-2xl: var(--iota-border-radius-xxl);
  --iota-border-radius-pill: 50rem;
  --iota-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  --iota-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --iota-box-shadow-lg: 0 1rem 4rem rgba(0, 0, 0, 0.175);
  --iota-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --iota-focus-ring-width: 0.25rem;
  --iota-focus-ring-opacity: 0.25;
  --iota-focus-ring-color: rgba(var(--iota-gothic-gold-main-rgb), 0.25);
  --iota-form-valid-color: #0ab39c;
  --iota-form-valid-border-color: #0ab39c;
  --iota-form-invalid-color: #f06548;
  --iota-form-invalid-border-color: #f06548;
  --iota-dropdown-link-hover-bg-global: var(--iota-gray-200);
}

/* line 1, app/assets/stylesheets/config/_ip_fc_styles.scss */
input,
select,
optgroup,
textarea,
label,
.alert,
.badge,
.blockquote-footer,
.iota-data-table .paging_full_numbers .page-link,
.iota-data-table .paging_first_last_numbers .page-link,
.iota-data-table .paging_full .page-link,
.iota-data-table .paging_numbers .page-link,
.iota-data-table .paging_simple_numbers .page-link,
[data-list] .page,
.table-list .page,
.tox .tox-menu__footer .tox-button:last-child,
.tox .tox-dialog__footer .tox-button:last-child,
.tox .tox-menu__footer .tox-button--secondary,
.tox .tox-dialog__footer .tox-button--secondary,
.navbar,
.pagination,
.valid-feedback,
.invalid-feedback {
  font-family: var(--ip-body-font-family);
}

/* line 28, app/assets/stylesheets/config/_ip_fc_styles.scss */
button,
.btn {
  font-family: var(--ip-nunito-font-family);
}

/* line 32, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-primary {
  --iota-btn-color: var(--iota-white);
  --iota-btn-bg: var(--iota-gothic-gold-main);
  --iota-btn-border-color: var(--iota-gothic-gold-main);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-gothic-gold-700);
  --iota-btn-hover-border-color: var(--iota-gothic-gold-800);
  --iota-btn-focus-shadow-rgb: var(--iota-gothic-gold-main-rgb);
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-gothic-gold-800);
  --iota-btn-active-border-color: var(--iota-gothic-gold-900);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-white);
  --iota-btn-disabled-bg: var(--iota-gothic-gold-500);
  --iota-btn-disabled-border-color: var(--iota-gothic-gold-500);
}

/* line 52, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-outline-primary {
  --iota-btn-color: var(--iota-gothic-gold-main);
  --iota-btn-border-color: var(--iota-gothic-gold-main);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-gothic-gold-main);
  --iota-btn-hover-border-color: var(--iota-gothic-gold-main);
  --iota-btn-focus-shadow-rgb: 64,81,137;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-gothic-gold-main);
  --iota-btn-active-border-color: var(--iota-gothic-gold-main);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-gothic-gold-main);
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: var(--iota-gothic-gold-main);
  --iota-gradient: none
;
}

/* line 68, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-secondary {
  --iota-btn-color: var(--iota-white);
  --iota-btn-bg: var(--iota-catalina-blue-main);
  --iota-btn-border-color: var(--iota-catalina-blue-main);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-catalina-blue-700);
  --iota-btn-hover-border-color: var(--iota-catalina-blue-800);
  --iota-btn-focus-shadow-rgb: var(--iota-catalina-blue-main-rgb);
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-catalina-blue-800);
  --iota-btn-active-border-color: var(--iota-catalina-blue-900);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-white);
  --iota-btn-disabled-bg: var(--iota-catalina-blue-500);
  --iota-btn-disabled-border-color: var(--iota-catalina-blue-500);
}

/* line 88, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-outline-secondary {
  --iota-btn-color: var(--iota-catalina-blue-main);
  --iota-btn-border-color: var(--iota-catalina-blue-main);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-catalina-blue-main);
  --iota-btn-hover-border-color: var(--iota-catalina-blue-main);
  --iota-btn-focus-shadow-rgb: 64,81,137;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-catalina-blue-main);
  --iota-btn-active-border-color: var(--iota-catalina-blue-main);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-catalina-blue-main);
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: var(--iota-catalina-blue-main);
  --iota-gradient: none
;
}

/* line 107, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .form-check-reverse.form-switch .form-check-input {
  transform: scaleX(-1);
}

/* line 111, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .form-check-reverse.form-switch .form-check-input:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 116, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .form-check-reverse.form-switch .form-check-input {
  background-color: #2C7BE5;
  border-color: #2C7BE5;
}

/* line 122, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar-toggle-icon:before,
html .navbar-toggle-icon .toggle-line, html .navbar-toggle-icon:after {
  background-color: var(--iota-gothic-gold-text-emphasis);
}

/* line 129, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .nav-link:hover,
html .nav-link:focus {
  --iota-nav-link-hover-color: var(--iota-catalina-blue-main);
}

/* line 134, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar-vertical .navbar-nav .nav-item .nav-link:hover,
html .navbar-vertical .navbar-nav .nav-item .nav-link:focus {
  --iota-navbar-vertical-default-link-hover-color: var(--iota-catalina-blue-800);
}

/* line 140, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar-vertical .navbar-collapse {
  --iota-navbar-vertical-default-bg-color: transparent;
}

/* line 144, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar-vertical .navbar-nav .nav-item .nav-link:hover,
html .navbar-vertical .navbar-nav .nav-item .nav-link:focus {
  --iota-navbar-vertical-default-link-hover-color: var(--iota-catalina-blue-800);
}

/* line 151, app/assets/stylesheets/config/_ip_fc_styles.scss */
html.navbar-vertical-collapsed-hover .navbar-vertical .navbar-collapse, html.navbar-vertical-collapse-show .navbar-vertical .navbar-collapse {
  --iota-navbar-vertical-default-bg-color: var(--iota-body-bg);
}

/* line 157, app/assets/stylesheets/config/_ip_fc_styles.scss */
html.navbar-vertical-collapse-hide .navbar-top .navbar-toggle-icon:after {
  width: 75%;
}

/* line 160, app/assets/stylesheets/config/_ip_fc_styles.scss */
html.navbar-vertical-collapse-hide .navbar-top .navbar-toggle-icon:before {
  width: 50%;
}

/* line 166, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar.navbar-top.navbar-glass {
  --iota-bg-navbar-glass: transparent;
}

/* line 170, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar.navbar-top.navbar-glass.navbar-glass-shadow {
  --iota-bg-navbar-glass: var(--iota-body-bg);
}

/* line 175, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar.navbar-top .navbar-nav-icons .notification-indicator:before {
  left: 0.4rem;
  top: 0.2rem;
}

/* line 180, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar.navbar-top .navbar-nav-icons .notification-indicator i {
  font-size: 21px;
}

/* line 185, app/assets/stylesheets/config/_ip_fc_styles.scss */
html .navbar.navbar-top .navbar-nav {
  z-index: 1020;
}

/* line 192, app/assets/stylesheets/config/_ip_fc_styles.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--ip-nunito-font-family);
  font-weight: 700;
}

/* line 203, app/assets/stylesheets/config/_ip_fc_styles.scss */
label,
.form-label,
.form-control {
  font-size: inherit;
}

/* line 208, app/assets/stylesheets/config/_ip_fc_styles.scss */
.input-group-text,
.form-control,
.form-control:focus {
  color: var(--iota-catalina-blue-main);
}

/* line 216, app/assets/stylesheets/config/_ip_fc_styles.scss */
.notification .notification-avatar {
  flex: 0 0 20%;
}

/* line 219, app/assets/stylesheets/config/_ip_fc_styles.scss */
.notification .notification-body {
  flex: 0 0 80%;
}

/* line 225, app/assets/stylesheets/config/_ip_fc_styles.scss */
.table {
  --iota-table-color: var(--iota-catalina-blue-main);
  --iota-table-border-color: var(--iota-catalina-blue-50);
  --iota-table-striped-color: var(--iota-catalina-blue-main);
  --iota-table-striped-bg: rgba(var(--iota-catalina-blue-50-rgb), 0.2);
  --iota-table-active-color: var(--iota-catalina-blue-main);
  --iota-table-active-bg: var(--iota-gothic-gold-300);
  --iota-table-hover-color: var(--iota-catalina-blue-main);
  --iota-table-hover-bg: rgba(var(--iota-gothic-gold-50-rgb), 0.5);
}

/* line 237, app/assets/stylesheets/config/_ip_fc_styles.scss */
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 1;
}

/* line 240, app/assets/stylesheets/config/_ip_fc_styles.scss */
.input-group .btn, .input-group .iota-data-table .paging_full_numbers .page-link, .iota-data-table .paging_full_numbers .input-group .page-link, .input-group .iota-data-table .paging_first_last_numbers .page-link, .iota-data-table .paging_first_last_numbers .input-group .page-link, .input-group .iota-data-table .paging_full .page-link, .iota-data-table .paging_full .input-group .page-link, .input-group .iota-data-table .paging_numbers .page-link, .iota-data-table .paging_numbers .input-group .page-link, .input-group .iota-data-table .paging_simple_numbers .page-link, .iota-data-table .paging_simple_numbers .input-group .page-link, .input-group [data-list] .page, [data-list] .input-group .page, .input-group .table-list .page, .table-list .input-group .page, .input-group .tox .tox-menu__footer .tox-button:last-child, .tox .tox-menu__footer .input-group .tox-button:last-child, .input-group .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-dialog__footer .input-group .tox-button:last-child, .input-group .tox .tox-menu__footer .tox-button--secondary, .tox .tox-menu__footer .input-group .tox-button--secondary, .input-group .tox .tox-dialog__footer .tox-button--secondary, .tox .tox-dialog__footer .input-group .tox-button--secondary {
  position: relative;
  z-index: 1;
}

/* line 244, app/assets/stylesheets/config/_ip_fc_styles.scss */
.input-group .btn:focus, .input-group .iota-data-table .paging_full_numbers .page-link:focus, .iota-data-table .paging_full_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_first_last_numbers .page-link:focus, .iota-data-table .paging_first_last_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_full .page-link:focus, .iota-data-table .paging_full .input-group .page-link:focus, .input-group .iota-data-table .paging_numbers .page-link:focus, .iota-data-table .paging_numbers .input-group .page-link:focus, .input-group .iota-data-table .paging_simple_numbers .page-link:focus, .iota-data-table .paging_simple_numbers .input-group .page-link:focus, .input-group [data-list] .page:focus, [data-list] .input-group .page:focus, .input-group .table-list .page:focus, .table-list .input-group .page:focus, .input-group .tox .tox-menu__footer .tox-button:focus:last-child, .tox .tox-menu__footer .input-group .tox-button:focus:last-child, .input-group .tox .tox-dialog__footer .tox-button:focus:last-child, .tox .tox-dialog__footer .input-group .tox-button:focus:last-child, .input-group .tox .tox-menu__footer .tox-button--secondary:focus, .tox .tox-menu__footer .input-group .tox-button--secondary:focus, .input-group .tox .tox-dialog__footer .tox-button--secondary:focus, .tox .tox-dialog__footer .input-group .tox-button--secondary:focus {
  z-index: 1;
}

/* line 249, app/assets/stylesheets/config/_ip_fc_styles.scss */
.nine-dots:hover circle {
  fill: var(--iota-gothic-gold-main);
}

/* line 254, app/assets/stylesheets/config/_ip_fc_styles.scss */
.badge-subtle-indigo {
  color: var(--iota-indigo-text-emphasis);
  background-color: var(--iota-indigo-bg-subtle);
}

/* line 258, app/assets/stylesheets/config/_ip_fc_styles.scss */
.badge-subtle-indigo[href]:hover,
.badge-subtle-indigo[href]:focus {
  text-decoration: none;
  color: var(--iota-indigo-text-emphasis);
  background-color: var(--iota-indigo-bg-subtle);
}

/* line 264, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-indigo,
.btn-iota-indigo.show {
  color: var(--iota-btn-iota-indigo-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 272, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-indigo:hover,
.btn-iota-indigo:focus {
  color: var(--iota-btn-iota-indigo-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 278, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-indigo:hover:not(.disabled):not(:disabled),
.btn-iota-indigo:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-indigo-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 284, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-indigo:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-indigo-active-color);
}

/* line 289, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-check:checked + .btn-iota-indigo,
:not(.btn-check) + .btn-iota-indigo:active,
.btn-iota-indigo:first-child:active,
.btn-iota-indigo.active {
  color: var(--iota-btn-iota-indigo-color);
  background-color: var(--iota-btn-iota-indigo-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 297, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-indigo:disabled,
.btn-iota-indigo.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 304, app/assets/stylesheets/config/_ip_fc_styles.scss */
.notification-indicator-indigo::before {
  background-color: var(--iota-indigo);
}

/* line 307, app/assets/stylesheets/config/_ip_fc_styles.scss */
.hover-indigo:hover,
.hover-indigo:focus {
  color: var(--iota-indigo) !important;
}

/* line 311, app/assets/stylesheets/config/_ip_fc_styles.scss */
.icon-circle-indigo {
  color: var(--iota-indigo);
  border-color: var(--iota-indigo);
}

/* line 317, app/assets/stylesheets/config/_ip_fc_styles.scss */
.badge-subtle-blue {
  color: var(--iota-blue-text-emphasis);
  background-color: var(--iota-blue-bg-subtle);
}

/* line 321, app/assets/stylesheets/config/_ip_fc_styles.scss */
.badge-subtle-blue[href]:hover,
.badge-subtle-blue[href]:focus {
  text-decoration: none;
  color: var(--iota-blue-text-emphasis);
  background-color: var(--iota-blue-bg-subtle);
}

/* line 327, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-blue,
.btn-iota-blue.show {
  color: var(--iota-btn-iota-blue-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow);
  box-shadow: var(--iota-btn-iota-box-shadow);
}

/* line 335, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-blue:hover,
.btn-iota-blue:focus {
  color: var(--iota-btn-iota-blue-hover-color);
  background-color: var(--iota-btn-iota-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 341, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-blue:hover:not(.disabled):not(:disabled),
.btn-iota-blue:focus:not(.disabled):not(:disabled) {
  color: var(--iota-btn-iota-blue-hover-color);
  -webkit-box-shadow: var(--iota-btn-iota-hover-box-shadow);
  box-shadow: var(--iota-btn-iota-hover-box-shadow);
}

/* line 347, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-blue:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--iota-btn-iota-blue-active-color);
}

/* line 352, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-check:checked + .btn-iota-blue,
:not(.btn-check) + .btn-iota-blue:active,
.btn-iota-blue:first-child:active,
.btn-iota-blue.active {
  color: var(--iota-btn-iota-blue-color);
  background-color: var(--iota-btn-iota-blue-active-background);
  border-color: var(--iota-btn-iota-background);
}

/* line 360, app/assets/stylesheets/config/_ip_fc_styles.scss */
.btn-iota-blue:disabled,
.btn-iota-blue.disabled {
  color: var(--iota-btn-disabled-color);
  background-color: var(--iota-btn-iota-background);
  -webkit-box-shadow: var(--iota-btn-iota-box-shadow) !important;
  box-shadow: var(--iota-btn-iota-box-shadow) !important;
}

/* line 367, app/assets/stylesheets/config/_ip_fc_styles.scss */
.notification-indicator-blue::before {
  background-color: var(--iota-blue);
}

/* line 370, app/assets/stylesheets/config/_ip_fc_styles.scss */
.hover-blue:hover,
.hover-blue:focus {
  color: var(--iota-blue) !important;
}

/* line 374, app/assets/stylesheets/config/_ip_fc_styles.scss */
.icon-circle-blue {
  color: var(--iota-blue);
  border-color: var(--iota-blue);
}

/* line 380, app/assets/stylesheets/config/_ip_fc_styles.scss */
.form-select {
  font-size: var(--iota-body-font-size);
}

/* line 385, app/assets/stylesheets/config/_ip_fc_styles.scss */
section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 391, app/assets/stylesheets/config/_ip_fc_styles.scss */
.pagination {
  margin-bottom: 0;
}

/* line 396, app/assets/stylesheets/config/_ip_fc_styles.scss */
.border-solid {
  --iota-border-style: solid !important;
}

@media (min-width: 768px) {
  /* line 402, app/assets/stylesheets/config/_ip_fc_styles.scss */
  .navbar-card-app {
    min-width: 40rem;
  }
}

@media (min-width: 992px) {
  /* line 408, app/assets/stylesheets/config/_ip_fc_styles.scss */
  .modal-xxl {
    --iota-modal-width: 800px
  ;
  }
}

@media (min-width: 1200px) {
  /* line 414, app/assets/stylesheets/config/_ip_fc_styles.scss */
  .modal-xxl {
    --iota-modal-width: 1500px
  ;
  }
}

@media (min-width: 1500px) {
  /* line 420, app/assets/stylesheets/config/_ip_fc_styles.scss */
  .modal-xxxl {
    --iota-modal-width: 1800px
  ;
  }
}

/* line 425, app/assets/stylesheets/config/_ip_fc_styles.scss */
.z-n2 {
  z-index: -2 !important;
}

/* line 429, app/assets/stylesheets/config/_ip_fc_styles.scss */
.placeholder-xl {
  min-height: 2.3em;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-50 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-50-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-51 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-51-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-52 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-52-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-53 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-53-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-54 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-54-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-55 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-55-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-56 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-56-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-57 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-57-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-58 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-58-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-59 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-59-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-60 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-60-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-61 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-61-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-62 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-62-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-63 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-63-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-64 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-64-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-65 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-65-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-66 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-66-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-67 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-67-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-68 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-68-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-69 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-69-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-70 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-70-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-71 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-71-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-72 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-72-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-73 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-73-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-74 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-74-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-75 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-75-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-76 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-76-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-77 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-77-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-78 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-78-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-79 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-79-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-80 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-80-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-81 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-81-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-82 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-82-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-83 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-83-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-84 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-84-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-85 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-85-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-86 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-86-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-87 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-87-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-88 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-88-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-89 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-89-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-90 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-90-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-91 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-91-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-92 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-92-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-93 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-93-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-94 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-94-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-95 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-95-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-96 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-96-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-97 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-97-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-98 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-98-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-99 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-99-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-100 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-100-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-101 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-101-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-102 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-102-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-103 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-103-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-104 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-104-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-105 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-105-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-106 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-106-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-107 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-107-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-108 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-108-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-109 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-109-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-110 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-110-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-111 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-111-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-112 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-112-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-113 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-113-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-114 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-114-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-115 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-115-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-116 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-116-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-117 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-117-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-118 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-118-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-119 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-119-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-120 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-120-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-121 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-121-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-122 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-122-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-123 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-123-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-124 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-124-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-125 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-125-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-126 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-126-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-127 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-127-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-128 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-128-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-129 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-129-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-130 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-130-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-131 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-131-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-132 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-132-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-133 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-133-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-134 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-134-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-135 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-135-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-136 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-136-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-137 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-137-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-138 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-138-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-139 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-139-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-140 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-140-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-141 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-141-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-142 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-142-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-143 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-143-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-144 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-144-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-145 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-145-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-146 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-146-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-147 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-147-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-148 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-148-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-149 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-149-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-150 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-150-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-151 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-151-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-152 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-152-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-153 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-153-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-154 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-154-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-155 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-155-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-156 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-156-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-157 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-157-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-158 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-158-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-159 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-159-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-160 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-160-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-161 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-161-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-162 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-162-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-163 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-163-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-164 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-164-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-165 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-165-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-166 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-166-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-167 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-167-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-168 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-168-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-169 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-169-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-170 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-170-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-171 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-171-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-172 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-172-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-173 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-173-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-174 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-174-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-175 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-175-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-176 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-176-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-177 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-177-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-178 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-178-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-179 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-179-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-180 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-180-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-181 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-181-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-182 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-182-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-183 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-183-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-184 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-184-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-185 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-185-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-186 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-186-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-187 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-187-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-188 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-188-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-189 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-189-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-190 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-190-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-191 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-191-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-192 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-192-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-193 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-193-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-194 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-194-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-195 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-195-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-196 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-196-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-197 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-197-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-198 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-198-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-199 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-199-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-200 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-200-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-201 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-201-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-202 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-202-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-203 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-203-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-204 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-204-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-205 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-205-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-206 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-206-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-207 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-207-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-208 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-208-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-209 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-209-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-210 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-210-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-211 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-211-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-212 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-212-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-213 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-213-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-214 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-214-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-215 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-215-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-216 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-216-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-217 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-217-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-218 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-218-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-219 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-219-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-220 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-220-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-221 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-221-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-222 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-222-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-223 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-223-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-224 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-224-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-225 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-225-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-226 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-226-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-227 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-227-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-228 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-228-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-229 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-229-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-230 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-230-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-231 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-231-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-232 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-232-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-233 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-233-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-234 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-234-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-235 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-235-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-236 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-236-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-237 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-237-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-238 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-238-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-239 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-239-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-240 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-240-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-241 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-241-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-242 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-242-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-243 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-243-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-244 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-244-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-245 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-245-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-246 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-246-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-247 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-247-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-248 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-248-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-249 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-249-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-250 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-250-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-251 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-251-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-252 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-252-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-253 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-253-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-254 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-254-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-255 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-255-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-256 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-256-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-257 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-257-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-258 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-258-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-259 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-259-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-260 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-260-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-261 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-261-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-262 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-262-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-263 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-263-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-264 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-264-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-265 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-265-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-266 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-266-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-267 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-267-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-268 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-268-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-269 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-269-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-270 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-270-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-271 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-271-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-272 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-272-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-273 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-273-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-274 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-274-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-275 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-275-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-276 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-276-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-277 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-277-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-278 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-278-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-279 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-279-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-280 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-280-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-281 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-281-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-282 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-282-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-283 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-283-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-284 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-284-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-285 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-285-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-286 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-286-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-287 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-287-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-288 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-288-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-289 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-289-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-290 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-290-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-291 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-291-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-292 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-292-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-293 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-293-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-294 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-294-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-295 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-295-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-296 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-296-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-297 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-297-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-298 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-298-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-299 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-299-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-300 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-300-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-301 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-301-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-302 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-302-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-303 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-303-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-304 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-304-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-305 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-305-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-306 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-306-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-307 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-307-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-308 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-308-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-309 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-309-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-310 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-310-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-311 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-311-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-312 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-312-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-313 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-313-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-314 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-314-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-315 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-315-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-316 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-316-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-317 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-317-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-318 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-318-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-319 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-319-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-320 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-320-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-321 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-321-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-322 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-322-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-323 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-323-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-324 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-324-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-325 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-325-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-326 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-326-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-327 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-327-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-328 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-328-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-329 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-329-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-330 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-330-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-331 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-331-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-332 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-332-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-333 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-333-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-334 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-334-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-335 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-335-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-336 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-336-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-337 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-337-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-338 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-338-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-339 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-339-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-340 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-340-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-341 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-341-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-342 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-342-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-343 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-343-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-344 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-344-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-345 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-345-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-346 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-346-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-347 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-347-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-348 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-348-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-349 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-349-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-350 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-350-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-351 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-351-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-352 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-352-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-353 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-353-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-354 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-354-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-355 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-355-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-356 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-356-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-357 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-357-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-358 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-358-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-359 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-359-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-360 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-360-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-361 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-361-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-362 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-362-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-363 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-363-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-364 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-364-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-365 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-365-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-366 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-366-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-367 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-367-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-368 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-368-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-369 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-369-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-370 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-370-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-371 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-371-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-372 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-372-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-373 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-373-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-374 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-374-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-375 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-375-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-376 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-376-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-377 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-377-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-378 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-378-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-379 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-379-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-380 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-380-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-381 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-381-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-382 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-382-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-383 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-383-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-384 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-384-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-385 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-385-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-386 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-386-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-387 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-387-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-388 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-388-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-389 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-389-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-390 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-390-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-391 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-391-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-392 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-392-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-393 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-393-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-394 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-394-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-395 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-395-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-396 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-396-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-397 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-397-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-398 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-398-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-399 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-399-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-400 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-400-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-401 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-401-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-402 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-402-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-403 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-403-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-404 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-404-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-405 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-405-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-406 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-406-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-407 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-407-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-408 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-408-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-409 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-409-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-410 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-410-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-411 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-411-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-412 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-412-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-413 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-413-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-414 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-414-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-415 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-415-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-416 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-416-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-417 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-417-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-418 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-418-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-419 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-419-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-420 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-420-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-421 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-421-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-422 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-422-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-423 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-423-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-424 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-424-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-425 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-425-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-426 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-426-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-427 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-427-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-428 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-428-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-429 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-429-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-430 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-430-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-431 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-431-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-432 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-432-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-433 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-433-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-434 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-434-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-435 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-435-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-436 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-436-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-437 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-437-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-438 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-438-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-439 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-439-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-440 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-440-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-441 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-441-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-442 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-442-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-443 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-443-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-444 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-444-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-445 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-445-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-446 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-446-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-447 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-447-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-448 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-448-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-449 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-449-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-450 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-450-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-451 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-451-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-452 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-452-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-453 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-453-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-454 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-454-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-455 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-455-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-456 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-456-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-457 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-457-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-458 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-458-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-459 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-459-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-460 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-460-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-461 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-461-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-462 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-462-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-463 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-463-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-464 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-464-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-465 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-465-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-466 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-466-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-467 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-467-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-468 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-468-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-469 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-469-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-470 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-470-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-471 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-471-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-472 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-472-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-473 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-473-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-474 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-474-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-475 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-475-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-476 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-476-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-477 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-477-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-478 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-478-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-479 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-479-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-480 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-480-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-481 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-481-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-482 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-482-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-483 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-483-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-484 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-484-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-485 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-485-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-486 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-486-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-487 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-487-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-488 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-488-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-489 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-489-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-490 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-490-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-491 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-491-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-492 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-492-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-493 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-493-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-494 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-494-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-495 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-495-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-496 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-496-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-497 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-497-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-498 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-498-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-499 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-499-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-500 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-500-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-501 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-501-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-502 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-502-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-503 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-503-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-504 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-504-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-505 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-505-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-506 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-506-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-507 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-507-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-508 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-508-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-509 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-509-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-510 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-510-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-511 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-511-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-512 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-512-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-513 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-513-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-514 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-514-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-515 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-515-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-516 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-516-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-517 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-517-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-518 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-518-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-519 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-519-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-520 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-520-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-521 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-521-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-522 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-522-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-523 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-523-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-524 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-524-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-525 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-525-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-526 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-526-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-527 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-527-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-528 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-528-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-529 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-529-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-530 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-530-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-531 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-531-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-532 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-532-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-533 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-533-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-534 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-534-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-535 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-535-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-536 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-536-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-537 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-537-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-538 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-538-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-539 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-539-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-540 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-540-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-541 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-541-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-542 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-542-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-543 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-543-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-544 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-544-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-545 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-545-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-546 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-546-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-547 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-547-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-548 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-548-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-549 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-549-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-550 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-550-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-551 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-551-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-552 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-552-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-553 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-553-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-554 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-554-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-555 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-555-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-556 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-556-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-557 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-557-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-558 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-558-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-559 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-559-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-560 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-560-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-561 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-561-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-562 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-562-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-563 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-563-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-564 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-564-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-565 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-565-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-566 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-566-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-567 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-567-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-568 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-568-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-569 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-569-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-570 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-570-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-571 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-571-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-572 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-572-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-573 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-573-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-574 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-574-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-575 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-575-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-576 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-576-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-577 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-577-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-578 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-578-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-579 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-579-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-580 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-580-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-581 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-581-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-582 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-582-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-583 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-583-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-584 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-584-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-585 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-585-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-586 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-586-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-587 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-587-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-588 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-588-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-589 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-589-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-590 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-590-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-591 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-591-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-592 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-592-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-593 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-593-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-594 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-594-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-595 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-595-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-596 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-596-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-597 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-597-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-598 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-598-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-599 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-599-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-600 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-600-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-601 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-601-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-602 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-602-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-603 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-603-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-604 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-604-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-605 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-605-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-606 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-606-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-607 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-607-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-608 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-608-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-609 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-609-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-610 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-610-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-611 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-611-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-612 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-612-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-613 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-613-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-614 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-614-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-615 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-615-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-616 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-616-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-617 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-617-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-618 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-618-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-619 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-619-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-620 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-620-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-621 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-621-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-622 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-622-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-623 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-623-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-624 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-624-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-625 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-625-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-626 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-626-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-627 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-627-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-628 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-628-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-629 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-629-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-630 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-630-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-631 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-631-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-632 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-632-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-633 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-633-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-634 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-634-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-635 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-635-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-636 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-636-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-637 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-637-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-638 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-638-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-639 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-639-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-640 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-640-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-641 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-641-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-642 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-642-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-643 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-643-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-644 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-644-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-645 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-645-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-646 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-646-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-647 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-647-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-648 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-648-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-649 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-649-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-650 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-650-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-651 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-651-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-652 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-652-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-653 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-653-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-654 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-654-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-655 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-655-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-656 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-656-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-657 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-657-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-658 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-658-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-659 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-659-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-660 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-660-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-661 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-661-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-662 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-662-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-663 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-663-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-664 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-664-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-665 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-665-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-666 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-666-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-667 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-667-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-668 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-668-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-669 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-669-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-670 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-670-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-671 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-671-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-672 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-672-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-673 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-673-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-674 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-674-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-675 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-675-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-676 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-676-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-677 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-677-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-678 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-678-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-679 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-679-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-680 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-680-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-681 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-681-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-682 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-682-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-683 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-683-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-684 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-684-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-685 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-685-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-686 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-686-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-687 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-687-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-688 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-688-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-689 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-689-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-690 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-690-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-691 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-691-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-692 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-692-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-693 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-693-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-694 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-694-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-695 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-695-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-696 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-696-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-697 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-697-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-698 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-698-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-699 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-699-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-700 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-700-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-701 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-701-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-702 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-702-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-703 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-703-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-704 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-704-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-705 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-705-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-706 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-706-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-707 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-707-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-708 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-708-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-709 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-709-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-710 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-710-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-711 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-711-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-712 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-712-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-713 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-713-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-714 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-714-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-715 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-715-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-716 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-716-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-717 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-717-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-718 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-718-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-719 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-719-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-720 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-720-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-721 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-721-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-722 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-722-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-723 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-723-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-724 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-724-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-725 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-725-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-726 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-726-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-727 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-727-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-728 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-728-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-729 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-729-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-730 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-730-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-731 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-731-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-732 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-732-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-733 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-733-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-734 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-734-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-735 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-735-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-736 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-736-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-737 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-737-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-738 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-738-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-739 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-739-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-740 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-740-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-741 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-741-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-742 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-742-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-743 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-743-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-744 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-744-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-745 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-745-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-746 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-746-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-747 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-747-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-748 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-748-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-749 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-749-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-750 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-750-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-751 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-751-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-752 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-752-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-753 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-753-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-754 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-754-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-755 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-755-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-756 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-756-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-757 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-757-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-758 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-758-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-759 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-759-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-760 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-760-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-761 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-761-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-762 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-762-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-763 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-763-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-764 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-764-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-765 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-765-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-766 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-766-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-767 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-767-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-768 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-768-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-769 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-769-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-770 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-770-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-771 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-771-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-772 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-772-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-773 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-773-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-774 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-774-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-775 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-775-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-776 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-776-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-777 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-777-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-778 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-778-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-779 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-779-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-780 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-780-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-781 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-781-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-782 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-782-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-783 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-783-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-784 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-784-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-785 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-785-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-786 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-786-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-787 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-787-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-788 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-788-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-789 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-789-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-790 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-790-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-791 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-791-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-792 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-792-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-793 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-793-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-794 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-794-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-795 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-795-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-796 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-796-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-797 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-797-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-798 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-798-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-799 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-799-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-800 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-800-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-801 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-801-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-802 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-802-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-803 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-803-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-804 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-804-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-805 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-805-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-806 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-806-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-807 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-807-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-808 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-808-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-809 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-809-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-810 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-810-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-811 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-811-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-812 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-812-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-813 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-813-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-814 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-814-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-815 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-815-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-816 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-816-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-817 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-817-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-818 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-818-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-819 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-819-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-820 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-820-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-821 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-821-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-822 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-822-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-823 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-823-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-824 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-824-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-825 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-825-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-826 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-826-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-827 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-827-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-828 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-828-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-829 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-829-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-830 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-830-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-831 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-831-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-832 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-832-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-833 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-833-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-834 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-834-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-835 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-835-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-836 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-836-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-837 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-837-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-838 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-838-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-839 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-839-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-840 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-840-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-841 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-841-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-842 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-842-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-843 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-843-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-844 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-844-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-845 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-845-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-846 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-846-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-847 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-847-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-848 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-848-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-849 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-849-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-850 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-850-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-851 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-851-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-852 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-852-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-853 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-853-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-854 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-854-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-855 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-855-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-856 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-856-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-857 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-857-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-858 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-858-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-859 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-859-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-860 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-860-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-861 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-861-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-862 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-862-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-863 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-863-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-864 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-864-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-865 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-865-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-866 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-866-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-867 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-867-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-868 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-868-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-869 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-869-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-870 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-870-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-871 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-871-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-872 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-872-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-873 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-873-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-874 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-874-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-875 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-875-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-876 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-876-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-877 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-877-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-878 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-878-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-879 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-879-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-880 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-880-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-881 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-881-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-882 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-882-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-883 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-883-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-884 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-884-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-885 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-885-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-886 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-886-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-887 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-887-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-888 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-888-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-889 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-889-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-890 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-890-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-891 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-891-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-892 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-892-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-893 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-893-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-894 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-894-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-895 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-895-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-896 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-896-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-897 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-897-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-898 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-898-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-899 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-899-rgb), var(--iota-text-opacity)) !important;
}

/* line 2, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-primary-900 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-gothic-gold-900-rgb), var(--iota-text-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-50 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-50-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-51 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-51-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-52 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-52-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-53 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-53-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-54 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-54-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-55 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-55-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-56 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-56-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-57 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-57-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-58 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-58-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-59 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-59-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-60 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-60-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-61 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-61-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-62 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-62-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-63 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-63-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-64 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-64-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-65 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-65-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-66 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-66-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-67 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-67-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-68 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-68-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-69 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-69-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-70 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-70-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-71 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-71-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-72 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-72-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-73 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-73-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-74 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-74-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-75 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-75-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-76 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-76-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-77 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-77-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-78 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-78-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-79 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-79-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-80 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-80-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-81 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-81-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-82 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-82-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-83 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-83-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-84 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-84-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-85 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-85-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-86 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-86-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-87 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-87-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-88 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-88-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-89 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-89-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-90 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-90-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-91 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-91-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-92 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-92-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-93 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-93-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-94 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-94-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-95 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-95-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-96 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-96-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-97 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-97-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-98 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-98-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-99 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-99-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-100 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-100-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-101 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-101-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-102 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-102-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-103 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-103-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-104 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-104-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-105 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-105-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-106 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-106-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-107 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-107-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-108 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-108-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-109 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-109-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-110 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-110-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-111 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-111-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-112 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-112-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-113 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-113-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-114 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-114-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-115 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-115-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-116 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-116-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-117 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-117-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-118 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-118-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-119 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-119-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-120 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-120-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-121 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-121-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-122 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-122-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-123 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-123-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-124 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-124-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-125 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-125-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-126 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-126-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-127 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-127-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-128 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-128-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-129 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-129-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-130 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-130-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-131 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-131-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-132 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-132-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-133 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-133-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-134 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-134-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-135 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-135-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-136 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-136-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-137 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-137-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-138 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-138-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-139 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-139-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-140 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-140-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-141 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-141-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-142 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-142-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-143 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-143-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-144 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-144-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-145 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-145-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-146 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-146-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-147 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-147-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-148 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-148-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-149 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-149-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-150 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-150-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-151 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-151-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-152 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-152-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-153 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-153-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-154 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-154-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-155 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-155-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-156 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-156-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-157 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-157-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-158 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-158-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-159 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-159-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-160 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-160-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-161 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-161-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-162 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-162-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-163 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-163-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-164 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-164-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-165 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-165-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-166 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-166-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-167 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-167-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-168 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-168-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-169 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-169-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-170 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-170-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-171 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-171-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-172 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-172-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-173 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-173-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-174 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-174-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-175 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-175-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-176 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-176-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-177 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-177-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-178 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-178-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-179 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-179-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-180 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-180-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-181 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-181-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-182 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-182-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-183 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-183-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-184 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-184-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-185 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-185-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-186 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-186-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-187 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-187-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-188 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-188-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-189 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-189-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-190 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-190-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-191 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-191-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-192 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-192-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-193 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-193-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-194 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-194-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-195 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-195-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-196 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-196-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-197 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-197-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-198 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-198-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-199 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-199-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-200 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-200-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-201 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-201-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-202 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-202-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-203 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-203-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-204 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-204-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-205 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-205-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-206 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-206-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-207 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-207-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-208 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-208-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-209 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-209-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-210 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-210-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-211 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-211-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-212 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-212-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-213 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-213-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-214 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-214-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-215 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-215-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-216 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-216-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-217 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-217-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-218 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-218-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-219 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-219-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-220 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-220-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-221 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-221-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-222 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-222-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-223 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-223-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-224 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-224-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-225 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-225-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-226 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-226-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-227 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-227-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-228 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-228-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-229 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-229-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-230 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-230-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-231 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-231-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-232 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-232-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-233 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-233-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-234 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-234-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-235 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-235-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-236 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-236-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-237 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-237-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-238 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-238-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-239 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-239-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-240 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-240-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-241 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-241-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-242 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-242-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-243 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-243-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-244 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-244-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-245 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-245-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-246 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-246-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-247 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-247-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-248 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-248-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-249 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-249-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-250 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-250-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-251 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-251-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-252 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-252-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-253 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-253-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-254 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-254-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-255 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-255-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-256 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-256-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-257 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-257-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-258 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-258-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-259 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-259-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-260 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-260-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-261 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-261-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-262 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-262-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-263 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-263-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-264 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-264-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-265 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-265-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-266 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-266-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-267 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-267-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-268 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-268-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-269 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-269-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-270 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-270-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-271 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-271-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-272 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-272-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-273 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-273-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-274 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-274-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-275 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-275-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-276 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-276-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-277 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-277-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-278 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-278-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-279 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-279-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-280 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-280-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-281 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-281-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-282 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-282-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-283 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-283-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-284 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-284-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-285 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-285-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-286 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-286-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-287 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-287-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-288 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-288-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-289 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-289-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-290 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-290-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-291 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-291-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-292 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-292-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-293 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-293-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-294 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-294-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-295 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-295-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-296 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-296-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-297 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-297-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-298 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-298-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-299 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-299-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-300 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-300-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-301 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-301-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-302 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-302-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-303 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-303-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-304 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-304-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-305 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-305-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-306 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-306-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-307 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-307-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-308 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-308-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-309 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-309-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-310 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-310-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-311 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-311-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-312 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-312-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-313 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-313-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-314 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-314-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-315 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-315-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-316 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-316-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-317 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-317-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-318 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-318-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-319 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-319-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-320 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-320-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-321 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-321-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-322 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-322-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-323 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-323-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-324 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-324-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-325 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-325-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-326 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-326-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-327 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-327-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-328 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-328-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-329 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-329-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-330 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-330-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-331 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-331-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-332 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-332-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-333 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-333-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-334 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-334-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-335 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-335-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-336 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-336-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-337 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-337-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-338 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-338-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-339 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-339-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-340 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-340-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-341 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-341-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-342 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-342-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-343 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-343-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-344 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-344-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-345 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-345-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-346 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-346-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-347 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-347-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-348 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-348-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-349 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-349-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-350 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-350-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-351 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-351-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-352 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-352-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-353 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-353-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-354 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-354-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-355 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-355-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-356 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-356-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-357 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-357-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-358 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-358-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-359 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-359-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-360 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-360-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-361 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-361-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-362 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-362-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-363 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-363-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-364 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-364-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-365 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-365-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-366 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-366-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-367 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-367-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-368 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-368-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-369 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-369-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-370 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-370-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-371 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-371-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-372 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-372-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-373 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-373-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-374 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-374-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-375 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-375-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-376 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-376-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-377 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-377-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-378 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-378-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-379 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-379-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-380 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-380-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-381 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-381-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-382 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-382-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-383 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-383-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-384 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-384-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-385 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-385-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-386 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-386-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-387 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-387-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-388 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-388-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-389 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-389-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-390 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-390-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-391 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-391-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-392 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-392-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-393 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-393-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-394 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-394-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-395 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-395-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-396 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-396-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-397 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-397-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-398 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-398-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-399 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-399-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-400 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-400-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-401 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-401-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-402 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-402-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-403 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-403-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-404 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-404-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-405 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-405-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-406 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-406-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-407 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-407-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-408 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-408-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-409 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-409-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-410 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-410-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-411 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-411-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-412 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-412-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-413 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-413-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-414 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-414-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-415 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-415-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-416 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-416-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-417 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-417-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-418 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-418-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-419 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-419-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-420 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-420-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-421 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-421-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-422 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-422-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-423 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-423-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-424 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-424-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-425 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-425-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-426 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-426-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-427 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-427-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-428 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-428-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-429 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-429-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-430 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-430-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-431 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-431-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-432 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-432-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-433 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-433-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-434 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-434-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-435 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-435-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-436 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-436-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-437 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-437-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-438 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-438-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-439 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-439-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-440 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-440-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-441 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-441-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-442 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-442-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-443 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-443-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-444 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-444-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-445 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-445-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-446 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-446-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-447 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-447-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-448 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-448-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-449 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-449-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-450 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-450-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-451 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-451-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-452 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-452-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-453 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-453-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-454 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-454-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-455 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-455-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-456 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-456-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-457 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-457-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-458 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-458-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-459 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-459-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-460 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-460-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-461 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-461-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-462 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-462-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-463 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-463-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-464 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-464-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-465 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-465-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-466 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-466-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-467 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-467-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-468 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-468-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-469 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-469-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-470 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-470-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-471 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-471-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-472 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-472-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-473 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-473-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-474 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-474-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-475 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-475-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-476 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-476-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-477 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-477-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-478 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-478-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-479 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-479-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-480 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-480-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-481 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-481-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-482 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-482-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-483 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-483-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-484 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-484-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-485 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-485-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-486 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-486-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-487 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-487-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-488 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-488-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-489 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-489-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-490 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-490-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-491 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-491-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-492 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-492-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-493 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-493-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-494 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-494-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-495 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-495-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-496 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-496-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-497 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-497-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-498 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-498-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-499 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-499-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-500 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-500-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-501 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-501-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-502 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-502-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-503 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-503-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-504 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-504-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-505 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-505-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-506 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-506-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-507 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-507-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-508 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-508-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-509 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-509-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-510 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-510-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-511 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-511-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-512 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-512-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-513 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-513-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-514 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-514-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-515 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-515-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-516 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-516-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-517 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-517-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-518 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-518-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-519 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-519-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-520 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-520-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-521 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-521-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-522 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-522-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-523 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-523-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-524 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-524-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-525 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-525-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-526 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-526-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-527 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-527-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-528 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-528-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-529 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-529-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-530 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-530-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-531 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-531-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-532 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-532-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-533 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-533-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-534 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-534-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-535 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-535-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-536 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-536-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-537 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-537-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-538 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-538-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-539 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-539-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-540 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-540-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-541 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-541-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-542 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-542-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-543 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-543-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-544 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-544-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-545 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-545-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-546 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-546-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-547 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-547-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-548 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-548-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-549 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-549-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-550 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-550-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-551 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-551-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-552 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-552-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-553 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-553-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-554 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-554-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-555 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-555-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-556 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-556-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-557 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-557-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-558 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-558-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-559 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-559-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-560 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-560-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-561 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-561-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-562 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-562-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-563 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-563-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-564 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-564-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-565 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-565-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-566 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-566-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-567 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-567-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-568 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-568-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-569 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-569-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-570 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-570-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-571 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-571-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-572 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-572-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-573 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-573-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-574 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-574-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-575 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-575-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-576 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-576-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-577 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-577-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-578 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-578-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-579 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-579-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-580 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-580-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-581 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-581-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-582 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-582-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-583 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-583-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-584 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-584-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-585 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-585-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-586 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-586-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-587 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-587-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-588 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-588-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-589 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-589-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-590 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-590-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-591 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-591-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-592 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-592-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-593 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-593-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-594 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-594-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-595 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-595-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-596 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-596-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-597 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-597-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-598 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-598-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-599 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-599-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-600 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-600-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-601 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-601-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-602 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-602-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-603 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-603-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-604 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-604-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-605 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-605-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-606 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-606-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-607 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-607-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-608 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-608-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-609 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-609-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-610 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-610-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-611 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-611-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-612 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-612-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-613 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-613-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-614 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-614-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-615 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-615-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-616 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-616-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-617 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-617-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-618 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-618-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-619 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-619-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-620 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-620-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-621 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-621-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-622 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-622-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-623 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-623-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-624 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-624-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-625 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-625-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-626 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-626-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-627 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-627-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-628 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-628-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-629 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-629-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-630 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-630-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-631 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-631-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-632 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-632-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-633 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-633-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-634 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-634-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-635 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-635-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-636 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-636-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-637 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-637-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-638 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-638-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-639 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-639-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-640 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-640-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-641 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-641-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-642 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-642-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-643 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-643-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-644 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-644-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-645 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-645-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-646 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-646-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-647 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-647-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-648 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-648-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-649 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-649-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-650 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-650-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-651 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-651-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-652 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-652-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-653 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-653-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-654 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-654-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-655 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-655-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-656 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-656-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-657 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-657-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-658 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-658-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-659 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-659-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-660 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-660-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-661 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-661-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-662 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-662-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-663 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-663-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-664 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-664-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-665 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-665-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-666 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-666-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-667 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-667-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-668 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-668-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-669 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-669-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-670 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-670-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-671 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-671-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-672 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-672-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-673 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-673-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-674 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-674-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-675 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-675-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-676 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-676-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-677 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-677-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-678 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-678-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-679 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-679-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-680 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-680-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-681 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-681-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-682 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-682-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-683 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-683-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-684 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-684-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-685 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-685-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-686 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-686-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-687 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-687-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-688 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-688-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-689 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-689-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-690 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-690-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-691 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-691-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-692 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-692-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-693 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-693-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-694 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-694-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-695 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-695-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-696 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-696-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-697 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-697-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-698 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-698-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-699 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-699-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-700 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-700-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-701 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-701-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-702 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-702-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-703 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-703-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-704 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-704-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-705 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-705-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-706 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-706-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-707 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-707-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-708 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-708-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-709 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-709-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-710 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-710-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-711 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-711-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-712 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-712-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-713 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-713-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-714 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-714-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-715 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-715-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-716 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-716-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-717 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-717-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-718 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-718-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-719 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-719-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-720 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-720-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-721 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-721-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-722 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-722-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-723 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-723-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-724 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-724-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-725 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-725-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-726 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-726-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-727 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-727-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-728 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-728-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-729 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-729-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-730 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-730-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-731 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-731-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-732 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-732-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-733 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-733-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-734 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-734-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-735 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-735-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-736 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-736-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-737 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-737-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-738 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-738-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-739 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-739-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-740 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-740-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-741 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-741-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-742 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-742-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-743 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-743-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-744 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-744-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-745 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-745-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-746 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-746-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-747 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-747-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-748 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-748-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-749 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-749-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-750 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-750-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-751 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-751-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-752 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-752-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-753 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-753-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-754 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-754-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-755 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-755-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-756 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-756-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-757 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-757-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-758 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-758-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-759 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-759-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-760 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-760-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-761 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-761-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-762 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-762-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-763 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-763-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-764 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-764-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-765 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-765-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-766 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-766-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-767 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-767-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-768 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-768-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-769 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-769-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-770 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-770-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-771 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-771-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-772 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-772-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-773 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-773-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-774 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-774-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-775 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-775-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-776 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-776-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-777 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-777-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-778 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-778-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-779 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-779-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-780 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-780-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-781 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-781-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-782 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-782-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-783 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-783-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-784 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-784-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-785 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-785-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-786 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-786-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-787 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-787-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-788 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-788-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-789 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-789-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-790 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-790-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-791 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-791-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-792 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-792-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-793 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-793-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-794 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-794-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-795 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-795-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-796 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-796-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-797 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-797-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-798 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-798-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-799 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-799-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-800 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-800-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-801 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-801-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-802 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-802-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-803 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-803-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-804 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-804-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-805 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-805-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-806 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-806-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-807 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-807-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-808 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-808-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-809 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-809-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-810 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-810-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-811 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-811-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-812 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-812-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-813 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-813-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-814 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-814-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-815 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-815-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-816 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-816-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-817 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-817-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-818 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-818-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-819 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-819-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-820 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-820-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-821 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-821-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-822 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-822-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-823 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-823-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-824 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-824-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-825 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-825-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-826 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-826-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-827 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-827-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-828 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-828-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-829 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-829-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-830 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-830-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-831 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-831-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-832 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-832-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-833 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-833-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-834 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-834-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-835 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-835-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-836 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-836-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-837 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-837-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-838 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-838-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-839 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-839-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-840 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-840-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-841 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-841-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-842 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-842-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-843 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-843-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-844 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-844-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-845 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-845-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-846 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-846-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-847 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-847-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-848 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-848-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-849 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-849-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-850 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-850-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-851 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-851-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-852 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-852-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-853 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-853-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-854 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-854-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-855 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-855-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-856 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-856-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-857 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-857-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-858 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-858-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-859 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-859-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-860 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-860-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-861 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-861-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-862 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-862-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-863 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-863-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-864 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-864-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-865 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-865-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-866 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-866-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-867 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-867-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-868 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-868-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-869 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-869-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-870 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-870-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-871 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-871-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-872 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-872-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-873 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-873-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-874 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-874-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-875 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-875-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-876 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-876-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-877 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-877-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-878 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-878-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-879 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-879-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-880 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-880-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-881 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-881-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-882 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-882-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-883 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-883-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-884 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-884-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-885 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-885-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-886 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-886-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-887 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-887-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-888 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-888-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-889 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-889-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-890 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-890-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-891 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-891-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-892 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-892-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-893 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-893-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-894 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-894-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-895 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-895-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-896 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-896-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-897 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-897-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-898 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-898-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-899 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-899-rgb), var(--iota-bg-opacity)) !important;
}

/* line 8, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-primary-900 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-gothic-gold-900-rgb), var(--iota-bg-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-50 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-50-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-51 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-51-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-52 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-52-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-53 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-53-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-54 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-54-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-55 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-55-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-56 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-56-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-57 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-57-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-58 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-58-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-59 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-59-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-60 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-60-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-61 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-61-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-62 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-62-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-63 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-63-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-64 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-64-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-65 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-65-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-66 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-66-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-67 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-67-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-68 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-68-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-69 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-69-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-70 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-70-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-71 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-71-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-72 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-72-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-73 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-73-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-74 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-74-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-75 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-75-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-76 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-76-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-77 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-77-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-78 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-78-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-79 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-79-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-80 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-80-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-81 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-81-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-82 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-82-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-83 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-83-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-84 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-84-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-85 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-85-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-86 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-86-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-87 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-87-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-88 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-88-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-89 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-89-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-90 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-90-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-91 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-91-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-92 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-92-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-93 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-93-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-94 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-94-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-95 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-95-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-96 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-96-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-97 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-97-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-98 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-98-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-99 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-99-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-100 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-100-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-101 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-101-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-102 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-102-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-103 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-103-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-104 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-104-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-105 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-105-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-106 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-106-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-107 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-107-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-108 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-108-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-109 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-109-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-110 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-110-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-111 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-111-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-112 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-112-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-113 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-113-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-114 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-114-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-115 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-115-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-116 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-116-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-117 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-117-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-118 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-118-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-119 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-119-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-120 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-120-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-121 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-121-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-122 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-122-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-123 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-123-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-124 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-124-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-125 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-125-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-126 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-126-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-127 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-127-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-128 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-128-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-129 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-129-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-130 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-130-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-131 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-131-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-132 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-132-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-133 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-133-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-134 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-134-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-135 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-135-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-136 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-136-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-137 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-137-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-138 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-138-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-139 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-139-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-140 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-140-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-141 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-141-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-142 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-142-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-143 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-143-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-144 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-144-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-145 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-145-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-146 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-146-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-147 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-147-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-148 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-148-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-149 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-149-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-150 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-150-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-151 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-151-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-152 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-152-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-153 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-153-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-154 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-154-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-155 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-155-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-156 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-156-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-157 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-157-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-158 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-158-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-159 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-159-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-160 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-160-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-161 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-161-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-162 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-162-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-163 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-163-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-164 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-164-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-165 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-165-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-166 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-166-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-167 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-167-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-168 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-168-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-169 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-169-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-170 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-170-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-171 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-171-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-172 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-172-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-173 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-173-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-174 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-174-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-175 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-175-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-176 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-176-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-177 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-177-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-178 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-178-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-179 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-179-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-180 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-180-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-181 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-181-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-182 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-182-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-183 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-183-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-184 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-184-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-185 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-185-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-186 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-186-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-187 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-187-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-188 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-188-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-189 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-189-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-190 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-190-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-191 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-191-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-192 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-192-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-193 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-193-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-194 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-194-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-195 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-195-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-196 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-196-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-197 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-197-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-198 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-198-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-199 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-199-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-200 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-200-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-201 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-201-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-202 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-202-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-203 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-203-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-204 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-204-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-205 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-205-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-206 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-206-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-207 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-207-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-208 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-208-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-209 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-209-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-210 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-210-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-211 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-211-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-212 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-212-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-213 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-213-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-214 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-214-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-215 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-215-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-216 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-216-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-217 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-217-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-218 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-218-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-219 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-219-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-220 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-220-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-221 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-221-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-222 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-222-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-223 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-223-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-224 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-224-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-225 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-225-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-226 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-226-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-227 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-227-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-228 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-228-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-229 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-229-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-230 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-230-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-231 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-231-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-232 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-232-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-233 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-233-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-234 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-234-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-235 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-235-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-236 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-236-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-237 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-237-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-238 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-238-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-239 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-239-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-240 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-240-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-241 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-241-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-242 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-242-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-243 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-243-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-244 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-244-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-245 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-245-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-246 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-246-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-247 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-247-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-248 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-248-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-249 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-249-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-250 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-250-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-251 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-251-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-252 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-252-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-253 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-253-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-254 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-254-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-255 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-255-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-256 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-256-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-257 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-257-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-258 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-258-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-259 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-259-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-260 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-260-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-261 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-261-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-262 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-262-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-263 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-263-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-264 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-264-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-265 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-265-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-266 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-266-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-267 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-267-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-268 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-268-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-269 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-269-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-270 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-270-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-271 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-271-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-272 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-272-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-273 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-273-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-274 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-274-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-275 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-275-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-276 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-276-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-277 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-277-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-278 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-278-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-279 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-279-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-280 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-280-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-281 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-281-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-282 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-282-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-283 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-283-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-284 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-284-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-285 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-285-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-286 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-286-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-287 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-287-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-288 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-288-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-289 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-289-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-290 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-290-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-291 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-291-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-292 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-292-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-293 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-293-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-294 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-294-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-295 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-295-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-296 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-296-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-297 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-297-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-298 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-298-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-299 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-299-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-300 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-300-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-301 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-301-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-302 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-302-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-303 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-303-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-304 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-304-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-305 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-305-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-306 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-306-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-307 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-307-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-308 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-308-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-309 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-309-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-310 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-310-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-311 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-311-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-312 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-312-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-313 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-313-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-314 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-314-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-315 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-315-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-316 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-316-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-317 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-317-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-318 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-318-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-319 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-319-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-320 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-320-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-321 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-321-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-322 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-322-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-323 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-323-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-324 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-324-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-325 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-325-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-326 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-326-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-327 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-327-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-328 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-328-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-329 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-329-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-330 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-330-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-331 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-331-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-332 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-332-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-333 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-333-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-334 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-334-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-335 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-335-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-336 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-336-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-337 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-337-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-338 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-338-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-339 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-339-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-340 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-340-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-341 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-341-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-342 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-342-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-343 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-343-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-344 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-344-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-345 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-345-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-346 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-346-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-347 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-347-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-348 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-348-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-349 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-349-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-350 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-350-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-351 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-351-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-352 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-352-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-353 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-353-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-354 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-354-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-355 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-355-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-356 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-356-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-357 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-357-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-358 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-358-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-359 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-359-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-360 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-360-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-361 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-361-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-362 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-362-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-363 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-363-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-364 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-364-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-365 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-365-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-366 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-366-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-367 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-367-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-368 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-368-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-369 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-369-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-370 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-370-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-371 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-371-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-372 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-372-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-373 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-373-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-374 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-374-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-375 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-375-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-376 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-376-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-377 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-377-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-378 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-378-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-379 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-379-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-380 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-380-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-381 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-381-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-382 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-382-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-383 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-383-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-384 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-384-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-385 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-385-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-386 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-386-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-387 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-387-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-388 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-388-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-389 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-389-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-390 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-390-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-391 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-391-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-392 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-392-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-393 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-393-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-394 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-394-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-395 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-395-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-396 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-396-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-397 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-397-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-398 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-398-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-399 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-399-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-400 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-400-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-401 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-401-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-402 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-402-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-403 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-403-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-404 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-404-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-405 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-405-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-406 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-406-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-407 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-407-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-408 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-408-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-409 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-409-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-410 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-410-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-411 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-411-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-412 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-412-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-413 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-413-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-414 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-414-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-415 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-415-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-416 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-416-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-417 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-417-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-418 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-418-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-419 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-419-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-420 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-420-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-421 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-421-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-422 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-422-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-423 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-423-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-424 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-424-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-425 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-425-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-426 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-426-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-427 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-427-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-428 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-428-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-429 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-429-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-430 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-430-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-431 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-431-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-432 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-432-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-433 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-433-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-434 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-434-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-435 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-435-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-436 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-436-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-437 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-437-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-438 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-438-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-439 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-439-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-440 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-440-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-441 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-441-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-442 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-442-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-443 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-443-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-444 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-444-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-445 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-445-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-446 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-446-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-447 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-447-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-448 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-448-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-449 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-449-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-450 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-450-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-451 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-451-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-452 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-452-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-453 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-453-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-454 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-454-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-455 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-455-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-456 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-456-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-457 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-457-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-458 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-458-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-459 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-459-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-460 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-460-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-461 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-461-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-462 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-462-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-463 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-463-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-464 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-464-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-465 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-465-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-466 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-466-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-467 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-467-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-468 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-468-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-469 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-469-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-470 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-470-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-471 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-471-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-472 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-472-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-473 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-473-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-474 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-474-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-475 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-475-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-476 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-476-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-477 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-477-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-478 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-478-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-479 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-479-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-480 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-480-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-481 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-481-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-482 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-482-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-483 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-483-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-484 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-484-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-485 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-485-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-486 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-486-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-487 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-487-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-488 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-488-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-489 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-489-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-490 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-490-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-491 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-491-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-492 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-492-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-493 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-493-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-494 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-494-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-495 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-495-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-496 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-496-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-497 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-497-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-498 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-498-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-499 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-499-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-500 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-500-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-501 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-501-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-502 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-502-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-503 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-503-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-504 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-504-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-505 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-505-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-506 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-506-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-507 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-507-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-508 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-508-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-509 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-509-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-510 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-510-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-511 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-511-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-512 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-512-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-513 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-513-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-514 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-514-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-515 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-515-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-516 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-516-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-517 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-517-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-518 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-518-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-519 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-519-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-520 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-520-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-521 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-521-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-522 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-522-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-523 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-523-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-524 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-524-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-525 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-525-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-526 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-526-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-527 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-527-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-528 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-528-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-529 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-529-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-530 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-530-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-531 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-531-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-532 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-532-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-533 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-533-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-534 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-534-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-535 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-535-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-536 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-536-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-537 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-537-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-538 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-538-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-539 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-539-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-540 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-540-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-541 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-541-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-542 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-542-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-543 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-543-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-544 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-544-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-545 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-545-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-546 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-546-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-547 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-547-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-548 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-548-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-549 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-549-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-550 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-550-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-551 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-551-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-552 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-552-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-553 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-553-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-554 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-554-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-555 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-555-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-556 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-556-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-557 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-557-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-558 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-558-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-559 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-559-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-560 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-560-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-561 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-561-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-562 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-562-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-563 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-563-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-564 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-564-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-565 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-565-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-566 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-566-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-567 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-567-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-568 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-568-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-569 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-569-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-570 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-570-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-571 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-571-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-572 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-572-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-573 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-573-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-574 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-574-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-575 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-575-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-576 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-576-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-577 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-577-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-578 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-578-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-579 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-579-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-580 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-580-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-581 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-581-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-582 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-582-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-583 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-583-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-584 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-584-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-585 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-585-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-586 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-586-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-587 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-587-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-588 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-588-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-589 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-589-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-590 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-590-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-591 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-591-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-592 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-592-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-593 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-593-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-594 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-594-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-595 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-595-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-596 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-596-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-597 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-597-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-598 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-598-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-599 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-599-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-600 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-600-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-601 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-601-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-602 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-602-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-603 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-603-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-604 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-604-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-605 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-605-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-606 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-606-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-607 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-607-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-608 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-608-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-609 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-609-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-610 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-610-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-611 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-611-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-612 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-612-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-613 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-613-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-614 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-614-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-615 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-615-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-616 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-616-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-617 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-617-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-618 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-618-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-619 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-619-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-620 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-620-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-621 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-621-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-622 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-622-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-623 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-623-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-624 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-624-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-625 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-625-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-626 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-626-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-627 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-627-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-628 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-628-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-629 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-629-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-630 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-630-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-631 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-631-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-632 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-632-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-633 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-633-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-634 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-634-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-635 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-635-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-636 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-636-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-637 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-637-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-638 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-638-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-639 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-639-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-640 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-640-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-641 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-641-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-642 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-642-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-643 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-643-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-644 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-644-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-645 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-645-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-646 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-646-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-647 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-647-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-648 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-648-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-649 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-649-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-650 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-650-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-651 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-651-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-652 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-652-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-653 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-653-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-654 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-654-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-655 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-655-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-656 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-656-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-657 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-657-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-658 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-658-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-659 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-659-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-660 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-660-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-661 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-661-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-662 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-662-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-663 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-663-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-664 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-664-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-665 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-665-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-666 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-666-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-667 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-667-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-668 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-668-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-669 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-669-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-670 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-670-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-671 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-671-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-672 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-672-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-673 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-673-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-674 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-674-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-675 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-675-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-676 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-676-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-677 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-677-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-678 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-678-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-679 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-679-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-680 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-680-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-681 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-681-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-682 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-682-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-683 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-683-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-684 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-684-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-685 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-685-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-686 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-686-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-687 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-687-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-688 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-688-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-689 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-689-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-690 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-690-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-691 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-691-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-692 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-692-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-693 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-693-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-694 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-694-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-695 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-695-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-696 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-696-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-697 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-697-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-698 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-698-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-699 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-699-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-700 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-700-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-701 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-701-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-702 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-702-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-703 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-703-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-704 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-704-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-705 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-705-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-706 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-706-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-707 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-707-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-708 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-708-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-709 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-709-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-710 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-710-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-711 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-711-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-712 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-712-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-713 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-713-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-714 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-714-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-715 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-715-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-716 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-716-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-717 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-717-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-718 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-718-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-719 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-719-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-720 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-720-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-721 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-721-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-722 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-722-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-723 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-723-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-724 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-724-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-725 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-725-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-726 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-726-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-727 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-727-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-728 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-728-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-729 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-729-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-730 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-730-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-731 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-731-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-732 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-732-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-733 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-733-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-734 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-734-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-735 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-735-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-736 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-736-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-737 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-737-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-738 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-738-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-739 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-739-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-740 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-740-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-741 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-741-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-742 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-742-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-743 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-743-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-744 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-744-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-745 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-745-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-746 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-746-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-747 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-747-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-748 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-748-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-749 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-749-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-750 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-750-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-751 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-751-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-752 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-752-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-753 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-753-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-754 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-754-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-755 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-755-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-756 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-756-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-757 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-757-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-758 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-758-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-759 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-759-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-760 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-760-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-761 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-761-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-762 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-762-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-763 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-763-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-764 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-764-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-765 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-765-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-766 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-766-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-767 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-767-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-768 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-768-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-769 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-769-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-770 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-770-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-771 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-771-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-772 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-772-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-773 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-773-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-774 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-774-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-775 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-775-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-776 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-776-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-777 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-777-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-778 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-778-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-779 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-779-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-780 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-780-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-781 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-781-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-782 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-782-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-783 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-783-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-784 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-784-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-785 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-785-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-786 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-786-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-787 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-787-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-788 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-788-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-789 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-789-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-790 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-790-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-791 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-791-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-792 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-792-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-793 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-793-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-794 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-794-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-795 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-795-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-796 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-796-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-797 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-797-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-798 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-798-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-799 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-799-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-800 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-800-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-801 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-801-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-802 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-802-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-803 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-803-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-804 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-804-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-805 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-805-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-806 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-806-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-807 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-807-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-808 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-808-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-809 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-809-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-810 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-810-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-811 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-811-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-812 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-812-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-813 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-813-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-814 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-814-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-815 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-815-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-816 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-816-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-817 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-817-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-818 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-818-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-819 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-819-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-820 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-820-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-821 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-821-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-822 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-822-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-823 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-823-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-824 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-824-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-825 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-825-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-826 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-826-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-827 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-827-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-828 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-828-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-829 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-829-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-830 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-830-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-831 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-831-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-832 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-832-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-833 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-833-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-834 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-834-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-835 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-835-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-836 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-836-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-837 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-837-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-838 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-838-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-839 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-839-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-840 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-840-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-841 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-841-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-842 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-842-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-843 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-843-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-844 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-844-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-845 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-845-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-846 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-846-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-847 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-847-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-848 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-848-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-849 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-849-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-850 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-850-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-851 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-851-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-852 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-852-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-853 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-853-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-854 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-854-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-855 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-855-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-856 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-856-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-857 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-857-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-858 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-858-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-859 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-859-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-860 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-860-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-861 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-861-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-862 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-862-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-863 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-863-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-864 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-864-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-865 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-865-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-866 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-866-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-867 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-867-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-868 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-868-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-869 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-869-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-870 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-870-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-871 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-871-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-872 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-872-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-873 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-873-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-874 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-874-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-875 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-875-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-876 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-876-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-877 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-877-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-878 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-878-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-879 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-879-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-880 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-880-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-881 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-881-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-882 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-882-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-883 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-883-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-884 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-884-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-885 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-885-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-886 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-886-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-887 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-887-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-888 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-888-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-889 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-889-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-890 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-890-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-891 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-891-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-892 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-892-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-893 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-893-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-894 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-894-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-895 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-895-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-896 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-896-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-897 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-897-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-898 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-898-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-899 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-899-rgb), var(--iota-text-opacity)) !important;
}

/* line 16, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-secondary-900 {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-catalina-blue-900-rgb), var(--iota-text-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-50 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-50-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-51 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-51-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-52 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-52-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-53 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-53-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-54 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-54-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-55 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-55-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-56 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-56-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-57 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-57-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-58 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-58-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-59 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-59-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-60 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-60-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-61 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-61-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-62 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-62-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-63 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-63-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-64 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-64-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-65 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-65-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-66 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-66-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-67 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-67-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-68 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-68-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-69 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-69-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-70 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-70-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-71 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-71-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-72 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-72-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-73 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-73-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-74 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-74-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-75 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-75-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-76 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-76-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-77 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-77-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-78 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-78-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-79 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-79-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-80 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-80-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-81 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-81-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-82 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-82-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-83 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-83-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-84 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-84-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-85 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-85-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-86 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-86-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-87 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-87-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-88 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-88-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-89 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-89-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-90 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-90-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-91 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-91-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-92 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-92-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-93 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-93-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-94 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-94-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-95 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-95-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-96 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-96-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-97 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-97-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-98 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-98-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-99 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-99-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-100 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-100-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-101 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-101-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-102 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-102-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-103 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-103-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-104 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-104-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-105 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-105-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-106 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-106-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-107 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-107-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-108 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-108-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-109 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-109-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-110 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-110-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-111 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-111-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-112 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-112-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-113 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-113-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-114 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-114-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-115 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-115-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-116 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-116-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-117 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-117-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-118 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-118-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-119 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-119-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-120 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-120-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-121 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-121-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-122 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-122-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-123 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-123-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-124 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-124-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-125 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-125-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-126 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-126-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-127 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-127-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-128 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-128-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-129 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-129-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-130 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-130-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-131 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-131-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-132 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-132-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-133 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-133-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-134 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-134-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-135 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-135-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-136 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-136-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-137 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-137-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-138 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-138-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-139 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-139-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-140 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-140-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-141 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-141-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-142 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-142-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-143 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-143-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-144 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-144-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-145 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-145-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-146 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-146-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-147 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-147-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-148 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-148-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-149 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-149-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-150 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-150-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-151 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-151-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-152 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-152-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-153 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-153-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-154 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-154-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-155 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-155-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-156 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-156-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-157 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-157-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-158 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-158-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-159 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-159-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-160 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-160-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-161 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-161-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-162 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-162-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-163 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-163-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-164 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-164-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-165 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-165-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-166 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-166-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-167 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-167-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-168 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-168-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-169 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-169-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-170 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-170-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-171 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-171-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-172 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-172-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-173 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-173-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-174 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-174-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-175 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-175-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-176 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-176-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-177 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-177-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-178 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-178-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-179 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-179-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-180 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-180-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-181 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-181-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-182 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-182-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-183 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-183-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-184 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-184-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-185 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-185-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-186 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-186-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-187 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-187-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-188 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-188-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-189 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-189-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-190 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-190-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-191 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-191-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-192 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-192-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-193 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-193-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-194 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-194-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-195 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-195-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-196 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-196-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-197 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-197-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-198 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-198-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-199 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-199-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-200 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-200-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-201 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-201-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-202 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-202-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-203 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-203-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-204 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-204-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-205 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-205-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-206 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-206-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-207 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-207-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-208 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-208-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-209 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-209-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-210 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-210-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-211 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-211-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-212 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-212-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-213 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-213-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-214 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-214-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-215 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-215-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-216 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-216-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-217 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-217-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-218 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-218-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-219 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-219-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-220 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-220-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-221 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-221-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-222 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-222-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-223 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-223-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-224 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-224-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-225 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-225-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-226 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-226-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-227 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-227-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-228 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-228-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-229 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-229-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-230 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-230-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-231 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-231-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-232 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-232-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-233 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-233-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-234 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-234-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-235 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-235-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-236 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-236-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-237 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-237-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-238 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-238-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-239 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-239-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-240 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-240-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-241 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-241-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-242 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-242-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-243 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-243-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-244 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-244-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-245 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-245-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-246 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-246-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-247 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-247-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-248 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-248-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-249 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-249-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-250 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-250-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-251 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-251-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-252 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-252-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-253 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-253-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-254 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-254-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-255 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-255-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-256 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-256-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-257 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-257-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-258 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-258-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-259 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-259-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-260 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-260-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-261 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-261-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-262 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-262-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-263 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-263-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-264 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-264-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-265 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-265-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-266 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-266-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-267 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-267-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-268 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-268-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-269 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-269-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-270 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-270-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-271 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-271-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-272 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-272-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-273 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-273-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-274 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-274-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-275 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-275-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-276 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-276-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-277 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-277-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-278 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-278-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-279 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-279-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-280 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-280-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-281 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-281-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-282 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-282-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-283 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-283-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-284 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-284-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-285 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-285-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-286 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-286-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-287 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-287-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-288 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-288-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-289 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-289-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-290 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-290-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-291 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-291-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-292 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-292-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-293 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-293-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-294 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-294-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-295 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-295-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-296 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-296-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-297 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-297-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-298 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-298-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-299 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-299-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-300 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-300-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-301 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-301-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-302 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-302-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-303 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-303-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-304 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-304-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-305 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-305-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-306 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-306-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-307 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-307-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-308 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-308-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-309 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-309-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-310 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-310-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-311 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-311-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-312 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-312-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-313 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-313-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-314 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-314-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-315 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-315-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-316 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-316-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-317 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-317-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-318 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-318-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-319 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-319-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-320 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-320-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-321 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-321-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-322 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-322-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-323 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-323-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-324 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-324-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-325 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-325-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-326 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-326-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-327 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-327-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-328 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-328-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-329 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-329-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-330 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-330-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-331 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-331-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-332 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-332-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-333 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-333-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-334 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-334-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-335 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-335-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-336 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-336-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-337 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-337-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-338 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-338-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-339 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-339-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-340 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-340-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-341 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-341-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-342 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-342-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-343 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-343-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-344 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-344-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-345 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-345-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-346 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-346-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-347 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-347-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-348 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-348-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-349 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-349-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-350 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-350-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-351 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-351-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-352 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-352-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-353 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-353-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-354 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-354-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-355 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-355-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-356 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-356-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-357 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-357-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-358 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-358-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-359 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-359-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-360 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-360-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-361 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-361-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-362 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-362-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-363 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-363-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-364 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-364-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-365 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-365-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-366 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-366-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-367 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-367-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-368 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-368-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-369 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-369-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-370 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-370-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-371 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-371-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-372 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-372-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-373 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-373-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-374 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-374-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-375 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-375-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-376 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-376-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-377 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-377-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-378 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-378-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-379 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-379-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-380 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-380-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-381 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-381-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-382 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-382-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-383 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-383-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-384 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-384-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-385 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-385-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-386 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-386-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-387 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-387-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-388 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-388-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-389 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-389-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-390 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-390-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-391 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-391-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-392 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-392-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-393 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-393-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-394 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-394-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-395 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-395-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-396 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-396-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-397 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-397-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-398 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-398-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-399 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-399-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-400 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-400-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-401 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-401-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-402 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-402-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-403 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-403-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-404 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-404-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-405 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-405-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-406 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-406-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-407 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-407-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-408 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-408-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-409 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-409-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-410 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-410-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-411 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-411-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-412 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-412-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-413 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-413-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-414 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-414-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-415 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-415-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-416 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-416-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-417 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-417-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-418 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-418-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-419 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-419-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-420 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-420-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-421 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-421-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-422 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-422-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-423 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-423-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-424 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-424-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-425 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-425-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-426 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-426-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-427 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-427-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-428 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-428-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-429 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-429-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-430 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-430-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-431 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-431-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-432 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-432-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-433 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-433-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-434 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-434-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-435 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-435-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-436 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-436-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-437 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-437-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-438 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-438-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-439 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-439-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-440 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-440-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-441 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-441-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-442 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-442-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-443 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-443-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-444 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-444-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-445 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-445-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-446 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-446-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-447 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-447-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-448 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-448-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-449 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-449-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-450 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-450-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-451 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-451-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-452 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-452-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-453 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-453-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-454 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-454-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-455 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-455-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-456 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-456-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-457 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-457-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-458 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-458-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-459 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-459-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-460 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-460-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-461 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-461-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-462 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-462-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-463 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-463-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-464 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-464-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-465 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-465-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-466 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-466-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-467 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-467-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-468 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-468-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-469 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-469-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-470 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-470-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-471 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-471-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-472 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-472-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-473 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-473-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-474 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-474-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-475 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-475-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-476 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-476-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-477 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-477-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-478 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-478-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-479 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-479-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-480 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-480-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-481 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-481-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-482 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-482-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-483 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-483-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-484 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-484-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-485 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-485-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-486 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-486-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-487 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-487-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-488 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-488-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-489 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-489-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-490 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-490-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-491 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-491-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-492 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-492-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-493 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-493-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-494 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-494-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-495 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-495-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-496 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-496-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-497 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-497-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-498 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-498-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-499 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-499-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-500 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-500-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-501 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-501-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-502 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-502-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-503 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-503-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-504 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-504-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-505 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-505-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-506 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-506-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-507 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-507-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-508 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-508-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-509 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-509-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-510 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-510-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-511 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-511-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-512 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-512-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-513 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-513-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-514 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-514-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-515 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-515-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-516 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-516-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-517 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-517-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-518 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-518-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-519 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-519-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-520 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-520-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-521 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-521-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-522 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-522-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-523 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-523-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-524 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-524-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-525 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-525-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-526 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-526-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-527 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-527-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-528 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-528-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-529 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-529-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-530 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-530-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-531 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-531-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-532 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-532-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-533 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-533-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-534 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-534-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-535 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-535-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-536 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-536-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-537 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-537-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-538 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-538-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-539 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-539-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-540 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-540-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-541 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-541-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-542 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-542-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-543 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-543-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-544 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-544-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-545 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-545-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-546 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-546-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-547 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-547-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-548 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-548-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-549 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-549-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-550 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-550-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-551 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-551-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-552 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-552-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-553 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-553-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-554 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-554-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-555 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-555-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-556 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-556-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-557 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-557-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-558 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-558-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-559 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-559-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-560 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-560-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-561 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-561-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-562 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-562-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-563 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-563-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-564 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-564-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-565 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-565-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-566 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-566-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-567 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-567-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-568 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-568-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-569 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-569-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-570 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-570-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-571 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-571-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-572 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-572-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-573 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-573-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-574 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-574-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-575 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-575-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-576 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-576-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-577 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-577-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-578 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-578-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-579 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-579-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-580 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-580-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-581 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-581-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-582 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-582-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-583 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-583-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-584 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-584-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-585 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-585-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-586 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-586-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-587 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-587-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-588 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-588-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-589 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-589-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-590 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-590-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-591 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-591-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-592 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-592-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-593 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-593-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-594 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-594-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-595 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-595-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-596 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-596-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-597 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-597-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-598 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-598-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-599 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-599-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-600 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-600-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-601 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-601-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-602 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-602-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-603 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-603-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-604 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-604-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-605 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-605-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-606 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-606-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-607 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-607-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-608 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-608-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-609 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-609-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-610 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-610-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-611 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-611-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-612 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-612-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-613 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-613-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-614 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-614-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-615 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-615-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-616 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-616-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-617 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-617-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-618 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-618-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-619 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-619-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-620 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-620-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-621 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-621-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-622 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-622-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-623 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-623-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-624 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-624-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-625 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-625-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-626 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-626-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-627 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-627-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-628 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-628-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-629 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-629-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-630 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-630-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-631 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-631-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-632 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-632-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-633 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-633-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-634 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-634-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-635 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-635-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-636 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-636-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-637 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-637-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-638 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-638-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-639 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-639-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-640 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-640-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-641 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-641-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-642 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-642-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-643 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-643-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-644 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-644-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-645 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-645-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-646 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-646-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-647 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-647-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-648 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-648-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-649 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-649-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-650 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-650-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-651 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-651-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-652 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-652-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-653 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-653-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-654 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-654-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-655 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-655-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-656 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-656-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-657 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-657-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-658 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-658-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-659 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-659-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-660 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-660-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-661 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-661-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-662 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-662-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-663 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-663-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-664 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-664-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-665 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-665-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-666 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-666-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-667 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-667-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-668 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-668-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-669 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-669-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-670 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-670-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-671 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-671-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-672 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-672-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-673 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-673-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-674 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-674-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-675 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-675-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-676 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-676-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-677 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-677-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-678 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-678-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-679 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-679-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-680 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-680-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-681 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-681-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-682 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-682-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-683 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-683-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-684 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-684-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-685 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-685-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-686 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-686-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-687 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-687-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-688 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-688-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-689 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-689-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-690 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-690-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-691 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-691-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-692 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-692-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-693 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-693-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-694 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-694-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-695 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-695-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-696 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-696-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-697 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-697-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-698 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-698-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-699 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-699-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-700 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-700-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-701 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-701-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-702 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-702-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-703 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-703-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-704 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-704-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-705 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-705-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-706 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-706-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-707 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-707-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-708 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-708-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-709 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-709-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-710 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-710-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-711 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-711-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-712 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-712-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-713 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-713-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-714 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-714-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-715 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-715-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-716 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-716-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-717 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-717-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-718 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-718-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-719 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-719-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-720 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-720-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-721 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-721-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-722 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-722-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-723 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-723-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-724 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-724-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-725 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-725-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-726 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-726-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-727 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-727-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-728 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-728-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-729 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-729-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-730 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-730-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-731 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-731-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-732 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-732-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-733 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-733-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-734 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-734-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-735 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-735-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-736 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-736-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-737 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-737-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-738 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-738-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-739 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-739-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-740 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-740-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-741 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-741-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-742 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-742-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-743 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-743-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-744 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-744-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-745 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-745-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-746 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-746-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-747 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-747-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-748 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-748-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-749 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-749-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-750 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-750-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-751 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-751-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-752 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-752-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-753 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-753-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-754 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-754-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-755 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-755-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-756 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-756-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-757 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-757-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-758 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-758-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-759 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-759-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-760 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-760-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-761 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-761-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-762 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-762-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-763 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-763-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-764 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-764-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-765 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-765-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-766 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-766-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-767 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-767-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-768 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-768-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-769 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-769-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-770 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-770-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-771 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-771-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-772 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-772-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-773 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-773-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-774 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-774-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-775 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-775-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-776 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-776-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-777 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-777-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-778 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-778-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-779 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-779-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-780 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-780-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-781 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-781-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-782 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-782-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-783 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-783-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-784 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-784-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-785 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-785-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-786 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-786-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-787 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-787-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-788 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-788-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-789 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-789-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-790 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-790-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-791 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-791-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-792 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-792-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-793 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-793-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-794 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-794-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-795 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-795-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-796 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-796-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-797 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-797-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-798 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-798-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-799 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-799-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-800 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-800-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-801 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-801-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-802 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-802-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-803 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-803-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-804 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-804-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-805 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-805-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-806 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-806-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-807 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-807-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-808 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-808-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-809 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-809-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-810 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-810-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-811 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-811-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-812 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-812-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-813 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-813-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-814 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-814-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-815 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-815-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-816 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-816-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-817 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-817-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-818 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-818-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-819 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-819-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-820 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-820-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-821 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-821-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-822 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-822-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-823 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-823-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-824 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-824-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-825 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-825-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-826 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-826-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-827 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-827-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-828 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-828-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-829 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-829-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-830 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-830-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-831 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-831-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-832 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-832-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-833 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-833-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-834 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-834-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-835 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-835-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-836 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-836-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-837 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-837-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-838 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-838-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-839 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-839-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-840 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-840-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-841 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-841-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-842 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-842-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-843 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-843-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-844 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-844-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-845 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-845-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-846 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-846-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-847 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-847-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-848 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-848-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-849 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-849-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-850 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-850-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-851 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-851-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-852 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-852-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-853 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-853-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-854 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-854-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-855 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-855-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-856 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-856-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-857 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-857-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-858 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-858-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-859 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-859-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-860 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-860-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-861 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-861-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-862 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-862-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-863 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-863-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-864 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-864-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-865 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-865-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-866 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-866-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-867 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-867-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-868 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-868-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-869 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-869-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-870 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-870-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-871 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-871-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-872 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-872-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-873 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-873-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-874 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-874-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-875 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-875-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-876 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-876-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-877 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-877-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-878 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-878-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-879 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-879-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-880 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-880-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-881 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-881-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-882 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-882-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-883 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-883-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-884 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-884-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-885 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-885-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-886 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-886-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-887 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-887-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-888 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-888-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-889 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-889-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-890 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-890-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-891 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-891-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-892 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-892-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-893 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-893-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-894 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-894-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-895 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-895-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-896 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-896-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-897 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-897-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-898 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-898-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-899 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-899-rgb), var(--iota-bg-opacity)) !important;
}

/* line 22, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-secondary-900 {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-catalina-blue-900-rgb), var(--iota-bg-opacity)) !important;
}

/* line 29, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-indigo {
  --iota-btn-color: var(--iota-white);
  --iota-btn-bg: var(--iota-indigo);
  --iota-btn-border-color: var(--iota-indigo);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: #364574;
  --iota-btn-hover-border-color: #33416e;
  --iota-btn-focus-shadow-rgb: 93,107,155;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: #33416e;
  --iota-btn-active-border-color: #303d67;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-white);
  --iota-btn-disabled-bg: var(--iota-indigo);
  --iota-btn-disabled-border-color: var(--iota-indigo)
;
}

/* line 45, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-outline-indigo {
  --iota-btn-color: var(--iota-indigo);
  --iota-btn-border-color: var(--iota-indigo);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-indigo);
  --iota-btn-hover-border-color: var(--iota-indigo);
  --iota-btn-focus-shadow-rgb: 64,81,137;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-indigo);
  --iota-btn-active-border-color: var(--iota-indigo);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-indigo);
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: var(--iota-indigo);
  --iota-gradient: none
;
}

/* line 61, app/assets/stylesheets/config/_ip_bs_styles.scss */
.alert-indigo {
  --iota-alert-color: var(--iota-indigo-text-emphasis);
  --iota-alert-bg: var(--iota-indigo-bg-subtle);
  --iota-alert-border-color: var(--iota-indigo-border-subtle);
  --iota-alert-link-color: var(--iota-indigo-text-emphasis)
;
}

/* line 67, app/assets/stylesheets/config/_ip_bs_styles.scss */
.list-group-item-indigo {
  --iota-list-group-color: var(--iota-indigo-text-emphasis);
  --iota-list-group-bg: var(--iota-indigo-bg-subtle);
  --iota-list-group-border-color: var(--iota-indigo-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-indigo-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-indigo-border-subtle);
  --iota-list-group-active-color: var(--iota-indigo-bg-subtle);
  --iota-list-group-active-bg: var(--iota-indigo-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-indigo-text-emphasis)
;
}

/* line 79, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-bg-indigo {
  color: var(--iota-white) !important;
  background-color: rgba(var(--iota-indigo-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 83, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-indigo {
  color: rgba(var(--iota-indigo-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(var(--iota-indigo-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--iota-indigo-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 88, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-indigo:focus, .link-indigo:hover {
  color: rgba(51, 65, 110, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(51, 65, 110, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(51, 65, 110, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 93, app/assets/stylesheets/config/_ip_bs_styles.scss */
.focus-ring-indigo {
  --iota-focus-ring-color: rgba(var(--iota-indigo-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 96, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-indigo {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-indigo-rgb), var(--iota-border-opacity)) !important;
}

/* line 100, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-indigo-subtle {
  border-color: var(--iota-indigo-border-subtle) !important;
}

/* line 103, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-indigo {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-indigo-rgb), var(--iota-text-opacity)) !important;
}

/* line 107, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-indigo-emphasis {
  color: var(--iota-indigo-text-emphasis) !important;
}

/* line 110, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-underline-indigo {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-indigo-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-indigo-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 115, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-indigo {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-indigo-rgb), var(--iota-bg-opacity)) !important;
}

/* line 119, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-indigo-subtle {
  background-color: var(--iota-indigo-bg-subtle) !important;
}

/* line 124, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-blue {
  --iota-btn-color: var(--iota-white);
  --iota-btn-bg: var(--iota-blue);
  --iota-btn-border-color: var(--iota-blue);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: #2d65cd;
  --iota-btn-hover-border-color: #2a5fc1;
  --iota-btn-focus-shadow-rgb: 83,139,243;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: #2a5fc1;
  --iota-btn-active-border-color: #2859b5;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-white);
  --iota-btn-disabled-bg: var(--iota-blue);
  --iota-btn-disabled-border-color: var(--iota-blue)
;
}

/* line 140, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-outline-blue {
  --iota-btn-color: var(--iota-blue);
  --iota-btn-border-color: var(--iota-blue);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-blue);
  --iota-btn-hover-border-color: var(--iota-blue);
  --iota-btn-focus-shadow-rgb: 53,119,241;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-blue);
  --iota-btn-active-border-color: var(--iota-blue);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-blue);
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: var(--iota-blue);
  --iota-gradient: none
;
}

/* line 156, app/assets/stylesheets/config/_ip_bs_styles.scss */
.alert-blue {
  --iota-alert-color: var(--iota-blue-text-emphasis);
  --iota-alert-bg: var(--iota-blue-bg-subtle);
  --iota-alert-border-color: var(--iota-blue-border-subtle);
  --iota-alert-link-color: var(--iota-blue-text-emphasis)
;
}

/* line 162, app/assets/stylesheets/config/_ip_bs_styles.scss */
.list-group-item-blue {
  --iota-list-group-color: var(--iota-blue-text-emphasis);
  --iota-list-group-bg: var(--iota-blue-bg-subtle);
  --iota-list-group-border-color: var(--iota-blue-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-blue-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-blue-border-subtle);
  --iota-list-group-active-color: var(--iota-blue-bg-subtle);
  --iota-list-group-active-bg: var(--iota-blue-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-blue-text-emphasis)
;
}

/* line 174, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-bg-blue {
  color: var(--iota-white) !important;
  background-color: rgba(var(--iota-blue-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 178, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-blue {
  color: rgba(var(--iota-blue-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(var(--iota-blue-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--iota-blue-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 183, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-blue:focus,
.link-blue:hover {
  color: rgba(42, 95, 193, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(42, 95, 193, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(42, 95, 193, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 189, app/assets/stylesheets/config/_ip_bs_styles.scss */
.focus-ring-blue {
  --iota-focus-ring-color: rgba(var(--iota-blue-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 192, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-blue {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-blue-rgb), var(--iota-border-opacity)) !important;
}

/* line 196, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-blue-subtle {
  border-color: var(--iota-blue-border-subtle) !important;
}

/* line 199, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-blue {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-blue-rgb), var(--iota-text-opacity)) !important;
}

/* line 203, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-blue-emphasis {
  color: var(--iota-blue-text-emphasis) !important;
}

/* line 206, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-underline-blue {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-blue-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-blue-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 211, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-blue {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-blue-rgb), var(--iota-bg-opacity)) !important;
}

/* line 215, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-blue-subtle {
  background-color: var(--iota-blue-bg-subtle) !important;
}

/* line 220, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-gray {
  --iota-btn-color: var(--iota-white);
  --iota-btn-bg: var(--iota-fc-secondary);
  --iota-btn-border-color: var(--iota-fc-secondary);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: #636e7e;
  --iota-btn-hover-border-color: #5d6776;
  --iota-btn-focus-shadow-rgb: 137, 148, 164;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: #5d6776;
  --iota-btn-active-border-color: #57616f;
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-white);
  --iota-btn-disabled-bg: var(--iota-fc-secondary);
  --iota-btn-disabled-border-color: var(--iota-fc-secondary)
;
}

/* line 236, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-outline-gray {
  --iota-btn-color: var(--iota-fc-secondary);
  --iota-btn-border-color: var(--iota-fc-secondary);
  --iota-btn-hover-color: var(--iota-white);
  --iota-btn-hover-bg: var(--iota-fc-secondary);
  --iota-btn-hover-border-color: var(--iota-fc-secondary);
  --iota-btn-focus-shadow-rgb: 64,81,137;
  --iota-btn-active-color: var(--iota-white);
  --iota-btn-active-bg: var(--iota-fc-secondary);
  --iota-btn-active-border-color: var(--iota-fc-secondary);
  --iota-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --iota-btn-disabled-color: var(--iota-fc-secondary);
  --iota-btn-disabled-bg: transparent;
  --iota-btn-disabled-border-color: var(--iota-fc-secondary);
  --iota-gradient: none
;
}

/* line 252, app/assets/stylesheets/config/_ip_bs_styles.scss */
.alert-gray {
  --iota-alert-color: var(--iota-fc-secondary-text-emphasis);
  --iota-alert-bg: var(--iota-fc-secondary-bg-subtle);
  --iota-alert-border-color: var(--iota-fc-secondary-border-subtle);
  --iota-alert-link-color: var(--iota-fc-secondary-text-emphasis)
;
}

/* line 258, app/assets/stylesheets/config/_ip_bs_styles.scss */
.list-group-item-gray {
  --iota-list-group-color: var(--iota-fc-secondary-text-emphasis);
  --iota-list-group-bg: var(--iota-fc-secondary-bg-subtle);
  --iota-list-group-border-color: var(--iota-fc-secondary-border-subtle);
  --iota-list-group-action-hover-color: var(--iota-emphasis-color);
  --iota-list-group-action-hover-bg: var(--iota-fc-secondary-border-subtle);
  --iota-list-group-action-active-color: var(--iota-emphasis-color);
  --iota-list-group-action-active-bg: var(--iota-fc-secondary-border-subtle);
  --iota-list-group-active-color: var(--iota-fc-secondary-bg-subtle);
  --iota-list-group-active-bg: var(--iota-fc-secondary-text-emphasis);
  --iota-list-group-active-border-color: var(--iota-fc-secondary-text-emphasis)
;
}

/* line 270, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-bg-gray {
  color: var(--iota-white) !important;
  background-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-bg-opacity, 1)) !important;
}

/* line 274, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-gray {
  color: rgba(var(--iota-fc-secondary-rgb), var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-link-underline-opacity, 1)) !important;
}

/* line 279, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-gray:focus, .link-gray:hover {
  color: rgba(51, 65, 110, var(--iota-link-opacity, 1)) !important;
  -webkit-text-decoration-color: rgba(51, 65, 110, var(--iota-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(51, 65, 110, var(--iota-link-underline-opacity, 1)) !important;
}

/* line 284, app/assets/stylesheets/config/_ip_bs_styles.scss */
.focus-ring-gray {
  --iota-focus-ring-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-focus-ring-opacity))
;
}

/* line 287, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-gray {
  --iota-border-opacity: 1;
  border-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-border-opacity)) !important;
}

/* line 291, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border-gray-subtle {
  border-color: var(--iota-fc-secondary-border-subtle) !important;
}

/* line 294, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-gray {
  --iota-text-opacity: 1;
  color: rgba(var(--iota-fc-secondary-rgb), var(--iota-text-opacity)) !important;
}

/* line 298, app/assets/stylesheets/config/_ip_bs_styles.scss */
.text-gray-emphasis {
  color: var(--iota-fc-secondary-text-emphasis) !important;
}

/* line 301, app/assets/stylesheets/config/_ip_bs_styles.scss */
.link-underline-gray {
  --iota-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-link-underline-opacity)) !important;
}

/* line 306, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-gray {
  --iota-bg-opacity: 1;
  background-color: rgba(var(--iota-fc-secondary-rgb), var(--iota-bg-opacity)) !important;
}

/* line 310, app/assets/stylesheets/config/_ip_bs_styles.scss */
.bg-gray-subtle {
  background-color: var(--iota-fc-secondary-bg-subtle) !important;
}

/* line 315, app/assets/stylesheets/config/_ip_bs_styles.scss */
.min-vh-auto {
  min-height: auto !important;
}

/* line 319, app/assets/stylesheets/config/_ip_bs_styles.scss */
.pt-1-5 {
  padding-top: .38rem !important;
}

/* line 323, app/assets/stylesheets/config/_ip_bs_styles.scss */
.lh-0 {
  line-height: 0 !important;
}

/* line 327, app/assets/stylesheets/config/_ip_bs_styles.scss */
.font-body {
  font-family: var(--ip-body-font-family) !important;
}

/* line 331, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-xs {
  --iota-btn-padding-x: 0.711111em;
  --iota-btn-padding-y: 0.355555em;
  --iota-btn-font-size: 0.75em;
  --iota-btn-font-weight: 600;
  padding: var(--iota-btn-padding-y) var(--iota-btn-padding-x);
  font-family: var(--ip-body-font-family);
  font-size: var(--iota-btn-font-size);
  font-weight: var(--iota-btn-font-weight);
  line-height: 1;
}

/* line 343, app/assets/stylesheets/config/_ip_bs_styles.scss */
.btn-group-xs,
.btn-group-xs > .btn {
  --iota-btn-padding-y: 0.13rem;
  --iota-btn-padding-x: 0.6rem;
  --iota-btn-font-size: 0.694rem;
  --iota-btn-border-radius: var(--iota-border-radius-sm);
  line-height: 1.1;
}

/* line 352, app/assets/stylesheets/config/_ip_bs_styles.scss */
.border {
  --iota-border-color: var(--iota-catalina-blue-100);
}

/* line 356, app/assets/stylesheets/config/_ip_bs_styles.scss */
.fs-inherit {
  font-size: inherit !important;
}

/* line 360, app/assets/stylesheets/config/_ip_bs_styles.scss */
.fs-12 {
  font-size: 0.5787rem !important;
}

/* line 364, app/assets/stylesheets/config/_ip_bs_styles.scss */
.fs-13 {
  font-size: 0.4822rem !important;
}

/* line 368, app/assets/stylesheets/config/_ip_bs_styles.scss */
.me-n1-5 {
  margin-right: -0.375rem !important;
}

/* line 372, app/assets/stylesheets/config/_ip_bs_styles.scss */
.mb-n0-5 {
  margin-bottom: -0.125rem !important;
}

/* line 376, app/assets/stylesheets/config/_ip_bs_styles.scss */
.w-0 {
  width: 0 !important;
}

/* :root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
} */
/* line 7, app/assets/stylesheets/components/_tom_select.css */
.ts-control {
  border: 1px solid var(--iota-border-color);
  border-radius: var(--iota-border-radius);
  box-shadow: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  overflow: hidden;
  padding: .375rem .75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 20, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(.375rem - 1px) 0.75rem calc(.375rem - 4px);
}

/* line 24, app/assets/stylesheets/components/_tom_select.css */
.full .ts-control {
  background-color: var(--iota-white);
}

/* line 28, app/assets/stylesheets/components/_tom_select.css */
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

/* line 32, app/assets/stylesheets/components/_tom_select.css */
.focus .ts-control {
  box-shadow: none;
}

/* line 36, app/assets/stylesheets/components/_tom_select.css */
.ts-control > * {
  display: inline-block;
  vertical-align: baseline;
}

/* line 41, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi .ts-control > div {
  background: #efefef;
  border: 0 solid #dee2e6;
  color: #343a40;
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
}

/* line 50, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi .ts-control > div.active {
  background: #0d6efd;
  border: 0 solid transparent;
  color: #fff;
}

/* line 56, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  background: #fff;
  border: 0 solid #fff;
  color: #878787;
}

/* line 62, app/assets/stylesheets/components/_tom_select.css */
.ts-control > input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  /* min-width: 7rem; */
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 82, app/assets/stylesheets/components/_tom_select.css */
.ts-control > input::-ms-clear {
  display: none;
}

/* line 86, app/assets/stylesheets/components/_tom_select.css */
.ts-control > input:focus {
  outline: none !important;
}

/* line 90, app/assets/stylesheets/components/_tom_select.css */
.has-items .ts-control > input {
  margin: 0 4px !important;
}

/* line 94, app/assets/stylesheets/components/_tom_select.css */
.ts-control.rtl {
  text-align: right;
}

/* line 98, app/assets/stylesheets/components/_tom_select.css */
.ts-control.rtl.single .ts-control:after {
  left: calc(.75rem + 5px);
  right: auto;
}

/* line 103, app/assets/stylesheets/components/_tom_select.css */
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

/* line 107, app/assets/stylesheets/components/_tom_select.css */
.disabled .ts-control {
  background-color: var(--iota-secondary-bg);
  opacity: .5;
}

/* line 112, app/assets/stylesheets/components/_tom_select.css */
.input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}

/* line 118, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown {
  background: var(--iota-white);
  border: 1px solid #d0d0d0;
  border-radius: 0 0 var(--iota-border-radius) var(--iota-border-radius);
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  margin: .25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

/* line 133, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}

/* line 143, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .create, .ts-dropdown .no-results, .ts-dropdown .optgroup-header, .ts-dropdown .option {
  padding: 3px .75rem;
}

/* line 147, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: .5;
}

/* line 152, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .option[data-selectable] {
  cursor: pointer;
  opacity: 1;
}

/* line 157, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}

/* line 161, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .optgroup-header {
  background: var(--iota-white);
  color: #6c757d;
  cursor: default;
}

/* line 167, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .active {
  background-color: var(--iota-tertiary-bg);
}

/* line 171, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .active, .ts-dropdown .active.create {
  color: var(--iota-body-color);
}

/* line 175, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .create {
  color: rgba(52, 58, 64, 0.5);
}

/* line 179, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 3px .75rem;
  width: 30px;
}

/* line 186, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 209, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown-content {
  max-height: 200px;
  overflow: hidden auto;
  scroll-behavior: smooth;
}

/* line 215, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

/* line 219, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

/* line 223, app/assets/stylesheets/components/_tom_select.css */
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: .5rem;
}

/* line 227, app/assets/stylesheets/components/_tom_select.css */
.plugin-checkbox_options.rtl .option input {
  margin-left: .5rem;
}

/* line 231, app/assets/stylesheets/components/_tom_select.css */
.plugin-clear_button {
  /* --ts-pr-clear-button: 1em; */
}

/* line 235, app/assets/stylesheets/components/_tom_select.css */
.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: calc(.75rem - 5px);
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .5s;
}

/* line 247, app/assets/stylesheets/components/_tom_select.css */
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: 0.75rem;
}

/* line 251, app/assets/stylesheets/components/_tom_select.css */
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button.has-items:not(.disabled):hover .clear-button {
  opacity: 1;
}

/* line 255, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper .dropdown-header {
  background: color-mix(var(--iota-white), #d0d0d0, 85%);
  border-bottom: 1px solid #d0d0d0;
  border-radius: var(--iota-border-radius) var(--iota-border-radius) 0 0;
  padding: 6px .75rem;
  position: relative;
}

/* line 263, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper .dropdown-header-close {
  color: #343a40;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: .4;
  position: absolute;
  right: .75rem;
  top: 50%;
}

/* line 274, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper .dropdown-header-close:hover {
  color: #000;
}

/* line 278, app/assets/stylesheets/components/_tom_select.css */
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid var(--iota-border-color);
  box-shadow: none;
  box-shadow: var(--iota-box-shadow-inset);
}

/* line 284, app/assets/stylesheets/components/_tom_select.css */
.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  padding: .375rem .75rem;
  width: 100%;
}

/* line 294, app/assets/stylesheets/components/_tom_select.css */
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

/* line 300, app/assets/stylesheets/components/_tom_select.css */
.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%;
}

/* line 306, app/assets/stylesheets/components/_tom_select.css */
.plugin-dropdown_input.dropdown-active .items-placeholder, .plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}

/* line 310, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

/* line 314, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

/* line 319, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

/* line 323, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

/* line 327, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

/* line 331, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

/* line 339, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}

/* line 343, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 347, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}

/* line 351, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex;
}

/* line 356, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: middle;
}

/* line 366, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 370, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

/* line 374, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 381, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

/* line 385, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #dee2e6;
  margin-left: 5px;
}

/* line 390, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: transparent;
}

/* line 394, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.disabled:not(.rtl) .item .remove {
  border-left-color: #fff;
}

/* line 398, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

/* line 402, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #dee2e6;
  margin-right: 5px;
}

/* line 407, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: transparent;
}

/* line 411, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #fff;
}

/* line 415, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

/* line 419, app/assets/stylesheets/components/_tom_select.css */
.ts-control:not(.rtl) {
  /* padding-right: max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important; */
  padding-right: 0.75rem !important;
}

/* line 424, app/assets/stylesheets/components/_tom_select.css */
.ts-control.rtl {
  /* padding-left: max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important; */
  padding-left: 0.75rem !important;
}

/* line 429, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper {
  position: relative;
}

/* line 433, app/assets/stylesheets/components/_tom_select.css */
.ts-control, .ts-control input, .ts-dropdown {
  color: #343a40;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}

/* line 440, app/assets/stylesheets/components/_tom_select.css */
.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: var(--iota-white);
  cursor: text;
}

/* line 445, app/assets/stylesheets/components/_tom_select.css */
.ts-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* line 457, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select {
  background: var(--iota-white);
  border: 1px solid var(--iota-border-color-translucent);
  border-radius: .375rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  /* height: auto; */
  padding: 0;
  z-index: 1000;
}

/* line 467, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .optgroup-header {
  font-size: .875rem;
  line-height: 1.5;
}

/* line 472, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .optgroup:first-child:before {
  display: none;
}

/* line 476, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .optgroup:before {
  border-top: 1px solid var(--iota-border-color-translucent);
  content: " ";
  display: block;
  height: 0;
  margin: .5rem -.75rem;
  overflow: hidden;
}

/* line 485, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown .create {
  padding-left: .75rem;
}

/* line 489, app/assets/stylesheets/components/_tom_select.css */
.ts-dropdown-content {
  padding: 5px 0;
}

/* line 493, app/assets/stylesheets/components/_tom_select.css */
.ts-control {
  align-items: center;
  display: flex;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 500, app/assets/stylesheets/components/_tom_select.css */
  .ts-control {
    transition: none;
  }
}

/* line 505, app/assets/stylesheets/components/_tom_select.css */
.focus .ts-control {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

/* line 511, app/assets/stylesheets/components/_tom_select.css */
.ts-control .item {
  align-items: center;
  display: flex;
}

/* line 516, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-invalid, .was-validated .invalid, .was-validated :invalid + .ts-wrapper {
  border-color: var(--iota-form-invalid-color);
}

/* line 520, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-invalid:not(.single), .was-validated .invalid:not(.single), .was-validated :invalid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 527, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-invalid.single, .was-validated .invalid.single, .was-validated :invalid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right .75rem center,center right 2.25rem;
  background-repeat: no-repeat;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 534, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-invalid.focus .ts-control, .was-validated .invalid.focus .ts-control, .was-validated :invalid + .ts-wrapper.focus .ts-control {
  border-color: var(--iota-form-invalid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-form-invalid-color), 0.25);
}

/* line 539, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-valid, .was-validated .valid, .was-validated :valid + .ts-wrapper {
  border-color: var(--iota-form-valid-color);
}

/* line 543, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-valid:not(.single), .was-validated .valid:not(.single), .was-validated :valid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 550, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-valid.single, .was-validated .valid.single, .was-validated :valid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right .75rem center,center right 2.25rem;
  background-repeat: no-repeat;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 557, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.is-valid.focus .ts-control, .was-validated .valid.focus .ts-control, .was-validated :valid + .ts-wrapper.focus .ts-control {
  border-color: var(--iota-form-valid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--iota-form-valid-color), 0.25);
}

/* line 562, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper {
  display: flex;
  /* min-height: calc(1.5em + .75rem + var(--iota-border-width)*2); */
  min-height: auto;
  height: 2.094rem;
}

/* line 569, app/assets/stylesheets/components/_tom_select.css */
.input-group-sm > .ts-wrapper, .ts-wrapper.form-control-sm, .ts-wrapper.form-select-sm {
  min-height: calc(1.5em + .5rem + var(--iota-border-width)*2);
}

/* line 573, app/assets/stylesheets/components/_tom_select.css */
.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-control-sm .ts-control, .ts-wrapper.form-select-sm .ts-control {
  border-radius: var(--iota-border-radius-sm);
  font-size: .875rem;
}

/* line 578, app/assets/stylesheets/components/_tom_select.css */
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control {
  font-size: .875rem;
  padding-bottom: 0;
}

/* line 583, app/assets/stylesheets/components/_tom_select.css */
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control, .ts-wrapper.form-select-sm.multi.has-items .ts-control {
  padding-top: calc(.75em - .40625rem + var(--iota-border-width)*2/2 - (var(--iota-border-width) + 1px)*2/2) !important;
}

/* line 587, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi.has-items .ts-control {
  /* --ts-pr-min: calc(0.75rem - 5px); */
  padding-left: calc(.75rem - 5px);
}

/* line 592, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.multi .ts-control > div {
  border-radius: calc(var(--iota-border-radius) - 1px);
}

/* line 596, app/assets/stylesheets/components/_tom_select.css */
.input-group-lg > .ts-wrapper, .ts-wrapper.form-control-lg, .ts-wrapper.form-select-lg {
  min-height: calc(1.5em + 1rem + var(--iota-border-width)*2);
}

/* line 600, app/assets/stylesheets/components/_tom_select.css */
.input-group-lg > .ts-wrapper .ts-control, .ts-wrapper.form-control-lg .ts-control, .ts-wrapper.form-select-lg .ts-control {
  border-radius: var(--iota-border-radius-lg);
  font-size: 1.25rem;
}

/* line 605, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper:not(.form-control, .form-select) {
  background: none;
  border: none;
  box-shadow: none;
  /* height: auto; */
  padding: 0;
}

/* line 613, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.single:not(.form-control, .form-select) .ts-control {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
}

/* line 620, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.form-select, .ts-wrapper.single {
  /* --ts-pr-caret: 2.25rem; */
}

/* line 624, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.form-control, .ts-wrapper.form-select {
  box-shadow: none;
  display: flex;
  /* height: auto; */
  padding: 0 !important;
}

/* line 631, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.form-control .ts-control, .ts-wrapper.form-control.single.input-active .ts-control, .ts-wrapper.form-select .ts-control, .ts-wrapper.form-select.single.input-active .ts-control {
  border: none !important;
}

/* line 635, app/assets/stylesheets/components/_tom_select.css */
.ts-wrapper.form-control:not(.disabled) .ts-control, .ts-wrapper.form-control.single.input-active:not(.disabled) .ts-control, .ts-wrapper.form-select:not(.disabled) .ts-control, .ts-wrapper.form-select.single.input-active:not(.disabled) .ts-control {
  background: transparent !important;
}

/* line 639, app/assets/stylesheets/components/_tom_select.css */
.input-group > .ts-wrapper {
  flex-grow: 1;
  width: 1%;
}

/* line 644, app/assets/stylesheets/components/_tom_select.css */
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 649, app/assets/stylesheets/components/_tom_select.css */
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 2, app/assets/stylesheets/components/_loader.scss */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* line 15, app/assets/stylesheets/components/_loader.scss */
.loader-overlay__loader {
  position: absolute;
  top: 40%;
  left: 50%;
  border: 16px solid var(--iota-gray-300);
  border-top: 16px solid var(--iota-gothic-gold-main);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 1, app/assets/stylesheets/components/_alert.scss */
.ip-alert {
  top: 1rem;
}

/* line 4, app/assets/stylesheets/components/_alert.scss */
.content .ip-alert {
  top: calc(var(--iota-top-nav-height) + 1rem);
}

/* line 8, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon {
  position: relative;
  padding-left: 60px;
  border: 0;
}

/* line 13, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon .alert-icon {
  position: absolute;
  width: 45px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-rounded-bg.alert-warning .alert-icon {
  background-color: var(--iota-warning-bg-subtle);
}

/* line 37, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-rounded-bg.alert-success .alert-icon {
  background-color: var(--iota-success-bg-subtle);
}

/* line 41, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-rounded-bg.alert-primary .alert-icon {
  background-color: var(--iota-primary-bg-subtle);
}

/* line 45, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-rounded-bg .alert-icon {
  width: 45px;
  height: 26px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 30px 30px 0;
}

/* line 56, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg {
  overflow: hidden;
}

/* line 59, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-warning .alert-icon {
  background-color: var(--iota-warning);
}

/* line 62, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-warning .alert-icon:after {
  border-left-color: var(--iota-warning);
}

/* line 67, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-success .alert-icon {
  background-color: var(--iota-success);
}

/* line 70, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-success .alert-icon:after {
  border-left-color: var(--iota-success);
}

/* line 75, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-primary .alert-icon {
  background-color: var(--iota-primary);
}

/* line 78, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg.alert-primary .alert-icon:after {
  border-left-color: var(--iota-primary);
}

/* line 83, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg .alert-icon {
  color: var(--iota-white);
}

/* line 86, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon.alert-icon-arrow-bg .alert-icon:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-left-color: var(--vz-primary);
  right: -12px;
}

/* line 97, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon-and-list {
  padding: 0;
}

/* line 100, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon-and-list .alert-body {
  padding: .8rem 1rem;
}

/* line 104, app/assets/stylesheets/components/_alert.scss */
.ip-alert .ip-alert-w-icon-and-list .alert-content {
  padding: .8rem 1rem;
  border-bottom-left-radius: var(--vz-border-radius);
  border-bottom-right-radius: var(--vz-border-radius);
  margin: 0 -var(--vz-border-width) -var(--vz-border-width) -var(--vz-border-width);
}

/* line 113, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2 {
  top: 1rem;
}

/* line 116, app/assets/stylesheets/components/_alert.scss */
.content .ip-alert-v2 {
  top: calc(var(--iota-top-nav-height) + 1rem);
}

/* line 120, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__box {
  position: relative;
  border: 0;
}

/* line 124, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__box--inner-icon {
  padding-left: 60px;
}

/* line 128, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__box--inner-list {
  padding: 0;
}

/* line 133, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__title {
  color: inherit;
}

/* line 137, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon {
  position: absolute;
  width: 45px;
  left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 146, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--rounded_bg {
  height: 26px;
  top: 50%;
  border-radius: 0 30px 30px 0;
  transform: translateY(-50%);
}

/* line 152, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--rounded_bg--primary {
  background-color: var(--iota-primary-bg-subtle);
}

/* line 156, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--rounded_bg--success {
  background-color: var(--iota-success-bg-subtle);
}

/* line 160, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--rounded_bg--warning {
  background-color: var(--iota-warning-bg-subtle);
}

/* line 165, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg {
  height: 100%;
  top: 0;
  color: var(--iota-white);
}

/* line 170, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: -12px;
}

/* line 177, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--primary {
  background-color: var(--iota-primary);
}

/* line 180, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--primary:after {
  border-left-color: var(--iota-primary);
}

/* line 185, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--success {
  background-color: var(--iota-success);
}

/* line 188, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--success:after {
  border-left-color: var(--iota-success);
}

/* line 193, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--warning {
  background-color: var(--iota-warning);
}

/* line 196, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v2__icon--arrow_bg--warning:after {
  border-left-color: var(--iota-warning);
}

/* line 204, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3 {
  top: 1rem;
}

/* line 207, app/assets/stylesheets/components/_alert.scss */
.content .ip-alert-v3 {
  top: calc(var(--iota-top-nav-height) + 1rem);
}

/* line 211, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__box {
  position: relative;
  border: 0;
}

/* line 215, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__box--inner-icon {
  padding-left: 60px;
}

/* line 219, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__box--inner-list {
  padding: 0;
}

/* line 224, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__title {
  color: inherit;
}

/* line 228, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon {
  position: absolute;
  width: 45px;
  left: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 237, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--rounded_bg {
  height: 26px;
  top: 50%;
  border-radius: 0 30px 30px 0;
  transform: translateY(-50%);
}

/* line 244, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--arrow_bg {
  height: 100%;
  top: 0;
  color: var(--iota-white);
}

/* line 249, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--arrow_bg:after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  right: -12px;
}

/* line 261, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--warning.ip-alert-v3__icon--rounded_bg {
  background-color: var(--iota-warning);
}

/* line 265, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--warning.ip-alert-v3__icon--arrow_bg {
  background-color: var(--iota-warning);
}

/* line 267, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--warning.ip-alert-v3__icon--arrow_bg:after {
  border-left-color: var(--iota-warning);
}

/* line 261, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--success.ip-alert-v3__icon--rounded_bg {
  background-color: var(--iota-success);
}

/* line 265, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--success.ip-alert-v3__icon--arrow_bg {
  background-color: var(--iota-success);
}

/* line 267, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--success.ip-alert-v3__icon--arrow_bg:after {
  border-left-color: var(--iota-success);
}

/* line 261, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--info.ip-alert-v3__icon--rounded_bg {
  background-color: var(--iota-info);
}

/* line 265, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--info.ip-alert-v3__icon--arrow_bg {
  background-color: var(--iota-info);
}

/* line 267, app/assets/stylesheets/components/_alert.scss */
.ip-alert-v3__icon--info.ip-alert-v3__icon--arrow_bg:after {
  border-left-color: var(--iota-info);
}

/* line 3, app/assets/stylesheets/components/_form_input_box.scss */
.ip-form-input-box--has-error .form-control,
.ip-form-input-box--has-error .form-select {
  border-color: var(--iota-form-invalid-border-color);
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e63757'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e63757' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 13, app/assets/stylesheets/components/_form_input_box.scss */
.ip-form-input-box--has-error__feedback {
  width: 100%;
  margin-top: .25rem;
  color: var(--iota-form-invalid-color);
}

/* line 19, app/assets/stylesheets/components/_form_input_box.scss */
.ip-help-block .ip-form-input-box--has-error__feedback {
  width: auto;
  margin-top: 0;
}

/* line 26, app/assets/stylesheets/components/_form_input_box.scss */
.ip-form-input-box--has-success .form-control,
.ip-form-input-box--has-success .form-select {
  border-color: var(--iota-form-valid-border-color);
  padding-right: calc(1.5em + 0.625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300d27a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.15625rem) center;
  background-size: calc(0.75em + 0.3125rem) calc(0.75em + 0.3125rem);
}

/* line 36, app/assets/stylesheets/components/_form_input_box.scss */
.ip-form-input-box--has-success__feedback {
  width: 100%;
  margin-top: .25rem;
  font-size: 75%;
  color: var(--iota-form-valid-color);
}

/* line 2, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-1 {
  background-image: url(/assets/bgs/bg-1-4289de18926afb24b5e10c71fc7af2bce4873b8b1d325c78bee442c69b3e2037.png);
}

/* line 6, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-2 {
  background-image: url(/assets/bgs/bg-2-97ca0e8b2059e87aaa835fe8211e0c7a633d0b7336ad5dd7f20bb9cde7e5d34c.png);
}

/* line 10, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-3 {
  background-image: url(/assets/bgs/bg-3-685267d2cada6016be0f9f27c90d9b93753c4fef16bb4edfa4c99cea7816bbaa.png);
}

/* line 14, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-4 {
  background-image: url(/assets/bgs/bg-4-1d4b3c557bc7f923f04f09d0a81a3854e69c1ee06cc586c533ec4ff2f6ea88b7.png);
}

/* line 18, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-5 {
  background-image: url(/assets/bgs/bg-5-83fcd8532fcfc26b76ffc5c9e094ea8883cae3a758de224ce9e30ae27f4e68a6.png);
}

/* line 22, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-6 {
  background-image: url(/assets/bgs/bg-6-a917a88f142661654536e297859d948c0193cea3b5dee70284a0b4e7236ea5ea.png);
}

/* line 26, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-7 {
  background-image: url(/assets/bgs/bg-7-e13d2fb4825d892e50bfa06d3c7b7936a00fe553f7ab2ca6d848fdbb4e2a304e.png);
}

/* line 30, app/assets/stylesheets/components/_card.scss */
.ip-card--bg-8 {
  background-image: url(/assets/bgs/bg-8-c9cdcc8a4abbf825ebbdaa986bd9e20b5c9c6dad6ba597464330f8e631d780b4.png);
}

/* line 35, app/assets/stylesheets/components/_card.scss */
.ip-card[dir="rtl"] .bg-card {
  background-position: right;
}

/* line 2, app/assets/stylesheets/components/_badge.scss */
.ip-badge--rounded-pill {
  padding: 0.13rem 0.6rem;
}

/* line 2, app/assets/stylesheets/components/_login.scss */
.ip-login__header {
  background-color: var(--iota-catalina-blue-main);
  background-image: url(/assets/logos/IOTA_Logo_90wX87h_White_Opacity_25-ccc3ea3e8a1271c75a99c8e44843583d04138b7b75290125f0e732aa962c574d.png);
  background-repeat: no-repeat;
  background-position: 1.8rem 3px;
}

/* line 2, app/assets/stylesheets/components/_swal.scss */
.ip-swal__body {
  font-size: var(--iota-body-font-size);
}

/* line 6, app/assets/stylesheets/components/_swal.scss */
.ip-swal__actions {
  min-height: 4.3rem;
}

/* line 9, app/assets/stylesheets/components/_swal.scss */
.ip-swal__actions::before {
  content: "";
  position: absolute;
  left: 16px;
  font-family: var(--ip-nunito-font-family);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2;
}

/* line 20, app/assets/stylesheets/components/_swal.scss */
.ip-swal__loader {
  position: absolute;
  right: 0;
  top: 16px;
}

/* line 2, app/assets/stylesheets/components/_empty_state.scss */
.ip-empty-state--only-child {
  display: none;
}

/* line 5, app/assets/stylesheets/components/_empty_state.scss */
.ip-empty-state--only-child:only-child {
  display: revert;
}

/* line 1, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box::before, .ip-crossout-box::after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: var(--iota-gray-400);
  top: 50%;
  left: 50%;
  transform-origin: center;
}

/* line 16, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-x::before, .ip-crossout-box--with-x::after {
  width: 90%;
  /* Increase width to cover diagonals */
}

/* line 21, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-x::before {
  transform: translate(-50%, -50%) rotate(5deg);
}

/* line 25, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-x::after {
  transform: translate(-50%, -50%) rotate(-5deg);
}

/* line 31, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-cross::before, .ip-crossout-box--with-cross::after {
  width: 95%;
  /* Increase width to cover diagonals */
}

/* line 36, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* line 40, app/assets/stylesheets/components/_crossout_box.scss */
.ip-crossout-box--with-cross::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* line 1, app/assets/stylesheets/components/_search_record.scss */
.ip-search-record-box {
  top: -65px;
  right: 45px;
}

/* line 1, app/assets/stylesheets/components/_vertical_title.scss */
.ip-vertical-title-box {
  position: relative;
  padding-left: 50px;
}

/* line 5, app/assets/stylesheets/components/_vertical_title.scss */
.ip-vertical-title-box .ip-vertical-title {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  top: 50%;
  position: absolute;
}

/* line 14, app/assets/stylesheets/components/_vertical_title.scss */
.ip-vertical-title-box .ip-vertical-title.ip-vertical-title-filters {
  margin-top: -10px;
  left: -13.5px;
}

/* line 19, app/assets/stylesheets/components/_vertical_title.scss */
.ip-vertical-title-box .ip-vertical-title.ip-vertical-title-fields-to-show {
  margin-top: -11px;
  left: -52px;
}

/* line 2, app/assets/stylesheets/components/_sortable_table.scss */
.ip-sortable-column-ctrl:after {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

/* line 6, app/assets/stylesheets/components/_sortable_table.scss */
.ip-sortable-column-ctrl.asc:after {
  content: " \f15e";
}

/* line 10, app/assets/stylesheets/components/_sortable_table.scss */
.ip-sortable-column-ctrl.desc:after {
  content: " \f881";
}

/* line 1, app/assets/stylesheets/components/_transitioning_display.scss */
.ip-transitioning-display {
  display: none;
  opacity: 0;
  transition: all 1s allow-discrete;
}

/* line 7, app/assets/stylesheets/components/_transitioning_display.scss */
.ip-transitioning-display-showing {
  opacity: 1;
  display: block;
}

@starting-style {
  /* line 13, app/assets/stylesheets/components/_transitioning_display.scss */
  .ip-transitioning-display-showing {
    opacity: 0;
  }
}
