
/* names from http://chir.ag/projects/name-that-color */
/* standard gray scale */
/* basic colors */
/* app specific colors */
/* header, footer, and website colors */
/* styles imported into JS files */
:export {
  dustyGray: #999;
}

:export {
  doveGray: #666;
}

:export {
  silver: #bbb;
}

:export {
  silverLight: #ccc;
}

:export {
  viking: #70b0e0;
}

:export {
  viking50PercentOpacity: rgba(112, 176, 224, 0.5);
}

:export {
  red50PercentOpacity: rgba(255, 0, 0, 0.3);
}

:export {
  blueRibbon: #0069f2;
}

:export {
  ripeLemon: #f5ed18;
}

:export {
  blueRibbon40PercentOpactiy: rgba(0, 105, 242, 0.4);
}

:export {
  chestnutRose: #d56262;
}

:export {
  eucalyptus: #28a745;
}

:export {
  red: #ff0000;
}

:export {
  flamingo: #f64f39;
}

:export {
  scarlet: #f21c00;
}

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: 0.5em;
  left: 0.5em;
}

.ol-rotate {
  top: 0.5em;
  right: 0.5em;
  transition: opacity 0.25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: 0.5em;
}

.ol-full-screen {
  right: 0.5em;
  top: 0.5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: 0.4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: 0.5em;
  right: 0.5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px 0.5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -0.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: 0.5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}

/* names from http://chir.ag/projects/name-that-color */
/* standard gray scale */
/* basic colors */
/* app specific colors */
/* header, footer, and website colors */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #888;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f7f7f7;
  --bs-dark: #222;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.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;
}
.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;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.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;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #888;
  --bs-btn-border-color: #888;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(153.85, 153.85, 153.85);
  --bs-btn-hover-border-color: rgb(147.9, 147.9, 147.9);
  --bs-btn-focus-shadow-rgb: 116, 116, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(159.8, 159.8, 159.8);
  --bs-btn-active-border-color: rgb(147.9, 147.9, 147.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #888;
  --bs-btn-disabled-border-color: #888;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7f7f7;
  --bs-btn-border-color: #f7f7f7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(209.95, 209.95, 209.95);
  --bs-btn-hover-border-color: rgb(197.6, 197.6, 197.6);
  --bs-btn-focus-shadow-rgb: 210, 210, 210;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(197.6, 197.6, 197.6);
  --bs-btn-active-border-color: rgb(185.25, 185.25, 185.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7f7f7;
  --bs-btn-disabled-border-color: #f7f7f7;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(67.15, 67.15, 67.15);
  --bs-btn-hover-border-color: rgb(56.1, 56.1, 56.1);
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(78.2, 78.2, 78.2);
  --bs-btn-active-border-color: rgb(56.1, 56.1, 56.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #222;
  --bs-btn-disabled-border-color: #222;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #888;
  --bs-btn-border-color: #888;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #888;
  --bs-btn-hover-border-color: #888;
  --bs-btn-focus-shadow-rgb: 136, 136, 136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #888;
  --bs-btn-active-border-color: #888;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #888;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #888;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f7f7f7;
  --bs-btn-border-color: #f7f7f7;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: 247, 247, 247;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f7f7f7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f7f7f7;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #222;
  --bs-btn-border-color: #222;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #222;
  --bs-btn-hover-border-color: #222;
  --bs-btn-focus-shadow-rgb: 34, 34, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #222;
  --bs-btn-active-border-color: #222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(160, 160, 160, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(160, 160, 160, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 249, 249, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 249, 249, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(27, 27, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(27, 27, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-blue-100 {
  --bs-border-opacity: 1;
  border-color: rgb(206.6, 226, 254.6) !important;
}

.border-blue-200 {
  --bs-border-opacity: 1;
  border-color: rgb(158.2, 197, 254.2) !important;
}

.border-blue-300 {
  --bs-border-opacity: 1;
  border-color: rgb(109.8, 168, 253.8) !important;
}

.border-blue-400 {
  --bs-border-opacity: 1;
  border-color: rgb(61.4, 139, 253.4) !important;
}

.border-blue-500 {
  --bs-border-opacity: 1;
  border-color: #0d6efd !important;
}

.border-blue-600 {
  --bs-border-opacity: 1;
  border-color: rgb(10.4, 88, 202.4) !important;
}

.border-blue-700 {
  --bs-border-opacity: 1;
  border-color: rgb(7.8, 66, 151.8) !important;
}

.border-blue-800 {
  --bs-border-opacity: 1;
  border-color: rgb(5.2, 44, 101.2) !important;
}

.border-blue-900 {
  --bs-border-opacity: 1;
  border-color: rgb(2.6, 22, 50.6) !important;
}

.border-indigo-100 {
  --bs-border-opacity: 1;
  border-color: rgb(224.4, 207.2, 252.4) !important;
}

.border-indigo-200 {
  --bs-border-opacity: 1;
  border-color: rgb(193.8, 159.4, 249.8) !important;
}

.border-indigo-300 {
  --bs-border-opacity: 1;
  border-color: rgb(163.2, 111.6, 247.2) !important;
}

.border-indigo-400 {
  --bs-border-opacity: 1;
  border-color: rgb(132.6, 63.8, 244.6) !important;
}

.border-indigo-500 {
  --bs-border-opacity: 1;
  border-color: #6610f2 !important;
}

.border-indigo-600 {
  --bs-border-opacity: 1;
  border-color: rgb(81.6, 12.8, 193.6) !important;
}

.border-indigo-700 {
  --bs-border-opacity: 1;
  border-color: rgb(61.2, 9.6, 145.2) !important;
}

.border-indigo-800 {
  --bs-border-opacity: 1;
  border-color: rgb(40.8, 6.4, 96.8) !important;
}

.border-indigo-900 {
  --bs-border-opacity: 1;
  border-color: rgb(20.4, 3.2, 48.4) !important;
}

.border-purple-100 {
  --bs-border-opacity: 1;
  border-color: rgb(226.2, 217.2, 242.6) !important;
}

.border-purple-200 {
  --bs-border-opacity: 1;
  border-color: rgb(197.4, 179.4, 230.2) !important;
}

.border-purple-300 {
  --bs-border-opacity: 1;
  border-color: rgb(168.6, 141.6, 217.8) !important;
}

.border-purple-400 {
  --bs-border-opacity: 1;
  border-color: rgb(139.8, 103.8, 205.4) !important;
}

.border-purple-500 {
  --bs-border-opacity: 1;
  border-color: #6f42c1 !important;
}

.border-purple-600 {
  --bs-border-opacity: 1;
  border-color: rgb(88.8, 52.8, 154.4) !important;
}

.border-purple-700 {
  --bs-border-opacity: 1;
  border-color: rgb(66.6, 39.6, 115.8) !important;
}

.border-purple-800 {
  --bs-border-opacity: 1;
  border-color: rgb(44.4, 26.4, 77.2) !important;
}

.border-purple-900 {
  --bs-border-opacity: 1;
  border-color: rgb(22.2, 13.2, 38.6) !important;
}

.border-pink-100 {
  --bs-border-opacity: 1;
  border-color: rgb(246.8, 214.2, 230.4) !important;
}

.border-pink-200 {
  --bs-border-opacity: 1;
  border-color: rgb(238.6, 173.4, 205.8) !important;
}

.border-pink-300 {
  --bs-border-opacity: 1;
  border-color: rgb(230.4, 132.6, 181.2) !important;
}

.border-pink-400 {
  --bs-border-opacity: 1;
  border-color: rgb(222.2, 91.8, 156.6) !important;
}

.border-pink-500 {
  --bs-border-opacity: 1;
  border-color: #d63384 !important;
}

.border-pink-600 {
  --bs-border-opacity: 1;
  border-color: rgb(171.2, 40.8, 105.6) !important;
}

.border-pink-700 {
  --bs-border-opacity: 1;
  border-color: rgb(128.4, 30.6, 79.2) !important;
}

.border-pink-800 {
  --bs-border-opacity: 1;
  border-color: rgb(85.6, 20.4, 52.8) !important;
}

.border-pink-900 {
  --bs-border-opacity: 1;
  border-color: rgb(42.8, 10.2, 26.4) !important;
}

.border-red-100 {
  --bs-border-opacity: 1;
  border-color: rgb(248, 214.6, 217.8) !important;
}

.border-red-200 {
  --bs-border-opacity: 1;
  border-color: rgb(241, 174.2, 180.6) !important;
}

.border-red-300 {
  --bs-border-opacity: 1;
  border-color: rgb(234, 133.8, 143.4) !important;
}

.border-red-400 {
  --bs-border-opacity: 1;
  border-color: rgb(227, 93.4, 106.2) !important;
}

.border-red-500 {
  --bs-border-opacity: 1;
  border-color: #dc3545 !important;
}

.border-red-600 {
  --bs-border-opacity: 1;
  border-color: rgb(176, 42.4, 55.2) !important;
}

.border-red-700 {
  --bs-border-opacity: 1;
  border-color: rgb(132, 31.8, 41.4) !important;
}

.border-red-800 {
  --bs-border-opacity: 1;
  border-color: rgb(88, 21.2, 27.6) !important;
}

.border-red-900 {
  --bs-border-opacity: 1;
  border-color: rgb(44, 10.6, 13.8) !important;
}

.border-orange-100 {
  --bs-border-opacity: 1;
  border-color: rgb(254.6, 229.2, 208) !important;
}

.border-orange-200 {
  --bs-border-opacity: 1;
  border-color: rgb(254.2, 203.4, 161) !important;
}

.border-orange-300 {
  --bs-border-opacity: 1;
  border-color: rgb(253.8, 177.6, 114) !important;
}

.border-orange-400 {
  --bs-border-opacity: 1;
  border-color: rgb(253.4, 151.8, 67) !important;
}

.border-orange-500 {
  --bs-border-opacity: 1;
  border-color: #fd7e14 !important;
}

.border-orange-600 {
  --bs-border-opacity: 1;
  border-color: rgb(202.4, 100.8, 16) !important;
}

.border-orange-700 {
  --bs-border-opacity: 1;
  border-color: rgb(151.8, 75.6, 12) !important;
}

.border-orange-800 {
  --bs-border-opacity: 1;
  border-color: rgb(101.2, 50.4, 8) !important;
}

.border-orange-900 {
  --bs-border-opacity: 1;
  border-color: rgb(50.6, 25.2, 4) !important;
}

.border-yellow-100 {
  --bs-border-opacity: 1;
  border-color: rgb(255, 242.6, 205.4) !important;
}

.border-yellow-200 {
  --bs-border-opacity: 1;
  border-color: rgb(255, 230.2, 155.8) !important;
}

.border-yellow-300 {
  --bs-border-opacity: 1;
  border-color: rgb(255, 217.8, 106.2) !important;
}

.border-yellow-400 {
  --bs-border-opacity: 1;
  border-color: rgb(255, 205.4, 56.6) !important;
}

.border-yellow-500 {
  --bs-border-opacity: 1;
  border-color: #ffc107 !important;
}

.border-yellow-600 {
  --bs-border-opacity: 1;
  border-color: rgb(204, 154.4, 5.6) !important;
}

.border-yellow-700 {
  --bs-border-opacity: 1;
  border-color: rgb(153, 115.8, 4.2) !important;
}

.border-yellow-800 {
  --bs-border-opacity: 1;
  border-color: rgb(102, 77.2, 2.8) !important;
}

.border-yellow-900 {
  --bs-border-opacity: 1;
  border-color: rgb(51, 38.6, 1.4) !important;
}

.border-green-100 {
  --bs-border-opacity: 1;
  border-color: rgb(209, 231, 220.8) !important;
}

.border-green-200 {
  --bs-border-opacity: 1;
  border-color: rgb(163, 207, 186.6) !important;
}

.border-green-300 {
  --bs-border-opacity: 1;
  border-color: rgb(117, 183, 152.4) !important;
}

.border-green-400 {
  --bs-border-opacity: 1;
  border-color: rgb(71, 159, 118.2) !important;
}

.border-green-500 {
  --bs-border-opacity: 1;
  border-color: #198754 !important;
}

.border-green-600 {
  --bs-border-opacity: 1;
  border-color: rgb(20, 108, 67.2) !important;
}

.border-green-700 {
  --bs-border-opacity: 1;
  border-color: rgb(15, 81, 50.4) !important;
}

.border-green-800 {
  --bs-border-opacity: 1;
  border-color: rgb(10, 54, 33.6) !important;
}

.border-green-900 {
  --bs-border-opacity: 1;
  border-color: rgb(5, 27, 16.8) !important;
}

.border-teal-100 {
  --bs-border-opacity: 1;
  border-color: rgb(210.4, 244.2, 234.2) !important;
}

.border-teal-200 {
  --bs-border-opacity: 1;
  border-color: rgb(165.8, 233.4, 213.4) !important;
}

.border-teal-300 {
  --bs-border-opacity: 1;
  border-color: rgb(121.2, 222.6, 192.6) !important;
}

.border-teal-400 {
  --bs-border-opacity: 1;
  border-color: rgb(76.6, 211.8, 171.8) !important;
}

.border-teal-500 {
  --bs-border-opacity: 1;
  border-color: #20c997 !important;
}

.border-teal-600 {
  --bs-border-opacity: 1;
  border-color: rgb(25.6, 160.8, 120.8) !important;
}

.border-teal-700 {
  --bs-border-opacity: 1;
  border-color: rgb(19.2, 120.6, 90.6) !important;
}

.border-teal-800 {
  --bs-border-opacity: 1;
  border-color: rgb(12.8, 80.4, 60.4) !important;
}

.border-teal-900 {
  --bs-border-opacity: 1;
  border-color: rgb(6.4, 40.2, 30.2) !important;
}

.border-cyan-100 {
  --bs-border-opacity: 1;
  border-color: rgb(206.6, 244.4, 252) !important;
}

.border-cyan-200 {
  --bs-border-opacity: 1;
  border-color: rgb(158.2, 233.8, 249) !important;
}

.border-cyan-300 {
  --bs-border-opacity: 1;
  border-color: rgb(109.8, 223.2, 246) !important;
}

.border-cyan-400 {
  --bs-border-opacity: 1;
  border-color: rgb(61.4, 212.6, 243) !important;
}

.border-cyan-500 {
  --bs-border-opacity: 1;
  border-color: #0dcaf0 !important;
}

.border-cyan-600 {
  --bs-border-opacity: 1;
  border-color: rgb(10.4, 161.6, 192) !important;
}

.border-cyan-700 {
  --bs-border-opacity: 1;
  border-color: rgb(7.8, 121.2, 144) !important;
}

.border-cyan-800 {
  --bs-border-opacity: 1;
  border-color: rgb(5.2, 80.8, 96) !important;
}

.border-cyan-900 {
  --bs-border-opacity: 1;
  border-color: rgb(2.6, 40.4, 48) !important;
}

.border-anakiwa {
  --bs-border-opacity: 1;
  border-color: #90e3ff !important;
}

.border-eucalyptus {
  --bs-border-opacity: 1;
  border-color: #28a745 !important;
}

.border-guardsman-red {
  --bs-border-opacity: 1;
  border-color: #c60303 !important;
}

.border-ironridge-orange {
  --bs-border-opacity: 1;
  border-color: #f18b22 !important;
}

.border-buttercup {
  --bs-border-opacity: 1;
  border-color: #f5a623 !important;
}

.border-silver-light {
  --bs-border-opacity: 1;
  border-color: #ccc !important;
}

.border-gray-100 {
  --bs-border-opacity: 1;
  border-color: #f7f7f7 !important;
}

.border-gray-200 {
  --bs-border-opacity: 1;
  border-color: #ededed !important;
}

.border-gray-300 {
  --bs-border-opacity: 1;
  border-color: #e9e9e9 !important;
}

.border-gray-400 {
  --bs-border-opacity: 1;
  border-color: #ddd !important;
}

.border-gray-500 {
  --bs-border-opacity: 1;
  border-color: #bbb !important;
}

.border-gray-600 {
  --bs-border-opacity: 1;
  border-color: #888 !important;
}

.border-gray-700 {
  --bs-border-opacity: 1;
  border-color: #555 !important;
}

.border-gray-800 {
  --bs-border-opacity: 1;
  border-color: #444 !important;
}

.border-gray-900 {
  --bs-border-opacity: 1;
  border-color: #222 !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgb(206.6, 226, 254.6) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgb(158.2, 197, 254.2) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgb(109.8, 168, 253.8) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgb(61.4, 139, 253.4) !important;
}

.text-blue-500 {
  --bs-text-opacity: 1;
  color: #0d6efd !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgb(10.4, 88, 202.4) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgb(7.8, 66, 151.8) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgb(5.2, 44, 101.2) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgb(2.6, 22, 50.6) !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgb(224.4, 207.2, 252.4) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgb(193.8, 159.4, 249.8) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgb(163.2, 111.6, 247.2) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgb(132.6, 63.8, 244.6) !important;
}

.text-indigo-500 {
  --bs-text-opacity: 1;
  color: #6610f2 !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgb(81.6, 12.8, 193.6) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgb(61.2, 9.6, 145.2) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgb(40.8, 6.4, 96.8) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgb(20.4, 3.2, 48.4) !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgb(226.2, 217.2, 242.6) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgb(197.4, 179.4, 230.2) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgb(168.6, 141.6, 217.8) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgb(139.8, 103.8, 205.4) !important;
}

.text-purple-500 {
  --bs-text-opacity: 1;
  color: #6f42c1 !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgb(88.8, 52.8, 154.4) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgb(66.6, 39.6, 115.8) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgb(44.4, 26.4, 77.2) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgb(22.2, 13.2, 38.6) !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgb(246.8, 214.2, 230.4) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgb(238.6, 173.4, 205.8) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgb(230.4, 132.6, 181.2) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgb(222.2, 91.8, 156.6) !important;
}

.text-pink-500 {
  --bs-text-opacity: 1;
  color: #d63384 !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgb(171.2, 40.8, 105.6) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgb(128.4, 30.6, 79.2) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgb(85.6, 20.4, 52.8) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgb(42.8, 10.2, 26.4) !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgb(248, 214.6, 217.8) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgb(241, 174.2, 180.6) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgb(234, 133.8, 143.4) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgb(227, 93.4, 106.2) !important;
}

.text-red-500 {
  --bs-text-opacity: 1;
  color: #dc3545 !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgb(176, 42.4, 55.2) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgb(132, 31.8, 41.4) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgb(88, 21.2, 27.6) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgb(44, 10.6, 13.8) !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgb(254.6, 229.2, 208) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgb(254.2, 203.4, 161) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgb(253.8, 177.6, 114) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgb(253.4, 151.8, 67) !important;
}

.text-orange-500 {
  --bs-text-opacity: 1;
  color: #fd7e14 !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgb(202.4, 100.8, 16) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgb(151.8, 75.6, 12) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgb(101.2, 50.4, 8) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgb(50.6, 25.2, 4) !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgb(255, 242.6, 205.4) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgb(255, 230.2, 155.8) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgb(255, 217.8, 106.2) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgb(255, 205.4, 56.6) !important;
}

.text-yellow-500 {
  --bs-text-opacity: 1;
  color: #ffc107 !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgb(204, 154.4, 5.6) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgb(153, 115.8, 4.2) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgb(102, 77.2, 2.8) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgb(51, 38.6, 1.4) !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgb(209, 231, 220.8) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgb(163, 207, 186.6) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgb(117, 183, 152.4) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgb(71, 159, 118.2) !important;
}

.text-green-500 {
  --bs-text-opacity: 1;
  color: #198754 !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgb(20, 108, 67.2) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgb(15, 81, 50.4) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgb(10, 54, 33.6) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgb(5, 27, 16.8) !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgb(210.4, 244.2, 234.2) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgb(165.8, 233.4, 213.4) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgb(121.2, 222.6, 192.6) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgb(76.6, 211.8, 171.8) !important;
}

.text-teal-500 {
  --bs-text-opacity: 1;
  color: #20c997 !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgb(25.6, 160.8, 120.8) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgb(19.2, 120.6, 90.6) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgb(12.8, 80.4, 60.4) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgb(6.4, 40.2, 30.2) !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgb(206.6, 244.4, 252) !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgb(158.2, 233.8, 249) !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgb(109.8, 223.2, 246) !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgb(61.4, 212.6, 243) !important;
}

.text-cyan-500 {
  --bs-text-opacity: 1;
  color: #0dcaf0 !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgb(10.4, 161.6, 192) !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgb(7.8, 121.2, 144) !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgb(5.2, 80.8, 96) !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgb(2.6, 40.4, 48) !important;
}

.text-anakiwa {
  --bs-text-opacity: 1;
  color: #90e3ff !important;
}

.text-eucalyptus {
  --bs-text-opacity: 1;
  color: #28a745 !important;
}

.text-guardsman-red {
  --bs-text-opacity: 1;
  color: #c60303 !important;
}

.text-ironridge-orange {
  --bs-text-opacity: 1;
  color: #f18b22 !important;
}

.text-buttercup {
  --bs-text-opacity: 1;
  color: #f5a623 !important;
}

.text-silver-light {
  --bs-text-opacity: 1;
  color: #ccc !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: #f7f7f7 !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: #ededed !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: #e9e9e9 !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: #ddd !important;
}

.text-gray-500 {
  --bs-text-opacity: 1;
  color: #bbb !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: #888 !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: #555 !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: #444 !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: #222 !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(206.6, 226, 254.6) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(158.2, 197, 254.2) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(109.8, 168, 253.8) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(61.4, 139, 253.4) !important;
}

.bg-blue-500 {
  --bs-bg-opacity: 1;
  background-color: #0d6efd !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(10.4, 88, 202.4) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(7.8, 66, 151.8) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(5.2, 44, 101.2) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(2.6, 22, 50.6) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(224.4, 207.2, 252.4) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(193.8, 159.4, 249.8) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(163.2, 111.6, 247.2) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(132.6, 63.8, 244.6) !important;
}

.bg-indigo-500 {
  --bs-bg-opacity: 1;
  background-color: #6610f2 !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(81.6, 12.8, 193.6) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(61.2, 9.6, 145.2) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(40.8, 6.4, 96.8) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(20.4, 3.2, 48.4) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(226.2, 217.2, 242.6) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(197.4, 179.4, 230.2) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(168.6, 141.6, 217.8) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(139.8, 103.8, 205.4) !important;
}

.bg-purple-500 {
  --bs-bg-opacity: 1;
  background-color: #6f42c1 !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(88.8, 52.8, 154.4) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(66.6, 39.6, 115.8) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(44.4, 26.4, 77.2) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(22.2, 13.2, 38.6) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(246.8, 214.2, 230.4) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(238.6, 173.4, 205.8) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(230.4, 132.6, 181.2) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(222.2, 91.8, 156.6) !important;
}

.bg-pink-500 {
  --bs-bg-opacity: 1;
  background-color: #d63384 !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(171.2, 40.8, 105.6) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(128.4, 30.6, 79.2) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(85.6, 20.4, 52.8) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(42.8, 10.2, 26.4) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(248, 214.6, 217.8) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(241, 174.2, 180.6) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(234, 133.8, 143.4) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(227, 93.4, 106.2) !important;
}

.bg-red-500 {
  --bs-bg-opacity: 1;
  background-color: #dc3545 !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(176, 42.4, 55.2) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(132, 31.8, 41.4) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(88, 21.2, 27.6) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(44, 10.6, 13.8) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(254.6, 229.2, 208) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(254.2, 203.4, 161) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(253.8, 177.6, 114) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(253.4, 151.8, 67) !important;
}

.bg-orange-500 {
  --bs-bg-opacity: 1;
  background-color: #fd7e14 !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(202.4, 100.8, 16) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(151.8, 75.6, 12) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(101.2, 50.4, 8) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(50.6, 25.2, 4) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 242.6, 205.4) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 230.2, 155.8) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 217.8, 106.2) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(255, 205.4, 56.6) !important;
}

.bg-yellow-500 {
  --bs-bg-opacity: 1;
  background-color: #ffc107 !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(204, 154.4, 5.6) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(153, 115.8, 4.2) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(102, 77.2, 2.8) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(51, 38.6, 1.4) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(209, 231, 220.8) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(163, 207, 186.6) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(117, 183, 152.4) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(71, 159, 118.2) !important;
}

.bg-green-500 {
  --bs-bg-opacity: 1;
  background-color: #198754 !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(20, 108, 67.2) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(15, 81, 50.4) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(10, 54, 33.6) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(5, 27, 16.8) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(210.4, 244.2, 234.2) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(165.8, 233.4, 213.4) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(121.2, 222.6, 192.6) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(76.6, 211.8, 171.8) !important;
}

.bg-teal-500 {
  --bs-bg-opacity: 1;
  background-color: #20c997 !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(25.6, 160.8, 120.8) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(19.2, 120.6, 90.6) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(12.8, 80.4, 60.4) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(6.4, 40.2, 30.2) !important;
}

.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgb(206.6, 244.4, 252) !important;
}

.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgb(158.2, 233.8, 249) !important;
}

.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgb(109.8, 223.2, 246) !important;
}

.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgb(61.4, 212.6, 243) !important;
}

.bg-cyan-500 {
  --bs-bg-opacity: 1;
  background-color: #0dcaf0 !important;
}

.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgb(10.4, 161.6, 192) !important;
}

.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgb(7.8, 121.2, 144) !important;
}

.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgb(5.2, 80.8, 96) !important;
}

.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgb(2.6, 40.4, 48) !important;
}

.bg-anakiwa {
  --bs-bg-opacity: 1;
  background-color: #90e3ff !important;
}

.bg-eucalyptus {
  --bs-bg-opacity: 1;
  background-color: #28a745 !important;
}

.bg-guardsman-red {
  --bs-bg-opacity: 1;
  background-color: #c60303 !important;
}

.bg-ironridge-orange {
  --bs-bg-opacity: 1;
  background-color: #f18b22 !important;
}

.bg-buttercup {
  --bs-bg-opacity: 1;
  background-color: #f5a623 !important;
}

.bg-silver-light {
  --bs-bg-opacity: 1;
  background-color: #ccc !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: #f7f7f7 !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: #ededed !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: #e9e9e9 !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: #ddd !important;
}

.bg-gray-500 {
  --bs-bg-opacity: 1;
  background-color: #bbb !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: #888 !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: #555 !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: #444 !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: #222 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* names from http://chir.ag/projects/name-that-color */
/* standard gray scale */
/* basic colors */
/* app specific colors */
/* header, footer, and website colors */
.progress-bar-animated {
  animation: 200ms linear infinite progress-bar-stripes;
}

.form-control,
.btn {
  font-size: 1.4rem;
  border-radius: 3px;
}

.form-control--small {
  font-size: 1.2rem;
}

.form-control[type=file] {
  height: 3.5rem;
  padding: 0.4rem;
}

.btn {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-link {
  color: #0878C3;
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: underline;
  color: rgb(5.9901477833, 89.8522167488, 146.0098522167);
}

.btn-primary {
  background: #186598;
  border: 1px solid #186598;
}
.btn-primary:hover {
  background: rgb(30.9545454545, 130.2670454545, 196.0454545455);
  border: 1px solid rgb(30.9545454545, 130.2670454545, 196.0454545455);
}
.btn-primary:active, .btn-primary:focus-visible {
  background: rgb(20.5227272727, 86.3664772727, 129.9772727273) !important;
}

.input-group .field_with_errors .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html {
  /*
  The default font size is 16px.  In order to use rem sizing, we're
  setting this to 62.5%, or 10px.  This makes it easy for us to do the
  math to size things in relative pixels.  For example, 10px = 1rem.

  But, if we just set this to 10px, people who have altered the font size
  in their browser to make it larger (or smaller) will have their resizing
  overridden when we manually set the size to 10px.  Using % allows us to
  use rem sizing while respecting the user's browser font-size setting.
  */
  font-size: 62.5%;
}

html,
body {
  height: 100vh;
}

.rotated-up {
  transform: rotate(180deg);
}

.brt-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.brt-3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.brb-2 {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.brb-3 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.brt-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.icon--large {
  font-size: 2rem;
}

.icon--yellow {
  color: #E9C628;
}

.icon--valid {
  color: #28a745;
}

.icon--invalid {
  color: #ff0000;
}

@font-face {
  font-family: "Open Sans";
  src: url(https://d3gu75525iluv5.cloudfront.net/assets/typeface-open-sans/files/open-sans-latin-400-144103d9b1b96be7c53ba10656dec3ecbf2dc93c6d4607b58b23c5d46ba1b56f.woff2) format("woff2"), url(https://d3gu75525iluv5.cloudfront.net/assets/typeface-open-sans/files/open-sans-latin-400-94ceba82812b674913d0186f92c1271bd086bcb68d76e4b8d1e5174c2a3d5e78.woff) format("woff");
}
body {
  font-size: 1.4rem;
}

* {
  -webkit-font-smoothing: antialiased;
}

h5 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.9rem;
}

h2 {
  font-size: 2.1rem;
}

h1 {
  font-size: 2.3rem;
}

a {
  text-decoration: none;
  color: #0878C3;
}
a:hover {
  color: rgb(5.9901477833, 89.8522167488, 146.0098522167);
  text-decoration: underline;
}

.page-header {
  margin-bottom: 1.5rem;
}
.page-header a {
  transition: all 300ms ease-out;
}
.page-header .breadcrumb-sep {
  color: #ccc;
  padding: 0 0.2rem;
  font-weight: normal;
}
.page-header--light-gray {
  color: #999;
}
.page-header--border-bottom {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.ir-link--orange {
  color: #f18b22;
  transition: all 200ms ease-out;
}
.ir-link--orange:hover {
  color: rgb(186.6744680851, 100.5170212766, 11.8255319149);
}

.ir-text--orange {
  color: #f18b22;
}

.ir-text--green {
  color: #5E9818;
}

.ir-text--red {
  color: #c60303;
}

.ir-link--dark-gray {
  color: #555;
  transition: all 200ms ease-out;
}
.ir-link--dark-gray:hover {
  color: #000;
  text-decoration: underline;
}

.highlight {
  background: rgb(153.801369863, 241.1301369863, 243.698630137);
  padding-left: 2px;
  padding-right: 2px;
}

.highlight-yellow {
  background: #ffe557;
  padding-left: 2px;
  padding-right: 2px;
}

.json-blob {
  font-size: 1.2rem;
  line-height: 2rem;
}

a.text-buttercup {
  color: #f5a623;
  transition: all 300ms ease-out;
}
a.text-buttercup:hover {
  color: rgb(219.0434782609, 140.3869565217, 9.9565217391);
}

.color-light-gray {
  color: #999;
}

.code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.code--small {
  font-size: 1.2rem;
}

.code-wrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ir-body-container {
  flex: 1;
}
.ir-body-container--admin {
  background: #f7f7f7;
  display: flex;
  align-content: stretch;
}
.ir-body-container--admin .midsection-container {
  display: flex;
  width: 100%;
}

hr {
  border-top: 1px solid rgb(232.9, 232.9, 232.9);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.midsection-container {
  padding: 3rem 0 5rem 0;
}

.page-content-outline-container {
  border: 1px solid #eee;
  padding: 1rem;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ir-content-box {
  padding: 2rem;
  background: #f7f7f7;
  border: 1px solid #eee;
  position: relative;
}
.ir-content-box--margin-bottom {
  margin-bottom: 2rem;
}
.ir-content-box--no-border {
  border: 0;
}
.ir-content-box__tabs {
  list-style: none;
  display: flex;
  margin: 0 0 -1px 0;
  padding: 0;
  z-index: 1;
}
.ir-content-box__tabs li {
  margin-right: -1px;
}
.ir-content-box__tabs__link {
  display: block;
  padding: 0 2rem;
  line-height: 4.2rem;
  border: 1px solid #eee;
  border-top: 3px solid #eee;
  background: #eee;
  color: #444;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  transition: 200ms ease-in-out;
  font-size: 1.6rem;
}
.ir-content-box__tabs__link:hover {
  background: rgb(212.5, 212.5, 212.5);
  border-top: 3px solid rgb(212.5, 212.5, 212.5);
  color: #222;
  text-decoration: none;
}
.ir-content-box__tabs__link:active {
  background: rgb(225.25, 225.25, 225.25);
  border-top: 3px solid rgb(225.25, 225.25, 225.25);
  color: #222;
  text-decoration: none;
}
.ir-content-box__tabs__link--active {
  background: #f7f7f7;
  color: #222;
  z-index: 2;
  border-top: 3px solid #90e3ff;
}
.ir-content-box__tabs__link--active:hover {
  background: #f7f7f7;
  border-top: 3px solid #90e3ff;
}

.ir-content-box--white {
  background: #fff;
  border-radius: 3px;
  padding: 2rem;
}

.ir-content-box__group-indent {
  padding-left: 2rem;
  border-left: 3px solid #90e3ff;
}

.section-bottom-pad:not(:last-child) {
  padding-bottom: 3.5rem;
}

div:focus {
  outline: none;
}

@keyframes flashlight {
  0% {
    background-color: #fff;
    border-color: #ddd;
    color: #444;
  }
  50% {
    background-color: #ffe557;
    border-color: #ffe557;
    color: #333;
  }
  100% {
    background-color: #fff;
    border-color: #ddd;
    color: #444;
  }
}
.flashlight {
  animation-name: flashlight;
  animation-duration: 500ms;
  animation-iteration-count: 3;
  animation-timing-function: ease-in-out;
}

@keyframes flashlight-ir-content-box {
  0% {
    background-color: #f7f7f7;
    border-color: #ddd;
    color: #444;
  }
  50% {
    background-color: #ffe557;
    border-color: #ffe557;
    color: #333;
  }
  100% {
    background-color: #f7f7f7;
    border-color: #ddd;
    color: #444;
  }
}
.flashlight-ir-content-box {
  animation-name: flashlight-ir-content-box;
  animation-duration: 700ms;
  animation-iteration-count: 3;
  animation-timing-function: ease-in-out;
}

.request-error {
  padding: 15rem 0;
  text-align: center;
}
.request-error__title {
  font-size: 4.5rem;
  margin-bottom: 2rem;
}
.request-error__title__error-code {
  font-weight: 700;
  color: #f18b22;
  padding-right: 1rem;
}
.request-error__title__message {
  font-weight: 400;
  color: #bbb;
}
.request-error__message-body {
  font-size: 1.8rem;
}

.ir-content-box__tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.ir-content-box__tab-nav__bar {
  display: flex;
}
.ir-content-box__tab-nav__item {
  display: block;
  position: relative;
  line-height: 4.5rem;
  padding: 0 2.2rem;
  font-size: 1.6rem;
  bottom: -1px;
  background: #eee;
  border: 1px solid rgb(230.35, 230.35, 230.35);
  color: #777;
  margin-right: -1px;
  transition: all 200ms ease-out;
  z-index: 3;
  cursor: pointer;
}
.ir-content-box__tab-nav__item:hover {
  background: #fff;
  color: #444;
  text-decoration: none;
  border-color: rgb(230.35, 230.35, 230.35);
}
.ir-content-box__tab-nav__item:focus {
  outline: 0;
}
.ir-content-box__tab-nav__item--active {
  z-index: 1;
  color: #444;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-bottom: 1px solid #f7f7f7;
  cursor: default;
}
.ir-content-box__tab-nav__item--active:hover {
  border: 1px solid #eee;
  border-bottom: 1px solid #f7f7f7;
  background: #f7f7f7;
}
.ir-content-box__tab-nav li {
  margin: 0;
  padding: 0;
}
.ir-content-box__tab-nav li:first-child a, .ir-content-box__tab-nav li:first-child button {
  border-top-left-radius: 3px;
}
.ir-content-box__tab-nav li:last-child a, .ir-content-box__tab-nav li:last-child button {
  border-top-right-radius: 3px;
}
.ir-content-box__tab-nav__right-section {
  margin-left: auto !important;
}
.ir-content-box__tab-nav__action-link {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 1rem 1.5rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  border-radius: 3rem;
  transition: all 200ms ease-out;
}
.ir-content-box__tab-nav__action-link span {
  transition: all 200ms ease-out;
  transform: translateX(0);
}
.ir-content-box__tab-nav__action-link:hover {
  background: rgb(232.3454545455, 241.7636363636, 253.8545454545);
}
.ir-content-box__tab-nav__action-link:hover span {
  transform: translateX(2px);
}

.introduction-body a {
  text-decoration: none;
}
.introduction-body a:hover {
  text-decoration: none;
}
.introduction-body .ir-dialog__caption {
  text-align: justify;
  color: #212529;
}

.introduction-footer {
  border-top: 1px solid #eee;
  padding-top: 2.5rem !important;
  background: #f7f7f7;
}
.introduction-footer h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.introduction-footer ul {
  margin-left: 0;
}

.header__badge {
  padding: 0 0.8rem;
  font-size: 1rem;
  line-height: 1.4rem;
  border-radius: 0.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.header__badge--new {
  background: #f5a623;
}
.header__badge--alert {
  background: #f18b22;
}

.header {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
  height: 5.5rem;
}
.header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 5.5rem;
}
.header__home {
  display: block;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}
.header__home img {
  display: inline-block;
  width: 3.2rem;
}
.header__logo {
  display: block;
  padding-left: 1rem;
}
.header__logo__ironridge {
  width: 15rem;
}
.header__logo__atlas {
  width: 11rem;
}
.header__new-badge {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0.8rem;
  font-size: 1rem;
  line-height: 1.3rem;
  border-radius: 0.2rem;
  font-weight: bold;
  background: #f5a623;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.header__alert-badge {
  position: absolute;
  top: 0.7rem;
  right: 10px;
  transform: translateX(-50%);
  padding: 0 0.4rem;
  font-size: 1rem;
  line-height: 1.3rem;
  border-radius: 0.2rem;
  font-weight: bold;
  background: #f18b22;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  align-items: center;
}

.header__mainnav {
  height: 100%;
}
.header__mainnav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.header__mainnav > ul > li {
  display: flex;
  align-items: stretch;
  margin-right: 1px;
}
.header__mainnav__item {
  margin: 0;
  padding: 0;
  transition: all 200ms ease-out;
}
.header__mainnav__item--active {
  border-top: 2px solid transparent;
  border-bottom: 2px solid #f18b22;
}
.header__mainnav__link {
  display: block;
  display: flex;
  align-items: center;
  transition: all 200ms ease-out;
}
.header__mainnav__text {
  color: #333;
  margin-left: 2rem;
  margin-right: 0.5rem;
  transition: all 200ms ease-out;
}
.header__mainnav__carat {
  color: #888;
  font-size: 1.2rem;
  margin-right: 2rem;
  transition: all 200ms ease-out;
}
.header__mainnav__link:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.header__mainnav__link:hover .header__mainnav__text {
  color: rgb(8.5, 8.5, 8.5);
}
.header__mainnav__link:hover .header__mainnav__carat {
  color: #222;
}
.header__mainnav__link--active {
  background: #f7f7f7;
}
.header__mainnav__link--active .header__account__initials {
  background: rgb(229.15, 229.15, 229.15) !important;
  color: #222 !important;
}
.header__account {
  display: flex;
  align-items: center;
  padding: 0 1.5rem 0 1.5rem;
  height: 100%;
}
.header__account__initials {
  display: block;
  background: #f7f7f7;
  color: #999;
  text-align: center;
  width: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  margin-right: 0.5rem;
  font-size: 1.3rem;
  transition: all 250ms ease-out;
}
.header__account__carat {
  color: #888;
  font-size: 1.2rem;
  transition: all 250ms ease-out;
}
.header__account:hover {
  text-decoration: none;
}
.header__account:hover .header__account__initials {
  background: rgb(234.25, 234.25, 234.25);
  color: #222;
}
.header__account:hover .header__account__carat {
  color: #222;
}

.header__menu {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 5.6rem;
  right: 15rem;
  background: #fff;
  padding: 0.5rem 0;
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.15);
  width: 27rem;
}
.header__menu--admin {
  width: 30rem;
}
.header__menu--resources {
  width: 30rem;
}
.header__menu--account {
  width: 30rem;
}
.header__menu ul {
  list-style: none;
}
.header__menu__subheader {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #aaa;
}
.header__menu__section {
  padding: 0;
  margin: 0;
}
.header__menu__section--border-top {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1rem;
}
.header__menu__section--header {
  border-top: 1px solid #eee;
  padding: 1.5rem 1rem 0.5rem 2.5rem !important;
  margin-top: 1rem !important;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #aaa;
}
.header__menu__link, .header__menu__no-link {
  display: block;
  display: flex;
  padding: 0.7rem 5.5rem 0.7rem 2.5rem;
  margin-bottom: 1px;
  transition: all 250ms ease-out;
  border: none;
  background: transparent;
  width: 100%;
}
.header__menu__link__icon, .header__menu__no-link__icon {
  margin-right: 1rem;
  width: 1.5rem;
  transition: all 250ms ease-out;
  text-align: center;
  color: #bbb;
}
.header__menu__link__text, .header__menu__no-link__text {
  transition: all 250ms ease-out;
  color: #777;
}
.header__menu__link:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.header__menu__link:hover .header__menu__link__icon {
  color: #555;
}
.header__menu__link:hover .header__menu__link__text {
  color: #222;
}
.header__menu__item--content-section {
  padding: 0.7rem 5.5rem 0.7rem 2.5rem;
  color: #777;
}
.header__menu__item--indented .header__menu__link {
  padding-left: 5.5rem;
}
.header__menu__item--active {
  background: #f7f7f7;
}
.header__menu__item--active .header__menu__link__icon {
  color: #555;
}
.header__menu__item--active .header__menu__link__text {
  color: #222;
}
.header__menu__item--subheader .header__menu__link__icon {
  font-size: 1.2rem;
}
.header__menu__item--subheader .header__menu__link__text {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #aaa;
}

.header__subnav {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.header__subnav__left {
  display: flex;
  align-items: center;
  height: 4.5rem;
}
.header__subnav__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 4.5rem;
}
.header__subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.header__subnav ul li {
  display: flex;
  align-items: stretch;
  margin-right: 1px;
}
.header__subnav__link {
  display: block;
  display: flex;
  align-items: center;
  transition: all 200ms ease-out;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.header__subnav__link__icon {
  color: #bbb;
  margin-right: 1rem;
  padding-left: 1.5rem;
  transition: all 200ms ease-out;
}
.header__subnav__link__text {
  color: #777;
  transition: all 200ms ease-out;
  padding-right: 1.5rem;
}
.header__subnav__link:hover {
  text-decoration: none;
  background: #f7f7f7;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.header__subnav__link:hover .header__subnav__link__icon {
  color: #555;
}
.header__subnav__link:hover .header__subnav__link__text {
  color: #222;
}
.header__subnav__item {
  margin: 0;
  padding: 0;
  transition: all 200ms ease-out;
}
.header__subnav__item .header__badge {
  margin-right: 1.5rem;
}
.header__subnav__item--active .header__subnav__link {
  border-bottom: 2px solid #f18b22;
}
.header__subnav__item--active .header__subnav__link__icon {
  color: #555;
}
.header__subnav__item--active .header__subnav__link__text {
  color: #222;
}
.header__subnav__item--active .header__subnav__link:hover {
  border-bottom: 2px solid #f18b22;
}

.search-auto-complete {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #ededed;
  max-height: 40rem;
  overflow-y: scroll;
}
.search-auto-complete__item {
  display: block;
  padding: 0.5rem 1rem;
  border-top: 1px solid #f7f7f7;
  background: #fff;
  transition: all 200ms ease-out;
}
.search-auto-complete__item:hover {
  background: #f7f7f7;
}

.ir-badge {
  display: flex;
  background: #fff;
  padding: 0.2rem;
  border-radius: 0.2rem;
  align-items: center;
}
.ir-badge__container {
  display: inline-block;
  padding: 0;
}
.ir-badge__link {
  display: flex;
  margin: 0 !important;
}
.ir-badge__link__type {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0 0.5rem;
  line-height: 2rem;
  transition: all 250ms ease-out;
}
.ir-badge__link__content {
  display: block;
  padding: 0;
  line-height: 2rem;
  margin-left: 0.5rem;
  transition: all 250ms ease-out;
}
.ir-badge__close {
  display: block;
  border: none;
  background: none;
  position: relative;
  top: -0.4rem;
  right: -0.2rem;
  transition: all 250ms ease-out;
  line-height: 1em;
  padding: 0 0.3rem;
}
.ir-badge--new {
  transform: scale(1.02, 1.02);
  animation: 2s ease-out infinite new-badge-pulsate;
  border: 1px solid rgb(244.835443038, 228.664556962, 155.664556962);
  background: #ffc;
}
.ir-badge--new .ir-badge__link__type {
  background: #E9C628;
  color: #fff;
}
.ir-badge--new .ir-badge__link__content {
  color: rgb(194.652173913, 124.7543478261, 8.847826087);
  text-decoration: none;
}
.ir-badge--new .ir-badge__link:hover {
  text-decoration: none !important;
}
.ir-badge--new .ir-badge__link:hover .ir-badge__link__type {
  background: #f18b22;
}
.ir-badge--new .ir-badge__link:hover .ir-badge__link__content {
  color: #f18b22;
  text-decoration: underline;
}
.ir-badge--new .ir-badge__close {
  color: #E9C628;
}
.ir-badge--new .ir-badge__close:hover {
  color: #f18b22;
}

@keyframes new-badge-pulsate {
  0% {
    box-shadow: 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(255, 193, 0, 0.5), 0 0 3px 1px rgba(255, 193, 0, 0.9);
    transform: scale(1.01, 1.01);
  }
  100% {
    box-shadow: 0 0 0 #fff;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group--search-checkbox-no-label {
  margin-bottom: 2px;
}

.ir-form {
  /* This allows Rails field_with_errors to play nice with input groups */
}
.ir-form input[type=checkbox],
.ir-form input[type=radio] {
  cursor: pointer;
}
.ir-form__label-header {
  color: #888;
  margin-left: 2px;
  margin-bottom: 0;
}
.ir-form .sub-text {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6rem;
  padding: 0.5rem 1rem 0.5rem 0.2rem;
}
.ir-form .sub-text b {
  font-weight: bold;
  color: #555;
}
.ir-form .sub-text.inset {
  padding-left: 0.8rem;
}
.ir-form--inline {
  display: inline-block;
}
.ir-form label {
  padding-left: 0.2rem;
  color: #888;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.ir-form label.required:after {
  content: " *";
  color: #d75836;
  font-size: 1.6rem;
  line-height: 1rem;
  position: relative;
  top: 2px;
}
.ir-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229px%22%20height%3D%225px%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22carat-enabled%22%20fill%3D%22%237B7B7B%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22carat%22%20points%3D%224.5%205%200%200%209%200%22%3E%3C/polygon%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-right: 3rem !important;
  height: 3.5rem;
}
.ir-form select[disabled] {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229px%22%20height%3D%225px%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22carat-enabled%22%20fill%3D%22%23CCCCCC%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22carat%22%20points%3D%224.5%205%200%200%209%200%22%3E%3C/polygon%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
}
.ir-form input[type=text],
.ir-form input[type=password],
.ir-form select,
.ir-form textarea {
  border: 1px solid #ddd;
  color: #444;
  min-height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.75rem;
  border-radius: 2px;
  font-size: 1.6rem;
  height: 3.5rem;
}
.ir-form input[type=text][disabled],
.ir-form input[type=password][disabled],
.ir-form select[disabled],
.ir-form textarea[disabled] {
  color: #aaa;
  background-color: #eee;
  border: 1px solid #ddd;
}
.ir-form input[type=text]::-moz-placeholder, .ir-form input[type=password]::-moz-placeholder, .ir-form select::-moz-placeholder, .ir-form textarea::-moz-placeholder {
  color: #bbb;
}
.ir-form input[type=text]::placeholder,
.ir-form input[type=password]::placeholder,
.ir-form select::placeholder,
.ir-form textarea::placeholder {
  color: #bbb;
}
.ir-form input[type=text].small,
.ir-form input[type=password].small,
.ir-form select.small,
.ir-form textarea.small {
  font-size: 1.4rem;
}
.ir-form textarea {
  font-size: 1.4rem;
  line-height: 2rem;
  min-height: 15rem;
  padding: 0.75rem;
}
.ir-form .input-group-append,
.ir-form .input-group-prepend {
  height: 3.5rem;
  display: flex;
  align-items: stretch;
}
.ir-form .input-group-append .input-group-text,
.ir-form .input-group-prepend .input-group-text {
  background-color: #ededed;
  border: 1px solid #ddd;
  color: #666;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ir-form .input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ir-form .input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ir-form .field_with_errors label {
  color: #d56262;
  font-weight: 400;
}
.ir-form .field_with_errors input[type=text], .ir-form .field_with_errors input[type=password],
.ir-form .field_with_errors textarea,
.ir-form .field_with_errors select {
  border: 1px solid #f3c9c9;
  background-color: #fde7e7;
  color: #7b3331;
}
.ir-form .field_with_errors input[type=text]::-moz-placeholder, .ir-form .field_with_errors input[type=password]::-moz-placeholder, .ir-form .field_with_errors textarea::-moz-placeholder, .ir-form .field_with_errors select::-moz-placeholder {
  color: #E7A4A4;
}
.ir-form .field_with_errors input[type=text]::placeholder, .ir-form .field_with_errors input[type=password]::placeholder,
.ir-form .field_with_errors textarea::placeholder,
.ir-form .field_with_errors select::placeholder {
  color: #E7A4A4;
}
.ir-form .field_with_errors select {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%229px%22%20height%3D%225px%22%20viewBox%3D%220%200%209%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22carat-enabled%22%20fill%3D%22%23A45856%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22carat%22%20points%3D%224.5%205%200%200%209%200%22%3E%3C/polygon%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 12px;
}
.ir-form__inline-radio-group {
  padding: 0.5rem 0 0.5rem 0.3rem;
}
.ir-form__inline-radio-group input.form-check-input {
  cursor: pointer;
}
.ir-form__inline-radio-group__group {
  display: inline-block;
  white-space: nowrap;
}
.ir-form__radio-group-btns, .ir-form__check-group-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ir-form__radio-group-btns__btn, .ir-form__check-group-btns__btn {
  display: flex;
  position: relative;
}
.ir-form__radio-group-btns__btn label, .ir-form__check-group-btns__btn label {
  min-height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.75rem;
  border-radius: 2px;
  font-size: 1.6rem;
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  padding-left: 3.2rem;
  padding-right: 1.3rem;
  cursor: pointer;
  transition: all 300ms ease-out;
  font-size: 1.4rem;
  line-height: 3.3rem;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #666;
  margin-bottom: 0;
}
.ir-form__radio-group-btns__btn label i.fas, .ir-form__check-group-btns__btn label i.fas {
  color: #999;
}
.ir-form__radio-group-btns__btn:hover label, .ir-form__check-group-btns__btn:hover label {
  z-index: 2;
  background: #fff;
}
.ir-form__radio-group-btns__btn:hover label i.fas, .ir-form__check-group-btns__btn:hover label i.fas {
  color: #007aff;
}
.ir-form__radio-group-btns__btn:last-child label, .ir-form__radio-group-btns__btn--rounded-right label, .ir-form__check-group-btns__btn:last-child label, .ir-form__check-group-btns__btn--rounded-right label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ir-form__radio-group-btns__btn:first-child label, .ir-form__radio-group-btns__btn--rounded-left label, .ir-form__check-group-btns__btn:first-child label, .ir-form__check-group-btns__btn--rounded-left label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ir-form__radio-group-btns__btn:not(:last-child) label, .ir-form__check-group-btns__btn:not(:last-child) label {
  margin-right: -1px;
}
.ir-form__radio-group-btns__btn input, .ir-form__check-group-btns__btn input {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-52%);
  z-index: 4;
}
.ir-form__radio-group-btns__btn input:checked + label, .ir-form__check-group-btns__btn input:checked + label {
  z-index: 1;
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
}
.ir-form__radio-group-btns__btn input:checked + label i.fas, .ir-form__check-group-btns__btn input:checked + label i.fas {
  color: #007aff;
}
.ir-form__radio-group-btns__btn .field_with_errors label, .ir-form__check-group-btns__btn .field_with_errors label {
  border: 1px solid rgb(238.3636363636, 180.1363636364, 180.1363636364);
  border-right: 0;
  background-color: rgb(250.6461538462, 202.7538461538, 202.7538461538);
}
.ir-form__radio-group-btns__btn .field_with_errors label:hover, .ir-form__check-group-btns__btn .field_with_errors label:hover {
  background-color: rgb(249.0769230769, 183.9230769231, 183.9230769231);
  border-color: rgb(231.8727272727, 150.9272727273, 150.9272727273);
}
.ir-form__radio-group-btns__btn:last-child .field_with_errors label, .ir-form__check-group-btns__btn:last-child .field_with_errors label {
  border-right: 1px solid rgb(238.3636363636, 180.1363636364, 180.1363636364);
}
.ir-form__radio-group-btns__btn--clear label, .ir-form__check-group-btns__btn--clear label {
  background: #f7f7f7;
  border: 1px solid rgb(216.4, 216.4, 216.4);
}
.ir-form__radio-group-btns__btn--clear:hover label, .ir-form__check-group-btns__btn--clear:hover label {
  background: rgb(234.25, 234.25, 234.25);
  border: 1px solid rgb(208.75, 208.75, 208.75);
}
.ir-form__radio-group-btns__btn--clear input:checked + label, .ir-form__check-group-btns__btn--clear input:checked + label {
  z-index: 1;
  background: #f7f7f7;
  border: 1px solid rgb(221.5, 221.5, 221.5);
}
.field_with_errors .ir-form__radio-group-btns__btn--clear label, .field_with_errors .ir-form__check-group-btns__btn--clear label {
  border: 1px solid #c60303;
  color: #444;
}
.ir-form__radio-group-btns__btn--black label, .ir-form__check-group-btns__btn--black label {
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
.ir-form__radio-group-btns__btn--black:hover label, .ir-form__check-group-btns__btn--black:hover label {
  background: rgb(89.25, 89.25, 89.25);
  border: 1px solid rgb(89.25, 89.25, 89.25);
  color: #fff;
}
.ir-form__radio-group-btns__btn--black input:checked + label, .ir-form__check-group-btns__btn--black input:checked + label {
  z-index: 1;
  background: #666;
  border: 1px solid #666;
  color: #fff;
}
.field_with_errors .ir-form__radio-group-btns__btn--black label, .field_with_errors .ir-form__check-group-btns__btn--black label {
  border: 1px solid #c60303;
  color: #fff;
}
.ir-form__radio-group-btns__btn--mill label, .ir-form__check-group-btns__btn--mill label {
  background: #D0D5DB;
  border: 1px solid rgb(193.5602409639, 200.0963855422, 207.9397590361);
  color: #222;
}
.ir-form__radio-group-btns__btn--mill:hover label, .ir-form__check-group-btns__btn--mill:hover label {
  background: rgb(193.5602409639, 200.0963855422, 207.9397590361);
  border: 1px solid rgb(179.1204819277, 187.1927710843, 196.8795180723);
  color: #222;
}
.ir-form__radio-group-btns__btn--mill input:checked + label, .ir-form__check-group-btns__btn--mill input:checked + label {
  z-index: 1;
  background: #D0D5DB;
  border: 1px solid rgb(193.5602409639, 200.0963855422, 207.9397590361);
  color: #222;
}
.field_with_errors .ir-form__radio-group-btns__btn--mill label, .field_with_errors .ir-form__check-group-btns__btn--mill label {
  color: #222;
}
.ir-form__radio-group-btns--separated .ir-form__radio-group-btns__btn,
.ir-form__radio-group-btns--separated .ir-form__check-group-btns__btn, .ir-form__check-group-btns--separated .ir-form__radio-group-btns__btn,
.ir-form__check-group-btns--separated .ir-form__check-group-btns__btn {
  margin-bottom: 0.8rem;
}
.ir-form__radio-group-btns--separated .ir-form__radio-group-btns__btn:not(:last-child),
.ir-form__radio-group-btns--separated .ir-form__check-group-btns__btn:not(:last-child), .ir-form__check-group-btns--separated .ir-form__radio-group-btns__btn:not(:last-child),
.ir-form__check-group-btns--separated .ir-form__check-group-btns__btn:not(:last-child) {
  margin-right: 1rem;
}
.ir-form__radio-group-btns--separated .ir-form__radio-group-btns__btn label,
.ir-form__radio-group-btns--separated .ir-form__check-group-btns__btn label, .ir-form__check-group-btns--separated .ir-form__radio-group-btns__btn label,
.ir-form__check-group-btns--separated .ir-form__check-group-btns__btn label {
  border-radius: 3px;
}
.ir-form__radio-group-btns--small .ir-form__radio-group-btns__btn label,
.ir-form__radio-group-btns--small .ir-form__check-group-btns__btn label, .ir-form__check-group-btns--small .ir-form__radio-group-btns__btn label,
.ir-form__check-group-btns--small .ir-form__check-group-btns__btn label {
  padding-left: 2.5rem;
  padding-right: 0.8rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
  min-height: 2.6rem;
}
.ir-form__radio-group-btns--small .ir-form__radio-group-btns__btn input,
.ir-form__radio-group-btns--small .ir-form__check-group-btns__btn input, .ir-form__check-group-btns--small .ir-form__radio-group-btns__btn input,
.ir-form__check-group-btns--small .ir-form__check-group-btns__btn input {
  left: 0.8rem;
}
.ir-form label.form-check-label {
  font-size: 1.5rem;
  color: #495057;
  cursor: pointer;
  font-weight: 400;
  padding-right: 0.6rem;
  vertical-align: bottom;
}
.ir-form label.form-check-label span {
  position: relative;
  bottom: -1px;
  padding-left: 0.4rem;
}
.ir-form .form-display-text {
  min-height: 3.5rem;
  line-height: 3.5rem;
  padding: 0 0.75rem;
  border-radius: 2px;
  font-size: 1.6rem;
  background: #fff;
}
.ir-form .form-display-text--text-area {
  line-height: 2rem;
  min-height: 3.5rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.ir-form .field_with_errors {
  display: block;
  flex: 1 1 auto;
}
.ir-form .field_with_errors label,
.ir-form .field_with_errors select {
  width: 100%;
  white-space: nowrap;
  display: block;
}
.ir-form .input-group {
  flex-wrap: nowrap;
}
.ir-form .field_with_errors + .input-group-append > .input-group-text {
  border: 1px solid rgb(238.3636363636, 180.1363636364, 180.1363636364);
  background-color: rgb(250.6461538462, 202.7538461538, 202.7538461538);
  color: #7b3331;
}
.ir-form .text-field__scroll-container {
  display: flex;
  flex-direction: column;
}
.ir-form .text-field__scroll-up, .ir-form .text-field__scroll-down {
  display: block;
  height: 50%;
  font-size: 1rem;
  padding: 0 0.7rem;
  margin: 0;
  border: 0;
  background: #fff;
  color: #999;
  cursor: pointer;
  transition: all 400ms;
}
.ir-form .text-field__scroll-up:hover, .ir-form .text-field__scroll-down:hover {
  background: #ededed;
  color: #444;
}
.ir-form .text-field__scroll-up:focus, .ir-form .text-field__scroll-down:focus {
  outline: 0;
}
.ir-form .text-field__scroll-up {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.ir-form .text-field__scroll-down {
  border-bottom: 1px solid #ced4da;
}
.ir-form .date-selects,
.ir-form .datetime-selects {
  display: flex;
}
.ir-form .date-selects select,
.ir-form .datetime-selects select {
  display: block;
}
.ir-form .date-selects select:not(:last-child),
.ir-form .datetime-selects select:not(:last-child) {
  margin-right: 0.6rem;
}
.ir-form .datetime-selects {
  color: #888;
}
.ir-form .datetime-selects select:nth-child(4),
.ir-form .datetime-selects select:nth-child(5) {
  margin-left: 0.5rem;
}
.ir-form__actions,
.ir-form .actions {
  display: flex;
  padding-top: 1.5rem;
}
.ir-form__actions > div:not(:last-child), .ir-form__actions > button:not(:last-child),
.ir-form .actions > div:not(:last-child),
.ir-form .actions > button:not(:last-child) {
  margin-right: 1rem;
}
.ir-form__bare-check-box .field_with_errors {
  display: inline-block;
}

.ir-detail-group {
  margin-bottom: 1rem;
}
.ir-detail-group__label {
  padding-left: 0.2rem;
  color: #888;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.ir-detail-group__value {
  min-height: 3.5rem;
  line-height: 2.2rem;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border-radius: 2px;
  font-size: 1.6rem;
}

.logo-image-display {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.form-control[type=file] {
  line-height: 2.5rem;
}

@keyframes button-spinner-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ir-btn {
  display: flex;
  padding: 0;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 300ms;
  border-radius: 3px;
  white-space: nowrap;
}
.ir-btn:focus {
  outline: 0;
}
.ir-btn__bar {
  display: flex;
  margin-bottom: 2rem;
}
.ir-btn__bar__brand {
  font-size: 1.6rem;
  line-height: 3.5rem;
}
.ir-btn__bar > div, .ir-btn__bar > button, .ir-btn__bar > a {
  margin-right: 2rem;
}
.ir-btn__icon {
  display: block;
  color: #fff;
  transition: all 300ms;
  padding: 0.7rem 1rem;
  position: relative;
  text-align: center;
  min-width: 3.5rem;
  min-height: 3.5rem;
}
.ir-btn__icon i {
  min-width: 1.4rem; /* prevent FA icon width flash on page load */
}
.ir-btn__icon .spinner {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  height: 16px;
  width: 16px;
  transform: translate(-50%, -50%);
}
.ir-btn__icon .spinner .spinner-inner {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Spinner%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.00118557715%2C8%20C0.000396266539%2C7.95411769%200%2C7.9081396%200%2C7.86206897%20C0%2C3.51996817%203.51996817%2C0%207.86206897%2C0%20C7.9081396%2C0%207.95411769%2C0.000396266539%208%2C0.00118557715%20L8%2C2.48449253%20C7.95416312%2C2.48333889%207.90818381%2C2.48275862%207.86206897%2C2.48275862%20C4.8911579%2C2.48275862%202.48275862%2C4.8911579%202.48275862%2C7.86206897%20C2.48275862%2C7.90818381%202.48333889%2C7.95416312%202.48449253%2C8%20L0.00118557715%2C8%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C13.4736842%20C11.0230323%2C13.4736842%2013.4736842%2C11.0230323%2013.4736842%2C8%20C13.4736842%2C4.97696769%2011.0230323%2C2.52631579%208%2C2.52631579%20C4.97696769%2C2.52631579%202.52631579%2C4.97696769%202.52631579%2C8%20C2.52631579%2C11.0230323%204.97696769%2C13.4736842%208%2C13.4736842%20Z%22%20id%3D%22Oval-3%22%20opacity%3D%220.301743659%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-position: center center;
  background-repeat: none;
  animation-name: button-spinner-rotation;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ir-btn__text {
  display: block;
  font-weight: 300;
  color: #fff;
  transition: all 300ms;
  padding: 0.7rem 1.6rem;
  border-radius: 3px;
}
.ir-btn:hover {
  transform: translate(0, -1px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.ir-btn:active, .ir-btn:visited {
  transform: translate(0, 0);
  box-shadow: 0;
}
.ir-btn--green .ir-btn__icon {
  background: rgb(107.6193181818, 174.0227272727, 27.4772727273);
}
.ir-btn--green .ir-btn__text {
  background: #5E9818;
}
.ir-btn--green:hover .ir-btn__icon {
  background: #5e9818;
}
.ir-btn--green:hover .ir-btn__text {
  background: rgb(80.3806818182, 129.9772727273, 20.5227272727);
}
.ir-btn--green:focus {
  box-shadow: 0 0 1px 2px rgba(80.3806818182, 129.9772727273, 20.5227272727, 0.4);
}
.ir-btn--blue .ir-btn__icon {
  background: #4684AD;
}
.ir-btn--blue .ir-btn__text {
  background: #186598;
}
.ir-btn--blue:hover .ir-btn__icon {
  background: rgb(62.6543209877, 118.1481481481, 154.8456790123);
}
.ir-btn--blue:hover .ir-btn__text {
  background: rgb(20.5227272727, 86.3664772727, 129.9772727273);
}
.ir-btn--blue:focus {
  box-shadow: 0 0 1px 2px rgba(20.5227272727, 86.3664772727, 129.9772727273, 0.4);
}
.ir-btn--gray .ir-btn__icon {
  background: #aaa;
}
.ir-btn--gray .ir-btn__text {
  background: #999;
}
.ir-btn--gray:hover .ir-btn__icon {
  background: rgb(157.25, 157.25, 157.25);
}
.ir-btn--gray:hover .ir-btn__text {
  background: rgb(140.25, 140.25, 140.25);
}
.ir-btn--gray:focus {
  box-shadow: 0 0 1px 2px rgba(140.25, 140.25, 140.25, 0.4);
}
.ir-btn--light-gray .ir-btn__icon {
  background: rgb(247.1, 247.1, 247.1);
}
.ir-btn--light-gray .ir-btn__text {
  background: rgb(238.1, 238.1, 238.1);
}
.ir-btn--light-gray:hover .ir-btn__icon {
  background: rgb(234.35, 234.35, 234.35);
}
.ir-btn--light-gray:hover .ir-btn__text {
  background: rgb(225.35, 225.35, 225.35);
}
.ir-btn--light-gray:focus {
  box-shadow: 0 0 1px 2px rgba(225.35, 225.35, 225.35, 0.4);
}
.ir-btn--light-gray .ir-btn__icon {
  color: rgb(157.25, 157.25, 157.25);
}
.ir-btn--light-gray .ir-btn__text {
  color: #555;
}
.ir-btn--light-gray:hover .ir-btn__icon {
  color: #666;
}
.ir-btn--light-gray:hover .ir-btn__text {
  color: #222;
}
.ir-btn--light-gray:hover {
  box-shadow: none;
  transform: translate(0, 0);
}
.ir-btn--orange .ir-btn__icon {
  background: rgb(244.0382978723, 164.1744680851, 81.9617021277);
}
.ir-btn--orange .ir-btn__text {
  background: #f18b22;
}
.ir-btn--orange:hover .ir-btn__icon {
  background: rgb(242.5191489362, 151.5872340426, 57.9808510638);
}
.ir-btn--orange:hover .ir-btn__text {
  background: rgb(234.6361702128, 126.3425531915, 14.8638297872);
}
.ir-btn--orange:focus {
  box-shadow: 0 0 1px 2px rgba(234.6361702128, 126.3425531915, 14.8638297872, 0.4);
}
.ir-btn--orange-dark .ir-btn__icon {
  background: rgb(201.0629787234, 108.2646808511, 12.7370212766);
}
.ir-btn--orange-dark .ir-btn__text {
  background: rgb(181.8782978723, 97.9344680851, 11.5217021277);
}
.ir-btn--orange-dark:hover .ir-btn__icon {
  background: rgb(177.0821276596, 95.3519148936, 11.2178723404);
}
.ir-btn--orange-dark:hover .ir-btn__text {
  background: rgb(157.8974468085, 85.0217021277, 10.0025531915);
}
.ir-btn--orange-dark:focus {
  box-shadow: 0 0 1px 2px rgba(157.8974468085, 85.0217021277, 10.0025531915, 0.4);
}
.ir-btn--red .ir-btn__icon {
  background: rgb(225.4510638298, 60.5489361702, 60.5489361702);
}
.ir-btn--red .ir-btn__text {
  background: #cc1f1f;
}
.ir-btn--red:hover .ir-btn__icon {
  background: rgb(222.0872340426, 38.4127659574, 38.4127659574);
}
.ir-btn--red:hover .ir-btn__text {
  background: rgb(181.8638297872, 27.6361702128, 27.6361702128);
}
.ir-btn--red:focus {
  box-shadow: 0 0 1px 2px rgba(181.8638297872, 27.6361702128, 27.6361702128, 0.4);
}
.ir-btn--yellow .ir-btn__icon {
  background: rgb(237.7341772152, 210.2658227848, 86.2658227848);
}
.ir-btn--yellow .ir-btn__text {
  background: #E9C628;
}
.ir-btn--yellow:hover .ir-btn__icon {
  background: rgb(235.3670886076, 204.1329113924, 63.1329113924);
}
.ir-btn--yellow:hover .ir-btn__text {
  background: rgb(224.5253164557, 187.9746835443, 22.9746835443);
}
.ir-btn--yellow:focus {
  box-shadow: 0 0 1px 2px rgba(224.5253164557, 187.9746835443, 22.9746835443, 0.4);
}
.ir-btn--atlas-brand .ir-btn__icon {
  background: #03A9EA;
}
.ir-btn--atlas-brand .ir-btn__text {
  background: #186598;
}
.ir-btn--atlas-brand:hover .ir-btn__icon {
  background: rgb(2.6772151899, 150.8164556962, 208.8227848101);
}
.ir-btn--atlas-brand:hover .ir-btn__text {
  background: rgb(20.5227272727, 86.3664772727, 129.9772727273);
}
.ir-btn--atlas-brand:focus {
  box-shadow: 0 0 1px 2px rgba(20.5227272727, 86.3664772727, 129.9772727273, 0.4);
}
.ir-btn[disabled], .ir-btn--disabled {
  cursor: default;
}
.ir-btn[disabled] .ir-btn__icon, .ir-btn--disabled .ir-btn__icon {
  background: #ddd;
}
.ir-btn[disabled] .ir-btn__text, .ir-btn--disabled .ir-btn__text {
  background: #ccc;
}
.ir-btn[disabled]:hover, .ir-btn--disabled:hover {
  transform: none;
  box-shadow: none;
}
.ir-btn[disabled]:hover .ir-btn__icon, .ir-btn--disabled:hover .ir-btn__icon {
  background: #ddd;
}
.ir-btn[disabled]:hover .ir-btn__text, .ir-btn--disabled:hover .ir-btn__text {
  background: #ccc;
}
.ir-btn--small {
  font-size: 1.2rem;
}
.ir-btn--small .ir-btn__icon {
  min-width: 3rem;
  min-height: 2.8rem;
  padding: 0.5rem;
}
.ir-btn--small .ir-btn__text {
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
}
.ir-btn--spinner-shown .ir-btn__icon {
  background: #bbb;
}
.ir-btn--spinner-shown .ir-btn__text {
  background: #aaa;
}
.ir-btn--spinner-shown:hover .ir-btn__icon {
  background: rgb(174.25, 174.25, 174.25);
}
.ir-btn--spinner-shown:hover .ir-btn__text {
  background: rgb(157.25, 157.25, 157.25);
}
.ir-btn--spinner-shown:focus {
  box-shadow: 0 0 1px 2px rgba(157.25, 157.25, 157.25, 0.4);
}
.ir-btn--spinner-shown .ir-btn__icon i {
  opacity: 0;
}
.ir-btn--spinner-shown .spinner {
  opacity: 1;
}
.ir-btn--pulsing-glow {
  box-shadow: 0 0 15px 10px rgba(255, 193, 0, 0.5), 0 0 4px 2px rgba(255, 193, 0, 0.9);
  transform: scale(1.02, 1.02);
  animation: 2s ease-out 5 green-lancer-pulsate;
}
.ir-btn--pulsing-glow:hover {
  box-shadow: 0 0 15px 10px rgba(255, 193, 0, 0.5), 0 0 4px 2px rgba(255, 193, 0, 0.9);
  transform: scale(1.02, 1.02);
}

@keyframes green-lancer-pulsate {
  0% {
    box-shadow: 0 0 15px 10px rgba(255, 193, 0, 0.5), 0 0 4px 2px rgba(255, 193, 0, 0.9);
    transform: scale(1.02, 1.02);
  }
  50% {
    box-shadow: 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 15px 10px rgba(255, 193, 0, 0.5), 0 0 4px 2px rgba(255, 193, 0, 0.9);
    transform: scale(1.02, 1.02);
  }
}
.ir-btn--icon-prepend .ir-btn__icon {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ir-btn--icon-prepend .ir-btn__text {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ir-btn--icon-append .ir-btn__icon {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ir-btn--icon-append .ir-btn__text {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ir-btn-menu {
  position: absolute;
  right: 0;
  z-index: 100;
  border-top: 4px solid transparent;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
  opacity: 0;
  transform: scaleY(0);
}
.ir-btn-menu__subtitle {
  color: #fff;
  font-size: 1.4rem;
  opacity: 0.8;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  font-weight: 400;
}
.ir-btn-menu__subtitle:first-child {
  padding-top: 0.5rem;
}
.ir-btn-menu__image-icon {
  width: 1.5rem;
}
.ir-btn-menu__background {
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 1rem 0;
}
.ir-btn-menu__background ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ir-btn-menu__background ul li {
  display: block;
  margin: 0;
}
.ir-btn-menu__background ul a, .ir-btn-menu__background ul button {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: all 400ms ease;
  opacity: 0.8;
  display: flex;
  color: #fff;
  padding: 0.6rem 2.5rem 0.6rem 1.5rem;
}
.ir-btn-menu__background ul a i.fas, .ir-btn-menu__background ul button i.fas {
  display: block;
  opacity: 0.8;
  width: 1.5rem;
  margin-right: 1rem;
  text-align: center;
}
.ir-btn-menu__background ul a span, .ir-btn-menu__background ul button span {
  display: block;
  line-height: 1em;
  border-bottom: 1px solid transparent;
  transition: all 400ms ease;
  white-space: nowrap;
  margin-right: 1rem;
}
.ir-btn-menu__background ul a .subtext, .ir-btn-menu__background ul button .subtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  padding-top: 0.2rem;
}
.ir-btn-menu__background ul a .subtext--yellow-callout, .ir-btn-menu__background ul button .subtext--yellow-callout {
  font-size: 1.1rem;
  line-height: 1.4rem;
  border-left: 1px solid #ffe557;
  color: #ffe557;
  margin-top: 0.3rem;
  padding-left: 0.4rem;
}
.ir-btn-menu__background ul a:hover, .ir-btn-menu__background ul button:hover {
  text-decoration: none;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}
.ir-btn-menu__background ul a:hover i.fas, .ir-btn-menu__background ul button:hover i.fas {
  opacity: 1;
}
.ir-btn-menu--green .ir-btn-menu__background {
  background: #5E9818;
}
.ir-btn-menu--green a {
  color: #fff;
}
.ir-btn-menu--blue .ir-btn-menu__background {
  background: #186598;
}
.ir-btn-menu--blue a {
  color: #fff;
}
.ir-btn-menu--gray .ir-btn-menu__background {
  background: #999;
}
.ir-btn-menu--gray a {
  color: #fff;
}
.ir-btn-menu--orange .ir-btn-menu__background {
  background: #f18b22;
}
.ir-btn-menu--orange a {
  color: #fff;
}
.ir-btn-menu--atlas-brand .ir-btn-menu__background {
  background: #186598;
}
.ir-btn-menu--atlas-brand a {
  color: #fff;
}
.ir-btn-menu--icon-bar .ir-btn-menu__background {
  padding: 0;
}
.ir-btn-menu--icon-bar a {
  width: 100%;
  display: flex !important;
}
.ir-btn-menu--icon-bar i.fas {
  padding-right: 0 !important;
  width: inherit !important;
}
.ir-btn-menu--icon-bar__icon {
  display: block;
  transition: all 300ms;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  border-bottom: 0 !important;
  width: 3.5rem;
  margin-right: 0 !important;
}
.ir-btn-menu--icon-bar__text {
  display: block;
  padding: 1rem;
  border-bottom: 0 !important;
  flex-grow: 2;
  margin-right: 0 !important;
}
.ir-btn-menu--icon-bar li {
  padding-bottom: 0 !important;
}
.ir-btn-menu--icon-bar li:first-child .ir-btn-menu--icon-bar__icon {
  border-top-left-radius: 3px;
}
.ir-btn-menu--icon-bar li:first-child .ir-btn-menu--icon-bar__text {
  border-top-right-radius: 3px;
}
.ir-btn-menu--icon-bar li:last-child .ir-btn-menu--icon-bar__icon {
  border-bottom-left-radius: 3px;
}
.ir-btn-menu--icon-bar li:last-child .ir-btn-menu--icon-bar__text {
  border-bottom-right-radius: 3px;
}
.ir-btn-menu--icon-bar.ir-btn-menu--blue .ir-btn-menu--icon-bar__icon {
  background: #3394ff;
}
.ir-btn-menu--icon-bar.ir-btn-menu--blue .ir-btn-menu--icon-bar__text {
  background: #007aff;
}
.ir-btn-menu--icon-bar.ir-btn-menu--blue a:hover .ir-btn-menu--icon-bar__icon {
  background: rgb(76.5, 161.375, 255);
}
.ir-btn-menu--icon-bar.ir-btn-menu--blue a:hover .ir-btn-menu--icon-bar__text {
  background: rgb(25.5, 135.3, 255);
}
.ir-btn-menu--icon-bar.ir-btn-menu--green .ir-btn-menu--icon-bar__icon {
  background: #53b86a;
}
.ir-btn-menu--icon-bar.ir-btn-menu--green .ir-btn-menu--icon-bar__text {
  background: #28a745;
}
.ir-btn-menu--icon-bar.ir-btn-menu--green a:hover .ir-btn-menu--icon-bar__icon {
  background: rgb(101.049382716, 191.450617284, 121.6358024691);
}
.ir-btn-menu--icon-bar.ir-btn-menu--green a:hover .ir-btn-menu--icon-bar__text {
  background: rgb(42.9565217391, 179.3434782609, 74.1);
}
.ir-btn-menu--icon-bar.ir-btn-menu--gray .ir-btn-menu--icon-bar__icon {
  background: #aaa;
}
.ir-btn-menu--icon-bar.ir-btn-menu--gray .ir-btn-menu--icon-bar__text {
  background: #999;
}
.ir-btn-menu--icon-bar.ir-btn-menu--gray a:hover .ir-btn-menu--icon-bar__icon {
  background: rgb(182.75, 182.75, 182.75);
}
.ir-btn-menu--icon-bar.ir-btn-menu--gray a:hover .ir-btn-menu--icon-bar__text {
  background: rgb(165.75, 165.75, 165.75);
}
.ir-btn-menu--visible {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.ir-btn-menu__container {
  position: relative;
}

.ir-icon-btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.ir-icon-btn:hover {
  transform: translate(0, -1px);
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.ir-icon-btn:active, .ir-icon-btn:visited {
  transform: translate(0, 0);
  box-shadow: 0;
}
.ir-icon-btn--table-action {
  padding: 0 1rem;
  font-size: 1.2rem;
  border-radius: 20rem;
  min-width: 3rem;
  text-align: center;
  line-height: 3rem;
}
.ir-icon-btn--table-action:not(:last-child) {
  margin: 0 0.4rem 0.4rem 0;
}
.ir-icon-btn--table-action:hover {
  transform: translate(0);
  box-shadow: none;
}
.ir-icon-btn--green {
  background: #5E9818;
}
.ir-icon-btn--green:hover {
  background: rgb(66.7613636364, 107.9545454545, 17.0454545455);
}
.ir-icon-btn--blue {
  background: #186598;
}
.ir-icon-btn--blue:hover {
  background: rgb(17.0454545455, 71.7329545455, 107.9545454545);
}
.ir-icon-btn--gray {
  background: #999;
}
.ir-icon-btn--gray:hover {
  background: rgb(127.5, 127.5, 127.5);
}
.ir-icon-btn--orange {
  background: #f18b22;
}
.ir-icon-btn--orange:hover {
  background: rgb(210.6553191489, 113.429787234, 13.3446808511);
}
.ir-icon-btn--light-bg-gray {
  color: rgb(106.25, 106.25, 106.25);
  background: rgb(233.75, 233.75, 233.75);
}
.ir-icon-btn--light-bg-gray:hover {
  color: rgb(80.75, 80.75, 80.75);
  background: #dddddd;
}
.ir-icon-btn--light-bg-blue {
  color: rgb(30.9545454545, 130.2670454545, 196.0454545455);
  background: rgb(230.8181818182, 243.0681818182, 251.1818181818);
}
.ir-icon-btn--light-bg-blue:hover {
  color: #186598;
  background: rgb(208.7954545455, 232.2017045455, 247.7045454545);
}
.ir-icon-btn--light-bg-green {
  color: rgb(85.8284090909, 138.7863636364, 21.9136363636);
  background: rgb(211.0647727273, 242.1409090909, 173.5590909091);
}
.ir-icon-btn--light-bg-green:hover {
  color: rgb(58.5897727273, 94.7409090909, 14.9590909091);
  background: rgb(199.1840909091, 238.6636363636, 151.5363636364);
}
.ir-icon-btn--light-bg-red {
  color: rgb(181.8638297872, 27.6361702128, 27.6361702128);
  background: rgb(248.9978723404, 215.5021276596, 215.5021276596);
}
.ir-icon-btn--light-bg-red:hover {
  color: rgb(137.5914893617, 20.9085106383, 20.9085106383);
  background: rgb(245.6340425532, 193.3659574468, 193.3659574468);
}

.ir-btn-link {
  background: transparent !important;
}
.ir-btn-link:hover {
  box-shadow: none;
}
.ir-btn-link .ir-btn__icon {
  padding-right: 0.7rem;
  background: transparent !important;
}
.ir-btn-link .ir-btn__text {
  padding-left: 0;
  background: transparent !important;
  font-weight: 400;
}

.ir-btn-link.ir-btn--red .ir-btn__icon {
  color: #cc1f1f;
}
.ir-btn-link.ir-btn--red .ir-btn__text {
  color: #cc1f1f;
}
.ir-btn-link.ir-btn--red:hover .ir-btn__icon {
  color: rgb(137.5914893617, 20.9085106383, 20.9085106383);
}
.ir-btn-link.ir-btn--red:hover .ir-btn__text {
  color: rgb(137.5914893617, 20.9085106383, 20.9085106383);
}

.ir-btn-link.ir-btn--blue .ir-btn__icon {
  color: #186598;
}
.ir-btn-link.ir-btn--blue .ir-btn__text {
  color: #186598;
}
.ir-btn-link.ir-btn--blue:hover .ir-btn__icon {
  color: rgb(13.5681818182, 57.0994318182, 85.9318181818);
}
.ir-btn-link.ir-btn--blue:hover .ir-btn__text {
  color: rgb(13.5681818182, 57.0994318182, 85.9318181818);
}

.ir-btn-link.ir-btn--green .ir-btn__icon {
  color: #5E9818;
}
.ir-btn-link.ir-btn--green .ir-btn__text {
  color: #5E9818;
}
.ir-btn-link.ir-btn--green:hover .ir-btn__icon {
  color: rgb(53.1420454545, 85.9318181818, 13.5681818182);
}
.ir-btn-link.ir-btn--green:hover .ir-btn__text {
  color: rgb(53.1420454545, 85.9318181818, 13.5681818182);
}

.ir-btn-link.ir-btn--orange .ir-btn__icon {
  color: #f18b22;
}
.ir-btn-link.ir-btn--orange .ir-btn__text {
  color: #f18b22;
}
.ir-btn-link.ir-btn--orange:hover .ir-btn__icon {
  color: rgb(186.6744680851, 100.5170212766, 11.8255319149);
}
.ir-btn-link.ir-btn--orange:hover .ir-btn__text {
  color: rgb(186.6744680851, 100.5170212766, 11.8255319149);
}

.ir-btn-link.ir-btn--gray .ir-btn__icon {
  color: #666;
}
.ir-btn-link.ir-btn--gray .ir-btn__text {
  color: #666;
}
.ir-btn-link.ir-btn--gray:hover .ir-btn__icon {
  color: rgb(63.75, 63.75, 63.75);
}
.ir-btn-link.ir-btn--gray:hover .ir-btn__text {
  color: rgb(63.75, 63.75, 63.75);
}

.ir-alert {
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: 2rem 1.5rem;
  border: none;
  color: #fff;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.ir-alert__container {
  overflow: hidden;
  opacity: 0;
}
.ir-alert__alerts-group .ir-alert:first-of-type {
  margin-top: 1rem;
}
.ir-alert__alerts-group .ir-alert:last-of-type {
  margin-bottom: 0;
}
.ir-alert__alerts-group .ir-alert__alerts-group {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}
.ir-alert__alerts-group .ir-alert__alerts-group:last-of-type {
  margin-bottom: 0;
}
.ir-alert h3 {
  font-size: 1.6rem;
  margin-top: 0 !important; /* override .ir_dialog h_ margin setting */
}
.ir-alert ul {
  margin: 0;
  padding: 0 0 0 1.8rem;
}
.ir-alert ul li {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.ir-alert ul li:not(:last-child) {
  margin-bottom: 0.15rem;
}
.ir-alert__close-btn {
  background: none;
  display: inline-block;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  border: none;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  transition: all 200ms;
}
.ir-alert__close-btn:focus {
  outline: 0;
}
.ir-alert__close-btn:hover {
  opacity: 1;
}
.ir-alert a {
  color: #f5ed18;
  transition: all 300ms;
}
.ir-alert a:hover {
  color: #ffff00;
}
.ir-alert p:last-child {
  margin-bottom: 0;
}
.ir-alert--error {
  background-color: #d0021b;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20d%3D%22M21%2010.5C21%2016.3%2016.3%2021%2010.5%2021S0%2016.3%200%2010.5%204.7%200%2010.5%200%2021%204.7%2021%2010.5zm-10.5%202.1c-1.1%200-1.9.9-1.9%202%200%201%20.8%201.9%201.9%201.9%201.1%200%201.9-.9%201.9-1.9%200-1.1-.8-2-1.9-2zm-1.8-7l.3%205.8c0%20.2.2.5.5.5h2c.3%200%20.5-.3.5-.5l.3-5.8c.1-.3-.2-.5-.5-.5H9.2c-.3%200-.6.2-.5.5z%22%20fill%3D%22%23FFF%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
}
.ir-alert--success {
  background-color: #5E9818;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20d%3D%22M21%2010.5C21%2016.3%2016.3%2021%2010.5%2021S0%2016.3%200%2010.5%204.7%200%2010.5%200%2021%204.7%2021%2010.5zM9.3%2016.1l7.8-7.8c.2-.3.2-.7%200-1l-1-.9c-.2-.3-.7-.3-.9%200l-6.4%206.3-3-3c-.2-.2-.7-.2-.9%200l-1%201c-.2.3-.2.7%200%201l4.4%204.4c.3.2.7.2%201%200z%22%20fill%3D%22%23FFF%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
}
.ir-alert--warning {
  background-color: #e7ac2d;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.764%2016.329c.673%201.187-.172%202.671-1.516%202.671H1.752C.405%2019-.435%2017.514.236%2016.329L8.984.89a1.736%201.736%200%200%201%203.032%200l8.748%2015.439zM10.5%2013.137c-.926%200-1.677.764-1.677%201.707%200%20.943.75%201.707%201.677%201.707.926%200%201.677-.764%201.677-1.707%200-.943-.75-1.707-1.677-1.707zM8.908%207l.27%205.047a.44.44%200%200%200%20.437.42h1.77a.44.44%200%200%200%20.437-.42L12.092%207a.442.442%200%200%200-.437-.47h-2.31a.442.442%200%200%200-.437.47z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
}
.ir-alert--warning-secondary {
  background-color: #F18B22;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2219%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20.764%2016.329c.673%201.187-.172%202.671-1.516%202.671H1.752C.405%2019-.435%2017.514.236%2016.329L8.984.89a1.736%201.736%200%200%201%203.032%200l8.748%2015.439zM10.5%2013.137c-.926%200-1.677.764-1.677%201.707%200%20.943.75%201.707%201.677%201.707.926%200%201.677-.764%201.677-1.707%200-.943-.75-1.707-1.677-1.707zM8.908%207l.27%205.047a.44.44%200%200%200%20.437.42h1.77a.44.44%200%200%200%20.437-.42L12.092%207a.442.442%200%200%200-.437-.47h-2.31a.442.442%200%200%200-.437.47z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
}
.ir-alert--info {
  background-color: #186598;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200C4.701%200%200%204.703%200%2010.5%200%2016.3%204.701%2021%2010.5%2021S21%2016.3%2021%2010.5C21%204.703%2016.299%200%2010.5%200zm0%204.657a1.778%201.778%200%201%201%200%203.557%201.778%201.778%200%200%201%200-3.557zm2.371%2010.754c0%20.28-.228.508-.508.508H8.637a.508.508%200%200%201-.508-.508v-1.016c0-.28.228-.508.508-.508h.508v-2.71h-.508a.508.508%200%200%201-.508-.508V9.653c0-.28.228-.508.508-.508h2.71c.28%200%20.508.228.508.508v4.234h.508c.28%200%20.508.228.508.508v1.016z%22%20fill%3D%22%23FFF%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
}
.ir-alert--info-secondary {
  background-color: #e9e9e9;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200C4.701%200%200%204.703%200%2010.5%200%2016.3%204.701%2021%2010.5%2021S21%2016.3%2021%2010.5C21%204.703%2016.299%200%2010.5%200zm0%204.657a1.778%201.778%200%201%201%200%203.557%201.778%201.778%200%200%201%200-3.557zm2.371%2010.754c0%20.28-.228.508-.508.508H8.637a.508.508%200%200%201-.508-.508v-1.016c0-.28.228-.508.508-.508h.508v-2.71h-.508a.508.508%200%200%201-.508-.508V9.653c0-.28.228-.508.508-.508h2.71c.28%200%20.508.228.508.508v4.234h.508c.28%200%20.508.228.508.508v1.016z%22%20fill%3D%22%23888%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
  color: #444;
}
.ir-alert--info-transparent {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200C4.701%200%200%204.703%200%2010.5%200%2016.3%204.701%2021%2010.5%2021S21%2016.3%2021%2010.5C21%204.703%2016.299%200%2010.5%200zm0%204.657a1.778%201.778%200%201%201%200%203.557%201.778%201.778%200%200%201%200-3.557zm2.371%2010.754c0%20.28-.228.508-.508.508H8.637a.508.508%200%200%201-.508-.508v-1.016c0-.28.228-.508.508-.508h.508v-2.71h-.508a.508.508%200%200%201-.508-.508V9.653c0-.28.228-.508.508-.508h2.71c.28%200%20.508.228.508.508v4.234h.508c.28%200%20.508.228.508.508v1.016z%22%20fill%3D%22%23888%22%20opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
  color: #444;
  background-position: 0.5rem 0.3rem;
  padding: 0 0 0 4rem;
}
.ir-alert--info-transparent a {
  color: #007aff;
  transition: all 300ms;
}
.ir-alert--info-transparent a:hover {
  color: #007aff;
}
.ir-alert--no-icon {
  background-image: none;
  padding: 1.5rem;
}
.ir-alert--skinny {
  padding: 0.4rem 0;
  margin-bottom: 0;
}

.ir-table {
  width: 100%;
}
.ir-table > thead > tr > th, .ir-table > thead > tr > td {
  padding: 1rem;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.ir-table > tfoot > tr > td {
  padding: 1rem;
  background: transparent;
  border: none;
  border-top: 1px solid #ddd;
}
.ir-table > tbody > tr > td, .ir-table > tbody > tr > th {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 1rem;
  transition: all 250ms ease-out;
}
.ir-table > tbody > tr.selected > td {
  background: rgb(208.7954545455, 232.2017045455, 247.7045454545);
}
.ir-table > tbody > tr.details > td {
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
.ir-table > tbody > tr:last-child > td, .ir-table > tbody > tr:last-child > th {
  border-bottom: 1px solid #e4e4e4;
}
.ir-table > tbody > tr.no-top-border > td, .ir-table > tbody > tr.no-top-border > th {
  border-top: none;
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--gray, .ir-table > tbody > tr > th.ir-table__cell-highlight--gray, .ir-table > thead > tr > td.ir-table__cell-highlight--gray, .ir-table > thead > tr > th.ir-table__cell-highlight--gray, .ir-table > tfoot > tr > td.ir-table__cell-highlight--gray, .ir-table > tfoot > tr > th.ir-table__cell-highlight--gray {
  background: #f7f7f7;
  border-bottom: 1px solid rgb(234.25, 234.25, 234.25);
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--disabled, .ir-table > tbody > tr > th.ir-table__cell-highlight--disabled, .ir-table > thead > tr > td.ir-table__cell-highlight--disabled, .ir-table > thead > tr > th.ir-table__cell-highlight--disabled, .ir-table > tfoot > tr > td.ir-table__cell-highlight--disabled, .ir-table > tfoot > tr > th.ir-table__cell-highlight--disabled {
  background: rgb(234.25, 234.25, 234.25);
  border-bottom: 1px solid rgb(221.5, 221.5, 221.5);
  color: #777;
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--blue, .ir-table > tbody > tr > th.ir-table__cell-highlight--blue, .ir-table > thead > tr > td.ir-table__cell-highlight--blue, .ir-table > thead > tr > th.ir-table__cell-highlight--blue, .ir-table > tfoot > tr > td.ir-table__cell-highlight--blue, .ir-table > tfoot > tr > th.ir-table__cell-highlight--blue {
  background: #e1f2fe;
  border-bottom: 1px solid rgb(195.3870967742, 229.1677419355, 253.0129032258);
}
.ir-table > tbody > tr > th.ir-table__cell-highlight--blue, .ir-table > thead > tr > th.ir-table__cell-highlight--blue, .ir-table > tfoot > tr > th.ir-table__cell-highlight--blue {
  border-bottom: 1px solid rgb(175.6451612903, 220.6129032258, 252.3548387097);
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--blue-dark, .ir-table > tbody > tr > th.ir-table__cell-highlight--blue-dark, .ir-table > thead > tr > td.ir-table__cell-highlight--blue-dark, .ir-table > thead > tr > th.ir-table__cell-highlight--blue-dark, .ir-table > tfoot > tr > td.ir-table__cell-highlight--blue-dark, .ir-table > tfoot > tr > th.ir-table__cell-highlight--blue-dark {
  background: rgb(205.2580645161, 233.4451612903, 253.3419354839);
  border-bottom: 1px solid rgb(185.5161290323, 224.8903225806, 252.6838709677);
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--green, .ir-table > tbody > tr > th.ir-table__cell-highlight--green, .ir-table > thead > tr > td.ir-table__cell-highlight--green, .ir-table > thead > tr > th.ir-table__cell-highlight--green, .ir-table > tfoot > tr > td.ir-table__cell-highlight--green, .ir-table > tfoot > tr > th.ir-table__cell-highlight--green {
  background: #def6e2;
  border-bottom: 1px solid rgb(201.9642857143, 240.5357142857, 208.3928571429);
}
.ir-table > tbody > tr > th.ir-table__cell-highlight--green, .ir-table > thead > tr > th.ir-table__cell-highlight--green, .ir-table > tfoot > tr > th.ir-table__cell-highlight--green {
  border-bottom: 1px solid rgb(189.9428571429, 237.2571428571, 197.8285714286);
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--orange, .ir-table > tbody > tr > th.ir-table__cell-highlight--orange, .ir-table > thead > tr > td.ir-table__cell-highlight--orange, .ir-table > thead > tr > th.ir-table__cell-highlight--orange, .ir-table > tfoot > tr > td.ir-table__cell-highlight--orange, .ir-table > tfoot > tr > th.ir-table__cell-highlight--orange {
  background: rgb(255, 237.88, 214.2);
  border-bottom: 1px solid rgb(255, 227.18, 188.7);
}
.ir-table > tbody > tr > th.ir-table__cell-highlight--orange, .ir-table > thead > tr > th.ir-table__cell-highlight--orange, .ir-table > tfoot > tr > th.ir-table__cell-highlight--orange {
  border-bottom: 1px solid rgb(255, 222.9, 178.5);
}
.ir-table > tbody > tr > td.ir-table__cell-highlight--red, .ir-table > tbody > tr > th.ir-table__cell-highlight--red, .ir-table > thead > tr > td.ir-table__cell-highlight--red, .ir-table > thead > tr > th.ir-table__cell-highlight--red, .ir-table > tfoot > tr > td.ir-table__cell-highlight--red, .ir-table > tfoot > tr > th.ir-table__cell-highlight--red {
  background: rgb(255, 229.5, 229.5);
  border-bottom: 1px solid rgb(255, 214.2, 214.2);
}
.ir-table > tbody > tr > th.ir-table__cell-highlight--red, .ir-table > thead > tr > th.ir-table__cell-highlight--red, .ir-table > tfoot > tr > th.ir-table__cell-highlight--red {
  border-bottom: 1px solid #ffcccc;
}
.ir-table > tbody > tr.ir-table__group-row-header > th, .ir-table > thead > tr.ir-table__group-row-header > th, .ir-table > tfoot > tr.ir-table__group-row-header > th {
  font-weight: 500;
  background: #e1f2fe;
  border-bottom: 1px solid rgb(200.3225806452, 231.3064516129, 253.1774193548);
  border-top: 1px solid rgb(200.3225806452, 231.3064516129, 253.1774193548);
}
.ir-table td.no-style,
.ir-table th.no-style {
  background: transparent;
  border: none;
}
.ir-table th.super-header {
  background: transparent;
  border: none;
  padding-bottom: 0;
}
.ir-table tr.no-top-border td {
  border-top: none;
}
.ir-table tr.connect-on-top td {
  border-top: none;
  padding-top: 0;
}
.ir-table td.no-top-border {
  border-top: none;
}
.ir-table__totals-spacer {
  border-top: none !important;
}
.ir-table tr.da-bom__summary-row td,
.ir-table tr.da-bom__summary-row th {
  background: transparent;
  border-top: 1px solid #e4e4e4;
}
.ir-table tr.da-bom__summary-row--first td, .ir-table tr.da-bom__summary-row--first th {
  border-top: 2px solid #ddd;
  padding-top: 2rem;
}
.ir-table--align-top td,
.ir-table--align-top th {
  vertical-align: top;
}
.ir-table td.actions {
  white-space: nowrap;
  text-align: right;
}
.ir-table--no-top-border tbody tr:first-child td,
.ir-table--no-top-border tbody tr:first-child th {
  border-top: 0;
}
.ir-table--no-bottom-border tbody tr:last-child td,
.ir-table--no-bottom-border tbody tr:last-child th {
  border-bottom: 0;
}
.ir-table--transparent-rows tbody tr th, .ir-table--transparent-rows tbody tr td {
  background: transparent;
}
.ir-table--form td, .ir-table--form th {
  color: #888;
}
.ir-table--small-text td, .ir-table--small-text th {
  font-size: 1.2rem;
}
.ir-table .sub-text {
  font-size: 0.8rem;
  color: #999;
}
.ir-table__badge {
  background: #ff9400;
  padding: 2px 3px;
  border-radius: 2px;
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  line-height: 1.2rem;
}
.ir-table__title {
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  margin: 0;
}

tr.ir-table__spacer td, tr.ir-table__spacer th {
  height: 4rem;
}

table.ir-csv-test__table {
  margin: 2rem;
}
table.ir-csv-test__table td {
  padding: 0.5rem;
  border: 1px solid #eee;
  min-height: 6rem;
}

.ir-pagination {
  padding-top: 1rem;
}
.ir-pagination .page-item .page-link {
  color: #0878C3;
  font-size: 1.4rem;
}
.ir-pagination .page-item.active .page-link {
  background: #0878C3;
  color: #fff;
}

.ir-tooltip__table {
  color: rgba(255, 255, 255, 0.9);
  margin: 0.25rem 0.6rem 1rem 0.6rem;
  text-align: left;
}
.ir-tooltip__table th, .ir-tooltip__table td {
  padding: 0.75rem 1rem;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none !important;
}
.ir-tooltip__table tr:last-child th, .ir-tooltip__table tr:last-child td {
  border-bottom: none !important;
}
.ir-tooltip__table--separator-border-top {
  border-top: 2px solid rgba(255, 255, 255, 0.2) !important;
}
.ir-tooltip__table--background-highlight th, .ir-tooltip__table--background-highlight td {
  background: rgba(255, 255, 255, 0.07) !important;
}
.ir-tooltip__table .sub-text {
  font-size: 0.8rem;
  color: #999;
}
.ir-tooltip__table .sub-text--large {
  font-size: 1.1rem;
}
.ir-tooltip__logo-header {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  text-align: center;
}
.ir-tooltip__info-icon {
  color: #bbb;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ir-tooltip__info-icon:hover {
  color: #f18b22;
}
.ir-tooltip__info-icon--error {
  color: #cc1f1f;
}
.ir-tooltip__disabled-msg {
  font-size: 1rem;
  color: #f5a623;
  text-align: center;
}
.ir-tooltip__sub-text {
  font-size: 1rem;
  color: #999;
  text-align: center;
}

.ir-flash {
  position: fixed;
  width: 350px;
  z-index: 1000000;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.4);
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
  padding: 1.5rem;
  opacity: 0;
  display: none;
}
.ir-flash--success {
  background: linear-gradient(151deg, rgb(80.3806818182, 129.9772727273, 20.5227272727) 0%, #5E9818 100%);
}
.ir-flash--error {
  background: linear-gradient(151deg, #d0021b 0%, #d63b00 100%);
}
.ir-flash--info {
  background: linear-gradient(151deg, rgb(20.5227272727, 86.3664772727, 129.9772727273) 0%, #186598 100%);
}
.ir-flash__close {
  position: absolute;
  display: block;
  top: 0.3rem;
  right: 1rem;
  color: #fff;
  opacity: 0.7;
  font-size: 2rem;
  font-weight: 200;
  transition: all 200ms ease-out;
}
.ir-flash__close:hover {
  opacity: 1;
  color: #fff !important;
  text-decoration: none;
}

.ir-dialog {
  position: absolute;
  width: 600px;
  background: #fff;
  z-index: 100000;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.4);
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  border-radius: 2px;
  overflow: hidden;
}
.ir-dialog__close {
  position: absolute;
  display: block;
  top: 0.3rem;
  right: 1rem;
  font-size: 2rem;
  transition: all 200ms ease-out;
  color: rgba(0, 0, 0, 0.4);
}
.ir-dialog__close:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.ir-dialog__drag {
  position: absolute;
  top: 0.3rem;
  left: 50%;
  transition: all 200ms ease-out;
  font-size: 1.6rem;
  z-index: 3;
  width: 100px;
  text-align: center;
  transform: translateX(-50%);
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgba(0, 0, 0, 0.4);
}
.ir-dialog__drag:hover {
  color: rgba(0, 0, 0, 0.9);
}
.ir-dialog__header, .ir-dialog__body, .ir-dialog__footer {
  padding: 2.5rem;
}
.ir-dialog__header {
  padding-bottom: 1.5rem;
}
.ir-dialog__footer {
  padding-top: 1.5rem;
}
.ir-dialog__header + .ir-dialog__body {
  padding-top: 0;
}
.ir-dialog__body + .ir-dialog__footer {
  padding-top: 0;
}
.ir-dialog__body h3,
.ir-dialog__body h4,
.ir-dialog__body h5,
.ir-dialog__body h6 {
  font-weight: bold;
}
.ir-dialog__body h3:not(:first-child),
.ir-dialog__body h4:not(:first-child),
.ir-dialog__body h5:not(:first-child),
.ir-dialog__body h6:not(:first-child) {
  margin-top: 2rem;
}
.ir-dialog__body p {
  margin-bottom: 1.5rem;
}
.ir-dialog__body p:last-child {
  margin-bottom: 0;
}
.ir-dialog--solid-header .ir-dialog__header {
  padding-top: 2.2rem;
  background: linear-gradient(-10deg, #ff9400, #ff5d00);
}
.ir-dialog--solid-header .ir-dialog__header h2 {
  color: #fff;
}
.ir-dialog--solid-header .ir-dialog__body {
  padding-top: 2rem !important;
}
.ir-dialog--solid-header .ir-dialog__close {
  color: rgba(255, 255, 255, 0.7);
}
.ir-dialog--solid-header .ir-dialog__close:hover {
  color: #fff;
}
.ir-dialog--solid-header .ir-dialog__drag {
  color: rgba(255, 255, 255, 0.5);
}
.ir-dialog--solid-header .ir-dialog__drag:hover {
  color: #fff;
}
.ir-dialog--solid-header--orange .ir-dialog__header {
  background: linear-gradient(-10deg, #ff9400, #ff5d00);
}
.ir-dialog--solid-header--red .ir-dialog__header {
  background: linear-gradient(-10deg, rgb(225.4510638298, 60.5489361702, 60.5489361702), #cc1f1f);
}
.ir-dialog--solid-header--blue .ir-dialog__header {
  background: linear-gradient(-10deg, #4d97f6, #186ddf);
}
.ir-dialog--solid-header--atlas-brand .ir-dialog__header {
  background: linear-gradient(-10deg, #03A9EA, #186598);
}
.ir-dialog--modal {
  z-index: 101000;
}
.ir-dialog__modal-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 100999;
  position: fixed;
}
.ir-dialog .ir-form__actions {
  padding-top: 0;
}

.info-popup__link {
  color: #bbb;
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 2rem;
  padding: 0 0.15rem;
}
.info-popup__link:hover {
  color: #f18b22;
}
.info-popup__link--error {
  color: #cc1f1f;
}
.info-popup__link:focus {
  box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
  outline: 0;
}

.ir-carousel__subtitle {
  text-align: center;
  font-weight: 300 !important;
}
.ir-carousel__navigation {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ir-carousel__navigation li {
  margin: 0 1rem;
  padding: 0;
}
.ir-carousel__navigation a {
  display: block;
  transition: all 300ms ease-out;
  font-weight: bold;
  text-align: center;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  line-height: 2rem;
}
.ir-carousel__navigation__prev-link, .ir-carousel__navigation__next-link {
  background: transparent;
  color: #bbb;
  font-size: 2rem;
}
.ir-carousel__navigation__prev-link:hover, .ir-carousel__navigation__next-link:hover {
  color: #666;
}
.ir-carousel__navigation__page-link {
  color: #fff;
  background: #bbb;
  overflow: hidden;
  font-size: 1rem;
}
.ir-carousel__navigation__page-link:hover {
  background: #999;
  color: #fff;
  text-decoration: none;
}
li.active .ir-carousel__navigation__page-link {
  background: #666;
}

.ir-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.ir-tabs__content-box {
  background: #fff;
  border-radius: 3px;
  border-top-left-radius: 0;
  padding: 2rem;
}
.ir-tabs--tight {
  padding: 0;
}
.ir-tabs li {
  margin: 0;
  padding: 0;
  display: block;
}
.ir-tabs li:first-child .ir-tabs__tab {
  border-top-left-radius: 3px;
}
.ir-tabs li:last-child .ir-tabs__tab {
  border-top-right-radius: 3px;
}
.ir-tabs__tab {
  display: inline-block;
  margin: 0;
  padding: 0.6rem 2rem 0.8rem 2.2rem;
  background: #ededed;
  border-top: 3px solid #ededed !important;
  color: #666;
  border: 0;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.ir-tabs__tab:focus {
  outline: none;
}
.ir-tabs__tab:hover {
  background: #ddd;
  border-top: 3px solid #ddd !important;
  color: #222;
  text-decoration: none;
}
.ir-tabs__tab:hover i {
  color: #222;
}
.ir-tabs__tab i {
  transition: all 300ms ease-out;
  color: #777;
  position: relative;
  left: -7px;
}
.ir-tabs li.active .ir-tabs__tab {
  border-top: 3px solid #90e3ff !important;
  background: #fff;
  color: #333;
}
.ir-tabs li.active .ir-tabs__tab i {
  color: #58a8ff;
}
.ir-tabs li.active .ir-tabs__tab:hover {
  text-decoration: none;
}

.ir-content-tabs__nav-container {
  display: flex;
  border-bottom: 1px solid #eee;
  align-items: flex-end;
}
.ir-content-tabs ul.ir-content-tabs__nav-ul {
  position: relative;
  bottom: -1px;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid #eee;
}
.ir-content-tabs ul.ir-content-tabs__nav-ul li {
  margin: 0;
  padding: 0;
}
.ir-content-tabs__header {
  padding: 1.2rem 2rem 0 2rem !important;
  border: 1px solid transparent;
  line-height: 0.9em;
  margin: 0;
}
.ir-content-tabs__expand-link {
  padding: 0.7rem 2rem;
  border: 1px solid transparent;
}
.ir-content-tabs__link {
  display: block;
  border: 1px solid #eee;
  padding: 0.7rem 2rem;
  position: relative;
  bottom: -1px;
  margin-left: -1px;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  background: rgb(250.75, 250.75, 250.75);
  transition: all 200ms ease-out;
  color: #666;
}
.ir-content-tabs__link::before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(247.0765957447, 189.3489361702, 129.9234042553);
  transition: all 220ms ease-out;
}
.ir-content-tabs__link--error::after {
  content: "";
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 8px;
  border-radius: 10px;
  border: 2px solid #c60303;
  background: #c60303;
}
.ir-content-tabs__link--active {
  border-bottom-color: #fff;
  background: #fff;
  color: #333;
}
.ir-content-tabs__link--active::before {
  width: 50%;
}
.ir-content-tabs__link:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.ir-content-tabs__tab-title {
  padding: 1.2rem 2rem 0 2rem !important;
  font-size: 1.7rem;
  line-height: 0.9em;
  font-weight: 500;
}

.ir-number-scroll__container {
  display: flex;
  flex-direction: column;
}
.ir-number-scroll__up, .ir-number-scroll__down {
  position: relative;
  display: block;
  height: 51%;
  font-size: 1rem;
  padding: 0 0.7rem;
  margin: 0;
  border: 0;
  background: #f7f7f7;
  color: #999;
  cursor: pointer;
  transition: all 400ms;
  border-right: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  z-index: 0;
}
.ir-number-scroll__up:hover, .ir-number-scroll__down:hover {
  background: #ededed;
  color: #444;
  z-index: 1;
}
.ir-number-scroll__up:focus, .ir-number-scroll__down:focus {
  outline: 0;
  z-index: 1;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ir-number-scroll__up {
  border-top-right-radius: 2px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.ir-number-scroll__down {
  margin-top: -1px;
  padding-top: 1px;
  padding-bottom: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

.field_with_errors ~ .ir-number-scroll__container .ir-number-scroll__up,
.field_with_errors ~ .ir-number-scroll__container .ir-number-scroll__down {
  border-color: rgb(240.2181818182, 188.4818181818, 188.4818181818);
  color: #7b3331;
  background-color: rgb(252.2153846154, 221.5846153846, 221.5846153846);
}
.field_with_errors ~ .ir-number-scroll__container .ir-number-scroll__up:hover,
.field_with_errors ~ .ir-number-scroll__container .ir-number-scroll__down:hover {
  background-color: rgb(251.0384615385, 207.4615384615, 207.4615384615);
  border-color: rgb(238.3636363636, 180.1363636364, 180.1363636364);
}

.ir-feet-and-inches-field {
  display: flex;
}
.ir-feet-and-inches-field__field {
  width: 5rem;
  text-align: center;
  line-height: 3.5rem;
}
.ir-feet-and-inches-field__field:focus {
  z-index: 1;
}
.ir-feet-and-inches-field__field--feet {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ir-feet-and-inches-field__field--inches {
  border-radius: 0 !important;
}
.ir-feet-and-inches-field__marker {
  line-height: 3.5rem;
  height: 3.5rem;
  padding: 0 1rem;
  background-color: #ededed;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 1.2rem;
}
.ir-feet-and-inches-field__marker--inches {
  border-right: 1px solid #ddd;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.field_with_errors .ir-feet-and-inches-field__marker {
  border-top: 1px solid #f3c9c9;
  border-bottom: 1px solid #f3c9c9;
  background-color: rgb(251.8230769231, 216.8769230769, 216.8769230769);
  color: #7b3331;
}
.field_with_errors .ir-feet-and-inches-field__marker--inches {
  border-right: 1px solid #f3c9c9;
}

.ir-text-message {
  padding-left: 2.4rem;
  display: inline-block;
  position: relative;
  text-align: left;
}
.ir-text-message .fas {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}
.ir-text-message--warning {
  color: #f18b22;
}
.ir-text-message--error {
  color: #c60303;
}
.ir-text-message--error-light {
  color: rgb(252.2910447761, 76.2089552239, 76.2089552239);
}
.ir-text-message--info {
  color: #186598;
}
.ir-text-message--gray-info {
  color: #aaa;
}

.ir-multi-select {
  max-height: 20rem;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fff;
}
.ir-multi-select__option {
  padding: 0.3rem 1rem;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.ir-multi-select__option:hover {
  background: #ededed;
}
.ir-multi-select__result {
  padding: 0.3rem 1rem;
  line-height: 1.4rem;
}
.ir-multi-select__result__container {
  padding: 1rem 0;
}

.ir-tag {
  margin: 0 !important;
  padding: 0.3rem 1rem;
}

.tags-manager {
  background: #fff;
  padding: 1rem;
  border-radius: 3px;
}
.tags-manager__tags-container {
  padding: 0 1rem 0.6rem 0;
  display: flex;
  flex-wrap: wrap;
}
.tags-manager__tag-link {
  display: inline-block;
  padding: 0;
  margin: 0 0.4rem 0.4rem 0;
}
.tags-manager__tag-link .ir-tag {
  line-height: 1em;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px);
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden] {
  opacity: 0;
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top] {
  transform: translateY(5px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-5px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left] {
  transform: translateX(5px);
}

.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right] {
  transform: translateX(-5px);
}

.tippy-box[data-theme~=ir] {
  background-color: #222;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.4);
}

.tippy-box[data-theme~=ir][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #222;
}

.tippy-box[data-theme~=ir][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #222;
}

.tippy-box[data-theme~=ir][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #222;
}

.tippy-box[data-theme~=ir][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #222;
}

.tippy-box[data-theme~=locked] {
  background-color: #E9C628;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.tippy-box[data-theme~=locked][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #E9C628;
}

.tippy-box[data-theme~=locked][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #E9C628;
}

.tippy-box[data-theme~=locked][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #E9C628;
}

.tippy-box[data-theme~=locked][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #E9C628;
}

.tippy-box[data-theme~=info] {
  background-color: #186ddf;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.4);
  color: #fff;
}

.tippy-box[data-theme~=info][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #186ddf;
}

.tippy-box[data-theme~=info][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #186ddf;
}

.tippy-box[data-theme~=info][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #186ddf;
}

.tippy-box[data-theme~=info][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #186ddf;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content {
  background: #fff;
  font-size: 1.4rem;
}
.trix-content h1 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
.trix-content br {
  line-height: 1em;
}
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

trix-toolbar .trix-button-group {
  border: none;
}
trix-toolbar .trix-button {
  border-bottom: none;
  margin-right: 1px;
}
trix-toolbar .trix-button:not(:first-child) {
  border: none;
}
trix-toolbar .trix-button.trix-active {
  background-color: #ddd;
  border-radius: 3px;
}

trix-editor {
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 300ms ease-out;
  font-size: 1.6rem;
}
trix-editor.trix-content {
  max-height: 50rem !important;
  overflow-y: auto;
}

.countdown-timer__container {
  display: flex;
}
.countdown-timer__part {
  text-align: center;
  width: 100px;
}
.countdown-timer__part:not(:last-child) {
  padding-right: 1px;
}
.countdown-timer__part__value {
  background: rgb(241.4, 241.4, 241.4);
  margin-bottom: 1px;
  font-size: 2rem;
  padding: 0 1rem;
  line-height: 5.5rem;
  font-weight: bold;
}
.countdown-timer__part__label {
  background: #ddd;
  line-height: 2.5rem;
  padding: 0 1rem;
  font-size: 1.3rem;
}
.countdown-timer__part:first-child .countdown-timer__part__value {
  border-top-left-radius: 3px;
}
.countdown-timer__part:last-child .countdown-timer__part__value {
  border-top-right-radius: 3px;
}
.countdown-timer__part:first-child .countdown-timer__part__label {
  border-bottom-left-radius: 3px;
}
.countdown-timer__part:last-child .countdown-timer__part__label {
  border-bottom-right-radius: 3px;
}

.ir-magnifier__container {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ir-magnifier__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ir-magnifier__image {
  max-width: 100%;
  max-height: 50rem;
}
.ir-magnifier__overlay {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #aaa;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  z-index: 100;
}
.ir-magnifier__overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.ir-magnifier__overlay--hidden {
  display: none !important;
}

.json-display__content {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 0.375rem;
  overflow: hidden;
}
.json-display__content pre {
  border: none;
  margin-bottom: 0;
  padding: 1rem 1rem 0 1rem;
  background-color: transparent;
}
.json-display__content .json-display__download {
  padding: 0 1rem 1.5rem 2rem;
  background-color: transparent;
}

.json-display__download-link {
  font-size: 0.9em;
  color: #f18b22;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.json-display__download-link:hover {
  text-decoration: underline;
  color: #f18b22;
}

.graphical-tool__selection-marquee {
  position: absolute;
  z-index: 100;
}
.graphical-tool__selection-marquee rect {
  stroke-width: 3px;
  stroke-dasharray: 4px;
  stroke-dashoffset: 8px;
  animation: stroke 0.2s linear infinite;
}
.graphical-tool__selection-marquee--blue rect {
  stroke: #2573b4;
  fill: rgba(54, 141, 214, 0.3);
}
.graphical-tool__selection-marquee--red rect {
  stroke: #710909;
  fill: rgba(204, 31, 31, 0.3);
}
.graphical-tool__selection-marquee--green rect {
  stroke: #22680b;
  fill: rgba(58, 154, 34, 0.3);
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
.raven-error-container {
  background: #f7f7f7;
  padding: 20px;
}
.raven-error-container h4 {
  color: #d0021b;
}
.raven-error-container .nitty-gritty {
  margin-top: 30px;
  padding: 15px;
  background: #eee;
  font-size: 12px;
}

.toggle-field {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
}
.toggle-field__label {
  padding-left: 0.6rem;
  transition: all 300ms;
  color: #666;
}
.toggle-field__slider {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  display: inline-block;
  width: 3.4rem;
  height: 2rem;
  border-radius: 2rem;
  position: relative;
  transition: 300ms;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.toggle-field__slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 0.1rem;
  top: 0.1rem;
  border-radius: 20rem;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-out;
}
.toggle-field__slider {
  display: inline-block;
}
.toggle-field__input {
  position: absolute;
  left: -10000px;
}
.toggle-field--on .toggle-field__slider {
  background-color: #4d97f6;
  border: 1px solid #4d97f6;
}
.toggle-field--on .toggle-field__slider:before {
  transform: translateX(1.4rem);
}
.toggle-field:hover .toggle-field__label {
  color: #222;
}
.toggle-field:hover.toggle-field--on .toggle-field__slider {
  background-color: rgb(43.0181818182, 131.1454545455, 244.2818181818);
  border: 1px solid rgb(43.0181818182, 131.1454545455, 244.2818181818);
}
.toggle-field:hover.toggle-field--off .toggle-field__slider {
  background-color: rgb(190.15, 190.15, 190.15);
  border: 1px solid rgb(190.15, 190.15, 190.15);
}
.toggle-field--on:active .toggle-field__slider:before {
  width: 2rem;
  transform: translateX(1rem);
}
.toggle-field--off:active .toggle-field__slider:before {
  width: 2rem;
}

.toggle-field__container {
  align-items: center;
  display: flex;
}
.toggle-field__container label {
  display: block;
  padding-left: 2px;
  transition: all 200ms ease-out;
}
.toggle-field__container__label-text {
  display: block;
  padding-left: 0.75rem;
  color: #666;
  cursor: pointer;
}
.toggle-field__container--on .toggle-field__container__label-text {
  color: #333;
}
.toggle-field__info-popup-container {
  padding: 0 0 1rem 0.5rem;
}

.graphical-tool {
  background: #f7f7f7;
  padding-bottom: 1.5rem;
}
.graphical-tool__container {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-top: 0;
  padding: 2rem 2rem 3rem 2rem;
  margin-bottom: 2rem;
  margin-top: -1px;
}
.graphical-tool__grid-container {
  position: relative;
}
.graphical-tool__roof-outline {
  position: absolute;
  z-index: 1;
}
.graphical-tool__title {
  display: flex;
  align-items: flex-end;
}
.graphical-tool__title h2 {
  padding-right: 1rem;
}
.graphical-tool__title__what-is-this {
  color: #888;
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.graphical-tool__compressed-space-marker {
  position: absolute;
  color: #bbb;
  z-index: 15;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.graphical-tool__compressed-space-marker__text {
  white-space: nowrap;
  padding: 0 1rem;
  transition: all 250ms ease-out;
}
.graphical-tool__compressed-space-marker:hover .graphical-tool__compressed-space-marker__text {
  color: #555;
}
.graphical-tool__compressed-space-marker__graphic-line {
  stroke: #ddd;
  transition: all 250ms ease-out;
}
.graphical-tool__compressed-space-marker:hover .graphical-tool__compressed-space-marker__graphic-line {
  stroke: #ccc;
}
.graphical-tool__compressed-space-marker--vertical {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.graphical-tool__compressed-space-marker--horizontal {
  transform: translateX(-50%) translateY(-50%);
}

.dimension-crosshairs__line {
  position: absolute;
  z-index: 20;
  transition: all 150ms ease-out;
}
.dimension-crosshairs__line--vertical {
  width: 9px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.dimension-crosshairs__line--vertical__inner {
  height: 100%;
  width: 5px;
  border-right: 1px solid #222;
}
.dimension-crosshairs__line--horizontal {
  height: 9px;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
}
.dimension-crosshairs__line--horizontal__inner {
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #222;
}
.dimension-crosshairs__line__marker {
  position: absolute;
  transition: all 150ms ease-out;
  z-index: 110;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1rem;
  transform: translate(-50%, -50%);
  cursor: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.dimension-crosshairs__line__marker__text {
  padding: 0 1rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-align: center;
  width: 7rem;
  text-shadow: -1px -1px 0 #222, 1px -1px 0 #222, -1px 1px 0 #222, 1px 1px 0 #222;
}
.dimension-crosshairs__line__marker__compressed-icon {
  color: #fff;
  background: rgba(0, 163, 211, 0.7);
  border-radius: 10rem;
  padding: 0.3rem;
  position: relative;
  right: 2px;
}
.dimension-crosshairs__line__marker__compressed-icon svg {
  display: block;
  height: 0.8rem;
}

.graphical-tool__dimension-marker {
  position: absolute;
  pointer-events: none;
}
.graphical-tool__dimension-marker--horizontal {
  height: 12px;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.graphical-tool__dimension-marker--horizontal.graphical-tool__dimension-marker--compressed-beginning {
  border-left: 0;
}
.graphical-tool__dimension-marker--horizontal.graphical-tool__dimension-marker--compressed-end {
  border-right: 0;
}
.graphical-tool__dimension-marker--vertical {
  width: 12px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.graphical-tool__dimension-marker--vertical.graphical-tool__dimension-marker--compressed-beginning {
  border-top: 0;
}
.graphical-tool__dimension-marker--vertical.graphical-tool__dimension-marker--compressed-end {
  border-bottom: 0;
}
.graphical-tool__dimension-marker__bg-line {
  position: absolute;
  pointer-events: none;
}
.graphical-tool__dimension-marker__bg-line--horizontal {
  height: 6px;
  top: 6px;
  left: 0;
  width: 100%;
  border-top: 1px solid #e4e4e4;
}
.graphical-tool__dimension-marker__bg-line--vertical {
  width: 6px;
  left: 6px;
  top: 0;
  height: 100%;
  border-left: 1px solid #e4e4e4;
}
.graphical-tool__dimension-marker__marker {
  position: absolute;
  z-index: 1;
  color: #999;
  background: #f7f7f7;
  font-size: 1.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
.graphical-tool__dimension-marker__marker--horizontal {
  left: 50%;
  padding: 0 2rem;
  transform: translateX(-50%);
}
.graphical-tool__dimension-marker__marker--vertical {
  left: 6px;
  top: 50%;
  padding: 0 2rem;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.graphical-tool__dimension-marker__compressed-marker {
  height: 12px;
  width: 9px;
  position: absolute;
  z-index: 16;
}
.graphical-tool__dimension-marker__compressed-marker svg {
  display: block;
}
.graphical-tool__dimension-marker__compressed-marker--beginning-horizontal {
  top: 1px;
  left: 10%;
}
.graphical-tool__dimension-marker__compressed-marker--beginning-vertical {
  top: 10%;
  left: 3px;
  transform: rotate(-90deg);
}
.graphical-tool__dimension-marker__compressed-marker--end-horizontal {
  top: 1px;
  right: 10%;
}
.graphical-tool__dimension-marker__compressed-marker--end-vertical {
  bottom: 10%;
  left: 3px;
  transform: rotate(-90deg);
}
.graphical-tool__dimension-marker__arrow {
  position: absolute;
  height: 11px;
  width: 6px;
  z-index: 10;
}
.graphical-tool__dimension-marker__arrow svg {
  display: block;
}
.graphical-tool__dimension-marker__arrow--beginning-horizontal {
  top: 1px;
  left: 0;
}
.graphical-tool__dimension-marker__arrow--beginning-vertical {
  top: -3px;
  left: 4px;
  transform: rotate(90deg);
}
.graphical-tool__dimension-marker__arrow--end-horizontal {
  top: 1px;
  right: -1px;
  transform: rotate(180deg);
}
.graphical-tool__dimension-marker__arrow--end-vertical {
  bottom: -3px;
  left: 3px;
  transform: rotate(270deg);
}

.drag-and-drop {
  position: relative;
}

.graphical-tool__extensions-outline {
  position: absolute;
  transition: all 300ms ease-out;
  background: rgb(233.486, 236.956, 241.814);
  z-index: 10;
}

.graphical-tool__grid-cell {
  background: #fff;
  border: 1px solid #eee;
  transition: all 300ms ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  height: 100%;
}
.graphical-tool__grid-cell:hover {
  background: rgb(181.1751152074, 213.1658986175, 239.8248847926);
  border: 1px solid rgb(138.8709677419, 189.1935483871, 231.1290322581) !important;
}
.graphical-tool__grid-cell__container {
  position: absolute;
  padding-right: 1px;
  padding-bottom: 1px;
  z-index: 10;
}
.graphical-tool__grid-cell__contour--west {
  background: #A236CA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.graphical-tool__grid-cell__contour--east {
  background: #A236CA;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 20;
}
.graphical-tool__grid-cell__contour--south {
  background: #A236CA;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 20;
}
.graphical-tool__grid-cell__critter-guard--north {
  background: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.graphical-tool__grid-cell__critter-guard--east {
  background: #f5a623;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 20;
}
.graphical-tool__grid-cell__critter-guard--south {
  background: #f5a623;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 20;
}
.graphical-tool__grid-cell__critter-guard--west {
  background: #f5a623;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.graphical-tool__grid-cell--view-only:hover {
  background: #fff;
  border: 1px solid #eee !important;
}
.graphical-tool__grid-cell--selected {
  background: #368dd6;
  border: 2px solid #2573b4 !important;
}
.graphical-tool__grid-cell--selected:hover {
  background: rgb(36.7644628099, 114.7768595041, 180.2355371901);
  border: 1px solid rgb(10.9124423963, 33.9170506912, 53.0875576037) !important;
}
.graphical-tool__grid-cell--view-only.graphical-tool__grid-cell--selected:hover {
  background: #368dd6;
  border: 2px solid #2573b4 !important;
}
.graphical-tool__grid-cell--marquee-hover {
  background: rgb(181.1751152074, 213.1658986175, 239.8248847926);
  border: 1px solid rgb(96.5668202765, 165.2211981567, 222.4331797235) !important;
}
.graphical-tool__grid-cell--marquee-hover:hover {
  background: rgb(181.1751152074, 213.1658986175, 239.8248847926);
  border: 1px solid rgb(96.5668202765, 165.2211981567, 222.4331797235) !important;
}
.graphical-tool__grid-cell--selected.graphical-tool__grid-cell--marquee-hover {
  background: rgb(28.1239669421, 87.8016528926, 137.8760330579);
  border: 1px solid rgb(10.9124423963, 33.9170506912, 53.0875576037) !important;
}
.graphical-tool--with-extensions .graphical-tool__grid-cell {
  border: 1px solid #e0e5ec;
}

.graphical-tool__grid-cell-number {
  position: absolute;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1px;
  font-size: 1rem;
  transition: all 300ms ease-out;
}

.graphical-tool__grid-rows-and-columns {
  padding: 0;
}
.graphical-tool__grid-rows-and-columns__form-group {
  padding: 0 2rem 0 0;
  width: 100px !important;
}

.graphical-tool__selection-marquee__row-col-marker {
  position: absolute;
  background: #222;
  color: #fff;
  border-radius: 2rem;
  transform: translateY(-110%);
  z-index: 100;
  font-size: 1.1rem;
  opacity: 0.8;
  padding: 0 0.8rem;
  line-height: 2rem;
}

.graphical-tool__grid-setback-outline {
  position: absolute;
  transition: all 300ms ease-out;
  z-index: 10;
}
.graphical-tool__grid-setback-outline--outer {
  background-color: rgb(255, 233.2530612245, 195.8);
  fill: #fff;
  background-size: 83px 83px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st2{fill:rgb(255, 255, 255)} %3C/style%3E%3Cg style='display:none'%3E%3Cpath style='display:inline;fill:%23414042' d='M-8.3-5.7h520.7V511H-8.3z' id='Layer_2'/%3E%3C/g%3E%3Cg id='Layer_1'%3E%3Cpath transform='rotate(-45.001 0 .055)' class='st2' d='M-453.7-3.7h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 31.25 31.306)' class='st2' d='M-422.5 27.6H485v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 62.5 62.556)' class='st2' d='M-391.2 58.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 93.75 93.807)' class='st2' d='M-360 90.1h907.5v7.5H-360z'/%3E%3Cpath transform='rotate(-45.001 125 125.057)' class='st2' d='M-328.7 121.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 156.249 156.308)' class='st2' d='M-297.5 152.6H610v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 187.499 187.558)' class='st2' d='M-266.2 183.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 218.749 218.809)' class='st2' d='M-235 215.1h907.5v7.5H-235z'/%3E%3Cpath transform='rotate(-45.001 249.998 250.06)' class='st2' d='M-203.7 246.3h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 281.248 281.31)' class='st2' d='M-172.5 277.6H735v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 312.498 312.56)' class='st2' d='M-141.2 308.8h907.5v7.5h-907.5z'/%3E%3Cpath transform='rotate(-45.001 343.748 343.81)' class='st2' d='M-110 340.1h907.5v7.5H-110z'/%3E%3Cpath transform='rotate(-45.001 374.997 375.061)' class='st2' d='M-78.7 371.3h907.5v7.5H-78.7z'/%3E%3Cpath transform='rotate(-45.001 406.247 406.312)' class='st2' d='M-47.5 402.6H860v7.5H-47.5z'/%3E%3Cpath transform='rotate(-45.001 437.497 437.562)' class='st2' d='M-16.2 433.8h907.5v7.5H-16.2z'/%3E%3Cpath transform='rotate(-45.001 468.747 468.813)' class='st2' d='M15 465.1h907.5v7.5H15z'/%3E%3Cpath transform='rotate(-45.001 499.997 500.064)' class='st2' d='M46.3 496.3h907.5v7.5H46.3z'/%3E%3C/g%3E%3C/svg%3E");
}
.graphical-tool__grid-setback-outline--inner {
  background: #f7f7f7;
}

.graphical-tool__toolbar__row {
  display: flex;
  padding-bottom: 1rem;
}
.graphical-tool__toolbar__row--centered {
  justify-content: center;
}
.graphical-tool__toolbar__module-count {
  margin-left: auto;
  color: #666;
}
.graphical-tool__toolbar__buttons-container {
  padding: 0;
  position: relative;
}
.graphical-tool__toolbar__button {
  border: 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #f7f7f7;
  line-height: 2.7rem;
  margin-right: 2rem;
  padding: 3px 1.5rem 4px 2.3rem;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 300ms ease-out;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.graphical-tool__toolbar__button i {
  color: #666;
  position: relative;
  left: -10px;
  transition: all 300ms;
}
.graphical-tool__toolbar__button a.info-popup-link-in-button i {
  left: 0;
}
.graphical-tool__toolbar__button:hover {
  background: #fff;
  border-top: 1px solid #eee;
}
.graphical-tool__toolbar__button:focus {
  outline: none;
}
.graphical-tool__toolbar__button--active {
  background: #fff;
  padding: 1px 1.5rem 4px 2.3rem;
  border-top: 3px solid #90e3ff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.graphical-tool__toolbar__button--active i {
  color: #58a8ff;
}
.graphical-tool__toolbar__button--active:hover {
  background: #fff;
  border-top: 3px solid #90e3ff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.graphical-tool__toolbar__button--save {
  color: #fff;
  background: #5E9818;
}
.graphical-tool__toolbar__button--save i {
  color: #fff;
  transition: all 300ms ease-out;
}
.graphical-tool__toolbar__button--save:hover {
  background: rgb(80.3806818182, 129.9772727273, 20.5227272727);
}
.graphical-tool__toolbar__button--save .spinner {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Spinner%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.00118557715%2C8%20C0.000396266539%2C7.95411769%200%2C7.9081396%200%2C7.86206897%20C0%2C3.51996817%203.51996817%2C0%207.86206897%2C0%20C7.9081396%2C0%207.95411769%2C0.000396266539%208%2C0.00118557715%20L8%2C2.48449253%20C7.95416312%2C2.48333889%207.90818381%2C2.48275862%207.86206897%2C2.48275862%20C4.8911579%2C2.48275862%202.48275862%2C4.8911579%202.48275862%2C7.86206897%20C2.48275862%2C7.90818381%202.48333889%2C7.95416312%202.48449253%2C8%20L0.00118557715%2C8%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C13.4736842%20C11.0230323%2C13.4736842%2013.4736842%2C11.0230323%2013.4736842%2C8%20C13.4736842%2C4.97696769%2011.0230323%2C2.52631579%208%2C2.52631579%20C4.97696769%2C2.52631579%202.52631579%2C4.97696769%202.52631579%2C8%20C2.52631579%2C11.0230323%204.97696769%2C13.4736842%208%2C13.4736842%20Z%22%20id%3D%22Oval-3%22%20opacity%3D%220.301743659%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-position: center center;
  background-repeat: none;
  animation-name: button-spinner-rotation;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.graphical-tool__toolbar__button--spinning {
  color: #fff;
  background: #bbb;
}
.graphical-tool__toolbar__button--spinning:hover {
  background: #bbb;
}
.graphical-tool__toolbar__button--icon-only {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.graphical-tool__toolbar__button--icon-only i {
  color: #666;
  position: static;
  transition: all 300ms;
}
.graphical-tool__toolbar__button--disabled {
  cursor: inherit !important;
  background: #eee;
  color: #bbb;
}
.graphical-tool__toolbar__button--disabled i {
  color: #bbb;
}
.graphical-tool__toolbar__button--disabled:hover {
  background: #eee;
  color: #bbb;
}
.graphical-tool__toolbar__button--disabled:hover i {
  color: #bbb;
}
.graphical-tool__toolbar__button-group {
  display: inline-block;
  margin-right: 2rem;
}
.graphical-tool__toolbar__button-group .graphical-tool__toolbar__button {
  border-radius: 0;
  margin-right: 0;
}
.graphical-tool__toolbar__button-group .graphical-tool__toolbar__button:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.graphical-tool__toolbar__button-group .graphical-tool__toolbar__button:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 0;
}
.graphical-tool__toolbar__save-options {
  z-index: 100;
  background: #fff;
  width: 37rem;
  padding: 2rem;
  position: absolute;
  border-radius: 2px;
  top: 0;
  right: 0;
  box-shadow: 1px 1px 1rem 2px rgba(0, 0, 0, 0.2);
  display: flex;
  transform: translateX(50%);
  align-items: center;
}
.graphical-tool__toolbar__save-options__close-link {
  position: absolute;
  top: 0rem;
  right: 0rem;
  color: #bbb;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  transition: all 200ms ease-out;
}
.graphical-tool__toolbar__save-options__close-link:hover {
  text-decoration: none;
  color: #666;
}
.graphical-tool__toolbar__save-options h4 {
  padding-right: 2rem;
}
.graphical-tool__toolbar__save-options button:not(:last-child) {
  margin-right: 2rem;
}
.graphical-tool__toolbar__use-draw-tools-message {
  color: #ff5d00;
  padding: 0 0.7rem;
  border-radius: 0.3rem;
  margin: 0 0 0 15rem;
  font-size: 1.8rem;
  font-style: italic;
  position: relative;
  top: -3px;
}
.graphical-tool__toolbar__use-draw-tools-message i.fa-arrow-up {
  transform: rotate(-65deg);
  margin-right: 0.5rem;
}
.graphical-tool__toolbar__use-draw-tools-message i.fa-info-circle {
  margin-left: 0.5rem;
  font-size: 1.4rem;
}
.graphical-tool__dimension-crosshairs-toggle {
  align-items: center;
}
.graphical-tool__dimension-crosshairs-toggle label {
  display: flex;
  padding-left: 2px;
  transition: all 200ms ease-out;
}
.graphical-tool__dimension-crosshairs-toggle__label-text {
  display: block;
  padding-left: 0.75rem;
  color: #666;
  cursor: pointer;
}
.graphical-tool__dimension-crosshairs-toggle--on .graphical-tool__dimension-crosshairs-toggle__label-text {
  color: #333;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(900deg);
  }
}
.pp__select-title {
  font-weight: normal !important;
  padding-bottom: 1rem;
}
.pp__select-title__marker-right {
  float: right;
}
.pp__no-matching-records {
  color: #888;
  font-style: italic;
  padding: 1rem 0 0 0.4rem;
}
.pp__no-matching-records i {
  margin-right: 0.7rem;
}
.pp__filter {
  margin-bottom: 1rem;
}
.pp__manufacturers__container, .pp__panels__container {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 25rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.pp__manufacturers__container::-webkit-scrollbar, .pp__panels__container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.pp__manufacturers__container::-webkit-scrollbar:vertical, .pp__panels__container::-webkit-scrollbar:vertical {
  width: 14px;
  background: #eee;
}
.pp__manufacturers__container::-webkit-scrollbar:horizontal, .pp__panels__container::-webkit-scrollbar:horizontal {
  height: 14px;
}
.pp__manufacturers__container::-webkit-scrollbar-thumb, .pp__panels__container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #eee;
  background-color: rgba(0, 0, 0, 0.5);
}
.pp__manufacturers__loading, .pp__panels__loading {
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
.pp__manufacturers__loading__spinner-icon, .pp__panels__loading__spinner-icon {
  text-align: center;
  height: 32px;
  width: 32px;
  margin-right: 2rem;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22map-saving-overlay%22%20transform%3D%22translate%28-864.000000%2C%20-13.000000%29%22%20fill%3D%22%23cccccc%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22saving%22%20transform%3D%22translate%28864.000000%2C%2013.000000%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.00237505422%2C16.0263158%20C0.000793836586%2C15.9344002%200%2C15.8422928%200%2C15.75%20C0%2C7.05151519%207.05151519%2C0%2015.75%2C0%20C15.8422928%2C0%2015.9344002%2C0.000793836586%2016.0263158%2C0.00237505422%20L16.0263158%2C4.97715773%20C15.9344913%2C4.97484666%2015.8423814%2C4.97368421%2015.75%2C4.97368421%20C9.79840513%2C4.97368421%204.97368421%2C9.79840513%204.97368421%2C15.75%20C4.97368421%2C15.8423814%204.97484666%2C15.9344913%204.97715773%2C16.0263158%20L0.00237505422%2C16.0263158%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M15.75%2C31.5%20C7.05151519%2C31.5%200%2C24.4484848%200%2C15.75%20C0%2C7.05151519%207.05151519%2C0%2015.75%2C0%20C24.4484848%2C0%2031.5%2C7.05151519%2031.5%2C15.75%20C31.5%2C24.4484848%2024.4484848%2C31.5%2015.75%2C31.5%20Z%20M15.75%2C26.5263158%20C21.7015949%2C26.5263158%2026.5263158%2C21.7015949%2026.5263158%2C15.75%20C26.5263158%2C9.79840513%2021.7015949%2C4.97368421%2015.75%2C4.97368421%20C9.79840513%2C4.97368421%204.97368421%2C9.79840513%204.97368421%2C15.75%20C4.97368421%2C21.7015949%209.79840513%2C26.5263158%2015.75%2C26.5263158%20Z%22%20id%3D%22Oval-3%22%20opacity%3D%220.301743659%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  animation: spinner 800ms infinite alternate ease-in-out;
}
.pp__manufacturers__loading__text, .pp__panels__loading__text {
  font-size: 1.6rem;
  font-style: italic;
  color: #bbb;
  position: relative;
  left: -10px;
}
.pp__manufacturers__manufacturer, .pp__manufacturers__panel, .pp__panels__manufacturer, .pp__panels__panel {
  padding: 0.5rem 1rem;
  transition: all 200ms ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.pp__manufacturers__manufacturer:not(:last-child), .pp__manufacturers__panel:not(:last-child), .pp__panels__manufacturer:not(:last-child), .pp__panels__panel:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.pp__manufacturers__manufacturer:hover, .pp__manufacturers__panel:hover, .pp__panels__manufacturer:hover, .pp__panels__panel:hover {
  background: #368dd6;
  color: #fff;
}
.pp__manufacturers__manufacturer:hover .pp__panel__marker, .pp__manufacturers__panel:hover .pp__panel__marker, .pp__panels__manufacturer:hover .pp__panel__marker, .pp__panels__panel:hover .pp__panel__marker {
  color: #fff;
}
.pp__manufacturers__manufacturer:hover .pp__panel__marker__warning, .pp__manufacturers__panel:hover .pp__panel__marker__warning, .pp__panels__manufacturer:hover .pp__panel__marker__warning, .pp__panels__panel:hover .pp__panel__marker__warning {
  color: #fff;
}
.pp__manufacturers__manufacturer:hover .pp__manufacturer__marker, .pp__manufacturers__panel:hover .pp__manufacturer__marker, .pp__panels__manufacturer:hover .pp__manufacturer__marker, .pp__panels__panel:hover .pp__manufacturer__marker {
  color: #fff;
}
.pp__manufacturers__manufacturer:hover .pp__manufacturer__marker__count, .pp__manufacturers__panel:hover .pp__manufacturer__marker__count, .pp__panels__manufacturer:hover .pp__manufacturer__marker__count, .pp__panels__panel:hover .pp__manufacturer__marker__count {
  background: rgb(96.3595041322, 165.0247933884, 222.6404958678);
  color: #fff;
}
.pp__manufacturers__manufacturer:hover .fas,
.pp__manufacturers__manufacturer:hover .icon_prefix,
.pp__manufacturers__manufacturer:hover .compat_container, .pp__manufacturers__panel:hover .fas,
.pp__manufacturers__panel:hover .icon_prefix,
.pp__manufacturers__panel:hover .compat_container, .pp__panels__manufacturer:hover .fas,
.pp__panels__manufacturer:hover .icon_prefix,
.pp__panels__manufacturer:hover .compat_container, .pp__panels__panel:hover .fas,
.pp__panels__panel:hover .icon_prefix,
.pp__panels__panel:hover .compat_container {
  transition: all 200ms eas-out;
  color: #fff !important;
}
.pp__manufacturers__manufacturer:hover .compat_container, .pp__manufacturers__panel:hover .compat_container, .pp__panels__manufacturer:hover .compat_container, .pp__panels__panel:hover .compat_container {
  background: rgba(255, 255, 255, 0.2) !important;
}
.pp__manufacturers__manufacturer--selected, .pp__manufacturers__panel--selected, .pp__panels__manufacturer--selected, .pp__panels__panel--selected {
  background: #368dd6 !important;
  color: #fff !important;
}
.pp__manufacturers__manufacturer--selected .pp__panel__marker, .pp__manufacturers__panel--selected .pp__panel__marker, .pp__panels__manufacturer--selected .pp__panel__marker, .pp__panels__panel--selected .pp__panel__marker {
  color: #fff;
}
.pp__manufacturers__manufacturer--selected .pp__panel__marker__warning, .pp__manufacturers__panel--selected .pp__panel__marker__warning, .pp__panels__manufacturer--selected .pp__panel__marker__warning, .pp__panels__panel--selected .pp__panel__marker__warning {
  color: #fff;
}
.pp__manufacturers__manufacturer--selected .pp__manufacturer__marker, .pp__manufacturers__panel--selected .pp__manufacturer__marker, .pp__panels__manufacturer--selected .pp__manufacturer__marker, .pp__panels__panel--selected .pp__manufacturer__marker {
  color: #fff;
}
.pp__manufacturers__manufacturer--selected .pp__manufacturer__marker__count, .pp__manufacturers__panel--selected .pp__manufacturer__marker__count, .pp__panels__manufacturer--selected .pp__manufacturer__marker__count, .pp__panels__panel--selected .pp__manufacturer__marker__count {
  background: rgb(96.3595041322, 165.0247933884, 222.6404958678);
  color: #fff;
}
.pp__manufacturers__manufacturer--disabled, .pp__manufacturers__panel--disabled, .pp__panels__manufacturer--disabled, .pp__panels__panel--disabled {
  background: #f7f7f7;
  color: #999;
  cursor: default;
  font-style: italic;
}
.pp__manufacturers__manufacturer--disabled .pp__panel__marker, .pp__manufacturers__panel--disabled .pp__panel__marker, .pp__panels__manufacturer--disabled .pp__panel__marker, .pp__panels__panel--disabled .pp__panel__marker {
  color: #999;
}
.pp__manufacturers__manufacturer--disabled:hover, .pp__manufacturers__panel--disabled:hover, .pp__panels__manufacturer--disabled:hover, .pp__panels__panel--disabled:hover {
  background: #f7f7f7;
  color: #999;
}
.pp__manufacturers__manufacturer--disabled:hover .pp__panel__marker, .pp__manufacturers__panel--disabled:hover .pp__panel__marker, .pp__panels__manufacturer--disabled:hover .pp__panel__marker, .pp__panels__panel--disabled:hover .pp__panel__marker {
  color: #999;
}
.pp__manufacturers__manufacturer--disabled:hover .fas,
.pp__manufacturers__manufacturer--disabled:hover .icon_prefix,
.pp__manufacturers__manufacturer--disabled:hover .compat_container, .pp__manufacturers__panel--disabled:hover .fas,
.pp__manufacturers__panel--disabled:hover .icon_prefix,
.pp__manufacturers__panel--disabled:hover .compat_container, .pp__panels__manufacturer--disabled:hover .fas,
.pp__panels__manufacturer--disabled:hover .icon_prefix,
.pp__panels__manufacturer--disabled:hover .compat_container, .pp__panels__panel--disabled:hover .fas,
.pp__panels__panel--disabled:hover .icon_prefix,
.pp__panels__panel--disabled:hover .compat_container {
  color: inherit !important;
}
.pp__manufacturer-edit-link {
  color: #f18b22;
  transition: all 200ms ease-out;
  border-bottom: 1px solid rgba(241, 139, 34, 0.3);
  padding-bottom: 1px;
}
.pp__manufacturer-edit-link i {
  font-size: 1.1rem;
}
.pp__manufacturer-edit-link:hover {
  text-decoration: none;
  color: #007aff;
  border-bottom: 1px solid rgba(0, 122, 255, 0.4);
}
.pp__panel__marker, .pp__manufacturer__marker {
  padding: 0 1rem;
  text-align: right;
  font-size: 1.2rem;
  color: #888;
}
.pp__panel__marker i, .pp__manufacturer__marker i {
  text-align: center;
  display: inline-block;
  width: 2rem;
}
.pp__panel__marker span, .pp__manufacturer__marker span {
  padding-left: 1rem;
}
.pp__panel__marker__count, .pp__manufacturer__marker__count {
  display: inline-block;
  border-radius: 1rem;
  background: #bbb;
  color: #fff;
  line-height: 1.6rem;
  padding: 0 0.5rem;
  margin: 0 0.75rem;
  font-size: 1.1rem;
}
.pp__panel__marker__warning, .pp__manufacturer__marker__warning {
  color: #f37f00;
}
.pp__panel__name, .pp__panels__header__name {
  width: 20rem;
}
.pp__panel__ul_listed, .pp__panels__header__ul_listed {
  width: 10rem;
  text-align: center;
}
.pp__panel__contour, .pp__panels__header__contour {
  width: 10rem;
  text-align: center;
}
.pp__panel__ufo, .pp__panel__ufo_stopper, .pp__panel__efo, .pp__panels__header__ufo, .pp__panels__header__ufo_stopper, .pp__panels__header__efo {
  width: 7rem;
  text-align: center;
}
.pp__panel__camo, .pp__panel__eclipse, .pp__panels__header__camo, .pp__panels__header__eclipse {
  width: 10rem;
  text-align: center;
}
.pp__panel__aire_mid, .pp__panels__header__aire_mid {
  width: 7rem;
  text-align: center;
}
.pp__panel__aire_end, .pp__panels__header__aire_end {
  width: 7rem;
  text-align: center;
}
.pp__panel__aire_stealth, .pp__panels__header__aire_stealth {
  width: 10rem;
  text-align: center;
}
.pp__panel__bx_thickness, .pp__panels__header__bx_thickness {
  width: 9rem;
  text-align: center;
}
.pp__panel__bx_width, .pp__panels__header__bx_width {
  width: 9rem;
  text-align: center;
}
.pp__panel__details, .pp__panels__header__details {
  width: 9rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.pp__manufacturer__name {
  width: 40%;
}
.pp__panels__header {
  padding: 0.5rem 1rem;
  display: flex;
  margin-right: 15px;
  color: #999;
}
.pp__compatibility-tabs {
  display: flex;
  justify-content: center;
  list-style: none;
}
.pp__compatibility-tabs__link {
  background: rgb(234.25, 234.25, 234.25);
  padding: 1rem 3rem;
  color: #555;
  transition: all 200ms ease-out;
}
.pp__compatibility-tabs__link:hover {
  text-decoration: none;
  background: rgb(221.5, 221.5, 221.5);
  color: #333;
}
.pp__compatibility-tabs__link--left {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pp__compatibility-tabs__link--right {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.pp__compatibility-tabs__link--active {
  background: #999 !important;
  color: #fff !important;
}

.pp__chosen-panel {
  background: #fff;
  padding: 0.5rem 3.75rem 0.5rem 0.75rem;
  margin-bottom: 0.4rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  transition: all 200ms ease-out;
  position: relative;
  width: 100%;
}
.pp__chosen-panel:focus {
  outline: 2px solid rgba(18, 46, 87, 0.247);
}
.pp__chosen-panel:hover {
  border: 1px solid #ccc;
  background: linear-gradient(#fff, #f7f7f7);
  transform: translate(-1px, -1px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.pp__chosen-panel:hover .pp__chosen-panel__edit-icon {
  color: #777;
}
.pp__chosen-panel__manufacturer {
  font-size: 1.2rem;
  color: #999;
}
.pp__chosen-panel__panel {
  font-size: 1.6rem;
}
.pp__chosen-panel__panel__warning {
  margin-left: 0.5rem;
  font-size: 1.4rem;
  color: #f37f00;
  white-space: nowrap;
}
.pp__chosen-panel__choose-panel {
  font-size: 1.6rem;
  color: #444;
}
.pp__chosen-panel__edit-icon {
  color: #999;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  transition: all 200ms ease-out;
}
.pp__chosen-panel__edit-icon i {
  display: block;
}
.pp__chosen-panel__dimensions, .pp__chosen-panel__weights {
  font-size: 1.2rem;
  color: #888;
}
.pp__chosen-panel__dimensions {
  padding: 0 0.4rem;
}
.pp__chosen-panel__flange-dimensions {
  padding: 0 0.4rem;
}
.pp__chosen-panel__weights {
  padding: 0 0.4rem;
}
.pp__chosen-panel__ul-pending {
  font-size: 1.2rem;
  color: #f37f00;
  padding: 0 0.4rem 0.4rem 0.4rem;
}
.pp__chosen-panel__ul-pending i {
  margin-right: 0.8rem;
}
.pp__chosen-panel--disabled {
  color: #aaa;
  background: #eee;
  border: 1px solid #ddd;
  transition: none;
  cursor: default !important;
}
.pp__chosen-panel--disabled .pp__chosen-panel__choose-panel {
  color: #aaa;
}
.pp__chosen-panel--disabled .pp__chosen-panel__edit-icon {
  color: #ccc;
}
.pp__chosen-panel--disabled:hover {
  color: #aaa;
  background: #eee;
  border: 1px solid #ddd;
  transform: translate(0, 0);
  box-shadow: none;
}
.pp__chosen-panel--disabled:hover .pp__chosen-panel__edit-icon {
  color: #ccc;
}
.pp__container .field_with_errors .pp__chosen-panel {
  border: 1px solid #f3c9c9;
  background-color: #fde7e7;
  color: #7b3331;
}
.pp__container .field_with_errors .pp__chosen-panel:hover {
  border: 1px solid #f3c9c9;
  background: linear-gradient(rgb(253.7846153846, 240.4153846154, 240.4153846154), rgb(252.2153846154, 221.5846153846, 221.5846153846));
}
.pp__container .field_with_errors .pp__chosen-panel:hover .pp__chosen-panel__edit-icon {
  color: #7b3331;
}
.pp__container .field_with_errors .pp__chosen-panel__choose-panel {
  color: #7b3331;
}
.pp__container .field_with_errors .pp__chosen-panel__edit-icon {
  color: rgb(141.2354651163, 58.5610465116, 56.2645348837);
}
.pp__container .field_with_errors .pp__chosen-panel__manufacturer {
  color: rgb(177.7063953488, 73.6831395349, 70.7936046512);
}

.ir-doc-and-res__heading {
  margin-top: 3rem;
  padding: 2rem 0 2rem 0;
  border-top: 1px solid #ebebeb;
  font-size: 2rem;
}
.ir-doc-and-res__subheading {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.ir-doc-and-res__common-docs__wrapper, .ir-doc-and-res__third-party__wrapper {
  display: flex;
}
.ir-doc-and-res__common-docs__set, .ir-doc-and-res__third-party__set {
  width: 33%;
  padding: 0 1.5rem 1.5rem 0;
}
.ir-doc-and-res__common-docs__set h3, .ir-doc-and-res__third-party__set h3 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.ir-doc-and-res__common-docs__set ul, .ir-doc-and-res__third-party__set ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ir-doc-and-res__common-docs__set ul li, .ir-doc-and-res__third-party__set ul li {
  line-height: 1.6rem;
  margin: 0;
  padding: 0 0 0.7rem 0;
}
.ir-doc-and-res__cut-sheets, .ir-doc-and-res__cad, .ir-doc-and-res__quick-mount-compatibility {
  padding-top: 1.5rem;
}
.ir-doc-and-res__cut-sheets h3, .ir-doc-and-res__cad h3, .ir-doc-and-res__quick-mount-compatibility h3 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.ir-doc-and-res__cut-sheets__form, .ir-doc-and-res__cad__form, .ir-doc-and-res__quick-mount-compatibility__form {
  display: flex;
}
.ir-doc-and-res__cut-sheets__form select, .ir-doc-and-res__cad__form select, .ir-doc-and-res__quick-mount-compatibility__form select {
  height: 100%;
}
.ir-doc-and-res__cut-sheets__form > div, .ir-doc-and-res__cut-sheets__form > a, .ir-doc-and-res__cad__form > div, .ir-doc-and-res__cad__form > a, .ir-doc-and-res__quick-mount-compatibility__form > div, .ir-doc-and-res__quick-mount-compatibility__form > a {
  margin-right: 1.5rem;
}
.ir-doc-and-res__cut-sheets h4, .ir-doc-and-res__cad h4, .ir-doc-and-res__quick-mount-compatibility h4 {
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
}
.ir-doc-and-res__certification {
  padding-top: 2rem;
}
.ir-doc-and-res__certification h3 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.ir-doc-and-res__certification ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ir-doc-and-res__certification ul li {
  line-height: 1.6rem;
  margin: 0;
  padding: 0 0 0.7rem 0;
}
.ir-doc-and-res__certification h4 {
  font-size: 1.2rem;
  color: #999;
  text-transform: uppercase;
}
.ir-doc-and-res__certification__form {
  display: flex;
}
.ir-doc-and-res__certification__form select {
  height: 100%;
}
.ir-doc-and-res__certification__form .form-group {
  margin-right: 1.5rem;
}
.ir-doc-and-res__certification__product-letters {
  margin-top: 1rem;
}
.ir-doc-and-res__faq {
  padding: 0.5rem 0;
}
.ir-doc-and-res__faq:not(:last-child) {
  border-bottom: 1px dashed #ededed;
  margin-bottom: 0.5rem;
}
.ir-doc-and-res__faq__section {
  padding: 1rem 2rem;
}
.ir-doc-and-res__faq__link-heading {
  display: block;
  font-size: 1.6rem;
  padding: 0.5rem;
  background: #f7f7f7;
  margin-bottom: 1px;
  color: rgb(5.9901477833, 89.8522167488, 146.0098522167);
}
.ir-doc-and-res__faq__link-heading:hover {
  color: rgb(1.9704433498, 29.5566502463, 48.0295566502);
}
.ir-doc-and-res__faq__question {
  font-weight: bold;
}
.ir-doc-and-res__download-file-link {
  display: flex;
  transition: all 200ms ease-out;
  color: rgb(5.9901477833, 89.8522167488, 146.0098522167);
}
.ir-doc-and-res__download-file-link i, .ir-doc-and-res__download-file-link span {
  display: block;
  transition: all 200ms ease-out;
}
.ir-doc-and-res__download-file-link i {
  margin-top: 0.1rem;
  margin-right: 0.8rem;
  color: rgb(9.0049261084, 135.0738916256, 219.4950738916);
}
.ir-doc-and-res__download-file-link:hover {
  color: rgb(1.9704433498, 29.5566502463, 48.0295566502);
}
.ir-doc-and-res__download-file-link:hover i {
  color: rgb(3.9802955665, 59.7044334975, 97.0197044335);
}

.bx__documents-and-resources__tabs {
  position: relative;
  bottom: -3rem;
  padding-left: 2rem;
  background: #f7f7f7;
  padding-top: 1rem;
  margin-top: -1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}
.bx__documents-and-resources__tabs li {
  position: relative;
  bottom: -1px;
}

.dandr-card {
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: 1px 1px 2rem 2px rgba(0, 0, 0, 0.15);
  width: 30%;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.dandr-card__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.dandr-card img {
  max-height: 75px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.dandr-card__heading {
  padding-bottom: 1rem;
}
.dandr-card__files {
  padding: 2.5rem;
}
.dandr-card__files .fas {
  margin-right: 0.8rem;
  margin-top: 0.3rem;
}
.dandr-card__files li {
  margin-bottom: 0.3rem;
  margin-left: -0.3rem;
}
.dandr-card__files li a {
  padding: 0.3rem 0.5rem;
  line-height: 1.8rem;
  border-radius: 0.3rem;
}
.dandr-card__files li a .fas {
  margin-top: 0.3rem;
  transition: all 200ms ease-out;
}

.dandr-sidebar__box {
  margin-bottom: 2rem;
  background: #f7f7f7;
  padding: 0 1.5rem 0.75rem 1.5rem;
  border-radius: 0.4rem;
}

.distributors__cards-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
}
.distributors__cards-container--search-results .distributors__card {
  flex-basis: calc(50% - 1.5rem);
}
.distributors__cards-header {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.distributors__card {
  padding: 1.5rem;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  flex-basis: calc(25% - 1.5rem);
}
.distributors__card__distance {
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.distributors__card__distance i {
  margin-right: 0.6rem;
}
.distributors__map {
  width: 100%;
  height: 500px;
  border: 1px solid #fff;
}
.distributors__tabs {
  margin: 0 0 0 5rem;
  padding: 0;
  list-style: none;
}
.distributors__tabs li {
  display: inline-block;
}
.distributors__tabs a {
  display: block;
  padding: 0.5rem 2rem 0.5rem 2rem;
  font-size: 1.6rem;
  margin-right: 1rem;
  border-radius: 2px;
  color: #fff;
  background: rgb(178.5, 178.5, 178.5);
  transition: all 300ms ease-out;
  transform: skewX(-10deg);
}
.distributors__tabs a span {
  display: block;
  transform: skewX(10deg);
}
.distributors__tabs a:hover {
  text-decoration: none;
  background: rgb(127.5, 127.5, 127.5);
}
.distributors__tabs li.active a {
  color: #fff;
  background: #f18b22;
}

.ir-authentication__callout {
  background: #f18b22;
  border-radius: 4px;
  color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.ir-authentication__callout ul:last-child,
.ir-authentication__callout p:last-child {
  margin-bottom: 0;
}
.ir-authentication__transparent-box {
  padding: 2rem;
}

.ir-my-projects__first-project-box h3 {
  padding: 1rem 0 2rem 0;
}
.ir-my-projects__first-project-box__product-links-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ir-my-projects__first-project-box__product-link {
  display: block;
  padding-top: 1rem;
  transition: all 300ms ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ir-my-projects__first-project-box__product-link img,
.ir-my-projects__first-project-box__product-link .font-awesome-icon-container {
  display: block;
  padding: 2.5rem;
  width: 10rem;
  height: 10rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease-out;
}
.ir-my-projects__first-project-box__product-link .font-awesome-icon-container {
  text-align: center;
  padding-top: 2.8rem;
}
.ir-my-projects__first-project-box__product-link .font-awesome-icon-container .fas {
  font-size: 5rem;
  color: #666;
}
.ir-my-projects__first-project-box__product-link__text {
  padding-top: 0.5rem;
  text-align: center;
}
.ir-my-projects__first-project-box__product-link:hover img,
.ir-my-projects__first-project-box__product-link:hover .font-awesome-icon-container {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
}
.ir-my-projects__page-note {
  background: #fff;
  color: #f37f00;
  padding: 0.5rem 2rem 0 2rem;
  position: relative;
  top: -1.5rem;
}
.ir-my-projects__page-note a i.fas {
  color: #aaa;
  margin-right: 0.5rem;
  transition: all 300ms ease-out;
}
.ir-my-projects__page-note a:hover i.fas {
  color: #f37f00;
}
.ir-my-projects__selected-projects-actions a {
  margin-right: 2rem;
  transition: all 300ms ease-out;
}
.ir-my-projects__selected-projects-actions a.disabled {
  color: #ccc;
  cursor: default;
}
.ir-my-projects__selected-projects-actions a.disabled:hover {
  color: #ccc;
  text-decoration: none;
}
.ir-my-projects__project-summary-link {
  background: #f7f7f7;
  border-radius: 10rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease-out;
}
.ir-my-projects__project-summary-link i {
  display: block;
  transition: all 250ms ease-out;
}
.ir-my-projects__project-summary-link:hover {
  background: #eee;
  text-decoration: none;
}
.ir-my-projects__project-action-links {
  border-top: 1px solid #ededed;
  margin-top: 1rem;
  padding-top: 1rem;
}
.ir-my-projects__project-action-links ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
.ir-my-projects__project-action-links li {
  display: inline-block;
  margin: 0;
  padding: 0 3rem 0 0;
}
.ir-my-projects__project-action-links a,
.ir-my-projects__project-action-links button {
  font-size: 1.3rem;
  transition: all 300ms ease-out;
  color: #666;
  border: none;
  background: transparent;
}
.ir-my-projects__project-action-links a:hover,
.ir-my-projects__project-action-links button:hover {
  color: #222;
}
.ir-my-projects__project-folder-action-links {
  padding-left: 11rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
}
.ir-my-projects__project-folder-action-links ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
.ir-my-projects__project-folder-action-links li {
  display: inline-block;
  margin: 0;
  padding: 0 3rem 0 0;
}
.ir-my-projects__project-folder-action-links a,
.ir-my-projects__project-folder-action-links button {
  font-size: 1.3rem;
  transition: all 300ms ease-out;
  color: #666;
  border: none;
  background: transparent;
}
.ir-my-projects__project-folder-action-links a:hover,
.ir-my-projects__project-folder-action-links button:hover {
  color: #222;
  text-decoration: underline;
}
.ir-my-projects__summary-table {
  font-size: 1.3rem;
}
.ir-my-projects__summary-table th:not(:last-child),
.ir-my-projects__summary-table td:not(:last-child) {
  padding-right: 3rem;
}
.ir-my-projects__summary-table thead th {
  font-weight: normal;
  color: #999;
  vertical-align: bottom;
}
.ir-my-projects__summary-table tbody td {
  vertical-align: top;
}
.ir-my-projects__folder-project-container {
  background: #eee;
  padding: 1.5rem 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

.release-note__box {
  background: #fff;
  padding: 2rem;
  margin-top: 1rem;
}
.release-note__box h3 {
  font-size: 2rem;
}
.release-note__published-on {
  color: #999;
  font-size: 1.2rem;
}

.release-notes-link {
  display: block;
  color: #777;
  transition: all 200ms ease-out;
  line-height: 1em;
  padding: 0.9rem 1.5rem;
  margin-left: 7rem;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  border-radius: 3rem;
  border: 1px solid #fff;
}
.release-notes-link i {
  color: rgb(182.75, 182.75, 182.75);
  margin-right: 0.7rem;
  transition: all 200ms ease-out;
}
.release-notes-link:hover {
  background: #eee;
  color: #444;
  text-decoration: none;
  border: 1px solid #eee;
}
.release-notes-link:hover i {
  color: #444;
}
.release-notes-link--active {
  color: #444;
  background: #eee;
  border: 1px solid #eee;
}
.release-notes-link--active i {
  color: #444;
}
.release-notes-link--new {
  transform: scale(1.02, 1.02);
  animation: 2s ease-out infinite new-pulsate;
  border: 1px solid rgb(244.835443038, 228.664556962, 155.664556962);
  background: #ffc;
  color: rgb(194.652173913, 124.7543478261, 8.847826087);
}
.release-notes-link--new i {
  color: #E9C628;
}
.release-notes-link--new:hover {
  border: 1px solid rgb(244.835443038, 228.664556962, 155.664556962);
  background: #ffc;
  color: #f37f00;
  text-decoration: underline;
}
.release-notes-link--new:hover i {
  color: #f37f00;
}

@keyframes new-pulsate {
  0% {
    box-shadow: 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(255, 193, 0, 0.5), 0 0 3px 1px rgba(255, 193, 0, 0.9);
    transform: scale(1.01, 1.01);
  }
  100% {
    box-shadow: 0 0 0 #fff;
  }
}
.da-container {
  margin: 0 auto;
  max-width: 120rem;
}
.da-container--skinny {
  max-width: 90rem;
}

.da-body {
  margin: 0 0.5rem;
  position: relative;
}

.da-project-info-container,
.da-project-bom-container {
  padding: 2rem;
  background: #f7f7f7;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}

.da__new-project-title__product {
  color: #555;
}
.da__new-project-title__da {
  font-weight: 300;
  color: #999;
  padding-left: 0.5rem;
}
.da__new-project-image-container {
  text-align: center;
  background: #fff;
  padding: 4rem 2rem;
  margin-top: 3rem;
}

.da-header {
  margin-top: -15px;
  padding-bottom: 1.5rem;
  transition: all 300ms;
}
.da-header__container {
  min-height: 6rem;
}
.da-header__logo-bug-and-location-wrapper {
  display: flex;
  align-items: flex-start;
}
.da-header__logo-bug {
  margin: 0 1.5rem 0rem 0.5rem;
  background: #f18b22;
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  padding: 1.5rem;
  font-weight: 800;
  border-left: 0.3rem solid rgb(210.6553191489, 113.429787234, 13.3446808511);
}
.da-header__name-location {
  line-height: 1.2em;
}
.da-header__name-location__name {
  font-size: 1.8rem;
  color: #222;
  line-height: 1.8rem;
}
.da-header__name-location__location-link, .da-header__name-location__location-text {
  font-size: 1.3rem;
  color: #999;
  padding: 0.7rem 3rem 0 0;
  position: relative;
}
.da-header__name-location__location-link {
  display: inline-block;
  transition: all 200ms ease-out;
}
.da-header__name-location__location-link i.fas {
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.7rem;
  color: #f5a623;
  transition: all 200ms ease-out;
}
.da-header__name-location__location-link:hover {
  color: #f37f00;
  text-decoration: underline;
}
.da-header__name-location__location-link:hover i.fas {
  color: #f37f00;
}
.da-header__buttons-container {
  display: flex;
  padding: 1.5rem 0 0 0;
  justify-content: flex-end;
}
.da-header__not-your-project {
  background: #e7ac2d;
  padding: 0.2rem 1rem;
  margin: -2rem 0.5rem 1.5rem 0.5rem;
  color: #fff;
  border-radius: 3px;
}
.da-header--fixed {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  z-index: 100000;
  background: #fff;
  width: 100%;
  padding: 2rem 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.da-header--fixed__child-wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
.da-header--fixed .da-header__not-your-project {
  margin: -2rem 0 1.5rem 0;
  padding-left: 2rem;
  border-radius: 0;
}
.da-header__project-statistics-container {
  padding-top: 0.5rem;
}
.da-header__project-statistics-container table {
  width: 100%;
}
.da-header__project-statistics-container table td {
  padding: 0.5rem 0.5rem 0 0;
}
.da-header__project-statistics-container table .label {
  color: #888;
  text-align: right;
  white-space: nowrap;
}
.da-header__project-statistics-container table .value {
  font-weight: 600;
  text-align: left;
}

.da-property-search {
  position: relative;
}
.da-property-search__map {
  width: 100%;
  height: 57rem;
  margin-top: 1rem;
  background: #f7f7f7;
}
.da-property-search__position {
  position: relative;
  display: flex;
  margin-top: 1rem;
}
.da-property-search__position__lat-lng {
  width: 19rem;
  margin-right: 1rem;
  display: flex;
  background: #efefef;
  border-radius: 4rem;
  overflow: hidden;
  font-size: 1.2rem;
}
.da-property-search__position__lat-lng__marker {
  background: #dedede;
  padding: 0 0.5rem 0 1rem;
}
.da-property-search__position__lat-lng__value {
  padding: 0 0.5rem;
}
.da-property-search__form {
  transition: opacity 300ms;
}
.da-property-search__form--hidden {
  opacity: 0;
  height: 0;
}
.da-property-search__verify-with-map-link {
  color: #f18b22;
  transition: all 200ms ease-out;
}
.da-property-search__verify-with-map-link:hover {
  color: rgb(186.6744680851, 100.5170212766, 11.8255319149);
}
.da-property-search__verify-with-map-link__container {
  margin-top: -0.6rem;
  padding-left: 0.8rem;
}

.da-property-search__choose-address__heading {
  margin-bottom: 3rem;
}
.da-property-search__choose-address__heading p {
  font-size: 1.5rem;
}
.da-property-search__choose-address__choices-container {
  display: flex;
  align-items: stretch;
  padding-bottom: 1rem;
}
.da-property-search__choose-address__card {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}
.da-property-search__choose-address__card:not(:last-child) {
  background: #fff;
  margin-right: 3rem;
  box-shadow: 2px 2px 2rem rgba(0, 0, 0, 0.15);
}
.da-property-search__choose-address__card__heading {
  padding: 3rem 3rem 1rem 3rem;
  white-space: nowrap;
}
.da-property-search__choose-address__card__body {
  padding: 0 3rem;
  font-size: 1.5rem;
}
.da-property-search__choose-address__card__footer {
  padding: 2rem 3rem 3rem 3rem;
  margin-top: auto;
}
.da-property-search__choose-address__card__change-project-name {
  padding: 1rem 3rem 0 5rem;
  position: relative;
}
.da-property-search__choose-address__card__change-project-name label {
  color: #000;
}
.da-property-search__choose-address__card__change-project-name label span {
  white-space: nowrap;
}
.da-property-search__choose-address__card__change-project-name input[type=checkbox] {
  position: absolute;
  top: 1.5rem;
  left: 3rem;
}

.da-bom__spares__number {
  position: relative;
  right: -7px;
  bottom: -3px;
}
.da-bom__spares__increment-btn {
  cursor: pointer;
  transition: all 400ms;
}
.da-bom__spares__increment-btn:hover {
  background: #ddd;
}
.da-bom__spares__increment-btn:focus {
  outline: 0;
}
.da-bom__spares__edit {
  display: flex;
}
.da-bom__spares__actions {
  display: flex;
}
.da-bom__spares__input {
  width: 9rem;
  margin-right: 0.5rem;
}
.da-bom__spares__input input[type=text] {
  text-align: center;
}
.da-bom__spares__form {
  display: inline-block;
}
.da-bom__spares__cancel a {
  padding-left: 0 !important;
  color: #d0021b;
}
.da-bom__spares__cancel a:hover {
  color: rgb(157.4857142857, 1.5142857143, 20.4428571429) !important;
}
.da-bom__title {
  padding: 0.75rem;
}
.da-bom__table th,
.da-bom__table td {
  padding: 1rem;
  border-top: 1px solid #eee;
}
.da-bom__table thead th {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.da-bom__table td {
  background: #fff;
}
.da-bom__table tr.da-bom__summary-row td,
.da-bom__table tr.da-bom__summary-row th {
  background: transparent;
  border-top: 1px solid #e4e4e4;
}
.da-bom__table tr.da-bom__summary-row:last-child td,
.da-bom__table tr.da-bom__summary-row:last-child th {
  border-bottom: none;
}
.da-bom__table tr.da-bom__summary-row:first-child td,
.da-bom__table tr.da-bom__summary-row:first-child th {
  border-top: none;
}
.da-bom__table td.da-bom__totals-spacer,
.da-bom__table th.da-bom__totals-spacer {
  border-top: none !important;
  border-bottom: none !important;
}
.da-bom__table .highlight-part {
  color: #ff0000;
}
.da-bom__discount-form {
  width: 30rem;
}

.da-document-container .ir-form__actions {
  padding-top: 2.5rem;
}

.da-document-download__title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #555;
}
.da-document-download__sub-heading {
  color: #777;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.da-document-download__sub-heading:not(:first-of-type) {
  margin-top: 2rem;
}
.da-document-download__links-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
.da-document-download__links-container li {
  position: relative;
  padding-left: 4.9rem;
  text-indent: -0.5em;
}
.da-document-download__links-container li:not(:last-child) {
  margin-bottom: 0.3rem !important;
}
.da-document-download__links-container li input[type=checkbox] {
  position: absolute;
  top: 0.5rem;
  left: 0.3rem;
}
.da-document-download__links-container li i.fas {
  position: absolute;
  top: 0.5rem;
  left: 3.2rem;
}
.da-document-download__link {
  padding: 5px 2px;
  transition: all 400ms;
  border-radius: 2px;
  color: rgb(5.9901477833, 89.8522167488, 146.0098522167);
}
.da-document-download__link i.fas {
  padding-right: 0.5rem;
  color: rgb(9.0049261084, 135.0738916256, 219.4950738916);
  transition: all 400ms;
}
.da-document-download__link span {
  transition: all 400ms;
  border-bottom: 1px solid transparent;
}
.da-document-download__link:hover {
  text-decoration: none;
  color: rgb(1.9704433498, 29.5566502463, 48.0295566502);
}
.da-document-download__link:hover i.fas {
  color: rgb(3.9802955665, 59.7044334975, 97.0197044335);
}
.da-document-download__link:hover span {
  border-bottom: 1px solid #0878C3;
}
.da-document-download__message {
  margin: 2rem 0.2rem 0.5rem 0.2rem;
  color: #c60303;
}
.da-document-download__message div {
  font-size: 1.2rem;
}

.ir-fr .value-warning,
.ir-pr .value-warning,
.ir-da .value-warning {
  color: #d56262;
  font-weight: 800;
}
.ir-fr__rail-image,
.ir-pr__rail-image,
.ir-da__rail-image {
  padding-top: 1rem;
  display: inline-block;
}
.ir-fr__rail-image__wrapper,
.ir-pr__rail-image__wrapper,
.ir-da__rail-image__wrapper {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 68px;
  border-radius: 10rem;
}
.ir-fr__rail-image__wrapper img,
.ir-pr__rail-image__wrapper img,
.ir-da__rail-image__wrapper img {
  display: block;
}
.ir-fr__rail-length-checkbox-label,
.ir-pr__rail-length-checkbox-label,
.ir-da__rail-length-checkbox-label {
  width: 7.5rem;
  text-align: right;
}
.ir-fr__project-stats-table td:not(:last-child),
.ir-pr__project-stats-table td:not(:last-child),
.ir-da__project-stats-table td:not(:last-child) {
  padding-right: 2.5rem;
}
.ir-fr__collapsable-header-link,
.ir-pr__collapsable-header-link,
.ir-da__collapsable-header-link {
  display: block;
  background: #ddd;
  color: #333;
  padding: 0.3rem 1rem;
  margin-top: 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 300ms ease-out;
}
.ir-fr__collapsable-header-link i,
.ir-pr__collapsable-header-link i,
.ir-da__collapsable-header-link i {
  margin-right: 0.5rem;
}
.ir-fr__collapsable-header-link:hover,
.ir-pr__collapsable-header-link:hover,
.ir-da__collapsable-header-link:hover {
  color: #fff;
  background: #999;
  text-decoration: none;
}

.da-quote-request__location-name {
  font-weight: 1rem;
}
.da-quote-request__location-city-state {
  font-size: 1.4rem;
  color: #666;
}
.da-quote-request__chooser-container {
  padding-top: 1rem;
}
.da-quote-request__search-field-container {
  padding: 0.5rem 0.5rem 2rem 0.5rem;
  width: 100%;
}
.da-quote-request__name-matches, .da-quote-request__nearest-options {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 250px;
  border: 1px solid #eee;
  border-radius: 3px;
}
.da-quote-request__name-matches::-webkit-scrollbar, .da-quote-request__nearest-options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.da-quote-request__name-matches::-webkit-scrollbar:vertical, .da-quote-request__nearest-options::-webkit-scrollbar:vertical {
  width: 14px;
  background: #f7f7f7;
}
.da-quote-request__name-matches::-webkit-scrollbar:horizontal, .da-quote-request__nearest-options::-webkit-scrollbar:horizontal {
  height: 14px;
}
.da-quote-request__name-matches::-webkit-scrollbar-thumb, .da-quote-request__nearest-options::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #f7f7f7;
  background-color: rgba(0, 0, 0, 0.5);
}
.da-quote-request__location-select__row {
  padding: 0.7rem 1rem;
}
.da-quote-request__location-select__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.da-quote-request__location-select__location-name {
  font-size: 1.4rem;
}
.da-quote-request__location-select__location-city-state {
  font-size: 1.4rem;
  color: #666;
}

.da-results__section-head {
  margin-top: 2rem;
  border-bottom: 1px solid #ccc;
}
.da-results__key-parameters h4 {
  margin-top: 1rem;
  font-style: italic;
  border-bottom: 0.5px dashed #aaa;
}
.da-results__key-parameters .name {
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.da-results__details {
  display: none;
}
.da-results__details table th,
.da-results__details table td {
  padding: 0.25rem 0.5rem;
}
.da-results .value-warning {
  font-weight: bold;
  color: #c60303;
}

.project-form-location-edit-link {
  display: inline-block;
  background: #fff;
  padding: 0 3rem 0 0.75rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-align: left;
  cursor: pointer;
  transition: all 200ms ease-out;
  position: relative;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.6rem;
  color: #444;
  overflow: hidden;
}
.project-form-location-edit-link i.fas {
  transition: all 200ms ease-out;
  color: #999;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.project-form-location-edit-link:focus {
  outline: 2px solid rgba(18, 46, 87, 0.247);
}
.project-form-location-edit-link:hover {
  border: 1px solid #ccc;
  background: linear-gradient(#fff, #f7f7f7);
  transform: translate(-1px, -1px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #444;
}
.project-form-location-edit-link:hover i.fas {
  color: #777;
}

/* Google Places possible matching addresses list autocomplete div */
.pac-container {
  z-index: 101001; /* one more than the IR dialog container */
}

.right-page-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right-page-menu__item {
  width: 100%;
  display: block;
  border: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 2.4rem;
  transition: all 250ms ease-out;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.right-page-menu__item:last-child {
  margin-bottom: 0;
}
.right-page-menu__item__icon {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.3rem 0 0.5rem;
  transition: all 250ms ease-out;
}
.right-page-menu__item__text {
  padding: 0 0.3rem 0.5rem 0.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.right-page-menu__item:hover {
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
}
.right-page-menu__item:hover .right-page-menu__item__icon {
  color: #fff;
}

.support-link {
  background: #f18b22;
}
.support-link:hover {
  background: rgb(210.6553191489, 113.429787234, 13.3446808511);
}

.domestic-content-link {
  background: #03A9EA;
}
.domestic-content-link:hover {
  background: rgb(2.3544303797, 132.6329113924, 183.6455696203);
}

.project-header__details {
  width: 100%;
  font-size: 1.3rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 1.5rem;
}
.project-header__details__container {
  display: flex;
  align-items: stretch;
}
.project-header__details__project-type {
  padding: 0.5rem 1rem;
  margin: 1.2rem 1.5rem 1.2rem 0;
  color: #fff;
  border-radius: 2px;
  background: #f18b22;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.project-header__details__name-location-and-summary {
  padding: 1rem 0;
  display: flex;
  width: 100%;
}
.project-header__details__name-location-and-summary__right {
  margin-left: auto;
}
.project-header__details__name {
  padding-top: 0.2rem;
  font-weight: bold;
}
.project-header__details__owned-by {
  background: #f18b22;
  padding: 0.4rem 0;
  color: white;
  font-style: italic;
}
.project-header__navbar {
  font-size: 1.3rem;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 0 1.5rem;
}
.project-header__navbar__container {
  display: flex;
}
.project-header__navbar__left {
  display: flex;
}
.project-header__navbar__right {
  display: flex;
  margin-left: auto;
}
.project-header__navbar__item {
  position: relative;
  padding: 1rem 0;
}
.project-header__navbar__active-carat {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.project-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .project-header__details__project-type {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .project-header__details {
    font-size: 1.4rem;
  }
  .project-header__details__container {
    padding: 0;
  }
  .project-header__navbar {
    font-size: 1.4rem;
  }
  .project-header__navbar__container {
    padding: 0;
  }
}
.mini-array {
  background: #fff;
  padding: 1px;
  border: 1px solid #eee;
  display: inline-block;
}
.mini-array__row {
  display: flex;
}
.mini-array__cell {
  width: 2rem;
  height: 2rem;
  margin: 1px;
}
.mini-array__cell--portrait {
  width: 1.2rem;
  height: 2rem;
}
.mini-array__cell--landscape {
  width: 2rem;
  height: 1.2rem;
}
.mini-array__cell--on {
  border: 1px solid rgb(36.7644628099, 114.7768595041, 180.2355371901);
  background: #368dd6;
}
.mini-array__cell--off {
  border: 1px solid #eee;
  background: #fff;
}
.mini-array__cell--error {
  border: 1px solid #ff0000;
  background: #ff0000;
}

.project-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.project-steps__item {
  margin: 0 2rem 0 0;
  padding: 0;
}
.project-steps__item__container {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.project-steps__item__number {
  background: rgba(255, 255, 255, 0.9);
  color: #555;
  font-size: 2rem;
  font-weight: bold;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.5rem;
}
.project-steps__item__text {
  padding: 0 2rem 0 1.5rem;
  line-height: 1rem;
}
.project-steps__item__text__header {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.9rem;
  white-space: nowrap;
}
.project-steps__item__text__subtext {
  font-size: 1.3rem;
  color: rgba(85, 85, 85, 0.9);
  white-space: nowrap;
}
.project-steps__item__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 200ms ease-out;
  background: #eee;
  border-radius: 4.5rem;
}
.project-steps__item__link:hover {
  text-decoration: none;
  background: rgb(212.5, 212.5, 212.5);
}
.project-steps__item--active .project-steps__item__link {
  cursor: default;
  background: #F18B22;
}
.project-steps__item--active .project-steps__item__text__header {
  color: #fff;
}
.project-steps__item--active .project-steps__item__text__subtext {
  color: rgba(255, 255, 255, 0.9);
}
.project-steps__item--disabled .project-steps__item__number {
  color: #bbb;
}
.project-steps__item--disabled .project-steps__item__link {
  cursor: default;
  background: rgb(245.65, 245.65, 245.65);
}
.project-steps__item--disabled .project-steps__item__text__header {
  color: #bbb;
}
.project-steps__item--disabled .project-steps__item__text__subtext {
  color: #bbb;
}

.atlas-grouping {
  background: rgba(17.0454545455, 71.7329545455, 107.9545454545, 0.1);
  padding: 1rem;
  border-radius: 3px;
}

.fs__navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.fs__navbar__menu {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0 1rem 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fs__navbar__menu ul {
  display: block !important;
}
.fs__navbar__menu .fs__navbar__menu__link__content {
  display: flex;
  transition: all 250ms ease-out;
}
.fs__navbar__menu .fs__navbar__menu__link__icon {
  color: #bbb;
  padding: 0.8rem 0.5rem 0.8rem 2rem;
  transition: all 250ms ease-out;
}
.fs__navbar__menu .fs__navbar__menu__link__text {
  color: #777;
  padding: 0.8rem 2rem 0.8rem 0.5rem;
  transition: all 250ms ease-out;
}
.fs__navbar__menu .fs__navbar__menu__link:hover {
  text-decoration: none;
}
.fs__navbar__menu .fs__navbar__menu__link:hover .fs__navbar__menu__link__content {
  display: flex;
  background: #f7f7f7;
}
.fs__navbar__menu .fs__navbar__menu__link:hover .fs__navbar__menu__link__text {
  color: #222;
}
.fs__navbar__menu .fs__navbar__menu__link:hover .fs__navbar__menu__link__icon {
  color: #555;
}
.fs__navbar--not-fixed {
  position: absolute;
}
.fs__navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.fs__navbar__item {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transition: all 200ms ease-out;
}
.fs__navbar__item .fs__navbar__item__link .fs__navbar__item__number {
  border: 3px solid #666;
  background: #666 !important;
  color: #fff;
  position: relative;
}
.fs__navbar__item .fs__navbar__item__link .fs__navbar__item__text {
  color: #333;
}
.fs__navbar__item .fs__navbar__item__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fs__navbar__item .fs__navbar__item__link:hover .fs__navbar__item__number {
  border: 3px solid rgb(76.5, 76.5, 76.5);
  background: rgb(76.5, 76.5, 76.5) !important;
}
.fs__navbar__item__locked-icon {
  display: block;
  position: absolute;
  font-size: 1rem;
  top: -10px;
  right: -10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  background: #fff;
  padding: 4px 5px;
  line-height: 1em;
  color: #bbb;
}
.fs__navbar__item__locked-icon i {
  position: relative;
  top: -1px;
}
.fs__navbar__item__locked-icon--all {
  color: #e7ac2d;
}
.fs__navbar__item__check-icon {
  display: block;
  position: absolute;
  font-size: 1.1rem;
  top: -0.8rem;
  left: -0.9rem;
  color: #74ac81;
  line-height: 1em;
  transition: all 200ms ease-out;
}
.fs__navbar__item a.fs__navbar__item__link {
  transition: all 200ms ease-out;
  display: inline-block;
  line-height: 5rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #888;
  transition: all 200ms ease-out;
  border-bottom: 2px solid transparent;
  transition: all 200ms ease-out;
}
.fs__navbar__item a.fs__navbar__item__link:hover {
  text-decoration: none;
  background: #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.fs__navbar__item a.fs__navbar__item__link:hover .fs__navbar__item__check-icon {
  color: rgb(147.9324324324, 191.0675675676, 157.9459459459);
}
.fs__navbar__item__number {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 2rem;
  line-height: 1em;
  margin-right: 1rem;
  font-weight: bold;
  min-width: 3rem;
  background: #888;
  border: 3px solid #888;
  text-align: center;
  transition: all 200ms ease-out;
}
.fs__navbar__item__text {
  display: inline-block;
}
.fs__navbar__item--project {
  margin: 0 1rem 0 0;
}
.fs__navbar__item--project-hover {
  background: #f7f7f7 !important;
}
.fs__navbar__item--project-hover .fs__navbar__item__text {
  color: #222;
}
.fs__navbar__item--project-hover .fs__navbar__item__icon {
  color: #222;
}
.fs__navbar__item--completed .fs__navbar__item__link .fs__navbar__item__number {
  border: 3px solid #74ac81;
  background: #74ac81 !important;
  color: #fff;
  position: relative;
}
.fs__navbar__item--completed .fs__navbar__item__link .fs__navbar__item__text {
  color: #333;
}
.fs__navbar__item--completed .fs__navbar__item__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fs__navbar__item--completed .fs__navbar__item__link:hover .fs__navbar__item__number {
  border: 3px solid rgb(88.6081081081, 148.3918918919, 102.4864864865);
  background: rgb(88.6081081081, 148.3918918919, 102.4864864865) !important;
}
.fs__navbar__item--warning .fs__navbar__item__link .fs__navbar__item__number {
  border: 3px solid #f37f00;
  background: #f37f00 !important;
  color: #fff;
  position: relative;
}
.fs__navbar__item--warning .fs__navbar__item__link .fs__navbar__item__text {
  color: #333;
}
.fs__navbar__item--warning .fs__navbar__item__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fs__navbar__item--warning .fs__navbar__item__link:hover .fs__navbar__item__number {
  border: 3px solid rgb(192, 100.3456790123, 0);
  background: rgb(192, 100.3456790123, 0) !important;
}
.fs__navbar__item--error .fs__navbar__item__link .fs__navbar__item__number {
  border: 3px solid #c60303;
  background: #c60303 !important;
  color: #fff;
  position: relative;
}
.fs__navbar__item--error .fs__navbar__item__link .fs__navbar__item__text {
  color: #333;
}
.fs__navbar__item--error .fs__navbar__item__link:hover {
  background: rgba(255, 255, 255, 0.2);
}
.fs__navbar__item--error .fs__navbar__item__link:hover .fs__navbar__item__number {
  border: 3px solid rgb(147.7611940299, 2.2388059701, 2.2388059701);
  background: rgb(147.7611940299, 2.2388059701, 2.2388059701) !important;
}
.fs__navbar__item--disabled .fs__navbar__item__disabled-contents {
  display: inline-block;
  line-height: 5rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #888;
  transition: all 200ms ease-out;
}
.fs__navbar__item--disabled .fs__navbar__item__number {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 2rem;
  line-height: 1em;
  margin-right: 1rem;
  font-weight: bold;
  min-width: 3rem;
  background: #888;
  border: 3px solid #888;
  text-align: center;
  transition: all 200ms ease-out;
  background: #eee;
  border-color: #eee;
}
.fs__navbar__item--disabled .fs__navbar__item__locked-icon {
  display: none;
}
.fs__navbar__item--active .fs__navbar__item__link {
  border-bottom: 2px solid #f18b22 !important;
}
.fs__navbar__item--active .fs__navbar__item__link .fs__navbar__item__number {
  background: #888;
  color: #fff;
}
.fs__navbar__item--active .fs__navbar__item__link .fs__navbar__item__text {
  color: #222;
}
.fs__navbar__item--active .fs__navbar__item__link:hover {
  background: #f7f7f7;
}
.fs__navbar--inline {
  position: relative;
  box-shadow: none;
  background: #e9e9e9;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.fs__navbar--inline .fs__navbar__item__link .fs__navbar__item__text {
  color: #333;
}
.fs__navbar--inline .fs__navbar__item__link:hover {
  background: #fff;
}
.fs__navbar--inline .fs__navbar__item--disabled .fs__navbar__item__number {
  background: #bbb;
  border: 3px solid #bbb;
  color: #fff;
}
.fs__navbar__status-icon {
  margin-left: auto;
  display: flex;
}
.fs__navbar__status-icon div, .fs__navbar__status-icon a {
  color: #74ac81;
  line-height: 5rem;
  padding: 0 1rem;
}
.fs__navbar__status-icon a {
  font-size: 1.4rem;
  background: rgb(88.6081081081, 148.3918918919, 102.4864864865);
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 200ms ease-out;
  white-space: nowrap;
}
.fs__navbar__status-icon a i {
  padding-left: 3px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 200ms ease-out;
}
.fs__navbar__status-icon a:hover {
  background: #74ac81;
  text-decoration: none;
}
.fs__navbar__status-icon a:hover i {
  color: #fff;
}
.fs__navbar__status-icon div {
  font-size: 2rem;
}
.fs__navbar__status-icon--warning div {
  color: #f37f00;
}
.fs__navbar__status-icon--error, .fs__navbar__status-icon--hidden {
  display: none;
}
.fs__callout-bar {
  padding: 2rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}
.fs__midsection {
  position: relative;
  padding-top: 5rem;
  display: flex;
  min-height: calc(100vh - 8rem);
  width: 100%;
}
.fs__midsection__sidebar {
  background: #f7f7f7;
  border-right: 1px solid #eee;
  width: 30rem;
  flex: 0 0 30rem;
  padding: 1.5rem;
  color: #777;
  min-height: calc(100vh - 8rem + 3rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.fs__midsection__sidebar__header {
  font-size: 1.8rem;
  color: #777;
}
.fs__midsection__sidebar__header__help-link {
  font-size: 90%;
}
.fs__midsection__content {
  padding: 1.5rem;
  width: 100%;
}
.fs__midsection__content__header {
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
.fs__side-bar-item-tabs {
  padding-top: 2rem;
}
.fs__side-bar-item-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.fs__side-bar-item-tabs li {
  margin: 0;
  padding: 0;
}
.fs__side-bar-item-tabs li .fs__side-bar-item-tabs__link {
  border-radius: 3px;
}
.fs__side-bar-item-tabs__link {
  display: inline-block;
  padding: 0 0.7rem;
  line-height: 2.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: all 200ms ease-out;
  border: 3px solid #aaa;
  background: #aaa;
  color: #fff;
  position: relative;
  min-width: 5rem;
}
.fs__side-bar-item-tabs__link:hover {
  text-decoration: none;
  border: 3px solid rgb(144.5, 144.5, 144.5);
  background: rgb(144.5, 144.5, 144.5);
  color: #fff;
}
.fs__side-bar-item-tabs__link--active {
  border: 3px solid rgb(93.5, 93.5, 93.5);
  background: rgb(144.5, 144.5, 144.5);
  color: #fff !important;
}
.fs__side-bar-item-tabs__link--active:hover {
  border: 3px solid rgb(93.5, 93.5, 93.5);
  background: rgb(144.5, 144.5, 144.5);
}
.fs__side-bar-item-tabs__link__locked-icon {
  display: block;
  position: absolute;
  font-size: 1rem;
  top: -10px;
  right: -4px;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 4px 5px;
  line-height: 1em;
  color: #e7ac2d;
  z-index: 2;
  top: -12px;
  right: -6px;
}
.fs__side-bar-item-tabs__link--completed {
  border: 3px solid #74ac81;
  background: #74ac81;
  color: rgba(255, 255, 255, 0.8);
}
.fs__side-bar-item-tabs__link--completed:hover {
  border: 3px solid rgb(88.6081081081, 148.3918918919, 102.4864864865);
  background: rgb(88.6081081081, 148.3918918919, 102.4864864865);
  color: #fff;
}
.fs__side-bar-item-tabs__link--completed.fs__side-bar-item-tabs__link--active {
  border: 3px solid rgb(50.472972973, 84.527027027, 58.3783783784);
  background: rgb(88.6081081081, 148.3918918919, 102.4864864865);
}
.fs__side-bar-item-tabs__link--completed.fs__side-bar-item-tabs__link--active:hover {
  border: 3px solid rgb(50.472972973, 84.527027027, 58.3783783784);
  background: rgb(79.0743243243, 132.4256756757, 91.4594594595);
}
.fs__side-bar-item-tabs__link--warning {
  border: 3px solid #f37f00;
  background: #f37f00;
  color: rgba(255, 255, 255, 0.8);
}
.fs__side-bar-item-tabs__link--warning:hover {
  border: 3px solid rgb(192, 100.3456790123, 0);
  background: rgb(192, 100.3456790123, 0);
  color: #fff;
}
.fs__side-bar-item-tabs__link--warning.fs__side-bar-item-tabs__link--active {
  border: 3px solid rgb(90, 47.037037037, 0);
  background: rgb(192, 100.3456790123, 0);
}
.fs__side-bar-item-tabs__link--warning.fs__side-bar-item-tabs__link--active:hover {
  border: 3px solid rgb(90, 47.037037037, 0);
  background: rgb(166.5, 87.0185185185, 0);
}
.fs__side-bar-item-tabs__link--error {
  border: 3px solid #c60303;
  background: #c60303;
  color: rgba(255, 255, 255, 0.8);
}
.fs__side-bar-item-tabs__link--error:hover {
  border: 3px solid rgb(147.7611940299, 2.2388059701, 2.2388059701);
  background: rgb(147.7611940299, 2.2388059701, 2.2388059701);
  color: #fff;
}
.fs__side-bar-item-tabs__link--error.fs__side-bar-item-tabs__link--active {
  border: 3px solid rgb(47.2835820896, 0.7164179104, 0.7164179104);
  background: rgb(147.7611940299, 2.2388059701, 2.2388059701);
}
.fs__side-bar-item-tabs__link--error.fs__side-bar-item-tabs__link--active:hover {
  border: 3px solid rgb(47.2835820896, 0.7164179104, 0.7164179104);
  background: rgb(122.6417910448, 1.8582089552, 1.8582089552);
}
.fs__mini-map__item {
  stroke-width: 1px;
  stroke: #f7f7f7;
  fill: #aaa;
  transition: all 200ms ease-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.fs__mini-map__item:hover {
  stroke: #f7f7f7;
  fill: rgb(144.5, 144.5, 144.5);
}
.fs__mini-map__item--active {
  stroke-width: 3px;
  stroke: rgb(93.5, 93.5, 93.5);
  fill: rgb(144.5, 144.5, 144.5);
  z-index: 2;
}
.fs__mini-map__item--active:hover {
  stroke: rgb(93.5, 93.5, 93.5);
  fill: rgb(144.5, 144.5, 144.5);
}
.fs__mini-map__item--completed {
  fill: #74ac81;
  color: rgba(255, 255, 255, 0.8);
}
.fs__mini-map__item--completed:hover {
  fill: rgb(88.6081081081, 148.3918918919, 102.4864864865);
  color: #fff;
}
.fs__mini-map__item--active.fs__mini-map__item--completed {
  stroke: rgb(50.472972973, 84.527027027, 58.3783783784);
  fill: rgb(88.6081081081, 148.3918918919, 102.4864864865);
}
.fs__mini-map__item--error {
  fill: #c60303;
  color: rgba(255, 255, 255, 0.8);
}
.fs__mini-map__item--error:hover {
  fill: rgb(147.7611940299, 2.2388059701, 2.2388059701);
  color: #fff;
}
.fs__mini-map__item--active.fs__mini-map__item--error {
  stroke: rgb(47.2835820896, 0.7164179104, 0.7164179104);
  fill: rgb(147.7611940299, 2.2388059701, 2.2388059701);
}
.fs__mini-map__item--warning {
  fill: #f37f00;
  color: rgba(255, 255, 255, 0.8);
}
.fs__mini-map__item--warning:hover {
  fill: rgb(192, 100.3456790123, 0);
  color: #fff;
}
.fs__mini-map__item--active.fs__mini-map__item--warning {
  stroke: rgb(90, 47.037037037, 0);
  fill: rgb(192, 100.3456790123, 0);
}
.fs__mini-map__item--no-link--active {
  fill: #74ac81;
  color: rgba(255, 255, 255, 0.8);
  cursor: default !important;
}
.fs__mini-map__item--no-link--active:hover {
  fill: #74ac81;
  color: rgba(255, 255, 255, 0.8);
}
.fs__mini-map__item--no-link--inactive {
  fill: #ccc;
  cursor: default !important;
}
.fs__mini-map__item--no-link--inactive:hover {
  fill: #ccc;
}
.fs__mini-map__item__identifier {
  fill: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  pointer-events: none;
}
.fs__mini-map__item__identifier__text {
  fill: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
  font-weight: bold;
  pointer-events: none;
  text-anchor: middle;
}
.fs__tab-nav ul {
  list-style: none;
  margin: 1rem 0 1.5rem 0;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #eee;
}
.fs__tab-nav li {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: -1px;
}
.fs__tab-nav__header__text, .fs__tab-nav__link {
  white-space: nowrap;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  line-height: 3.5rem;
}
.fs__tab-nav__header__text {
  padding: 0 1.5rem;
}
.fs__tab-nav__status-dot {
  position: absolute;
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  width: 8px;
  border-radius: 10px;
  border: 2px solid #aaa;
  background: #aaa;
}
.fs__tab-nav__status-dot--active {
  border-color: rgb(93.5, 93.5, 93.5);
  background: rgb(131.75, 131.75, 131.75);
}
.fs__tab-nav__status-dot--completed {
  top: -2.2rem;
  background-color: transparent !important;
  border: none;
  height: 1.5rem;
  width: 1.5rem;
}
.fs__tab-nav__status-dot--completed:before {
  color: #74ac81;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.6rem;
  content: "\f00c";
}
.fs__tab-nav__status-dot--active.fs__tab-nav__status-dot--completed:before {
  color: rgb(79.0743243243, 132.4256756757, 91.4594594595);
}
.fs__tab-nav__status-dot--warning {
  background: #f37f00;
  border-color: #f37f00;
}
.fs__tab-nav__status-dot--active.fs__tab-nav__status-dot--warning {
  border-color: rgb(90, 47.037037037, 0);
  background: rgb(166.5, 87.0185185185, 0);
}
.fs__tab-nav__status-dot--error {
  border-color: #c60303;
  background: #c60303;
}
.fs__tab-nav__status-dot--active.fs__tab-nav__status-dot--error {
  border-color: rgb(47.2835820896, 0.7164179104, 0.7164179104);
  background: rgb(122.6417910448, 1.8582089552, 1.8582089552);
}
.fs__tab-nav__link {
  color: #777;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: rgb(243.1, 243.1, 243.1);
  border: 1px solid #eee;
  position: relative;
  margin-left: -1px;
  transition: all 200ms ease-out;
  padding: 0 1.5rem;
}
.fs__tab-nav__link:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.fs__tab-nav__link--active {
  color: #333;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.fs__tab-nav__link__locked-icon {
  display: block;
  position: absolute;
  font-size: 1rem;
  top: -10px;
  right: -4px;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 4px 5px;
  line-height: 1em;
  color: #e7ac2d;
  z-index: 2;
}
.fs__btn-tabs ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: flex;
}
.fs__btn-tabs li {
  margin: 0 1rem 0 0;
  padding: 0;
  position: relative;
}
.fs__btn-tabs__link {
  font-size: 1.4rem;
  color: #fff;
  background: rgb(165.75, 165.75, 165.75);
  border-radius: 3px;
  border: 3px solid rgb(165.75, 165.75, 165.75);
  transition: all 200ms ease-out;
  display: flex;
}
.fs__btn-tabs__link:hover {
  background: rgb(127.5, 127.5, 127.5);
  border: 3px solid rgb(127.5, 127.5, 127.5);
  color: #fff;
  text-decoration: none;
}
.fs__btn-tabs__link__status-icon {
  display: block;
  line-height: 2.8rem !important;
  padding: 0 0.5rem 0 1rem;
}
.fs__btn-tabs__link__status-icon:before {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1.2rem;
  content: "\f111";
}
.fs__btn-tabs__link__locked-icon {
  display: block;
  position: absolute;
  font-size: 1rem;
  top: -10px;
  right: -4px;
  border-radius: 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 4px 5px;
  line-height: 1em;
  color: #e7ac2d;
  z-index: 2;
}
.fs__btn-tabs__link__number {
  display: block;
  line-height: 2.8rem;
  padding: 0 0.5rem;
}
.fs__btn-tabs__link__text {
  display: block;
  line-height: 2.8rem;
  padding: 0 1rem 0 0.5rem;
}
.fs__btn-tabs__link--active {
  color: #fff;
  background: #999;
  border: 3px solid rgb(127.5, 127.5, 127.5);
}
.fs__btn-tabs__link--active:hover {
  color: #fff;
  background: rgb(127.5, 127.5, 127.5);
  border: 3px solid #666666;
}
.fs__btn-tabs__link--completed {
  color: #fff;
  background-color: #74ac81;
  border-color: #74ac81;
}
.fs__btn-tabs__link--completed:hover {
  color: #fff;
  background-color: rgb(88.6081081081, 148.3918918919, 102.4864864865);
  border-color: rgb(88.6081081081, 148.3918918919, 102.4864864865);
}
.fs__btn-tabs__link--completed .fs__btn-tabs__link__status-icon {
  line-height: 3.4rem;
}
.fs__btn-tabs__link--completed .fs__btn-tabs__link__status-icon:before {
  font-size: 1.6rem;
  color: #fff;
  content: "\f00c";
}
.fs__btn-tabs__link--completed.fs__btn-tabs__link--active {
  color: #fff;
  background-color: rgb(88.6081081081, 148.3918918919, 102.4864864865);
  border-color: rgb(50.472972973, 84.527027027, 58.3783783784);
}
.fs__btn-tabs__link--completed.fs__btn-tabs__link--active:hover {
  color: #fff;
  background-color: rgb(79.0743243243, 132.4256756757, 91.4594594595);
  border-color: rgb(40.9391891892, 68.5608108108, 47.3513513514) !important;
}

.fs__restore-default__form {
  padding-top: 3rem;
}
.fs__restore-default__btn {
  margin: 0 0.8rem 0.8rem 0;
}
.fs__restore-default__btn span {
  min-width: 5rem;
}
.fs__restore-default__container {
  display: flex;
  padding-top: 1rem;
  flex-wrap: wrap;
}

.fs__locked-section {
  border: 0.8rem solid #E9C628;
}

@media (min-width: 992px) {
  .fs__navbar__item a.fs__navbar__item__link {
    line-height: 6rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
  }
  .fs__navbar__item--project {
    margin: 0 0.5rem 0 0;
  }
  .fs__navbar__item__number {
    padding: 0.5rem 0.8rem;
    min-width: 3.2rem;
  }
  .fs__navbar__item__locked-icon {
    font-size: 1.1rem;
  }
  .fs__navbar__item__check-icon {
    font-size: 1.3rem;
    top: -0.7rem;
    left: -1.2rem;
  }
  .fs__navbar__item--disabled {
    line-height: 6rem;
    padding: 0 0.5rem;
    font-size: 1.5rem;
  }
  .fs__navbar__item--disabled .fs__navbar__item__number {
    padding: 0.5rem 0.8rem;
  }
  .fs__navbar__item--disabled .fs__navbar__item__disabled-contents {
    line-height: 6rem;
    padding: 0 1rem;
    font-size: 1.5rem;
  }
  .fs__navbar__status-icon div {
    line-height: 6rem;
    padding: 0 1.5rem;
    font-size: 2.4rem;
  }
  .fs__navbar__status-icon a {
    line-height: 6rem;
    padding: 0 2.5rem;
    font-size: 1.5rem;
  }
  .fs__navbar__status-icon a i {
    font-size: 1.5rem;
  }
  .fs__midsection {
    padding-top: 6rem;
  }
  .fs__midsection__sidebar {
    padding: 2rem;
    width: 32rem;
    flex: 0 0 32rem;
    min-height: calc(100vh - 10rem + 4rem);
  }
  .fs__midsection__content {
    padding: 2rem;
  }
  .fs__tab-nav ul {
    margin: 1rem 0 2rem 0;
  }
  .fs__tab-nav__link {
    line-height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
  .fs__tab-nav__link__locked-icon {
    font-size: 1.1rem;
  }
  .fs__tab-nav__header__text {
    line-height: 3.5rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }
  .fs__btn-tabs__link {
    font-size: 1.5rem;
  }
  .fs__btn-tabs__link__status-icon {
    line-height: 3rem !important;
    padding: 0 0.5rem 0 0.5rem;
  }
  .fs__btn-tabs__link__number {
    line-height: 3rem;
    padding: 0 0.5rem;
  }
  .fs__btn-tabs__link__text {
    line-height: 3rem;
    padding: 0 1rem;
  }
  .fs__side-bar-item-tabs__link {
    padding: 0 0.9rem;
    line-height: 2.8rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .fs__navbar__item a.fs__navbar__item__link {
    line-height: 7rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .fs__navbar__item--project {
    margin: 0 2rem 0 1rem;
  }
  .fs__navbar__item__number {
    padding: 0.8rem 1.1rem;
    min-width: 3.9rem;
  }
  .fs__navbar__item__locked-icon {
    font-size: 1.2rem;
  }
  .fs__navbar__item__check-icon {
    font-size: 1.6rem;
    top: -0.7rem;
    left: -1.5rem;
  }
  .fs__navbar__item--disabled {
    line-height: 7rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .fs__navbar__item--disabled .fs__navbar__item__number {
    padding: 0.8rem 1.1rem;
  }
  .fs__navbar__item--disabled .fs__navbar__item__disabled-contents {
    line-height: 7rem;
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .fs__navbar__status-icon div {
    line-height: 7rem;
    padding: 0 2rem;
    font-size: 2.8rem;
  }
  .fs__navbar__status-icon a {
    line-height: 7rem;
    padding: 0 3rem;
    font-size: 1.7rem;
  }
  .fs__navbar__status-icon a i {
    font-size: 1.8rem;
    padding-left: 0.5rem;
  }
  .fs__midsection {
    padding-top: 7rem;
  }
  .fs__midsection__sidebar {
    padding: 3rem;
    width: 35rem;
    flex: 0 0 35rem;
    min-height: calc(100vh - 13rem + 6rem);
  }
  .fs__midsection__content {
    padding: 3rem;
  }
  .fs__tab-nav ul {
    margin: 0.5rem 0 2rem 0;
  }
  .fs__tab-nav__link {
    line-height: 4.5rem;
    padding: 0 2rem;
    font-size: 2rem;
  }
  .fs__tab-nav__link__locked-icon {
    font-size: 1.2rem;
  }
  .fs__tab-nav__header__text {
    line-height: 4.5rem;
    padding: 0 2rem;
    font-size: 2rem;
  }
  .fs__tab-nav__status-dot {
    top: -1.7rem;
    height: 10px;
    width: 10px;
  }
  .fs__tab-nav__status-dot--completed {
    top: -2.5rem;
    height: 2rem;
    width: 2rem;
  }
  .fs__btn-tabs__link {
    font-size: 1.6rem;
  }
  .fs__btn-tabs__link__status-icon {
    padding: 0 0.5rem 0 1rem;
  }
  .fs__btn-tabs__link__number {
    line-height: 3.5rem;
    padding: 0 0.5rem 0 0.5rem;
  }
  .fs__btn-tabs__link__text {
    line-height: 3.5rem;
    padding: 0 1.5rem 0 0.5rem;
  }
  .fs__side-bar-item-tabs__link {
    padding: 0 1.1rem;
    line-height: 3.4rem;
    font-size: 1.6rem;
  }
}
.da-roof-sections-menu {
  display: flex;
  align-items: center;
  transition: opacity 200ms ease-out;
}
.da-roof-sections-menu__header {
  white-space: nowrap;
  margin-right: 2rem;
  margin-bottom: 0;
}
.da-roof-sections-menu__add-new {
  font-size: 1.8rem;
  font-weight: normal;
  color: #f5a623;
  white-space: nowrap;
  padding-left: 3rem;
}
.da-roof-sections-menu__quick-jumps {
  display: flex;
  margin-right: 2rem;
}
.da-roof-sections-menu__quick-jumps button:not(:last-child) {
  margin-right: 1rem;
}
.da-roof-sections-menu__kind-menu {
  width: 13rem;
  padding: 0.5rem 0 !important;
}
.da-roof-sections-menu__container {
  min-height: 3.5rem;
}
.da-roof-sections-menu__close-link {
  display: none;
}
.da-roof-sections-menu__close-and-reopen-floating-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  line-height: 3.6rem;
  width: 3.6rem;
  text-align: center;
  font-size: 1.8rem;
  color: #888;
  transition: all 200ms ease-out;
}
.da-roof-sections-menu__close-and-reopen-floating-menu:hover {
  color: #f18b22;
}
.da-roof-sections-menu--fixed {
  position: fixed;
  top: 11rem;
  margin-left: -2rem;
  background: #fff;
  padding: 1rem 1.5rem 1rem 1rem;
  z-index: 100001; /* One above the fixed header */
  border: 3px solid #90e3ff;
  border-radius: 4px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.da-roof-sections-menu--fixed .da-roof-sections-menu__header {
  font-size: 1.6rem;
}
.da-roof-sections-menu--fixed .da-roof-sections-menu__add-new {
  font-size: 1.6rem;
}
.da-roof-sections-menu--fixed .da-roof-sections-menu {
  position: relative;
}
.da-roof-sections-menu--fixed .da-roof-sections-menu__close-link {
  position: absolute;
  display: block;
  background: #90e3ff;
  color: #fff;
  top: 0;
  right: 0;
  transform: translateY(-45%) translateX(45%);
  text-align: center;
  border-radius: 2rem;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1em;
  padding-top: 0.2rem;
  transition: all 200ms ease-out;
  font-size: 1.2rem;
}
.da-roof-sections-menu--fixed .da-roof-sections-menu__close-link:hover {
  background: rgb(42, 201.2702702703, 255);
  text-decoration: none;
}
.da-roof-sections-menu__go-to {
  display: flex;
}
.da-roof-sections-menu__go-to__label {
  white-space: nowrap;
  line-height: 3.5rem;
  background: #bbb;
  color: #fff;
  padding: 0 1rem;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.da-roof-sections-menu__go-to__select {
  display: block;
  width: 7rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  padding-left: 1.5rem !important;
}

@keyframes button-spinner-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes darken-highlight-pulse {
  50% {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
  }
}
.ol-map__settings__container {
  position: relative;
}
.ol-map__settings__menu {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 3px;
  padding: 1.5rem;
  z-index: 1000;
  color: #fff;
  display: none;
  font-size: 1.2rem;
  max-width: 30rem;
}
.ol-map__settings__menu__group {
  margin-bottom: 1.5rem;
}
.ol-map__settings__menu__title {
  font-size: 1.4rem;
  opacity: 0.9;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.ol-map__settings__menu__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  opacity: 0.6;
  line-height: 1.4;
}
.ol-map__settings__menu__footer strong {
  font-weight: 600;
  opacity: 0.9;
}
.ol-map__settings__menu .form-select {
  background: rgba(255, 255, 255, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255, 255, 255, 0.3)' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
  padding-right: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ol-map__settings__menu .form-select option {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.ol-map__settings__menu .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}
.ol-map__settings__menu__checkbox-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  overflow: hidden;
}
.ol-map__settings__menu__checkbox-pill {
  position: relative;
}
.ol-map__settings__menu__checkbox-pill__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ol-map__settings__menu__checkbox-pill__input:checked + .ol-map__settings__menu__checkbox-pill__label {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.ol-map__settings__menu__checkbox-pill__input:checked + .ol-map__settings__menu__checkbox-pill__label:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.ol-map__settings__menu__checkbox-pill__input:not(:checked) + .ol-map__settings__menu__checkbox-pill__label:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.ol-map__settings__menu__checkbox-pill__label {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  padding: 0.3rem 1rem;
  cursor: pointer;
  transition: all 200ms ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ol-map__settings__menu__checkbox-pill__label:before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  transition: all 200ms ease-out;
  position: relative;
}
.ol-map__settings__menu__checkbox-pill__input:checked + .ol-map__settings__menu__checkbox-pill__label:before {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.7);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(0, 0, 0, 0.7)' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
}
.ol-map__settings__menu .form-label {
  font-size: 1.2rem;
  opacity: 0.7;
  margin-bottom: 0.4rem;
}
.ol-map__settings__menu__close-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  color: #fff;
  opacity: 0.4;
  transition: all 200ms ease-out;
}
.ol-map__settings__menu__close-btn:hover {
  color: #fff;
  opacity: 1;
}
.ol-map__container {
  position: relative;
  height: calc(100vh - 8rem);
  width: 100%;
  overflow: hidden;
}
.ol-map__container--with-tab-nav {
  height: calc(100vh - 8rem - calc(6rem + 1px + 2px));
}
.ol-map__container--with-tab-nav-and-btn-tab-nav {
  height: calc(100vh - 8rem - calc(6rem + 1px + 2px) - calc(1.5rem + 6px + 2.8rem));
}
.ol-map__container--inline {
  height: 60rem !important;
}
.ol-map__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ol-map__map {
  position: relative;
  height: 100%;
  width: 100%;
  font-family: sans-serif;
}
.ol-map__controls {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 12rem;
}
.ol-map__btn {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  line-height: 3.2rem;
  min-height: 3.2rem;
  min-width: 3.6rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: color 200ms ease-out, background 200ms ease-out, border 100ms ease-out;
  outline: 0 !important;
  border: 1px solid #000;
  z-index: 1;
  position: relative;
  display: block;
  padding: 0 0.6rem;
  font-size: 1.4rem;
}
.ol-map__btn--small-font span b {
  font-size: 1.1rem;
  line-height: 3.1rem;
}
.ol-map__btn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.ol-map__btn--left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ol-map__btn--right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.ol-map__btn--middle {
  border-radius: 0;
  margin-left: -1px;
}
.ol-map__btn__group {
  display: flex;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.ol-map__btn--active {
  background: #008ba4;
  color: #fff;
  border-color: #008ba4;
  z-index: 3;
}
.ol-map__btn--active:hover {
  background: rgb(0, 117.387195122, 138.5);
  border-color: rgb(0, 117.387195122, 138.5);
  z-index: 3;
}
.ol-map__btn--active.ol-map__btn--zone1 {
  background: #0060D9;
  border-color: #0060D9;
}
.ol-map__btn--active.ol-map__btn--zone2, .ol-map__btn--active.ol-map__btn--zone2e, .ol-map__btn--active.ol-map__btn--zone2n, .ol-map__btn--active.ol-map__btn--zone2r {
  background: #e7ac2d;
  border-color: #e7ac2d;
}
.ol-map__btn--active.ol-map__btn--zone3, .ol-map__btn--active.ol-map__btn--zone3e, .ol-map__btn--active.ol-map__btn--zone3n, .ol-map__btn--active.ol-map__btn--zone3r {
  background: #D85F13;
  border-color: #D85F13;
}
.ol-map__btn--delete:hover {
  background: #c60303;
  border: 1px solid rgb(97.5223880597, 1.4776119403, 1.4776119403);
}
.ol-map__btn--dirty {
  background: #28a745;
  border: 1px solid rgb(15.3623188406, 64.1376811594, 26.5);
  color: #fff;
  animation-name: darken-highlight-pulse;
  animation-duration: 1200ms;
  animation-delay: 500ms;
  animation-iteration-count: 3;
  animation-timing-function: ease-out;
  z-index: 3;
}
.ol-map__btn--dirty:hover {
  border: 1px solid rgb(5.5072463768, 22.9927536232, 9.5);
  background: rgb(30.1449275362, 125.8550724638, 52);
}
.ol-map__btn--disabled {
  background: rgba(0, 0, 0, 0.3) !important;
  color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid #000 !important;
  cursor: default !important;
}
.ol-map__btn--call-to-action {
  width: inherit !important;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 !important;
  line-height: 1em !important;
  background: #186598;
  border: 1px solid rgb(10.0909090909, 42.4659090909, 63.9090909091);
  display: flex;
  align-items: stretch;
  font-size: 1.4rem !important;
}
.ol-map__btn--call-to-action:hover {
  background: rgb(18.4363636364, 77.5863636364, 116.7636363636);
  border: 1px solid rgb(3.1363636364, 13.1988636364, 19.8636363636);
  text-decoration: none !important;
}
.ol-map__btn--call-to-action__text {
  padding: 0 1.3rem;
  display: flex;
  align-items: center;
}
.ol-map__btn--call-to-action__icon {
  padding: 0 1.3rem;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
.ol-map__btn__icon {
  opacity: 1;
}
.ol-map__btn__spinner {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  height: 16px;
  width: 16px;
  transform: translate(-50%, -50%);
}
.ol-map__btn__spinner .spinner-inner {
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Spinner%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.00118557715%2C8%20C0.000396266539%2C7.95411769%200%2C7.9081396%200%2C7.86206897%20C0%2C3.51996817%203.51996817%2C0%207.86206897%2C0%20C7.9081396%2C0%207.95411769%2C0.000396266539%208%2C0.00118557715%20L8%2C2.48449253%20C7.95416312%2C2.48333889%207.90818381%2C2.48275862%207.86206897%2C2.48275862%20C4.8911579%2C2.48275862%202.48275862%2C4.8911579%202.48275862%2C7.86206897%20C2.48275862%2C7.90818381%202.48333889%2C7.95416312%202.48449253%2C8%20L0.00118557715%2C8%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C13.4736842%20C11.0230323%2C13.4736842%2013.4736842%2C11.0230323%2013.4736842%2C8%20C13.4736842%2C4.97696769%2011.0230323%2C2.52631579%208%2C2.52631579%20C4.97696769%2C2.52631579%202.52631579%2C4.97696769%202.52631579%2C8%20C2.52631579%2C11.0230323%204.97696769%2C13.4736842%208%2C13.4736842%20Z%22%20id%3D%22Oval-3%22%20opacity%3D%220.301743659%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-position: center center;
  background-repeat: none;
  animation-name: button-spinner-rotation;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ol-map__btn--spinner-shown {
  background: #bbb !important;
  border: 1px solid rgb(161.5, 161.5, 161.5);
}
.ol-map__btn--spinner-shown .ol-map__btn__icon {
  opacity: 0;
}
.ol-map__btn--spinner-shown .ol-map__btn__spinner {
  opacity: 1;
}
.ol-map__compass {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  transition: all 300ms ease-out;
  cursor: pointer;
}
.ol-map__compass img,
.ol-map__compass svg {
  max-width: 7rem;
}
.ol-map__compass__marker {
  transform-origin: center;
  transform-box: fill-box;
  transition: all 400ms ease-out;
}
.ol-map__bx-legend {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ol-map__bx-legend li {
  position: relative;
  margin: 0;
  padding: 0 0 5px 2.4rem;
}
.ol-map__bx-legend__section {
  border-top: 1px solid #eee;
  margin: 1rem 0 1.3rem 0;
  padding: 0;
  width: 10rem;
}
.ol-map__bx-legend__dot {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 2px;
  border: 4px solid #fff;
  background: #fff;
}
.ol-map__bx-legend__dot--blue-blue {
  border-color: #4d97f6;
  background-color: rgba(77, 151, 246, 0.4);
}
.ol-map__bx-legend__dot--yellow-yellow {
  border-color: rgb(215.7427884615, 209.2379807692, 9.7572115385);
  background-color: rgba(246, 240, 56, 0.4);
}
.ol-map__bx-legend__dot--yellow {
  border-color: rgba(246, 240, 56, 0.4);
  background-color: rgba(246, 240, 56, 0.4);
}
.ol-map__bx-legend__dot--red-red {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.4);
}
.ol-map__bx-legend__dot--red-orange {
  border-color: #ff0000;
  background-color: rgba(255, 85, 34, 0.8);
}
.ol-map__bx-legend__dot--orange-orange {
  border-color: #FF5522;
  background-color: rgba(255, 85, 34, 0.6);
}
.ol-map__bx-legend__dot--blue-red {
  border-color: #4d97f6;
  background-color: rgba(255, 0, 0, 0.4);
}
.ol-map__bx-legend__dot--blue-orange {
  border-color: #4d97f6;
  background-color: rgba(255, 85, 34, 0.4);
}
.ol-map__bx-legend__dot--green-green {
  border-color: #11b700;
  background-color: rgba(17, 183, 0, 0.4);
}
.ol-map__bx-legend__dot--dark-orange-dark-orange {
  border-color: #ff9400;
  background-color: rgba(255, 148, 0, 0.4);
}
.ol-map__bx-legend__dot--light-orange-light-orange {
  border-color: rgb(255, 216.3305084746, 170.5);
  background-color: rgba(255, 228, 196, 0.4);
}
.ol-map__drag-box {
  border: 1px solid rgb(1, 255, 255) !important;
  background: rgba(1, 255, 255, 0.2);
}
.ol-map__warning {
  position: absolute;
  bottom: 3.5rem;
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}
.ol-map__statusbar {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1rem 1.5rem;
  height: 4.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
.ol-map__statusbar__item {
  display: flex;
  margin-right: 1.5rem;
  font-size: 1.3rem;
}
.ol-map__statusbar__item__label {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  padding: 0.3rem 0.6rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.ol-map__statusbar__item__value {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  padding: 0.3rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ol-map__vertical-controls {
  position: absolute;
  top: 5.5rem;
  left: 1rem;
  padding-left: 0.5rem;
  transition: all 300ms ease-out;
  border-radius: 3px;
}
.ol-map__vertical-controls .ol-map__btn__group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ol-map__vertical-controls:hover {
  background: rgba(0, 0, 0, 0.2);
}
.ol-map__btn__flyout__caret {
  display: block;
  position: absolute;
  bottom: -3px;
  right: -3px;
  line-height: 1em;
  height: 1.4rem;
  width: 1.4rem;
  transform: rotate(45deg);
}
.ol-map__btn__flyout__container {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.ol-map__btn__flyout__container .ol-map__btn__group {
  padding: 0;
  margin: 0;
}
.ol-map__btn__flyout__menu {
  display: none;
  padding-left: 0.5rem;
}
.ol-map__btn__flyout__menu__actions {
  padding-left: 0.5rem;
}
.ol-map__btn__flyout__menu__actions__btn {
  border: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  border-radius: 3rem;
  line-height: 1.9rem;
  width: 1.9rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 200ms ease-out;
  outline: 0 !important;
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 2px;
}
.ol-map__btn__flyout__menu__actions__btn .icon-active {
  display: none;
}
.ol-map__btn__flyout__menu__actions__btn .icon-inactive {
  display: block;
}
.ol-map__btn__flyout__menu__actions__btn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.ol-map__btn__flyout__menu__actions__btn--active {
  color: #f18b22;
}
.ol-map__btn__flyout__menu__actions__btn--active:hover {
  color: #e7ac2d;
}
.ol-map__btn__flyout__menu__actions__btn--active .icon-active {
  display: block;
}
.ol-map__btn__flyout__menu__actions__btn--active .icon-inactive {
  display: none;
}
.ol-map__btn__flyout__menu--active {
  display: flex;
}
.ol-map__directional-menu {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #000;
  border-radius: 3px;
  position: relative;
}
.ol-map__directional-menu__row {
  display: flex;
}
.ol-map__directional-menu__btn {
  background: inherit;
  border: none;
  display: block;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 200ms ease-out;
  outline: 0 !important;
  z-index: 1;
  padding: 0;
  font-size: 1.3rem;
}
.ol-map__directional-menu__btn:hover {
  color: #fff;
}
.ol-map__directional-menu__btn--up {
  margin: 0 2rem;
}
.ol-map__directional-menu__btn--down {
  margin: 0 2rem;
}
.ol-map__directional-menu__btn.ol-map__btn--disabled {
  border: none !important;
  background: inherit !important;
}
.ol-map__logo-bug {
  position: absolute;
  display: flex;
  bottom: 0px;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 3rem;
  padding-right: 5px;
  clip-path: polygon(36% 0, 100% 0, 100% 100%, 0% 100%);
  height: 4.5rem;
}
.ol-map__logo-bug img {
  width: 7rem;
}
.ol-map__sidebar-forms {
  position: absolute;
  top: 6rem;
  left: 1.5rem;
}
.ol-map__sidebar-forms__form-container {
  padding: 1rem;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
}
.ol-map__sidebar-forms__label {
  margin-bottom: 5px;
  font-size: 1.3rem;
}
.ol-map__sidebar-forms__sub-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  line-height: 1em;
}
.ol-map__sidebar-forms__yes-no-btns {
  display: flex;
}
.ol-map__sidebar-forms__yes-no-btns__btn {
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1rem;
  transition: all 200ms ease-out;
  font-size: 1.3rem;
  width: 50%;
}
.ol-map__sidebar-forms__yes-no-btns__btn:hover {
  background: #000;
  color: #fff;
}
.ol-map__sidebar-forms__yes-no-btns__btn--left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ol-map__sidebar-forms__yes-no-btns__btn--right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ol-map__sidebar-forms__yes-no-btns__btn--active {
  background: #008ba4;
  color: #fff;
}
.ol-map__sidebar-forms__yes-no-btns__btn--active:hover {
  background: #008ba4;
  color: #fff;
}
.ol-map__sidebar-forms__scroll-field {
  display: flex;
  align-items: stretch;
}
.ol-map__sidebar-forms__scroll-field__input {
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 60%;
  padding: 2px 5px;
}
.ol-map__sidebar-forms__scroll-field__btns__container {
  width: 40%;
}
.ol-map__sidebar-forms__scroll-field__btns__btn {
  display: block;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 200ms ease-out;
  color: rgba(255, 255, 255, 0.6);
  padding: 1px 0 2px 0;
  margin: 0;
  line-height: 1em;
  font-size: 1.1rem;
}
.ol-map__sidebar-forms__scroll-field__btns__btn--top {
  border-top-right-radius: 3px;
}
.ol-map__sidebar-forms__scroll-field__btns__btn--bottom {
  border-bottom-right-radius: 3px;
}
.ol-map__sidebar-forms__scroll-field__btns__btn:hover {
  background: #000;
  color: #fff;
}
.ol-map__marquee-marker {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4rem;
  color: #fff;
  top: 10px;
  left: 10px;
  padding: 0.1rem 0.9rem;
  z-index: 1000;
}
.ol-map__legend {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  bottom: 20px;
  right: 20px;
  padding: 1.5rem;
  min-width: 10rem;
}
.ol-map__legend--with-status-bar {
  bottom: 75px;
}
.ol-map__legend__title {
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 0 0 2.5rem;
}
.ol-map__legend__close-link {
  display: block;
  font-size: 2rem;
  position: absolute;
  top: 0.95rem;
  left: 1rem;
  color: #fff;
  opacity: 0.4;
  transition: all 200ms ease-out;
  cursor: pointer;
  text-decoration: none;
}
.ol-map__legend__close-link:hover {
  color: #fff;
  opacity: 1;
}
.ol-map__legend__list {
  margin-top: 1rem !important;
  list-style: none;
  padding: 1rem 0 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ol-map__legend__icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.ol-map__legend__icon--roof-plane-legal {
  border: 3px solid #4d97f6;
  background: rgb(174.0909090909, 207.7272727273, 250.9090909091);
  border-radius: 2px;
}
.ol-map__legend__icon--roof-plane-locked {
  border: 3px solid #f6f038;
  background: rgba(246, 240, 56, 0.9);
  border-radius: 2px;
}
.ol-map__legend__icon--roof-plane-illegal {
  border: 3px solid #ff0000;
  background: #ff6666;
  border-radius: 2px;
}
.ol-map__legend__icon--setback {
  border: 3px solid #f6f038;
  background: rgba(246, 240, 56, 0.8);
  border-radius: 2px;
}
.ol-map__legend__icon--roof-section {
  border: 3px solid #28a745;
  background: rgba(40, 167, 69, 0.7);
  border-radius: 2px;
}
.ol-map__legend__icon--roof-section-warning {
  border: 3px solid #ff5d00;
  background: rgba(255, 93, 0, 0.7);
  border-radius: 2px;
}
.ol-map__legend__icon--thermal-expansion {
  border: 3px solid #9B1270;
  background: rgba(230.549132948, 44.450867052, 172.1387283237, 0.8);
  border-radius: 2px;
}
.ol-map__legend__icon--panel-zone-1 {
  border: 3px solid #4d97f6;
  background: rgba(77, 151, 246, 0.6);
  border-radius: 2px;
}
.ol-map__legend__icon--panel-zone-2 {
  border: 3px solid #C99407;
  background: rgba(201, 148, 7, 0.6);
  border-radius: 2px;
}
.ol-map__legend__icon--panel-zone-3 {
  border: 3px solid #D85F14;
  background: rgba(216, 95, 20, 0.6);
  border-radius: 2px;
}
.ol-map__legend__icon--panel-illegal {
  border: 3px solid #ff0000;
  background: rgba(255, 0, 0, 0.6);
  border-radius: 2px;
}
.ol-map__legend__icon--contour {
  background: #A236CA;
  border-radius: 2px;
}
.ol-map__legend__icon--attachment-legal {
  background: #54C107;
  border: 2px solid #fff;
}
.ol-map__legend__icon--attachment-illegal {
  background: #ff0000;
  border: 2px solid #fff;
}
.ol-map__legend__icon--rafter {
  border: 1px dashed rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.ol-map__building-images {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1rem 1rem 2rem;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.04);
}
.ol-map__building-images__item {
  margin: 0 1rem 1rem 0;
  position: relative;
  transition: all 200ms ease-out;
  background: #fff;
}
.ol-map__building-images__item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-out;
}
.ol-map__building-images__item__image img {
  display: block;
  max-width: 8rem;
  height: 8rem;
}
.ol-map__building-images__item__image:hover {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  transform: scale(1.05);
}
.ol-map__building-images__item__delete {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center;
  transition: all 200ms ease-out;
  cursor: pointer;
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.ol-map__building-images__item__delete:hover {
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
}
.ol-map__building-images__item--deleting {
  opacity: 0.5;
  pointer-events: none;
  background: rgba(255, 0, 0, 0.5);
}
.ol-map__building-images__no-images {
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem;
  text-align: center;
  border-style: dashed !important;
  border-radius: 1rem;
  font-style: italic;
}

@media (min-width: 992px) {
  .ol-map__container {
    height: calc(100vh - 10rem);
  }
  .ol-map__container--with-tab-nav {
    height: calc(100vh - 10rem - calc(6.5rem + 1px + 2px));
  }
  .ol-map__container--with-tab-nav-and-btn-tab-nav {
    height: calc(100vh - 10rem - calc(6.5rem + 1px + 2px) - calc(1.5rem + 6px + 3rem));
  }
  .ol-map__controls {
    top: 1.5rem;
    left: 1.5rem;
  }
  .ol-map__vertical-controls {
    top: 6rem;
    left: 1rem;
  }
  .ol-map__btn {
    line-height: 3.6rem;
    min-width: 4.2rem;
    font-size: 1.5rem;
    padding: 0 0.9rem;
  }
  .ol-map__btn--small-font span b {
    font-size: 1.2rem;
    line-height: 3.3rem;
  }
  .ol-map__btn__flyout__caret {
    bottom: -2px;
    right: -3px;
  }
  .ol-map__btn__flyout__menu__actions__btn {
    display: inline-block;
  }
  .ol-map__compass {
    top: 1.5rem;
    right: 1.5rem;
  }
  .ol-map__compass img, .ol-map__compass svg {
    max-width: 7.7rem;
  }
  .ol-map__statusbar {
    padding: 1.5rem;
    height: 5.5rem;
  }
  .ol-map__statusbar__item {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .ol-map__statusbar__item__label {
    padding: 0.2rem 0.8rem;
  }
  .ol-map__statusbar__item__value {
    padding: 0.2rem 0.8rem;
  }
  .ol-map__logo-bug {
    padding-left: 3rem;
    padding-right: 5px;
    height: 5.5rem;
  }
  .ol-map__logo-bug img {
    width: 7.5rem;
  }
  .ol-map__directional-menu__btn {
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
  }
  .ol-map__directional-menu__btn--up {
    margin: 0 2.5rem;
  }
  .ol-map__directional-menu__btn--down {
    margin: 0 2.5rem;
  }
  .ol-map__sidebar-forms {
    top: 6.5rem;
    left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .ol-map__container {
    height: calc(100vh - 13rem);
  }
  .ol-map__container--with-tab-nav {
    height: calc(100vh - 13rem - calc(7rem + 1px + 2px));
  }
  .ol-map__container--with-tab-nav-and-btn-tab-nav {
    height: calc(100vh - 13rem - calc(7rem + 1px + 2px) - calc(1.5rem + 6px + 3rem));
  }
  .ol-map__controls {
    top: 2rem;
    left: 2rem;
  }
  .ol-map__vertical-controls {
    top: 7.5rem;
    left: 1.5rem;
  }
  .ol-map__btn {
    line-height: 4rem;
    min-width: 4.5rem;
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  .ol-map__btn--small-font span b {
    font-size: 1.3rem;
    line-height: 3.8rem;
  }
  .ol-map__btn__flyout__caret {
    bottom: -1px;
    right: -3px;
  }
  .ol-map__btn__flyout__menu__actions__btn {
    display: block;
  }
  .ol-map__compass {
    top: 2rem;
    right: 2rem;
  }
  .ol-map__compass img, .ol-map__compass svg {
    max-width: 8.5rem;
  }
  .ol-map__statusbar {
    padding: 1.5rem 2rem;
    height: 6rem;
  }
  .ol-map__statusbar__item {
    margin-right: 1.5rem;
    font-size: 1.5rem;
  }
  .ol-map__statusbar__item__label {
    padding: 0.4rem 1.2rem;
  }
  .ol-map__statusbar__item__value {
    padding: 0.4rem 1.2rem;
  }
  .ol-map__logo-bug {
    padding-left: 3rem;
    padding-right: 5px;
    height: 6rem;
  }
  .ol-map__logo-bug img {
    width: 8.5rem;
  }
  .ol-map__directional-menu__btn {
    line-height: 3rem;
    width: 3rem;
    font-size: 1.6rem;
  }
  .ol-map__directional-menu__btn--up {
    margin: 0 3rem;
  }
  .ol-map__directional-menu__btn--down {
    margin: 0 3rem;
  }
  .ol-map__sidebar-forms {
    top: 7.5rem;
    left: 2rem;
  }
}
.side-menu {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  z-index: 100;
  transition: all 200ms ease-in-out;
  display: none;
}
.side-menu--anchored {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.side-menu__markers-container {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 200ms ease-out;
}
.side-menu__markers-container:hover {
  background: #f7f7f7;
  box-shadow: 2px 5px 6px 2px rgba(0, 0, 0, 0.1);
}
.side-menu__markers-container:hover .side-menu__marker span {
  background: rgb(144.5, 144.5, 144.5);
}
.side-menu__marker {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-out;
}
.side-menu__marker span {
  border-radius: 2rem;
  background: #aaa;
  transition: all 200ms ease-out;
  display: block;
  width: 1rem;
  height: 1rem;
}
.side-menu__items-container {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.side-menu__items-container--anchored {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.side-menu__item__marker {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu__item__marker span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  display: block;
  width: 1rem;
  height: 1rem;
}
.side-menu__item__icon {
  display: none;
  height: 3rem;
  width: 3rem;
  padding: 0 0 0 0.2rem;
  color: #aaa;
  transform: all 200ms ease-out;
}
.side-menu__item__icon i {
  display: block;
}
.side-menu__item__text {
  color: #666;
  white-space: nowrap;
  padding: 0 1rem 0 0.5rem;
  line-height: 3rem;
  transform: all 200ms ease-out;
}
.side-menu__item__link {
  display: flex;
  padding: 0 0.5rem;
  align-items: center;
  background: #fff;
  transform: all 200ms ease-out;
}
.side-menu__item__link:hover {
  background: #f7f7f7;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.side-menu__item__link:hover .side-menu__item__marker {
  display: none;
}
.side-menu__item__link:hover .side-menu__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu__item__link:hover .side-menu__item__text {
  color: #000;
}
.side-menu__sub-items-container {
  padding: 0.5rem 0 0 4rem;
  display: flex;
  flex-wrap: wrap;
}
.side-menu__sub-item {
  display: block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 0.8rem;
  line-height: 2rem;
  transition: all 200ms ease-in-out;
  border-radius: 0.2rem;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.side-menu__sub-item:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
}
.side-menu__anchor-link {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.green-lancer-circle-logo {
  position: relative;
  left: -3px;
  top: -5px;
  height: 75px;
  padding-bottom: 20px;
}

.greentech-vertical-steps__step {
  display: flex;
  align-items: flex-start;
}
.greentech-vertical-steps__step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 0.5rem;
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
  border-radius: 50%;
  background-color: #5E9818;
  color: #fff;
  font-size: 2rem;
  position: relative;
}
.greentech-vertical-steps__step__number__check {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.8rem;
  right: -1.5rem;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #fff;
  background: #5E9818;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 50%;
}
.greentech-vertical-steps__step__content {
  margin-left: 2rem;
}
.greentech-vertical-steps__step--disabled .greentech-vertical-steps__step__number {
  background-color: #bbb;
}
.greentech-vertical-steps__step--disabled .greentech-vertical-steps__step__content {
  color: #bbb;
}
.greentech-vertical-steps__step--completed .greentech-vertical-steps__step__number {
  background-color: #cccccc;
}
.greentech-vertical-steps__step--completed .greentech-vertical-steps__step__content {
  color: #999;
}

.ir-fr__panel-image-container svg tspan,
.ir-fr__panel-image-container svg text {
  font-size: 1rem;
}

.fr-segments__container {
  counter-increment: fr-sub-array-counter;
}
.fr-segments__container:first-of-type {
  counter-reset: fr-sub-array-counter;
}
@media (min-width: 768px) {
  .fr-segments__container:not(:first-child) {
    padding-top: 1rem;
  }
  .fr-segments__container:not(:first-child) .fr-segments__header-label {
    display: none;
  }
}
.fr-segments__identifier {
  width: 4rem;
  color: #888;
  line-height: 3.5rem;
  font-size: 1.25em;
}
.fr-segments__identifier::before {
  content: "#" counter(fr-sub-array-counter);
}
.fr-segments__dimensions {
  margin-left: 4rem;
}

.pr__beta-message {
  padding-bottom: 2rem;
}
.pr__beta-message h4 {
  margin: 0;
  padding: 0 0 0.5rem 0;
}

.pr__rail__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pr__rail__image {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 68px;
  border-radius: 10rem;
  transition: all 200ms ease-out;
}
.pr__rail__image img {
  display: block;
}
.pr__rail__text {
  display: block;
  padding-top: 1rem;
}
.pr__rail__link {
  transition: all 200ms ease-out;
}
.pr__rail__link:hover .pr__rail__image {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .pr-segments__container:not(:first-child) {
    padding-top: 1rem;
  }
  .pr-segments__container:not(:first-child) .pr-segments__header-label {
    display: none;
  }
}

.green-lancer-services .service-option {
  width: 25rem;
}
.green-lancer-services .terms {
  font-weight: bold;
}

.setback-guide-fields, .obstruction-height-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.setback-guide-fields__field-container, .obstruction-height-fields__field-container {
  margin: 0 0 1rem 0;
  display: flex;
  align-items: flex-end;
}
.setback-guide-fields__field-container input[type=text], .obstruction-height-fields__field-container input[type=text] {
  width: 7rem;
}
.setback-guide-fields__label-number, .obstruction-height-fields__label-number {
  display: inline-block;
  background: #9400ff;
  color: #fff;
  padding: 3px;
  border-radius: 3rem;
  line-height: 1.2rem;
  width: 1.8rem;
  text-align: center;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: bold;
}
.setback-guide-fields__show-hide-all-btn, .obstruction-height-fields__show-hide-all-btn {
  border: 0;
  border-radius: 3rem;
  background: #eee;
  color: #777;
  transition: all 300ms ease-out;
  outline: none !important;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
  margin: 0.5rem 1rem 1rem 0;
}
.setback-guide-fields__show-hide-all-btn:hover, .obstruction-height-fields__show-hide-all-btn:hover {
  background: rgb(212.5, 212.5, 212.5);
  color: rgb(93.5, 93.5, 93.5);
}
.setback-guide-fields__toggle-btn, .obstruction-height-fields__toggle-btn {
  margin-left: 0.5rem;
  border: 0;
  line-height: 3.5rem;
  width: 3.7rem;
  border-radius: 3rem;
  background: #eee;
  color: #777;
  transition: all 300ms ease-out;
  outline: none !important;
}
.setback-guide-fields__toggle-btn:hover, .obstruction-height-fields__toggle-btn:hover {
  background: rgb(212.5, 212.5, 212.5);
  color: rgb(93.5, 93.5, 93.5);
}

.span-override__add-btn {
  background: #69c;
  border: 2px solid #69c;
  padding: 0.1rem 0.8rem 0.1rem 0.6rem;
  border-radius: 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  transition: all 200ms ease-out;
}
.span-override__add-btn i {
  display: inline-block;
  margin-right: 0.1rem;
}
.span-override__add-btn:focus {
  border: 2px solid rgb(63.75, 127.5, 191.25);
  box-shadow: 0 0 0 2px rgba(102, 153, 204, 0.4);
  color: #fff;
}
.span-override__add-btn:hover {
  background: rgb(63.75, 127.5, 191.25);
  border: 2px solid rgb(63.75, 127.5, 191.25);
  color: #fff;
}
.span-override__add-btn:active {
  background: rgb(121.125, 165.75, 210.375);
  border: 2px solid rgb(121.125, 165.75, 210.375);
  color: #fff;
}
.span-override__save-btn {
  display: block;
  background: #7CB339;
  border: 2px solid #7CB339;
  height: 2rem;
  width: 2rem;
  border-radius: 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  transition: all 200ms ease-out;
  position: relative;
}
.span-override__save-btn i {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.span-override__save-btn .spinner {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Spinner%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.00118557715%2C8%20C0.000396266539%2C7.95411769%200%2C7.9081396%200%2C7.86206897%20C0%2C3.51996817%203.51996817%2C0%207.86206897%2C0%20C7.9081396%2C0%207.95411769%2C0.000396266539%208%2C0.00118557715%20L8%2C2.48449253%20C7.95416312%2C2.48333889%207.90818381%2C2.48275862%207.86206897%2C2.48275862%20C4.8911579%2C2.48275862%202.48275862%2C4.8911579%202.48275862%2C7.86206897%20C2.48275862%2C7.90818381%202.48333889%2C7.95416312%202.48449253%2C8%20L0.00118557715%2C8%20Z%22%20id%3D%22Combined-Shape%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8%2C16%20C3.581722%2C16%200%2C12.418278%200%2C8%20C0%2C3.581722%203.581722%2C0%208%2C0%20C12.418278%2C0%2016%2C3.581722%2016%2C8%20C16%2C12.418278%2012.418278%2C16%208%2C16%20Z%20M8%2C13.4736842%20C11.0230323%2C13.4736842%2013.4736842%2C11.0230323%2013.4736842%2C8%20C13.4736842%2C4.97696769%2011.0230323%2C2.52631579%208%2C2.52631579%20C4.97696769%2C2.52631579%202.52631579%2C4.97696769%202.52631579%2C8%20C2.52631579%2C11.0230323%204.97696769%2C13.4736842%208%2C13.4736842%20Z%22%20id%3D%22Oval-3%22%20opacity%3D%220.301743659%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E");
  background-position: center center;
  background-repeat: none;
  animation-name: button-spinner-rotation;
  animation-duration: 500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 0;
  left: 0;
}
.span-override__save-btn:focus {
  border: 2px solid rgb(97.2033898305, 140.3177966102, 44.6822033898);
  box-shadow: 0 0 0 2px rgba(124, 179, 57, 0.4);
  color: #fff;
}
.span-override__save-btn:hover {
  background: rgb(83.8050847458, 120.9766949153, 38.5233050847);
  border: 2px solid rgb(83.8050847458, 120.9766949153, 38.5233050847);
  color: #fff;
}
.span-override__save-btn:active {
  background: rgb(149.1694915254, 201.1398305085, 85.8601694915);
  border: 2px solid rgb(149.1694915254, 201.1398305085, 85.8601694915);
  color: #fff;
}
.span-override__save-btn:disabled {
  background: rgb(161.2711864407, 207.2987288136, 105.2012711864);
  border: 2px solid rgb(161.2711864407, 207.2987288136, 105.2012711864);
  color: #fff;
}
.span-override__edit-btn {
  display: block;
  background: #69c;
  border: 2px solid #69c;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  transition: all 200ms ease-out;
  position: relative;
}
.span-override__edit-btn i {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
}
.span-override__edit-btn:focus {
  border: 2px solid rgb(63.75, 127.5, 191.25);
  box-shadow: 0 0 0 2px rgba(102, 153, 204, 0.4);
  color: #fff;
}
.span-override__edit-btn:hover {
  background: rgb(57.375, 114.75, 172.125);
  border: 2px solid rgb(57.375, 114.75, 172.125);
  color: #fff;
}
.span-override__edit-btn:active {
  background: rgb(140.25, 178.5, 216.75);
  border: 2px solid rgb(140.25, 178.5, 216.75);
  color: #fff;
}
.span-override__edit-btn:disabled {
  background: rgb(159.375, 191.25, 223.125);
  border: 2px solid rgb(159.375, 191.25, 223.125);
  color: #fff;
}
.span-override__delete-btn {
  display: block;
  background: transparent;
  border: 2px solid transparent;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 3rem;
  color: #C55653;
  font-size: 1.1rem;
  transition: all 200ms ease-out;
  position: relative;
}
.span-override__delete-btn i {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
}
.span-override__delete-btn:focus {
  border: 2px solid rgb(171.252173913, 60.7347826087, 57.747826087);
  background: rgb(171.252173913, 60.7347826087, 57.747826087);
  box-shadow: 0 0 0 2px rgba(197, 86, 83, 0.4);
  color: #fff;
}
.span-override__delete-btn:hover {
  background: rgb(171.252173913, 60.7347826087, 57.747826087);
  border: 2px solid rgb(171.252173913, 60.7347826087, 57.747826087);
  color: #fff;
}
.span-override__delete-btn:active {
  background: rgb(209.8608695652, 123.4739130435, 121.1391304348);
  border: 2px solid rgb(209.8608695652, 123.4739130435, 121.1391304348);
  color: #fff;
}
.span-override__delete-btn:disabled {
  background: rgb(216.2913043478, 142.2108695652, 140.2086956522);
  border: 2px solid rgb(216.2913043478, 142.2108695652, 140.2086956522);
  color: #fff;
}
.span-override__cancel-btn {
  display: block;
  background: transparent;
  border: 2px solid transparent;
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 3rem;
  color: #E98713;
  font-size: 1.1rem;
  transition: all 200ms ease-out;
  position: relative;
}
.span-override__cancel-btn i {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
}
.span-override__cancel-btn:focus {
  border: 2px solid rgb(185.8452380952, 107.6785714286, 15.1547619048);
  background: rgb(185.8452380952, 107.6785714286, 15.1547619048);
  box-shadow: 0 0 0 2px rgba(233, 135, 19, 0.4);
  color: #fff;
}
.span-override__cancel-btn:hover {
  background: rgb(185.8452380952, 107.6785714286, 15.1547619048);
  border: 2px solid rgb(185.8452380952, 107.6785714286, 15.1547619048);
  color: #fff;
}
.span-override__cancel-btn:active {
  background: rgb(239.3928571429, 158.8928571429, 63.6071428571);
  border: 2px solid rgb(239.3928571429, 158.8928571429, 63.6071428571);
  color: #fff;
}
.span-override__cancel-btn:disabled {
  background: rgb(241.3154761905, 170.7321428571, 87.1845238095);
  border: 2px solid rgb(241.3154761905, 170.7321428571, 87.1845238095);
  color: #fff;
}
.span-override__btn-container {
  padding-top: 6px;
}

.bx-info .indented {
  margin-left: 3rem;
}
.bx-info table,
.bx-info td,
.bx-info th {
  border: 1px solid #999;
}
.bx-info td,
.bx-info th {
  padding: 0.5rem 1rem;
}

.bx-result__display {
  position: relative;
  overflow: auto;
}
.bx-result__display::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}
.bx-result__display::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.bx-result__key-parameters .name {
  padding-bottom: 0.5rem;
  font-weight: bold;
}
.bx-result__details table th,
.bx-result__details table td {
  vertical-align: top;
  padding: 0.25rem 0.5rem;
}
.bx-result__spacer {
  position: absolute;
  cursor: pointer;
}
.bx-result__cell {
  background: #eee;
  position: absolute;
  transition: all 200ms ease-out;
  overflow: visible;
}
.bx-result__cell--active {
  background: #4d97f6;
  cursor: pointer;
}
.bx-result__cell--active:hover {
  background: rgb(28.4545454545, 122.6363636364, 243.5454545455);
}
.bx-result__cell--error {
  background: #f21c00;
  cursor: pointer;
}
.bx-result__cell--error:hover {
  background: rgb(191, 22.0991735537, 0);
}
.bx-result__anchor-strut {
  background: #3a9a22;
  position: absolute;
}
.bx-result__tray {
  background: #ccc;
  position: absolute;
  transition: all 200ms ease-out;
  cursor: pointer;
  overflow: visible;
}
.bx-result__tray--anchored {
  background: #ccc;
}
.bx-result__tray--anchored:hover {
  background: rgb(178.5, 178.5, 178.5);
}
.bx-result__tray--light {
  background: #7ed434;
}
.bx-result__tray--light:hover {
  background: rgb(101.3048780488, 175.7682926829, 37.2317073171);
}
.bx-result__tray--second {
  background: #2a5a9a;
}
.bx-result__tray--second:hover {
  background: #1b3a62;
}
.bx-result__tray--third {
  background: #ffe557;
}
.bx-result__tray--third:hover {
  background: rgb(255, 221.1071428571, 36);
}
.bx-result__tray--heavy {
  background: #ff9400;
}
.bx-result__tray--heavy:hover {
  background: rgb(229.5, 133.2, 0);
}
.bx-result__tray--high-block-capacity {
  background: #A236CA;
}
.bx-result__tray--high-block-capacity:hover {
  background: rgb(146.1043307087, 48.0964566929, 182.4035433071);
}
.bx-result__tray--overloaded {
  background: #c60303;
}
.bx-result__tray--overloaded:hover {
  background: rgb(172.8805970149, 2.6194029851, 2.6194029851);
}
.bx-result__tray--extra {
  border: 3px solid #333;
}
.bx-result--selected-item {
  border: 4px solid rgba(0, 0, 0, 0.4);
}
.bx-result__dialog__table {
  width: 100%;
}
.bx-result__dialog__table th,
.bx-result__dialog__table td {
  padding: 0.25rem 0.5rem;
}
.bx-result__dialog__table__spacer td {
  padding: 0;
}
.bx-result__dialog__table__spacer hr {
  margin: 1rem 0;
}

.bx__layout-editor__azimuth-management__container {
  position: relative;
  top: 0;
}
.bx__layout-editor__azimuth-management__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bx__layout-editor__azimuth-management__image__bg-circle {
  fill: #ddd;
}
.bx__layout-editor__azimuth-management__image__arrow {
  fill: #666;
  transition: fill 200ms ease-out;
  cursor: pointer;
}
.bx__layout-editor__azimuth-management__image__arrow:hover {
  fill: #333333;
}
.bx__layout-editor__azimuth-management__image__arrow--active {
  fill: #333333 !important;
}
.bx__layout-editor__azimuth-management__image__arrow--animated {
  transition: all 200ms ease-out;
}

.gb-sub-arrays__container {
  counter-reset: gb-sub-array-counter;
}
.gb-sub-arrays__identifier {
  width: 4rem;
  color: #888;
  line-height: 3.5rem;
  font-size: 1.25em;
  counter-increment: gb-sub-array-counter;
}
.gb-sub-arrays__identifier::before {
  content: "#" counter(gb-sub-array-counter);
}

.gb-sub-array-details__container {
  counter-reset: gb-sub-array-tabs-counter;
}
.gb-sub-array-details__tab-bar {
  display: flex;
}
.gb-sub-array-details__tab-bar__toggle-link-container {
  padding: 1rem 1rem 0 2rem;
}
.gb-sub-array-details__tab-bar__toggle-link {
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border-radius: 2rem;
  background: #eee;
  font-size: 1.2rem;
  color: #555;
  margin-top: 0.5rem;
  transition: all 200ms ease-out;
}
.gb-sub-array-details__tab-bar__toggle-link--expand {
  display: inline-block;
}
.gb-sub-array-details__tab-bar__toggle-link--collapse {
  display: none;
}
.gb-sub-array-details__tab-bar__toggle-link i {
  position: relative;
  left: -4px;
  transition: all 200ms ease-out;
}
.gb-sub-array-details__tab-bar__toggle-link:hover {
  color: #222;
  text-decoration: none;
  background: #fff;
}
.gb-sub-array-details__tab-bar__toggle-link:hover i {
  color: #222;
}
.gb-sub-array-details__collapsible-header-link {
  display: none;
  background: #ddd;
  color: #333;
  padding: 0.3rem 1rem;
  margin-top: 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: all 300ms ease-out;
}
.gb-sub-array-details__collapsible-header-link__text::after {
  counter-increment: gb-sub-array-tabs-counter;
  content: " #" counter(gb-sub-array-tabs-counter);
}
.gb-sub-array-details__collapsible-header-link i {
  margin-right: 0.5rem;
}
.gb-sub-array-details__collapsible-header-link:hover {
  color: #fff;
  background: #999;
  text-decoration: none;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-bar__tabs {
  display: none;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-bar__toggle-link--expand {
  display: none;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-bar__toggle-link--collapse {
  display: inline-block;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-bar__toggle-link-container {
  padding: 0 0 1rem 0;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-content {
  display: block !important;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__tab-content:not(:last-child) {
  margin-bottom: 2rem;
}
.gb-sub-array-details--tabs-expanded .gb-sub-array-details__collapsible-header-link {
  display: block;
}

.ir-admin__container {
  display: flex;
  background: #f7f7f7;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ir-admin__container {
    flex-direction: column;
  }
}
.ir-admin__container .ir-content-box {
  border: none;
  padding: 2.5rem;
}
.ir-admin__sidebar {
  min-width: 25rem;
  background: #fff;
  border-right: 1px solid #eee;
}
.ir-admin__tabs {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.ir-admin__tabs__link {
  display: flex;
  padding: 1.5rem 2rem;
  border-right: 1px solid #eee;
  border-bottom: 2px solid transparent;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.ir-admin__tabs__link__icon {
  margin-right: 1rem;
  color: #bbb;
  transition: all 300ms ease-out;
}
.ir-admin__tabs__link__text {
  font-size: 1.4rem;
  color: #777;
  transition: all 300ms ease-out;
}
.ir-admin__tabs__link:hover {
  text-decoration: none;
  background: #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}
.ir-admin__tabs__link:hover .ir-admin__tabs__link__icon {
  color: #555;
}
.ir-admin__tabs__link:hover .ir-admin__tabs__link__text {
  color: #222;
}
.ir-admin__tabs__item {
  display: flex;
}
.ir-admin__tabs__item--active {
  color: #222;
}
.ir-admin__tabs__item--active .ir-admin__tabs__link {
  border-bottom: 2px solid #f18b22;
}
.ir-admin__tabs__item--active .ir-admin__tabs__link__icon {
  color: #555;
}
.ir-admin__tabs__item--active .ir-admin__tabs__link__text {
  color: #222;
}
.ir-admin__content-wrapper {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.ir-admin__sub-nav {
  padding: 1rem 0 3.5rem 0;
}
.ir-admin__sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ir-admin__sub-nav ul li {
  margin: 0 0 1px 0;
  padding: 0;
}
.ir-admin__sub-nav__section--border-top {
  border-top: 1px solid #eee;
  padding-top: 1rem !important;
  margin-top: 1rem !important;
}
.ir-admin__sub-nav__section-header {
  border-top: 1px solid #eee;
  padding: 1.5rem 1rem 0.5rem 1.5rem !important;
  margin-top: 1rem !important;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #aaa;
}
.ir-admin__sub-nav__link {
  transition: all 300ms ease-out;
  align-items: center;
  display: block;
}
.ir-admin__sub-nav__link__content {
  display: flex;
  padding: 0.3rem 2.5rem 0.3rem 1rem;
  border-left: 1px solid transparent;
  transition: all 300ms ease-out;
}
.ir-admin__sub-nav__link__icon {
  font-size: 1.4rem;
  margin-right: 0.6rem;
  line-height: 1.2em;
  color: #bbb;
  transition: all 300ms ease-out;
  text-align: center;
  width: 3rem;
  padding: 0.5rem 0;
}
.ir-admin__sub-nav__link__text {
  font-size: 1.4rem;
  color: #777;
  line-height: 1.2em;
  transition: all 300ms ease-out;
  padding: 0.5rem 0;
}
.ir-admin__sub-nav__link__text__meta {
  font-size: 1.2rem;
  color: #888;
}
.ir-admin__sub-nav__link:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.ir-admin__sub-nav__link:hover .ir-admin__sub-nav__link__icon {
  color: #555;
}
.ir-admin__sub-nav__link:hover .ir-admin__sub-nav__link__text {
  color: #222;
}
.ir-admin__sub-nav__link:hover .ir-admin__sub-nav__link__menu-caret {
  color: #888;
}
.ir-admin__sub-nav__link--active {
  background: #f7f7f7;
}
.ir-admin__sub-nav__link--active .ir-admin__sub-nav__link__content {
  border-right: 1px solid #f18b22;
}
.ir-admin__sub-nav__link--active .ir-admin__sub-nav__link__icon {
  color: #555;
}
.ir-admin__sub-nav__link--active .ir-admin__sub-nav__link__text {
  color: #222;
}

.ir-admin-nav {
  list-style: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .ir-admin-nav {
    margin: -1.5rem 0 0 0;
  }
}
.ir-admin-nav__link {
  display: flex;
  white-space: nowrap;
}
.ir-admin-nav__link__icon {
  display: block;
  width: 5rem;
  text-align: center;
  color: #fff;
  line-height: 3rem;
  background: rgba(255, 255, 255, 0.15);
}
.ir-admin-nav__link__text {
  display: block;
  width: 100%;
  color: #fff !important;
  line-height: 3rem;
  padding: 0 1.5rem;
}
.ir-admin-nav__link:hover {
  text-decoration: none;
}
.ir-admin-nav li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #888;
  transition: all 300ms ease-out;
}
.ir-admin-nav li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ir-admin-nav li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ir-admin-nav li:hover {
  background: rgb(110.5, 110.5, 110.5);
}
.ir-admin-nav li.active {
  background: rgb(97.75, 97.75, 97.75) !important;
}

.environmental-condition textarea {
  min-height: 10rem;
}

.api-docs-page-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.api-docs-header-wrapper {
  flex-shrink: 0;
}

.api-docs-main-content-area {
  flex-grow: 1;
  align-items: stretch;
}

.api-docs-main-content-area h1 {
  color: #222;
  font-weight: 600;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.api-docs-main-content-area h2 {
  color: #222;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 2.8rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
.api-docs-main-content-area h3 {
  color: #222;
  font-weight: 600;
  font-size: 1.75rem;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}
.api-docs-main-content-area h4 {
  color: #222;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.api-docs-main-content-area h5 {
  color: #222;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}
.api-docs-main-content-area p {
  line-height: 1.65;
  margin-bottom: 1.1rem;
}
.api-docs-main-content-area hr {
  border: 0;
  border-top: none;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.api-docs-main-content-area ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.api-docs-main-content-area ul li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.api-request__line {
  background-color: #f8f9fa;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0.375rem 0.375rem 0 0;
  padding: 0.75rem 1rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin-bottom: 0;
}

.api-request__method {
  padding: 0.25em 0.6em;
  border-radius: 0.25rem;
  font-weight: 600;
  margin-right: 0.75em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff;
}
.api-request__method--get {
  background-color: #186598;
}
.api-request__method--post {
  background-color: #5E9818;
}
.api-request__method--put, .api-request__method--patch {
  background-color: #f18b22;
}

.api-request__url {
  color: #333;
  font-weight: 500;
  word-break: break-all;
}

.api-request__additional-info {
  font-size: 0.9em;
  padding: 0.8rem 1rem;
  background-color: #fff;
  margin-top: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 0.375rem 0.375rem;
}
.api-request__additional-info p strong {
  color: #222;
  font-weight: 600;
}

.api-request__headers-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.api-request__headers-list li {
  margin-bottom: 0.3rem;
  color: #333;
}
.api-request__headers-list li code {
  font-size: 0.95em;
  font-weight: normal;
  color: #0550ae;
  background-color: #f0f6fc;
  border: 1px solid rgb(223.6, 236.16, 248.72);
  padding: 0.15em 0.4em;
  border-radius: 0.25rem;
}
.api-request__headers-list li a {
  font-weight: 500;
}
.api-request__headers-list li:last-child {
  margin-bottom: 0;
}

.api-schema {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: -1rem;
}

.api-schema__item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  padding-left: 0;
}
.api-schema__item:last-child {
  border-bottom: none;
}

.api-schema__field-container {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-left: 0;
}

.api-method-badge {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  text-transform: uppercase;
  min-width: 3.5em;
}
.api-method-badge--post {
  color: #fff;
  background-color: #5E9818;
  border: 1px solid rgb(87.42, 141.36, 22.32);
}
.api-method-badge--get {
  color: #fff;
  background-color: #186598;
  border: 1px solid rgb(22.32, 93.93, 141.36);
}
.api-method-badge--patch, .api-method-badge--put {
  color: #fff;
  background-color: #f18b22;
  border: 1px solid rgb(239.8531914894, 129.4978723404, 15.8968085106);
}
.api-method-badge--delete {
  color: #fff;
  background-color: #cc1f1f;
  border: 1px solid rgb(189.72, 28.83, 28.83);
}

.api-docs-page-wrapper .ir-admin__sidebar .ir-admin__sub-nav ul li .ir-admin__sub-nav__link__content {
  padding-left: 1.5rem;
}
.api-docs-page-wrapper .ir-admin__sidebar .ir-admin__sub-nav ul li .ir-admin__sub-nav__link__content .ir-admin__sub-nav__link__icon {
  width: auto;
  padding: 0;
  margin-right: 0.85rem;
  display: flex;
  align-items: center;
}
.api-docs-page-wrapper .ir-admin__sidebar .ir-admin__sub-nav ul li .ir-admin__sub-nav__link__content .ir-admin__sub-nav__link__text {
  padding-left: 0;
  padding-right: 1.5rem;
}

.api-schema__field-name {
  display: block;
  font-size: 0.95em;
  font-weight: 600;
  color: #fff;
  background-color: #186598;
  border: 1px solid rgb(22.32, 93.93, 141.36);
  padding: 0.35em 0.6em;
  border-radius: 0.4rem;
  vertical-align: middle;
  flex-shrink: 0;
}
.api-schema__field-name--items {
  background-color: #e3f2fd;
  color: #0d47a1;
  border: 1px solid rgb(195.64, 227.44, 250.76);
}

.api-schema__field-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

.api-schema__field-description {
  font-size: 1em;
  color: #333;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 0.6em;
}

.api-schema__field-notes {
  font-size: 0.95em;
  color: #6c757d;
  line-height: 1.4;
  margin-left: 0;
  margin-top: 0.3rem;
  padding-left: 0.6em;
}

.api-schema__field-notes-label {
  font-weight: 600;
}

.api-schema__field-enum {
  margin-top: 0.5rem;
  padding-left: 0.6em;
}

.api-schema__field-enum-label {
  font-size: 0.95em;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.3rem;
}

.api-schema__field-enum-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.2rem;
  color: #333;
}

.api-schema__field-enum-item {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.api-schema__field-enum-item strong {
  font-weight: 600;
  color: #0550ae;
}
.api-schema__field-enum-item:last-child {
  margin-bottom: 0;
}

.api-schema__field-enum-download {
  margin-top: 0.5rem;
  padding-left: 0;
}

.api-schema__field-enum-download-link {
  font-size: 0.9em;
  color: #f18b22;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.api-schema__field-enum-download-link:hover {
  text-decoration: underline;
}

.api-schema__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-left: 0;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.api-schema__badge {
  display: inline-flex;
  align-items: stretch;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85em;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.2;
  vertical-align: baseline;
}
.api-schema__badge--required {
  background-color: #f8d7da;
  color: #721c24;
  padding: 0.2em 0.5em;
}
.api-schema__badge--conditional {
  background-color: #d4edda;
  color: #155724;
}
.api-schema__badge--conditional .api-schema__badge__label {
  background-color: rgba(0, 0, 0, 0.05);
}
.api-schema__badge--type {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.api-schema__badge--type .api-schema__badge__label {
  background-color: rgba(0, 0, 0, 0.05);
}
.api-schema__badge--units {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.api-schema__badge--units .api-schema__badge__label {
  background-color: rgba(0, 0, 0, 0.05);
}
.api-schema__badge--range, .api-schema__badge--minimum, .api-schema__badge--maximum, .api-schema__badge--max_length, .api-schema__badge--precision, .api-schema__badge--scale, .api-schema__badge--enum {
  background-color: #f3e5f5;
  color: #7b1fa2;
}
.api-schema__badge--range .api-schema__badge__label, .api-schema__badge--minimum .api-schema__badge__label, .api-schema__badge--maximum .api-schema__badge__label, .api-schema__badge--max_length .api-schema__badge__label, .api-schema__badge--precision .api-schema__badge__label, .api-schema__badge--scale .api-schema__badge__label, .api-schema__badge--enum .api-schema__badge__label {
  background-color: rgba(0, 0, 0, 0.05);
}

.api-schema__badge__label {
  padding: 0.2em 0.45em;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.api-schema__badge__value {
  padding: 0.2em 0.45em;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.api-schema__nested-list {
  list-style-type: none;
  margin-top: 0.75rem;
  border-left: 2px solid rgb(226.1, 226.1, 226.1);
  padding-left: 1.25rem;
}

.api-schema__nested-item {
  padding: 0.6rem 0;
  border-bottom: none;
}
.api-schema__nested-item:last-child {
  border-bottom: none;
}
