/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.bg-\[lightgrey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.text-justify {
  text-align: justify;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[1\.35rem\] {
  font-size: 1.35rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.text-\[ghostwhite\] {
  --tw-text-opacity: 1;
  color: rgb(248 248 255 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.no-underline {
  text-decoration-line: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* US GRAPHICS */

/*! U.S. Graphics Web Design Standards v1.2.9 | All Rights Reserved. Acknowledgments and contributions can be found at https://usgraphics.com/legal/contributions. */

:root {
  --dynamic-bg-color: transparent;
}

.bg-dynamic-white {
  --dynamic-bg-color: white;
}

.bg-white {
  background: #fff;
}

.white {
  color: #fff;
  fill: #fff;
}

.b--white {
  border-color: #fff;
}

.hover-white:focus,
.hover-white:hover {
  color: #fff;
}

.hover-bg-white:focus,
.hover-bg-white:hover {
  background-color: #fff;
}

.label-white {
  border-right-width: 0.6rem;
  border-right-color: #fff;
}

.bg-dynamic-white-90 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.9);
}

.bg-white-90 {
  background: rgba(255, 255, 255, 0.9);
}

.white-90 {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.hover-white-90:focus,
.hover-white-90:hover {
  color: rgba(255, 255, 255, 0.9);
}

.hover-bg-white-90:focus,
.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.label-white-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.9);
}

.bg-dynamic-white-80 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.8);
}

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}

.white-80 {
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.hover-white-80:focus,
.hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover-bg-white-80:focus,
.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.label-white-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.8);
}

.bg-dynamic-white-70 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.7);
}

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7);
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.hover-white-70:focus,
.hover-white-70:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hover-bg-white-70:focus,
.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.label-white-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.7);
}

.bg-dynamic-white-60 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.6);
}

.bg-white-60 {
  background: rgba(255, 255, 255, 0.6);
}

.white-60 {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.hover-white-60:focus,
.hover-white-60:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover-bg-white-60:focus,
.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.label-white-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.6);
}

.bg-dynamic-white-50 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.white-50 {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.hover-white-50:focus,
.hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hover-bg-white-50:focus,
.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.label-white-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.bg-dynamic-white-40 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.4);
}

.bg-white-40 {
  background: rgba(255, 255, 255, 0.4);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.hover-white-40:focus,
.hover-white-40:hover {
  color: rgba(255, 255, 255, 0.4);
}

.hover-bg-white-40:focus,
.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.label-white-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.bg-dynamic-white-30 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.3);
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

.white-30 {
  color: rgba(255, 255, 255, 0.3);
  fill: rgba(255, 255, 255, 0.3);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.hover-white-30:focus,
.hover-white-30:hover {
  color: rgba(255, 255, 255, 0.3);
}

.hover-bg-white-30:focus,
.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.label-white-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.3);
}

.bg-dynamic-white-20 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.2);
}

.bg-white-20 {
  background: rgba(255, 255, 255, 0.2);
}

.white-20 {
  color: rgba(255, 255, 255, 0.2);
  fill: rgba(255, 255, 255, 0.2);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.hover-white-20:focus,
.hover-white-20:hover {
  color: rgba(255, 255, 255, 0.2);
}

.hover-bg-white-20:focus,
.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.label-white-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.2);
}

.bg-dynamic-white-10 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.1);
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.white-10 {
  color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.hover-white-10:focus,
.hover-white-10:hover {
  color: rgba(255, 255, 255, 0.1);
}

.hover-bg-white-10:focus,
.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.label-white-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.bg-dynamic-white-05 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.05);
}

.bg-white-05 {
  background: rgba(255, 255, 255, 0.05);
}

.white-05 {
  color: rgba(255, 255, 255, 0.05);
  fill: rgba(255, 255, 255, 0.05);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

.hover-white-05:focus,
.hover-white-05:hover {
  color: rgba(255, 255, 255, 0.05);
}

.hover-bg-white-05:focus,
.hover-bg-white-05:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.label-white-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.05);
}

.bg-dynamic-black {
  --dynamic-bg-color: #000;
}

.bg-black {
  background: #000;
}

.black {
  color: #000;
  fill: #000;
}

.b--black {
  border-color: #000;
}

.hover-black:focus,
.hover-black:hover {
  color: #000;
}

.hover-bg-black:focus,
.hover-bg-black:hover {
  background-color: #000;
}

.label-black {
  border-right-width: 0.6rem;
  border-right-color: #000;
}

.bg-dynamic-near-black {
  --dynamic-bg-color: #111;
}

.bg-near-black {
  background: #111;
}

.near-black {
  color: #111;
  fill: #111;
}

.b--near-black {
  border-color: #111;
}

.hover-near-black:focus,
.hover-near-black:hover {
  color: #111;
}

.hover-bg-near-black:focus,
.hover-bg-near-black:hover {
  background-color: #111;
}

.label-near-black {
  border-right-width: 0.6rem;
  border-right-color: #111;
}

.bg-dynamic-dark-gray {
  --dynamic-bg-color: #333;
}

.bg-dark-gray {
  background: #333;
}

.dark-gray {
  color: #333;
  fill: #333;
}

.b--dark-gray {
  border-color: #333;
}

.hover-dark-gray:focus,
.hover-dark-gray:hover {
  color: #333;
}

.hover-bg-dark-gray:focus,
.hover-bg-dark-gray:hover {
  background-color: #333;
}

.label-dark-gray {
  border-right-width: 0.6rem;
  border-right-color: #333;
}

.bg-dynamic-mid-gray {
  --dynamic-bg-color: #555;
}

.bg-mid-gray {
  background: #555;
}

.mid-gray {
  color: #555;
  fill: #555;
}

.b--mid-gray {
  border-color: #555;
}

.hover-mid-gray:focus,
.hover-mid-gray:hover {
  color: #555;
}

.hover-bg-mid-gray:focus,
.hover-bg-mid-gray:hover {
  background-color: #555;
}

.label-mid-gray {
  border-right-width: 0.6rem;
  border-right-color: #555;
}

.bg-dynamic-gray {
  --dynamic-bg-color: #777;
}

.bg-gray {
  background: #777;
}

.gray {
  color: #777;
  fill: #777;
}

.b--gray {
  border-color: #777;
}

.hover-gray:focus,
.hover-gray:hover {
  color: #777;
}

.hover-bg-gray:focus,
.hover-bg-gray:hover {
  background-color: #777;
}

.label-gray {
  border-right-width: 0.6rem;
  border-right-color: #777;
}

.bg-dynamic-silver {
  --dynamic-bg-color: #999;
}

.bg-silver {
  background: #999;
}

.silver {
  color: #999;
  fill: #999;
}

.b--silver {
  border-color: #999;
}

.hover-silver:focus,
.hover-silver:hover {
  color: #999;
}

.hover-bg-silver:focus,
.hover-bg-silver:hover {
  background-color: #999;
}

.label-silver {
  border-right-width: 0.6rem;
  border-right-color: #999;
}

.bg-dynamic-light-silver {
  --dynamic-bg-color: #aaa;
}

.bg-light-silver {
  background: #aaa;
}

.light-silver {
  color: #aaa;
  fill: #aaa;
}

.b--light-silver {
  border-color: #aaa;
}

.hover-light-silver:focus,
.hover-light-silver:hover {
  color: #aaa;
}

.hover-bg-light-silver:focus,
.hover-bg-light-silver:hover {
  background-color: #aaa;
}

.label-light-silver {
  border-right-width: 0.6rem;
  border-right-color: #aaa;
}

.bg-dynamic-moon-gray {
  --dynamic-bg-color: #ccc;
}

.bg-moon-gray {
  background: #ccc;
}

.moon-gray {
  color: #ccc;
  fill: #ccc;
}

.b--moon-gray {
  border-color: #ccc;
}

.hover-moon-gray:focus,
.hover-moon-gray:hover {
  color: #ccc;
}

.hover-bg-moon-gray:focus,
.hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.label-moon-gray {
  border-right-width: 0.6rem;
  border-right-color: #ccc;
}

.bg-dynamic-light-gray {
  --dynamic-bg-color: #eee;
}

.bg-light-gray {
  background: #eee;
}

.light-gray {
  color: #eee;
  fill: #eee;
}

.b--light-gray {
  border-color: #eee;
}

.hover-light-gray:focus,
.hover-light-gray:hover {
  color: #eee;
}

.hover-bg-light-gray:focus,
.hover-bg-light-gray:hover {
  background-color: #eee;
}

.label-light-gray {
  border-right-width: 0.6rem;
  border-right-color: #eee;
}

.bg-dynamic-near-white {
  --dynamic-bg-color: #f4f4f4;
}

.bg-near-white {
  background: #f4f4f4;
}

.near-white {
  color: #f4f4f4;
  fill: #f4f4f4;
}

.b--near-white {
  border-color: #f4f4f4;
}

.hover-near-white:focus,
.hover-near-white:hover {
  color: #f4f4f4;
}

.hover-bg-near-white:focus,
.hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.label-near-white {
  border-right-width: 0.6rem;
  border-right-color: #f4f4f4;
}

.bg-dynamic-black-90 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.9);
}

.bg-black-90 {
  background: rgba(0, 0, 0, 0.9);
}

.black-90 {
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.hover-black-90:focus,
.hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-90:focus,
.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.label-black-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.9);
}

.bg-dynamic-black-80 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.8);
}

.bg-black-80 {
  background: rgba(0, 0, 0, 0.8);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.hover-black-80:focus,
.hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-80:focus,
.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.label-black-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.8);
}

.bg-dynamic-black-70 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.7);
}

.bg-black-70 {
  background: rgba(0, 0, 0, 0.7);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
  fill: rgba(0, 0, 0, 0.7);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.hover-black-70:focus,
.hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-70:focus,
.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.label-black-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.7);
}

.bg-dynamic-black-60 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.6);
}

.bg-black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.hover-black-60:focus,
.hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-60:focus,
.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.label-black-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.6);
}

.bg-dynamic-black-50 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.5);
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
  fill: rgba(0, 0, 0, 0.5);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.hover-black-50:focus,
.hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-50:focus,
.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.label-black-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.5);
}

.bg-dynamic-black-40 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.4);
}

.bg-black-40 {
  background: rgba(0, 0, 0, 0.4);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.4);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.hover-black-40:focus,
.hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-40:focus,
.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.label-black-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.4);
}

.bg-dynamic-black-30 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.3);
}

.bg-black-30 {
  background: rgba(0, 0, 0, 0.3);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
  fill: rgba(0, 0, 0, 0.3);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.hover-black-30:focus,
.hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-30:focus,
.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.label-black-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.3);
}

.bg-dynamic-black-20 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.2);
}

.bg-black-20 {
  background: rgba(0, 0, 0, 0.2);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
  fill: rgba(0, 0, 0, 0.2);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.hover-black-20:focus,
.hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-20:focus,
.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.label-black-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.2);
}

.bg-dynamic-black-10 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.1);
}

.bg-black-10 {
  background: rgba(0, 0, 0, 0.1);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
  fill: rgba(0, 0, 0, 0.1);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.hover-black-10:focus,
.hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover-bg-black-10:focus,
.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.label-black-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.1);
}

.bg-dynamic-black-05 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.05);
}

.bg-black-05 {
  background: rgba(0, 0, 0, 0.05);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
  fill: rgba(0, 0, 0, 0.05);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.hover-black-05:focus,
.hover-black-05:hover {
  color: rgba(0, 0, 0, 0.05);
}

.hover-bg-black-05:focus,
.hover-bg-black-05:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.label-black-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.bg-dynamic-transparent {
  --dynamic-bg-color: transparent;
}

.bg-transparent {
  background: 0 0;
}

.transparent {
  color: transparent;
  fill: transparent;
}

.b--transparent {
  border-color: transparent;
}

.hover-transparent:focus,
.hover-transparent:hover {
  color: transparent;
}

.hover-bg-transparent:focus,
.hover-bg-transparent:hover {
  background-color: transparent;
}

.label-transparent {
  border-right-width: 0.6rem;
  border-right-color: transparent;
}

.bg-dynamic-brown {
  --dynamic-bg-color: #834333;
}

.bg-brown {
  background: #834333;
}

.brown {
  color: #834333;
  fill: #834333;
}

.b--brown {
  border-color: #834333;
}

.hover-brown:focus,
.hover-brown:hover {
  color: #834333;
}

.hover-bg-brown:focus,
.hover-bg-brown:hover {
  background-color: #834333;
}

.label-brown {
  border-right-width: 0.6rem;
  border-right-color: #834333;
}

.bg-dynamic-dark-red {
  --dynamic-bg-color: #e7040f;
}

.bg-dark-red {
  background: #e7040f;
}

.dark-red {
  color: #e7040f;
  fill: #e7040f;
}

.b--dark-red {
  border-color: #e7040f;
}

.hover-dark-red:focus,
.hover-dark-red:hover {
  color: #e7040f;
}

.hover-bg-dark-red:focus,
.hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.label-dark-red {
  border-right-width: 0.6rem;
  border-right-color: #e7040f;
}

.bg-dynamic-red {
  --dynamic-bg-color: #ff4136;
}

.bg-red {
  background: #ff4136;
}

.red {
  color: #ff4136;
  fill: #ff4136;
}

.b--red {
  border-color: #ff4136;
}

.hover-red:focus,
.hover-red:hover {
  color: #ff4136;
}

.hover-bg-red:focus,
.hover-bg-red:hover {
  background-color: #ff4136;
}

.label-red {
  border-right-width: 0.6rem;
  border-right-color: #ff4136;
}

.bg-dynamic-orange {
  --dynamic-bg-color: #e25600;
}

.bg-orange {
  background: #e25600;
}

.orange {
  color: #e25600;
  fill: #e25600;
}

.b--orange {
  border-color: #e25600;
}

.hover-orange:focus,
.hover-orange:hover {
  color: #e25600;
}

.hover-bg-orange:focus,
.hover-bg-orange:hover {
  background-color: #e25600;
}

.label-orange {
  border-right-width: 0.6rem;
  border-right-color: #e25600;
}

.bg-dynamic-gold {
  --dynamic-bg-color: #ffb700;
}

.bg-gold {
  background: #ffb700;
}

.gold {
  color: #ffb700;
  fill: #ffb700;
}

.b--gold {
  border-color: #ffb700;
}

.hover-gold:focus,
.hover-gold:hover {
  color: #ffb700;
}

.hover-bg-gold:focus,
.hover-bg-gold:hover {
  background-color: #ffb700;
}

.label-gold {
  border-right-width: 0.6rem;
  border-right-color: #ffb700;
}

.bg-dynamic-yellow {
  --dynamic-bg-color: #ffd700;
}

.bg-yellow {
  background: gold;
}

.yellow {
  color: gold;
  fill: gold;
}

.b--yellow {
  border-color: gold;
}

.hover-yellow:focus,
.hover-yellow:hover {
  color: gold;
}

.hover-bg-yellow:focus,
.hover-bg-yellow:hover {
  background-color: gold;
}

.label-yellow {
  border-right-width: 0.6rem;
  border-right-color: gold;
}

.bg-dynamic-purple {
  --dynamic-bg-color: #7643b9;
}

.bg-purple {
  background: #7643b9;
}

.purple {
  color: #7643b9;
  fill: #7643b9;
}

.b--purple {
  border-color: #7643b9;
}

.hover-purple:focus,
.hover-purple:hover {
  color: #7643b9;
}

.hover-bg-purple:focus,
.hover-bg-purple:hover {
  background-color: #7643b9;
}

.label-purple {
  border-right-width: 0.6rem;
  border-right-color: #7643b9;
}

.bg-dynamic-magenta {
  --dynamic-bg-color: #cc2197;
}

.bg-magenta {
  background: #cc2197;
}

.magenta {
  color: #cc2197;
  fill: #cc2197;
}

.b--magenta {
  border-color: #cc2197;
}

.hover-magenta:focus,
.hover-magenta:hover {
  color: #cc2197;
}

.hover-bg-magenta:focus,
.hover-bg-magenta:hover {
  background-color: #cc2197;
}

.label-magenta {
  border-right-width: 0.6rem;
  border-right-color: #cc2197;
}

.bg-dynamic-hot-pink {
  --dynamic-bg-color: #ff41b4;
}

.bg-hot-pink {
  background: #ff41b4;
}

.hot-pink {
  color: #ff41b4;
  fill: #ff41b4;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.hover-hot-pink:focus,
.hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-bg-hot-pink:focus,
.hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.label-hot-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff41b4;
}

.bg-dynamic-pink {
  --dynamic-bg-color: #ff80cc;
}

.bg-pink {
  background: #ff80cc;
}

.pink {
  color: #ff80cc;
  fill: #ff80cc;
}

.b--pink {
  border-color: #ff80cc;
}

.hover-pink:focus,
.hover-pink:hover {
  color: #ff80cc;
}

.hover-bg-pink:focus,
.hover-bg-pink:hover {
  background-color: #ff80cc;
}

.label-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff80cc;
}

.bg-dynamic-dark-green {
  --dynamic-bg-color: #00794c;
}

.bg-dark-green {
  background: #00794c;
}

.dark-green {
  color: #00794c;
  fill: #00794c;
}

.b--dark-green {
  border-color: #00794c;
}

.hover-dark-green:focus,
.hover-dark-green:hover {
  color: #00794c;
}

.hover-bg-dark-green:focus,
.hover-bg-dark-green:hover {
  background-color: #00794c;
}

.label-dark-green {
  border-right-width: 0.6rem;
  border-right-color: #00794c;
}

.bg-dynamic-green {
  --dynamic-bg-color: #00a96c;
}

.bg-green {
  background: #00a96c;
}

.green {
  color: #00a96c;
  fill: #00a96c;
}

.b--green {
  border-color: #00a96c;
}

.hover-green:focus,
.hover-green:hover {
  color: #00a96c;
}

.hover-bg-green:focus,
.hover-bg-green:hover {
  background-color: #00a96c;
}

.label-green {
  border-right-width: 0.6rem;
  border-right-color: #00a96c;
}

.bg-dynamic-lime-green {
  --dynamic-bg-color: #527300;
}

.bg-lime-green {
  background: #527300;
}

.lime-green {
  color: #527300;
  fill: #527300;
}

.b--lime-green {
  border-color: #527300;
}

.hover-lime-green:focus,
.hover-lime-green:hover {
  color: #527300;
}

.hover-bg-lime-green:focus,
.hover-bg-lime-green:hover {
  background-color: #527300;
}

.label-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #527300;
}

.bg-dynamic-teal {
  --dynamic-bg-color: #008374;
}

.bg-teal {
  background: #008374;
}

.teal {
  color: #008374;
  fill: #008374;
}

.b--teal {
  border-color: #008374;
}

.hover-teal:focus,
.hover-teal:hover {
  color: #008374;
}

.hover-bg-teal:focus,
.hover-bg-teal:hover {
  background-color: #008374;
}

.label-teal {
  border-right-width: 0.6rem;
  border-right-color: #008374;
}

.bg-dynamic-navy {
  --dynamic-bg-color: #001b44;
}

.bg-navy {
  background: #001b44;
}

.navy {
  color: #001b44;
  fill: #001b44;
}

.b--navy {
  border-color: #001b44;
}

.hover-navy:focus,
.hover-navy:hover {
  color: #001b44;
}

.hover-bg-navy:focus,
.hover-bg-navy:hover {
  background-color: #001b44;
}

.label-navy {
  border-right-width: 0.6rem;
  border-right-color: #001b44;
}

.bg-dynamic-dark-blue {
  --dynamic-bg-color: #00449e;
}

.bg-dark-blue {
  background: #00449e;
}

.dark-blue {
  color: #00449e;
  fill: #00449e;
}

.b--dark-blue {
  border-color: #00449e;
}

.hover-dark-blue:focus,
.hover-dark-blue:hover {
  color: #00449e;
}

.hover-bg-dark-blue:focus,
.hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.label-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #00449e;
}

.bg-dynamic-dark-cyan {
  --dynamic-bg-color: #008181;
}

.bg-dark-cyan {
  background: #008181;
}

.dark-cyan {
  color: #008181;
  fill: #008181;
}

.b--dark-cyan {
  border-color: #008181;
}

.hover-dark-cyan:focus,
.hover-dark-cyan:hover {
  color: #008181;
}

.hover-bg-dark-cyan:focus,
.hover-bg-dark-cyan:hover {
  background-color: #008181;
}

.label-dark-cyan {
  border-right-width: 0.6rem;
  border-right-color: #008181;
}

.bg-dynamic-blue {
  --dynamic-bg-color: #005eec;
}

.bg-blue {
  background: #005eec;
}

.blue {
  color: #005eec;
  fill: #005eec;
}

.b--blue {
  border-color: #005eec;
}

.hover-blue:focus,
.hover-blue:hover {
  color: #005eec;
}

.hover-bg-blue:focus,
.hover-bg-blue:hover {
  background-color: #005eec;
}

.label-blue {
  border-right-width: 0.6rem;
  border-right-color: #005eec;
}

.bg-dynamic-cyan {
  --dynamic-bg-color: #00e4e4;
}

.bg-cyan {
  background: #00e4e4;
}

.cyan {
  color: #00e4e4;
  fill: #00e4e4;
}

.b--cyan {
  border-color: #00e4e4;
}

.hover-cyan:focus,
.hover-cyan:hover {
  color: #00e4e4;
}

.hover-bg-cyan:focus,
.hover-bg-cyan:hover {
  background-color: #00e4e4;
}

.label-cyan {
  border-right-width: 0.6rem;
  border-right-color: #00e4e4;
}

.bg-dynamic-washed-blue {
  --dynamic-bg-color: #f6fffe;
}

.bg-washed-blue {
  background: #f6fffe;
}

.washed-blue {
  color: #f6fffe;
  fill: #f6fffe;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.hover-washed-blue:focus,
.hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-bg-washed-blue:focus,
.hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.label-washed-blue {
  border-right-width: 0.6rem;
  border-right-color: #f6fffe;
}

.bg-dynamic-washed-green {
  --dynamic-bg-color: #e8fdf5;
}

.bg-washed-green {
  background: #e8fdf5;
}

.washed-green {
  color: #e8fdf5;
  fill: #e8fdf5;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.hover-washed-green:focus,
.hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-bg-washed-green:focus,
.hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.label-washed-green {
  border-right-width: 0.6rem;
  border-right-color: #e8fdf5;
}

.bg-dynamic-washed-yellow {
  --dynamic-bg-color: #fffceb;
}

.bg-washed-yellow {
  background: #fffceb;
}

.washed-yellow {
  color: #fffceb;
  fill: #fffceb;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.hover-washed-yellow:focus,
.hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-bg-washed-yellow:focus,
.hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.label-washed-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fffceb;
}

.bg-dynamic-washed-red {
  --dynamic-bg-color: #ffdfdf;
}

.bg-washed-red {
  background: #ffdfdf;
}

.washed-red {
  color: #ffdfdf;
  fill: #ffdfdf;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.hover-washed-red:focus,
.hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-bg-washed-red:focus,
.hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.label-washed-red {
  border-right-width: 0.6rem;
  border-right-color: #ffdfdf;
}

.bg-dynamic-neon-red {
  --dynamic-bg-color: #ff0037;
}

.bg-neon-red {
  background: #ff0037;
}

.neon-red {
  color: #ff0037;
  fill: #ff0037;
}

.b--neon-red {
  border-color: #ff0037;
}

.hover-neon-red:focus,
.hover-neon-red:hover {
  color: #ff0037;
}

.hover-bg-neon-red:focus,
.hover-bg-neon-red:hover {
  background-color: #ff0037;
}

.label-neon-red {
  border-right-width: 0.6rem;
  border-right-color: #ff0037;
}

.bg-dynamic-neon-orange {
  --dynamic-bg-color: #ff4a03;
}

.bg-neon-orange {
  background: #ff4a03;
}

.neon-orange {
  color: #ff4a03;
  fill: #ff4a03;
}

.b--neon-orange {
  border-color: #ff4a03;
}

.hover-neon-orange:focus,
.hover-neon-orange:hover {
  color: #ff4a03;
}

.hover-bg-neon-orange:focus,
.hover-bg-neon-orange:hover {
  background-color: #ff4a03;
}

.label-neon-orange {
  border-right-width: 0.6rem;
  border-right-color: #ff4a03;
}

.bg-dynamic-neon-yellow {
  --dynamic-bg-color: #ffc543;
}

.bg-neon-yellow {
  background: #ffc543;
}

.neon-yellow {
  color: #ffc543;
  fill: #ffc543;
}

.b--neon-yellow {
  border-color: #ffc543;
}

.hover-neon-yellow:focus,
.hover-neon-yellow:hover {
  color: #ffc543;
}

.hover-bg-neon-yellow:focus,
.hover-bg-neon-yellow:hover {
  background-color: #ffc543;
}

.label-neon-yellow {
  border-right-width: 0.6rem;
  border-right-color: #ffc543;
}

.bg-dynamic-neon-lime-green {
  --dynamic-bg-color: #88ce00;
}

.bg-neon-lime-green {
  background: #88ce00;
}

.neon-lime-green {
  color: #88ce00;
  fill: #88ce00;
}

.b--neon-lime-green {
  border-color: #88ce00;
}

.hover-neon-lime-green:focus,
.hover-neon-lime-green:hover {
  color: #88ce00;
}

.hover-bg-neon-lime-green:focus,
.hover-bg-neon-lime-green:hover {
  background-color: #88ce00;
}

.label-neon-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #88ce00;
}

.bg-dynamic-neon-green {
  --dynamic-bg-color: #00c986;
}

.bg-neon-green {
  background: #00c986;
}

.neon-green {
  color: #00c986;
  fill: #00c986;
}

.b--neon-green {
  border-color: #00c986;
}

.hover-neon-green:focus,
.hover-neon-green:hover {
  color: #00c986;
}

.hover-bg-neon-green:focus,
.hover-bg-neon-green:hover {
  background-color: #00c986;
}

.label-neon-green {
  border-right-width: 0.6rem;
  border-right-color: #00c986;
}

.bg-dynamic-neon-blue {
  --dynamic-bg-color: #0092ff;
}

.bg-neon-blue {
  background: #0092ff;
}

.neon-blue {
  color: #0092ff;
  fill: #0092ff;
}

.b--neon-blue {
  border-color: #0092ff;
}

.hover-neon-blue:focus,
.hover-neon-blue:hover {
  color: #0092ff;
}

.hover-bg-neon-blue:focus,
.hover-bg-neon-blue:hover {
  background-color: #0092ff;
}

.label-neon-blue {
  border-right-width: 0.6rem;
  border-right-color: #0092ff;
}

.bg-dynamic-neon-dark-blue {
  --dynamic-bg-color: #26f;
}

.bg-neon-dark-blue {
  background: #26f;
}

.neon-dark-blue {
  color: #26f;
  fill: #26f;
}

.b--neon-dark-blue {
  border-color: #26f;
}

.hover-neon-dark-blue:focus,
.hover-neon-dark-blue:hover {
  color: #26f;
}

.hover-bg-neon-dark-blue:focus,
.hover-bg-neon-dark-blue:hover {
  background-color: #26f;
}

.label-neon-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #26f;
}

.bg-dynamic-neon-purple {
  --dynamic-bg-color: #8969ff;
}

.bg-neon-purple {
  background: #8969ff;
}

.neon-purple {
  color: #8969ff;
  fill: #8969ff;
}

.b--neon-purple {
  border-color: #8969ff;
}

.hover-neon-purple:focus,
.hover-neon-purple:hover {
  color: #8969ff;
}

.hover-bg-neon-purple:focus,
.hover-bg-neon-purple:hover {
  background-color: #8969ff;
}

.label-neon-purple {
  border-right-width: 0.6rem;
  border-right-color: #8969ff;
}

.bg-dynamic-neon-magenta {
  --dynamic-bg-color: #e036b1;
}

.bg-neon-magenta {
  background: #e036b1;
}

.neon-magenta {
  color: #e036b1;
  fill: #e036b1;
}

.b--neon-magenta {
  border-color: #e036b1;
}

.hover-neon-magenta:focus,
.hover-neon-magenta:hover {
  color: #e036b1;
}

.hover-bg-neon-magenta:focus,
.hover-bg-neon-magenta:hover {
  background-color: #e036b1;
}

.label-neon-magenta {
  border-right-width: 0.6rem;
  border-right-color: #e036b1;
}

.bg-dynamic-light-purple {
  --dynamic-bg-color: #e4d3ff;
}

.bg-light-purple {
  background: #e4d3ff;
}

.light-purple {
  color: #e4d3ff;
  fill: #e4d3ff;
}

.b--light-purple {
  border-color: #e4d3ff;
}

.hover-light-purple:focus,
.hover-light-purple:hover {
  color: #e4d3ff;
}

.hover-bg-light-purple:focus,
.hover-bg-light-purple:hover {
  background-color: #e4d3ff;
}

.label-light-purple {
  border-right-width: 0.6rem;
  border-right-color: #e4d3ff;
}

.bg-dynamic-light-pink {
  --dynamic-bg-color: #ffccf3;
}

.bg-light-pink {
  background: #ffccf3;
}

.light-pink {
  color: #ffccf3;
  fill: #ffccf3;
}

.b--light-pink {
  border-color: #ffccf3;
}

.hover-light-pink:focus,
.hover-light-pink:hover {
  color: #ffccf3;
}

.hover-bg-light-pink:focus,
.hover-bg-light-pink:hover {
  background-color: #ffccf3;
}

.label-light-pink {
  border-right-width: 0.6rem;
  border-right-color: #ffccf3;
}

.bg-dynamic-light-blue {
  --dynamic-bg-color: #b5dbff;
}

.bg-light-blue {
  background: #b5dbff;
}

.light-blue {
  color: #b5dbff;
  fill: #b5dbff;
}

.b--light-blue {
  border-color: #b5dbff;
}

.hover-light-blue:focus,
.hover-light-blue:hover {
  color: #b5dbff;
}

.hover-bg-light-blue:focus,
.hover-bg-light-blue:hover {
  background-color: #b5dbff;
}

.label-light-blue {
  border-right-width: 0.6rem;
  border-right-color: #b5dbff;
}

.bg-dynamic-light-red {
  --dynamic-bg-color: #ffbebe;
}

.bg-light-red {
  background: #ffbebe;
}

.light-red {
  color: #ffbebe;
  fill: #ffbebe;
}

.b--light-red {
  border-color: #ffbebe;
}

.hover-light-red:focus,
.hover-light-red:hover {
  color: #ffbebe;
}

.hover-bg-light-red:focus,
.hover-bg-light-red:hover {
  background-color: #ffbebe;
}

.label-light-red {
  border-right-width: 0.6rem;
  border-right-color: #ffbebe;
}

.bg-dynamic-light-orange {
  --dynamic-bg-color: #ffd7be;
}

.bg-light-orange {
  background: #ffd7be;
}

.light-orange {
  color: #ffd7be;
  fill: #ffd7be;
}

.b--light-orange {
  border-color: #ffd7be;
}

.hover-light-orange:focus,
.hover-light-orange:hover {
  color: #ffd7be;
}

.hover-bg-light-orange:focus,
.hover-bg-light-orange:hover {
  background-color: #ffd7be;
}

.label-light-orange {
  border-right-width: 0.6rem;
  border-right-color: #ffd7be;
}

.bg-dynamic-light-yellow {
  --dynamic-bg-color: #fff5b1;
}

.bg-light-yellow {
  background: #fff5b1;
}

.light-yellow {
  color: #fff5b1;
  fill: #fff5b1;
}

.b--light-yellow {
  border-color: #fff5b1;
}

.hover-light-yellow:focus,
.hover-light-yellow:hover {
  color: #fff5b1;
}

.hover-bg-light-yellow:focus,
.hover-bg-light-yellow:hover {
  background-color: #fff5b1;
}

.label-light-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fff5b1;
}

.bg-dynamic-light-cyan {
  --dynamic-bg-color: #a0f2f5;
}

.bg-light-cyan {
  background: #a0f2f5;
}

.light-cyan {
  color: #a0f2f5;
  fill: #a0f2f5;
}

.b--light-cyan {
  border-color: #a0f2f5;
}

.hover-light-cyan:focus,
.hover-light-cyan:hover {
  color: #a0f2f5;
}

.hover-bg-light-cyan:focus,
.hover-bg-light-cyan:hover {
  background-color: #a0f2f5;
}

.label-light-cyan {
  border-right-width: 0.6rem;
  border-right-color: #a0f2f5;
}

.bg-dynamic-light-green {
  --dynamic-bg-color: #b9ffe4;
}

.bg-light-green {
  background: #b9ffe4;
}

.light-green {
  color: #b9ffe4;
  fill: #b9ffe4;
}

.b--light-green {
  border-color: #b9ffe4;
}

.hover-light-green:focus,
.hover-light-green:hover {
  color: #b9ffe4;
}

.hover-bg-light-green:focus,
.hover-bg-light-green:hover {
  background-color: #b9ffe4;
}

.label-light-green {
  border-right-width: 0.6rem;
  border-right-color: #b9ffe4;
}

.bg-dynamic-light-lime {
  --dynamic-bg-color: #d3ffb9;
}

.bg-light-lime {
  background: #d3ffb9;
}

.light-lime {
  color: #d3ffb9;
  fill: #d3ffb9;
}

.b--light-lime {
  border-color: #d3ffb9;
}

.hover-light-lime:focus,
.hover-light-lime:hover {
  color: #d3ffb9;
}

.hover-bg-light-lime:focus,
.hover-bg-light-lime:hover {
  background-color: #d3ffb9;
}

.label-light-lime {
  border-right-width: 0.6rem;
  border-right-color: #d3ffb9;
}

.bg-dynamic-us-blue {
  --dynamic-bg-color: #003f9b;
}

.bg-us-blue {
  background: #003f9b;
}

.us-blue {
  color: #003f9b;
  fill: #003f9b;
}

.b--us-blue {
  border-color: #003f9b;
}

.hover-us-blue:focus,
.hover-us-blue:hover {
  color: #003f9b;
}

.hover-bg-us-blue:focus,
.hover-bg-us-blue:hover {
  background-color: #003f9b;
}

.label-us-blue {
  border-right-width: 0.6rem;
  border-right-color: #003f9b;
}

.bg-dynamic-us-red {
  --dynamic-bg-color: #ad0000;
}

.bg-us-red {
  background: #ad0000;
}

.us-red {
  color: #ad0000;
  fill: #ad0000;
}

.b--us-red {
  border-color: #ad0000;
}

.hover-us-red:focus,
.hover-us-red:hover {
  color: #ad0000;
}

.hover-bg-us-red:focus,
.hover-bg-us-red:hover {
  background-color: #ad0000;
}

.label-us-red {
  border-right-width: 0.6rem;
  border-right-color: #ad0000;
}

.btn-pattern {
  color: transparent;
}

.btn-pattern:hover {
  color: #fff;
  background: #000;
}

.bp-white {
  background: repeating-linear-gradient(
            -45deg,
            #fff,
            #fff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-white {
  background: repeating-linear-gradient(
            90deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-white {
  background: repeating-linear-gradient(
            0deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-white {
  background:
        radial-gradient(white 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-black {
  background: repeating-linear-gradient(
            -45deg,
            #000,
            #000 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-black {
  background: repeating-linear-gradient(
            90deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-black {
  background: repeating-linear-gradient(
            0deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-black {
  background:
        radial-gradient(#000 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-mid-gray {
  background: repeating-linear-gradient(
            -45deg,
            #555,
            #555 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-mid-gray {
  background: repeating-linear-gradient(
            90deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-mid-gray {
  background: repeating-linear-gradient(
            0deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-mid-gray {
  background:
        radial-gradient(#555 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gray {
  background: repeating-linear-gradient(
            -45deg,
            #777,
            #777 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gray {
  background: repeating-linear-gradient(
            90deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gray {
  background: repeating-linear-gradient(
            0deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gray {
  background:
        radial-gradient(#777 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-silver {
  background: repeating-linear-gradient(
            -45deg,
            #999,
            #999 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-silver {
  background: repeating-linear-gradient(
            90deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-silver {
  background: repeating-linear-gradient(
            0deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-silver {
  background:
        radial-gradient(#999 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-moon-gray {
  background: repeating-linear-gradient(
            -45deg,
            #ccc,
            #ccc 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-moon-gray {
  background: repeating-linear-gradient(
            90deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-moon-gray {
  background: repeating-linear-gradient(
            0deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-moon-gray {
  background:
        radial-gradient(#ccc 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-brown {
  background: repeating-linear-gradient(
            -45deg,
            #834333,
            #834333 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-brown {
  background: repeating-linear-gradient(
            90deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-brown {
  background: repeating-linear-gradient(
            0deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-brown {
  background:
        radial-gradient(#834333 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-red {
  background: repeating-linear-gradient(
            -45deg,
            #e7040f,
            #e7040f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-red {
  background: repeating-linear-gradient(
            90deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-red {
  background: repeating-linear-gradient(
            0deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-red {
  background:
        radial-gradient(#e7040f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff4136,
            #ff4136 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-red {
  background: repeating-linear-gradient(
            90deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-red {
  background: repeating-linear-gradient(
            0deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-red {
  background:
        radial-gradient(#ff4136 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-orange {
  background: repeating-linear-gradient(
            -45deg,
            #e25600,
            #e25600 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-orange {
  background: repeating-linear-gradient(
            90deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-orange {
  background: repeating-linear-gradient(
            0deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-orange {
  background:
        radial-gradient(#e25600 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gold {
  background: repeating-linear-gradient(
            -45deg,
            #ffb700,
            #ffb700 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gold {
  background: repeating-linear-gradient(
            90deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gold {
  background: repeating-linear-gradient(
            0deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gold {
  background:
        radial-gradient(#ffb700 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-yellow {
  background: repeating-linear-gradient(
            -45deg,
            gold,
            gold 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-yellow {
  background: repeating-linear-gradient(
            90deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-yellow {
  background: repeating-linear-gradient(
            0deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-yellow {
  background:
        radial-gradient(gold 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-purple {
  background: repeating-linear-gradient(
            -45deg,
            #7643b9,
            #7643b9 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-purple {
  background: repeating-linear-gradient(
            90deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-purple {
  background: repeating-linear-gradient(
            0deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-purple {
  background:
        radial-gradient(#7643b9 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #cc2197,
            #cc2197 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-magenta {
  background: repeating-linear-gradient(
            90deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-magenta {
  background: repeating-linear-gradient(
            0deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-magenta {
  background:
        radial-gradient(#cc2197 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-hot-pink {
  background: repeating-linear-gradient(
            -45deg,
            #ff41b4,
            #ff41b4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-hot-pink {
  background: repeating-linear-gradient(
            90deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-hot-pink {
  background: repeating-linear-gradient(
            0deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-hot-pink {
  background:
        radial-gradient(#ff41b4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-green {
  background: repeating-linear-gradient(
            -45deg,
            #00794c,
            #00794c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-green {
  background: repeating-linear-gradient(
            90deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-green {
  background: repeating-linear-gradient(
            0deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-green {
  background:
        radial-gradient(#00794c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-green {
  background: repeating-linear-gradient(
            -45deg,
            #00a96c,
            #00a96c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-green {
  background: repeating-linear-gradient(
            90deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-green {
  background: repeating-linear-gradient(
            0deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-green {
  background:
        radial-gradient(#00a96c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #527300,
            #527300 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-lime-green {
  background:
        radial-gradient(#527300 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-teal {
  background: repeating-linear-gradient(
            -45deg,
            #008374,
            #008374 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-teal {
  background: repeating-linear-gradient(
            90deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-teal {
  background: repeating-linear-gradient(
            0deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-teal {
  background:
        radial-gradient(#008374 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-navy {
  background: repeating-linear-gradient(
            -45deg,
            #001b44,
            #001b44 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-navy {
  background: repeating-linear-gradient(
            90deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-navy {
  background: repeating-linear-gradient(
            0deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-navy {
  background:
        radial-gradient(#001b44 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #00449e,
            #00449e 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-blue {
  background:
        radial-gradient(#00449e 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #008181,
            #008181 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-cyan {
  background: repeating-linear-gradient(
            90deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-cyan {
  background: repeating-linear-gradient(
            0deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-cyan {
  background:
        radial-gradient(#008181 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-blue {
  background: repeating-linear-gradient(
            -45deg,
            #005eec,
            #005eec 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-blue {
  background: repeating-linear-gradient(
            90deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-blue {
  background: repeating-linear-gradient(
            0deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-blue {
  background:
        radial-gradient(#005eec 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #00e4e4,
            #00e4e4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-cyan {
  background: repeating-linear-gradient(
            90deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-cyan {
  background: repeating-linear-gradient(
            0deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-cyan {
  background:
        radial-gradient(#00e4e4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-silver {
  background: repeating-linear-gradient(
            -45deg,
            #aaa,
            #aaa 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-silver {
  background: repeating-linear-gradient(
            90deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-silver {
  background: repeating-linear-gradient(
            0deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-silver {
  background:
        radial-gradient(#aaa 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-green {
  background: repeating-linear-gradient(
            -45deg,
            #b9ffe4,
            #b9ffe4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-green {
  background: repeating-linear-gradient(
            90deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-green {
  background: repeating-linear-gradient(
            0deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-green {
  background:
        radial-gradient(#b9ffe4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-purple {
  background: repeating-linear-gradient(
            -45deg,
            #e4d3ff,
            #e4d3ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-purple {
  background: repeating-linear-gradient(
            90deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-purple {
  background: repeating-linear-gradient(
            0deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-purple {
  background:
        radial-gradient(#e4d3ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-gray {
  background: repeating-linear-gradient(
            -45deg,
            #eee,
            #eee 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-gray {
  background: repeating-linear-gradient(
            90deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-gray {
  background: repeating-linear-gradient(
            0deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-gray {
  background:
        radial-gradient(#eee 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-red {
  background: repeating-linear-gradient(
            -45deg,
            #ffbebe,
            #ffbebe 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-red {
  background: repeating-linear-gradient(
            90deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-red {
  background: repeating-linear-gradient(
            0deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-red {
  background:
        radial-gradient(#ffbebe 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #fff5b1,
            #fff5b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-yellow {
  background: repeating-linear-gradient(
            90deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-yellow {
  background: repeating-linear-gradient(
            0deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-yellow {
  background:
        radial-gradient(#fff5b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-blue {
  background: repeating-linear-gradient(
            -45deg,
            #b5dbff,
            #b5dbff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-blue {
  background: repeating-linear-gradient(
            90deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-blue {
  background: repeating-linear-gradient(
            0deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-blue {
  background:
        radial-gradient(#b5dbff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #a0f2f5,
            #a0f2f5 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-cyan {
  background: repeating-linear-gradient(
            90deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-cyan {
  background: repeating-linear-gradient(
            0deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-cyan {
  background:
        radial-gradient(#a0f2f5 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff0037,
            #ff0037 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-red {
  background: repeating-linear-gradient(
            90deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-red {
  background: repeating-linear-gradient(
            0deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-red {
  background:
        radial-gradient(#ff0037 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-orange {
  background: repeating-linear-gradient(
            -45deg,
            #ff4a03,
            #ff4a03 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-orange {
  background: repeating-linear-gradient(
            90deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-orange {
  background: repeating-linear-gradient(
            0deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-orange {
  background:
        radial-gradient(#ff4a03 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #ffc543,
            #ffc543 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-yellow {
  background: repeating-linear-gradient(
            90deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-yellow {
  background: repeating-linear-gradient(
            0deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-yellow {
  background:
        radial-gradient(#ffc543 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #88ce00,
            #88ce00 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-lime-green {
  background:
        radial-gradient(#88ce00 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-green {
  background: repeating-linear-gradient(
            -45deg,
            #00c986,
            #00c986 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-green {
  background: repeating-linear-gradient(
            90deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-green {
  background: repeating-linear-gradient(
            0deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-green {
  background:
        radial-gradient(#00c986 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-blue {
  background: repeating-linear-gradient(
            -45deg,
            #0092ff,
            #0092ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-blue {
  background: repeating-linear-gradient(
            90deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-blue {
  background: repeating-linear-gradient(
            0deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-blue {
  background:
        radial-gradient(#0092ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #26f,
            #26f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-dark-blue {
  background:
        radial-gradient(#26f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-purple {
  background: repeating-linear-gradient(
            -45deg,
            #8969ff,
            #8969ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-purple {
  background: repeating-linear-gradient(
            90deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-purple {
  background: repeating-linear-gradient(
            0deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-purple {
  background:
        radial-gradient(#8969ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #e036b1,
            #e036b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-magenta {
  background: repeating-linear-gradient(
            90deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-magenta {
  background: repeating-linear-gradient(
            0deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-magenta {
  background:
        radial-gradient(#e036b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

@media (color-gamut: p3) {
  .dark-green {
    color: color(display-p3 0 0.43 0.316);
    fill: color(display-p3 0 0.43 0.316);
  }

  .bg-dark-green {
    background-color: color(display-p3 0 0.43 0.316);
  }

  .dark-red {
    color: color(display-p3 0.745 0 0.161);
    fill: color(display-p3 0.745 0 0.161);
  }

  .bg-dark-red {
    background-color: color(display-p3 0.745 0 0.161);
  }

  .gold {
    color: color(display-p3 0.985 0.766 0);
    fill: color(display-p3 0.985 0.766 0);
  }

  .bg-gold {
    background-color: color(display-p3 0.985 0.766 0);
  }

  .dark-blue {
    color: color(display-p3 0 0.283 0.665);
    fill: color(display-p3 0 0.283 0.665);
  }

  .bg-dark-blue {
    background-color: color(display-p3 0 0.283 0.665);
  }

  .table-blue {
    border-left-color: color(display-p3 0 0.283 0.665);
  }

  .table-red {
    border-left-color: color(display-p3 0.745 0 0.161);
  }

  .table-green {
    border-left-color: color(display-p3 0 0.43 0.316);
  }

  .table-yellow {
    border-left-color: color(display-p3 0.985 0.766 0);
  }

  .us-blue {
    fill: color(display-p3 0.092 0.243 0.586);
  }

  .us-red {
    fill: color(display-p3 0.621 0.122 0.08);
  }
}

/*! U.S. Graphics Web Design Standards v1.0.0 | All Rights Reserved. Based on Spectree CSS, see the MIT license on the website. */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

address {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
  font-weight: 600;
}

code,
kbd,
pre,
samp {
  font-family:
        "SF Mono",
        -apple-system,
        "Segoe UI Mono",
        "Roboto Mono",
        Menlo,
        Courier,
        monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
  font-weight: 400;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
  outline: 0;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  font-size: 14px;
  line-height: 1.5rem;
  /* box-sizing: border-box; */
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  text-rendering: optimizeLegibility;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #002dce;
  outline: 0;
}

a:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

a.active,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #002dce;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src: url("../fonts/UniversLTStd.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 400;

  font-style: italic;

  font-stretch: normal;

  src: url("../fonts/UniversLTStd-Obl.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  src: url("../fonts/UniversLTStd-Bold.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 700;

  font-style: italic;

  src: url("../fonts/UniversLTStd-BoldObl.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 400;

  font-style: normal;

  font-stretch: condensed;

  src: url("../fonts/UniversLTStd-Cn.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 700;

  font-style: normal;

  font-stretch: condensed;

  src: url("../fonts/UniversLTStd-BoldCn.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 400;

  font-style: italic;

  font-stretch: condensed;

  src: url("../fonts/UniversLTStd-CnObl.otf") format("opentype");

  font-display: block;
}

@font-face {
  font-family: "Univers LT Pro";

  font-weight: 700;

  font-style: italic;

  font-stretch: condensed;

  src: url("../fonts/UniversLTStd-BoldCnObl.otf")
        format("opentype");

  font-display: block;
}

@font-face {
  font-family: TX-02-Data;

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src: url("fonts/TX-02-Data/TX-02-Data-Regular.09ec0d8a5811.woff2")
        format("woff2");

  font-display: block;
}

@font-face {
  font-family: TX-02-Data;

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  src: url("fonts/TX-02-Data/TX-02-Data-Bold.17ffdda91017.woff2")
        format("woff2");

  font-display: block;
}

@font-face {
  font-family: "Berkeley Arrow";

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  src:
        url("fonts/berkeley-mono-data/BerkeleyArrow-Regular.5d4ca08d92bd.woff2")
            format("woff2"),
        url("fonts/berkeley-mono-data/BerkeleyArrow-Regular.7674a172994e.woff")
            format("woff"),
        url("fonts/berkeley-mono-data/BerkeleyArrow-Regular.14ce77505f9a.ttf")
            format("truetype");

  font-display: block;

  unicode-range: U+2192;
}

:root {
  --dynamic-bg-color: transparent;
}

.bg-dynamic-white {
  --dynamic-bg-color: white;
}

.bg-white {
  background: #fff;
}

.white {
  color: #fff;
  fill: #fff;
}

.b--white {
  border-color: #fff;
}

.hover-white:focus,
.hover-white:hover {
  color: #fff;
}

.hover-bg-white:focus,
.hover-bg-white:hover {
  background-color: #fff;
}

.label-white {
  border-right-width: 0.6rem;
  border-right-color: #fff;
}

.bg-dynamic-white-90 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.9);
}

.bg-white-90 {
  background: rgba(255, 255, 255, 0.9);
}

.white-90 {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.hover-white-90:focus,
.hover-white-90:hover {
  color: rgba(255, 255, 255, 0.9);
}

.hover-bg-white-90:focus,
.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.label-white-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.9);
}

.bg-dynamic-white-80 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.8);
}

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}

.white-80 {
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.hover-white-80:focus,
.hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover-bg-white-80:focus,
.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.label-white-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.8);
}

.bg-dynamic-white-70 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.7);
}

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7);
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.hover-white-70:focus,
.hover-white-70:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hover-bg-white-70:focus,
.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.label-white-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.7);
}

.bg-dynamic-white-60 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.6);
}

.bg-white-60 {
  background: rgba(255, 255, 255, 0.6);
}

.white-60 {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.hover-white-60:focus,
.hover-white-60:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover-bg-white-60:focus,
.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.label-white-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.6);
}

.bg-dynamic-white-50 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.white-50 {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.hover-white-50:focus,
.hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hover-bg-white-50:focus,
.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.label-white-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.bg-dynamic-white-40 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.4);
}

.bg-white-40 {
  background: rgba(255, 255, 255, 0.4);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.hover-white-40:focus,
.hover-white-40:hover {
  color: rgba(255, 255, 255, 0.4);
}

.hover-bg-white-40:focus,
.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.label-white-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.bg-dynamic-white-30 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.3);
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

.white-30 {
  color: rgba(255, 255, 255, 0.3);
  fill: rgba(255, 255, 255, 0.3);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.hover-white-30:focus,
.hover-white-30:hover {
  color: rgba(255, 255, 255, 0.3);
}

.hover-bg-white-30:focus,
.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.label-white-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.3);
}

.bg-dynamic-white-20 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.2);
}

.bg-white-20 {
  background: rgba(255, 255, 255, 0.2);
}

.white-20 {
  color: rgba(255, 255, 255, 0.2);
  fill: rgba(255, 255, 255, 0.2);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.hover-white-20:focus,
.hover-white-20:hover {
  color: rgba(255, 255, 255, 0.2);
}

.hover-bg-white-20:focus,
.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.label-white-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.2);
}

.bg-dynamic-white-10 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.1);
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.white-10 {
  color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.hover-white-10:focus,
.hover-white-10:hover {
  color: rgba(255, 255, 255, 0.1);
}

.hover-bg-white-10:focus,
.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.label-white-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.bg-dynamic-white-05 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.05);
}

.bg-white-05 {
  background: rgba(255, 255, 255, 0.05);
}

.white-05 {
  color: rgba(255, 255, 255, 0.05);
  fill: rgba(255, 255, 255, 0.05);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

.hover-white-05:focus,
.hover-white-05:hover {
  color: rgba(255, 255, 255, 0.05);
}

.hover-bg-white-05:focus,
.hover-bg-white-05:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.label-white-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.05);
}

.bg-dynamic-black {
  --dynamic-bg-color: #000;
}

.bg-black {
  background: #000;
}

.black {
  color: #000;
  fill: #000;
}

.b--black {
  border-color: #000;
}

.hover-black:focus,
.hover-black:hover {
  color: #000;
}

.hover-bg-black:focus,
.hover-bg-black:hover {
  background-color: #000;
}

.label-black {
  border-right-width: 0.6rem;
  border-right-color: #000;
}

.bg-dynamic-near-black {
  --dynamic-bg-color: #111;
}

.bg-near-black {
  background: #111;
}

.near-black {
  color: #111;
  fill: #111;
}

.b--near-black {
  border-color: #111;
}

.hover-near-black:focus,
.hover-near-black:hover {
  color: #111;
}

.hover-bg-near-black:focus,
.hover-bg-near-black:hover {
  background-color: #111;
}

.label-near-black {
  border-right-width: 0.6rem;
  border-right-color: #111;
}

.bg-dynamic-dark-gray {
  --dynamic-bg-color: #333;
}

.bg-dark-gray {
  background: #333;
}

.dark-gray {
  color: #333;
  fill: #333;
}

.b--dark-gray {
  border-color: #333;
}

.hover-dark-gray:focus,
.hover-dark-gray:hover {
  color: #333;
}

.hover-bg-dark-gray:focus,
.hover-bg-dark-gray:hover {
  background-color: #333;
}

.label-dark-gray {
  border-right-width: 0.6rem;
  border-right-color: #333;
}

.bg-dynamic-mid-gray {
  --dynamic-bg-color: #555;
}

.bg-mid-gray {
  background: #555;
}

.mid-gray {
  color: #555;
  fill: #555;
}

.b--mid-gray {
  border-color: #555;
}

.hover-mid-gray:focus,
.hover-mid-gray:hover {
  color: #555;
}

.hover-bg-mid-gray:focus,
.hover-bg-mid-gray:hover {
  background-color: #555;
}

.label-mid-gray {
  border-right-width: 0.6rem;
  border-right-color: #555;
}

.bg-dynamic-gray {
  --dynamic-bg-color: #777;
}

.bg-gray {
  background: #777;
}

.gray {
  color: #777;
  fill: #777;
}

.b--gray {
  border-color: #777;
}

.hover-gray:focus,
.hover-gray:hover {
  color: #777;
}

.hover-bg-gray:focus,
.hover-bg-gray:hover {
  background-color: #777;
}

.label-gray {
  border-right-width: 0.6rem;
  border-right-color: #777;
}

.bg-dynamic-silver {
  --dynamic-bg-color: #999;
}

.bg-silver {
  background: #999;
}

.silver {
  color: #999;
  fill: #999;
}

.b--silver {
  border-color: #999;
}

.hover-silver:focus,
.hover-silver:hover {
  color: #999;
}

.hover-bg-silver:focus,
.hover-bg-silver:hover {
  background-color: #999;
}

.label-silver {
  border-right-width: 0.6rem;
  border-right-color: #999;
}

.bg-dynamic-light-silver {
  --dynamic-bg-color: #aaa;
}

.bg-light-silver {
  background: #aaa;
}

.light-silver {
  color: #aaa;
  fill: #aaa;
}

.b--light-silver {
  border-color: #aaa;
}

.hover-light-silver:focus,
.hover-light-silver:hover {
  color: #aaa;
}

.hover-bg-light-silver:focus,
.hover-bg-light-silver:hover {
  background-color: #aaa;
}

.label-light-silver {
  border-right-width: 0.6rem;
  border-right-color: #aaa;
}

.bg-dynamic-moon-gray {
  --dynamic-bg-color: #ccc;
}

.bg-moon-gray {
  background: #ccc;
}

.moon-gray {
  color: #ccc;
  fill: #ccc;
}

.b--moon-gray {
  border-color: #ccc;
}

.hover-moon-gray:focus,
.hover-moon-gray:hover {
  color: #ccc;
}

.hover-bg-moon-gray:focus,
.hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.label-moon-gray {
  border-right-width: 0.6rem;
  border-right-color: #ccc;
}

.bg-dynamic-light-gray {
  --dynamic-bg-color: #eee;
}

.bg-light-gray {
  background: #eee;
}

.light-gray {
  color: #eee;
  fill: #eee;
}

.b--light-gray {
  border-color: #eee;
}

.hover-light-gray:focus,
.hover-light-gray:hover {
  color: #eee;
}

.hover-bg-light-gray:focus,
.hover-bg-light-gray:hover {
  background-color: #eee;
}

.label-light-gray {
  border-right-width: 0.6rem;
  border-right-color: #eee;
}

.bg-dynamic-near-white {
  --dynamic-bg-color: #f4f4f4;
}

.bg-near-white {
  background: #f4f4f4;
}

.near-white {
  color: #f4f4f4;
  fill: #f4f4f4;
}

.b--near-white {
  border-color: #f4f4f4;
}

.hover-near-white:focus,
.hover-near-white:hover {
  color: #f4f4f4;
}

.hover-bg-near-white:focus,
.hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.label-near-white {
  border-right-width: 0.6rem;
  border-right-color: #f4f4f4;
}

.bg-dynamic-black-90 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.9);
}

.bg-black-90 {
  background: rgba(0, 0, 0, 0.9);
}

.black-90 {
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.hover-black-90:focus,
.hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-90:focus,
.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.label-black-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.9);
}

.bg-dynamic-black-80 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.8);
}

.bg-black-80 {
  background: rgba(0, 0, 0, 0.8);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.hover-black-80:focus,
.hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-80:focus,
.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.label-black-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.8);
}

.bg-dynamic-black-70 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.7);
}

.bg-black-70 {
  background: rgba(0, 0, 0, 0.7);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
  fill: rgba(0, 0, 0, 0.7);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.hover-black-70:focus,
.hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-70:focus,
.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.label-black-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.7);
}

.bg-dynamic-black-60 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.6);
}

.bg-black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.hover-black-60:focus,
.hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-60:focus,
.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.label-black-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.6);
}

.bg-dynamic-black-50 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.5);
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
  fill: rgba(0, 0, 0, 0.5);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.hover-black-50:focus,
.hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-50:focus,
.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.label-black-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.5);
}

.bg-dynamic-black-40 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.4);
}

.bg-black-40 {
  background: rgba(0, 0, 0, 0.4);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.4);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.hover-black-40:focus,
.hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-40:focus,
.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.label-black-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.4);
}

.bg-dynamic-black-30 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.3);
}

.bg-black-30 {
  background: rgba(0, 0, 0, 0.3);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
  fill: rgba(0, 0, 0, 0.3);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.hover-black-30:focus,
.hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-30:focus,
.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.label-black-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.3);
}

.bg-dynamic-black-20 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.2);
}

.bg-black-20 {
  background: rgba(0, 0, 0, 0.2);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
  fill: rgba(0, 0, 0, 0.2);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.hover-black-20:focus,
.hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-20:focus,
.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.label-black-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.2);
}

.bg-dynamic-black-10 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.1);
}

.bg-black-10 {
  background: rgba(0, 0, 0, 0.1);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
  fill: rgba(0, 0, 0, 0.1);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.hover-black-10:focus,
.hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover-bg-black-10:focus,
.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.label-black-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.1);
}

.bg-dynamic-black-05 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.05);
}

.bg-black-05 {
  background: rgba(0, 0, 0, 0.05);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
  fill: rgba(0, 0, 0, 0.05);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.hover-black-05:focus,
.hover-black-05:hover {
  color: rgba(0, 0, 0, 0.05);
}

.hover-bg-black-05:focus,
.hover-bg-black-05:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.label-black-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.bg-dynamic-transparent {
  --dynamic-bg-color: transparent;
}

.bg-transparent {
  background: 0 0;
}

.transparent {
  color: transparent;
  fill: transparent;
}

.b--transparent {
  border-color: transparent;
}

.hover-transparent:focus,
.hover-transparent:hover {
  color: transparent;
}

.hover-bg-transparent:focus,
.hover-bg-transparent:hover {
  background-color: transparent;
}

.label-transparent {
  border-right-width: 0.6rem;
  border-right-color: transparent;
}

.bg-dynamic-brown {
  --dynamic-bg-color: #834333;
}

.bg-brown {
  background: #834333;
}

.brown {
  color: #834333;
  fill: #834333;
}

.b--brown {
  border-color: #834333;
}

.hover-brown:focus,
.hover-brown:hover {
  color: #834333;
}

.hover-bg-brown:focus,
.hover-bg-brown:hover {
  background-color: #834333;
}

.label-brown {
  border-right-width: 0.6rem;
  border-right-color: #834333;
}

.bg-dynamic-dark-red {
  --dynamic-bg-color: #e7040f;
}

.bg-dark-red {
  background: #e7040f;
}

.dark-red {
  color: #e7040f;
  fill: #e7040f;
}

.b--dark-red {
  border-color: #e7040f;
}

.hover-dark-red:focus,
.hover-dark-red:hover {
  color: #e7040f;
}

.hover-bg-dark-red:focus,
.hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.label-dark-red {
  border-right-width: 0.6rem;
  border-right-color: #e7040f;
}

.bg-dynamic-red {
  --dynamic-bg-color: #ff4136;
}

.bg-red {
  background: #ff4136;
}

.red {
  color: #ff4136;
  fill: #ff4136;
}

.b--red {
  border-color: #ff4136;
}

.hover-red:focus,
.hover-red:hover {
  color: #ff4136;
}

.hover-bg-red:focus,
.hover-bg-red:hover {
  background-color: #ff4136;
}

.label-red {
  border-right-width: 0.6rem;
  border-right-color: #ff4136;
}

.bg-dynamic-orange {
  --dynamic-bg-color: #e25600;
}

.bg-orange {
  background: #e25600;
}

.orange {
  color: #e25600;
  fill: #e25600;
}

.b--orange {
  border-color: #e25600;
}

.hover-orange:focus,
.hover-orange:hover {
  color: #e25600;
}

.hover-bg-orange:focus,
.hover-bg-orange:hover {
  background-color: #e25600;
}

.label-orange {
  border-right-width: 0.6rem;
  border-right-color: #e25600;
}

.bg-dynamic-gold {
  --dynamic-bg-color: #ffb700;
}

.bg-gold {
  background: #ffb700;
}

.gold {
  color: #ffb700;
  fill: #ffb700;
}

.b--gold {
  border-color: #ffb700;
}

.hover-gold:focus,
.hover-gold:hover {
  color: #ffb700;
}

.hover-bg-gold:focus,
.hover-bg-gold:hover {
  background-color: #ffb700;
}

.label-gold {
  border-right-width: 0.6rem;
  border-right-color: #ffb700;
}

.bg-dynamic-yellow {
  --dynamic-bg-color: #ffd700;
}

.bg-yellow {
  background: gold;
}

.yellow {
  color: gold;
  fill: gold;
}

.b--yellow {
  border-color: gold;
}

.hover-yellow:focus,
.hover-yellow:hover {
  color: gold;
}

.hover-bg-yellow:focus,
.hover-bg-yellow:hover {
  background-color: gold;
}

.label-yellow {
  border-right-width: 0.6rem;
  border-right-color: gold;
}

.bg-dynamic-purple {
  --dynamic-bg-color: #7643b9;
}

.bg-purple {
  background: #7643b9;
}

.purple {
  color: #7643b9;
  fill: #7643b9;
}

.b--purple {
  border-color: #7643b9;
}

.hover-purple:focus,
.hover-purple:hover {
  color: #7643b9;
}

.hover-bg-purple:focus,
.hover-bg-purple:hover {
  background-color: #7643b9;
}

.label-purple {
  border-right-width: 0.6rem;
  border-right-color: #7643b9;
}

.bg-dynamic-magenta {
  --dynamic-bg-color: #cc2197;
}

.bg-magenta {
  background: #cc2197;
}

.magenta {
  color: #cc2197;
  fill: #cc2197;
}

.b--magenta {
  border-color: #cc2197;
}

.hover-magenta:focus,
.hover-magenta:hover {
  color: #cc2197;
}

.hover-bg-magenta:focus,
.hover-bg-magenta:hover {
  background-color: #cc2197;
}

.label-magenta {
  border-right-width: 0.6rem;
  border-right-color: #cc2197;
}

.bg-dynamic-hot-pink {
  --dynamic-bg-color: #ff41b4;
}

.bg-hot-pink {
  background: #ff41b4;
}

.hot-pink {
  color: #ff41b4;
  fill: #ff41b4;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.hover-hot-pink:focus,
.hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-bg-hot-pink:focus,
.hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.label-hot-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff41b4;
}

.bg-dynamic-pink {
  --dynamic-bg-color: #ff80cc;
}

.bg-pink {
  background: #ff80cc;
}

.pink {
  color: #ff80cc;
  fill: #ff80cc;
}

.b--pink {
  border-color: #ff80cc;
}

.hover-pink:focus,
.hover-pink:hover {
  color: #ff80cc;
}

.hover-bg-pink:focus,
.hover-bg-pink:hover {
  background-color: #ff80cc;
}

.label-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff80cc;
}

.bg-dynamic-dark-green {
  --dynamic-bg-color: #00794c;
}

.bg-dark-green {
  background: #00794c;
}

.dark-green {
  color: #00794c;
  fill: #00794c;
}

.b--dark-green {
  border-color: #00794c;
}

.hover-dark-green:focus,
.hover-dark-green:hover {
  color: #00794c;
}

.hover-bg-dark-green:focus,
.hover-bg-dark-green:hover {
  background-color: #00794c;
}

.label-dark-green {
  border-right-width: 0.6rem;
  border-right-color: #00794c;
}

.bg-dynamic-green {
  --dynamic-bg-color: #00a96c;
}

.bg-green {
  background: #00a96c;
}

.green {
  color: #00a96c;
  fill: #00a96c;
}

.b--green {
  border-color: #00a96c;
}

.hover-green:focus,
.hover-green:hover {
  color: #00a96c;
}

.hover-bg-green:focus,
.hover-bg-green:hover {
  background-color: #00a96c;
}

.label-green {
  border-right-width: 0.6rem;
  border-right-color: #00a96c;
}

.bg-dynamic-lime-green {
  --dynamic-bg-color: #527300;
}

.bg-lime-green {
  background: #527300;
}

.lime-green {
  color: #527300;
  fill: #527300;
}

.b--lime-green {
  border-color: #527300;
}

.hover-lime-green:focus,
.hover-lime-green:hover {
  color: #527300;
}

.hover-bg-lime-green:focus,
.hover-bg-lime-green:hover {
  background-color: #527300;
}

.label-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #527300;
}

.bg-dynamic-teal {
  --dynamic-bg-color: #008374;
}

.bg-teal {
  background: #008374;
}

.teal {
  color: #008374;
  fill: #008374;
}

.b--teal {
  border-color: #008374;
}

.hover-teal:focus,
.hover-teal:hover {
  color: #008374;
}

.hover-bg-teal:focus,
.hover-bg-teal:hover {
  background-color: #008374;
}

.label-teal {
  border-right-width: 0.6rem;
  border-right-color: #008374;
}

.bg-dynamic-navy {
  --dynamic-bg-color: #001b44;
}

.bg-navy {
  background: #001b44;
}

.navy {
  color: #001b44;
  fill: #001b44;
}

.b--navy {
  border-color: #001b44;
}

.hover-navy:focus,
.hover-navy:hover {
  color: #001b44;
}

.hover-bg-navy:focus,
.hover-bg-navy:hover {
  background-color: #001b44;
}

.label-navy {
  border-right-width: 0.6rem;
  border-right-color: #001b44;
}

.bg-dynamic-dark-blue {
  --dynamic-bg-color: #00449e;
}

.bg-dark-blue {
  background: #00449e;
}

.dark-blue {
  color: #00449e;
  fill: #00449e;
}

.b--dark-blue {
  border-color: #00449e;
}

.hover-dark-blue:focus,
.hover-dark-blue:hover {
  color: #00449e;
}

.hover-bg-dark-blue:focus,
.hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.label-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #00449e;
}

.bg-dynamic-dark-cyan {
  --dynamic-bg-color: #008181;
}

.bg-dark-cyan {
  background: #008181;
}

.dark-cyan {
  color: #008181;
  fill: #008181;
}

.b--dark-cyan {
  border-color: #008181;
}

.hover-dark-cyan:focus,
.hover-dark-cyan:hover {
  color: #008181;
}

.hover-bg-dark-cyan:focus,
.hover-bg-dark-cyan:hover {
  background-color: #008181;
}

.label-dark-cyan {
  border-right-width: 0.6rem;
  border-right-color: #008181;
}

.bg-dynamic-blue {
  --dynamic-bg-color: #005eec;
}

.bg-blue {
  background: #005eec;
}

.blue {
  color: #005eec;
  fill: #005eec;
}

.b--blue {
  border-color: #005eec;
}

.hover-blue:focus,
.hover-blue:hover {
  color: #005eec;
}

.hover-bg-blue:focus,
.hover-bg-blue:hover {
  background-color: #005eec;
}

.label-blue {
  border-right-width: 0.6rem;
  border-right-color: #005eec;
}

.bg-dynamic-cyan {
  --dynamic-bg-color: #00e4e4;
}

.bg-cyan {
  background: #00e4e4;
}

.cyan {
  color: #00e4e4;
  fill: #00e4e4;
}

.b--cyan {
  border-color: #00e4e4;
}

.hover-cyan:focus,
.hover-cyan:hover {
  color: #00e4e4;
}

.hover-bg-cyan:focus,
.hover-bg-cyan:hover {
  background-color: #00e4e4;
}

.label-cyan {
  border-right-width: 0.6rem;
  border-right-color: #00e4e4;
}

.bg-dynamic-washed-blue {
  --dynamic-bg-color: #f6fffe;
}

.bg-washed-blue {
  background: #f6fffe;
}

.washed-blue {
  color: #f6fffe;
  fill: #f6fffe;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.hover-washed-blue:focus,
.hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-bg-washed-blue:focus,
.hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.label-washed-blue {
  border-right-width: 0.6rem;
  border-right-color: #f6fffe;
}

.bg-dynamic-washed-green {
  --dynamic-bg-color: #e8fdf5;
}

.bg-washed-green {
  background: #e8fdf5;
}

.washed-green {
  color: #e8fdf5;
  fill: #e8fdf5;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.hover-washed-green:focus,
.hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-bg-washed-green:focus,
.hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.label-washed-green {
  border-right-width: 0.6rem;
  border-right-color: #e8fdf5;
}

.bg-dynamic-washed-yellow {
  --dynamic-bg-color: #fffceb;
}

.bg-washed-yellow {
  background: #fffceb;
}

.washed-yellow {
  color: #fffceb;
  fill: #fffceb;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.hover-washed-yellow:focus,
.hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-bg-washed-yellow:focus,
.hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.label-washed-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fffceb;
}

.bg-dynamic-washed-red {
  --dynamic-bg-color: #ffdfdf;
}

.bg-washed-red {
  background: #ffdfdf;
}

.washed-red {
  color: #ffdfdf;
  fill: #ffdfdf;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.hover-washed-red:focus,
.hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-bg-washed-red:focus,
.hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.label-washed-red {
  border-right-width: 0.6rem;
  border-right-color: #ffdfdf;
}

.bg-dynamic-neon-red {
  --dynamic-bg-color: #ff0037;
}

.bg-neon-red {
  background: #ff0037;
}

.neon-red {
  color: #ff0037;
  fill: #ff0037;
}

.b--neon-red {
  border-color: #ff0037;
}

.hover-neon-red:focus,
.hover-neon-red:hover {
  color: #ff0037;
}

.hover-bg-neon-red:focus,
.hover-bg-neon-red:hover {
  background-color: #ff0037;
}

.label-neon-red {
  border-right-width: 0.6rem;
  border-right-color: #ff0037;
}

.bg-dynamic-neon-orange {
  --dynamic-bg-color: #ff4a03;
}

.bg-neon-orange {
  background: #ff4a03;
}

.neon-orange {
  color: #ff4a03;
  fill: #ff4a03;
}

.b--neon-orange {
  border-color: #ff4a03;
}

.hover-neon-orange:focus,
.hover-neon-orange:hover {
  color: #ff4a03;
}

.hover-bg-neon-orange:focus,
.hover-bg-neon-orange:hover {
  background-color: #ff4a03;
}

.label-neon-orange {
  border-right-width: 0.6rem;
  border-right-color: #ff4a03;
}

.bg-dynamic-neon-yellow {
  --dynamic-bg-color: #ffc543;
}

.bg-neon-yellow {
  background: #ffc543;
}

.neon-yellow {
  color: #ffc543;
  fill: #ffc543;
}

.b--neon-yellow {
  border-color: #ffc543;
}

.hover-neon-yellow:focus,
.hover-neon-yellow:hover {
  color: #ffc543;
}

.hover-bg-neon-yellow:focus,
.hover-bg-neon-yellow:hover {
  background-color: #ffc543;
}

.label-neon-yellow {
  border-right-width: 0.6rem;
  border-right-color: #ffc543;
}

.bg-dynamic-neon-lime-green {
  --dynamic-bg-color: #88ce00;
}

.bg-neon-lime-green {
  background: #88ce00;
}

.neon-lime-green {
  color: #88ce00;
  fill: #88ce00;
}

.b--neon-lime-green {
  border-color: #88ce00;
}

.hover-neon-lime-green:focus,
.hover-neon-lime-green:hover {
  color: #88ce00;
}

.hover-bg-neon-lime-green:focus,
.hover-bg-neon-lime-green:hover {
  background-color: #88ce00;
}

.label-neon-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #88ce00;
}

.bg-dynamic-neon-green {
  --dynamic-bg-color: #00c986;
}

.bg-neon-green {
  background: #00c986;
}

.neon-green {
  color: #00c986;
  fill: #00c986;
}

.b--neon-green {
  border-color: #00c986;
}

.hover-neon-green:focus,
.hover-neon-green:hover {
  color: #00c986;
}

.hover-bg-neon-green:focus,
.hover-bg-neon-green:hover {
  background-color: #00c986;
}

.label-neon-green {
  border-right-width: 0.6rem;
  border-right-color: #00c986;
}

.bg-dynamic-neon-blue {
  --dynamic-bg-color: #0092ff;
}

.bg-neon-blue {
  background: #0092ff;
}

.neon-blue {
  color: #0092ff;
  fill: #0092ff;
}

.b--neon-blue {
  border-color: #0092ff;
}

.hover-neon-blue:focus,
.hover-neon-blue:hover {
  color: #0092ff;
}

.hover-bg-neon-blue:focus,
.hover-bg-neon-blue:hover {
  background-color: #0092ff;
}

.label-neon-blue {
  border-right-width: 0.6rem;
  border-right-color: #0092ff;
}

.bg-dynamic-neon-dark-blue {
  --dynamic-bg-color: #26f;
}

.bg-neon-dark-blue {
  background: #26f;
}

.neon-dark-blue {
  color: #26f;
  fill: #26f;
}

.b--neon-dark-blue {
  border-color: #26f;
}

.hover-neon-dark-blue:focus,
.hover-neon-dark-blue:hover {
  color: #26f;
}

.hover-bg-neon-dark-blue:focus,
.hover-bg-neon-dark-blue:hover {
  background-color: #26f;
}

.label-neon-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #26f;
}

.bg-dynamic-neon-purple {
  --dynamic-bg-color: #8969ff;
}

.bg-neon-purple {
  background: #8969ff;
}

.neon-purple {
  color: #8969ff;
  fill: #8969ff;
}

.b--neon-purple {
  border-color: #8969ff;
}

.hover-neon-purple:focus,
.hover-neon-purple:hover {
  color: #8969ff;
}

.hover-bg-neon-purple:focus,
.hover-bg-neon-purple:hover {
  background-color: #8969ff;
}

.label-neon-purple {
  border-right-width: 0.6rem;
  border-right-color: #8969ff;
}

.bg-dynamic-neon-magenta {
  --dynamic-bg-color: #e036b1;
}

.bg-neon-magenta {
  background: #e036b1;
}

.neon-magenta {
  color: #e036b1;
  fill: #e036b1;
}

.b--neon-magenta {
  border-color: #e036b1;
}

.hover-neon-magenta:focus,
.hover-neon-magenta:hover {
  color: #e036b1;
}

.hover-bg-neon-magenta:focus,
.hover-bg-neon-magenta:hover {
  background-color: #e036b1;
}

.label-neon-magenta {
  border-right-width: 0.6rem;
  border-right-color: #e036b1;
}

.bg-dynamic-light-purple {
  --dynamic-bg-color: #e4d3ff;
}

.bg-light-purple {
  background: #e4d3ff;
}

.light-purple {
  color: #e4d3ff;
  fill: #e4d3ff;
}

.b--light-purple {
  border-color: #e4d3ff;
}

.hover-light-purple:focus,
.hover-light-purple:hover {
  color: #e4d3ff;
}

.hover-bg-light-purple:focus,
.hover-bg-light-purple:hover {
  background-color: #e4d3ff;
}

.label-light-purple {
  border-right-width: 0.6rem;
  border-right-color: #e4d3ff;
}

.bg-dynamic-light-pink {
  --dynamic-bg-color: #ffccf3;
}

.bg-light-pink {
  background: #ffccf3;
}

.light-pink {
  color: #ffccf3;
  fill: #ffccf3;
}

.b--light-pink {
  border-color: #ffccf3;
}

.hover-light-pink:focus,
.hover-light-pink:hover {
  color: #ffccf3;
}

.hover-bg-light-pink:focus,
.hover-bg-light-pink:hover {
  background-color: #ffccf3;
}

.label-light-pink {
  border-right-width: 0.6rem;
  border-right-color: #ffccf3;
}

.bg-dynamic-light-blue {
  --dynamic-bg-color: #b5dbff;
}

.bg-light-blue {
  background: #b5dbff;
}

.light-blue {
  color: #b5dbff;
  fill: #b5dbff;
}

.b--light-blue {
  border-color: #b5dbff;
}

.hover-light-blue:focus,
.hover-light-blue:hover {
  color: #b5dbff;
}

.hover-bg-light-blue:focus,
.hover-bg-light-blue:hover {
  background-color: #b5dbff;
}

.label-light-blue {
  border-right-width: 0.6rem;
  border-right-color: #b5dbff;
}

.bg-dynamic-light-red {
  --dynamic-bg-color: #ffbebe;
}

.bg-light-red {
  background: #ffbebe;
}

.light-red {
  color: #ffbebe;
  fill: #ffbebe;
}

.b--light-red {
  border-color: #ffbebe;
}

.hover-light-red:focus,
.hover-light-red:hover {
  color: #ffbebe;
}

.hover-bg-light-red:focus,
.hover-bg-light-red:hover {
  background-color: #ffbebe;
}

.label-light-red {
  border-right-width: 0.6rem;
  border-right-color: #ffbebe;
}

.bg-dynamic-light-orange {
  --dynamic-bg-color: #ffd7be;
}

.bg-light-orange {
  background: #ffd7be;
}

.light-orange {
  color: #ffd7be;
  fill: #ffd7be;
}

.b--light-orange {
  border-color: #ffd7be;
}

.hover-light-orange:focus,
.hover-light-orange:hover {
  color: #ffd7be;
}

.hover-bg-light-orange:focus,
.hover-bg-light-orange:hover {
  background-color: #ffd7be;
}

.label-light-orange {
  border-right-width: 0.6rem;
  border-right-color: #ffd7be;
}

.bg-dynamic-light-yellow {
  --dynamic-bg-color: #fff5b1;
}

.bg-light-yellow {
  background: #fff5b1;
}

.light-yellow {
  color: #fff5b1;
  fill: #fff5b1;
}

.b--light-yellow {
  border-color: #fff5b1;
}

.hover-light-yellow:focus,
.hover-light-yellow:hover {
  color: #fff5b1;
}

.hover-bg-light-yellow:focus,
.hover-bg-light-yellow:hover {
  background-color: #fff5b1;
}

.label-light-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fff5b1;
}

.bg-dynamic-light-cyan {
  --dynamic-bg-color: #a0f2f5;
}

.bg-light-cyan {
  background: #a0f2f5;
}

.light-cyan {
  color: #a0f2f5;
  fill: #a0f2f5;
}

.b--light-cyan {
  border-color: #a0f2f5;
}

.hover-light-cyan:focus,
.hover-light-cyan:hover {
  color: #a0f2f5;
}

.hover-bg-light-cyan:focus,
.hover-bg-light-cyan:hover {
  background-color: #a0f2f5;
}

.label-light-cyan {
  border-right-width: 0.6rem;
  border-right-color: #a0f2f5;
}

.bg-dynamic-light-green {
  --dynamic-bg-color: #b9ffe4;
}

.bg-light-green {
  background: #b9ffe4;
}

.light-green {
  color: #b9ffe4;
  fill: #b9ffe4;
}

.b--light-green {
  border-color: #b9ffe4;
}

.hover-light-green:focus,
.hover-light-green:hover {
  color: #b9ffe4;
}

.hover-bg-light-green:focus,
.hover-bg-light-green:hover {
  background-color: #b9ffe4;
}

.label-light-green {
  border-right-width: 0.6rem;
  border-right-color: #b9ffe4;
}

.bg-dynamic-light-lime {
  --dynamic-bg-color: #d3ffb9;
}

.bg-light-lime {
  background: #d3ffb9;
}

.light-lime {
  color: #d3ffb9;
  fill: #d3ffb9;
}

.b--light-lime {
  border-color: #d3ffb9;
}

.hover-light-lime:focus,
.hover-light-lime:hover {
  color: #d3ffb9;
}

.hover-bg-light-lime:focus,
.hover-bg-light-lime:hover {
  background-color: #d3ffb9;
}

.label-light-lime {
  border-right-width: 0.6rem;
  border-right-color: #d3ffb9;
}

.bg-dynamic-us-blue {
  --dynamic-bg-color: #003f9b;
}

.bg-us-blue {
  background: #003f9b;
}

.us-blue {
  color: #003f9b;
  fill: #003f9b;
}

.b--us-blue {
  border-color: #003f9b;
}

.hover-us-blue:focus,
.hover-us-blue:hover {
  color: #003f9b;
}

.hover-bg-us-blue:focus,
.hover-bg-us-blue:hover {
  background-color: #003f9b;
}

.label-us-blue {
  border-right-width: 0.6rem;
  border-right-color: #003f9b;
}

.bg-dynamic-us-red {
  --dynamic-bg-color: #ad0000;
}

.bg-us-red {
  background: #ad0000;
}

.us-red {
  color: #ad0000;
  fill: #ad0000;
}

.b--us-red {
  border-color: #ad0000;
}

.hover-us-red:focus,
.hover-us-red:hover {
  color: #ad0000;
}

.hover-bg-us-red:focus,
.hover-bg-us-red:hover {
  background-color: #ad0000;
}

.label-us-red {
  border-right-width: 0.6rem;
  border-right-color: #ad0000;
}

.btn-pattern {
  color: transparent;
}

.btn-pattern:hover {
  color: #fff;
  background: #000;
}

.bp-white {
  background: repeating-linear-gradient(
            -45deg,
            #fff,
            #fff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-white {
  background: repeating-linear-gradient(
            90deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-white {
  background: repeating-linear-gradient(
            0deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-white {
  background:
        radial-gradient(white 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-black {
  background: repeating-linear-gradient(
            -45deg,
            #000,
            #000 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-black {
  background: repeating-linear-gradient(
            90deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-black {
  background: repeating-linear-gradient(
            0deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-black {
  background:
        radial-gradient(#000 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-mid-gray {
  background: repeating-linear-gradient(
            -45deg,
            #555,
            #555 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-mid-gray {
  background: repeating-linear-gradient(
            90deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-mid-gray {
  background: repeating-linear-gradient(
            0deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-mid-gray {
  background:
        radial-gradient(#555 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gray {
  background: repeating-linear-gradient(
            -45deg,
            #777,
            #777 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gray {
  background: repeating-linear-gradient(
            90deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gray {
  background: repeating-linear-gradient(
            0deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gray {
  background:
        radial-gradient(#777 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-silver {
  background: repeating-linear-gradient(
            -45deg,
            #999,
            #999 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-silver {
  background: repeating-linear-gradient(
            90deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-silver {
  background: repeating-linear-gradient(
            0deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-silver {
  background:
        radial-gradient(#999 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-moon-gray {
  background: repeating-linear-gradient(
            -45deg,
            #ccc,
            #ccc 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-moon-gray {
  background: repeating-linear-gradient(
            90deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-moon-gray {
  background: repeating-linear-gradient(
            0deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-moon-gray {
  background:
        radial-gradient(#ccc 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-brown {
  background: repeating-linear-gradient(
            -45deg,
            #834333,
            #834333 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-brown {
  background: repeating-linear-gradient(
            90deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-brown {
  background: repeating-linear-gradient(
            0deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-brown {
  background:
        radial-gradient(#834333 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-red {
  background: repeating-linear-gradient(
            -45deg,
            #e7040f,
            #e7040f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-red {
  background: repeating-linear-gradient(
            90deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-red {
  background: repeating-linear-gradient(
            0deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-red {
  background:
        radial-gradient(#e7040f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff4136,
            #ff4136 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-red {
  background: repeating-linear-gradient(
            90deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-red {
  background: repeating-linear-gradient(
            0deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-red {
  background:
        radial-gradient(#ff4136 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-orange {
  background: repeating-linear-gradient(
            -45deg,
            #e25600,
            #e25600 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-orange {
  background: repeating-linear-gradient(
            90deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-orange {
  background: repeating-linear-gradient(
            0deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-orange {
  background:
        radial-gradient(#e25600 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gold {
  background: repeating-linear-gradient(
            -45deg,
            #ffb700,
            #ffb700 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gold {
  background: repeating-linear-gradient(
            90deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gold {
  background: repeating-linear-gradient(
            0deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gold {
  background:
        radial-gradient(#ffb700 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-yellow {
  background: repeating-linear-gradient(
            -45deg,
            gold,
            gold 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-yellow {
  background: repeating-linear-gradient(
            90deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-yellow {
  background: repeating-linear-gradient(
            0deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-yellow {
  background:
        radial-gradient(gold 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-purple {
  background: repeating-linear-gradient(
            -45deg,
            #7643b9,
            #7643b9 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-purple {
  background: repeating-linear-gradient(
            90deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-purple {
  background: repeating-linear-gradient(
            0deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-purple {
  background:
        radial-gradient(#7643b9 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #cc2197,
            #cc2197 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-magenta {
  background: repeating-linear-gradient(
            90deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-magenta {
  background: repeating-linear-gradient(
            0deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-magenta {
  background:
        radial-gradient(#cc2197 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-hot-pink {
  background: repeating-linear-gradient(
            -45deg,
            #ff41b4,
            #ff41b4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-hot-pink {
  background: repeating-linear-gradient(
            90deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-hot-pink {
  background: repeating-linear-gradient(
            0deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-hot-pink {
  background:
        radial-gradient(#ff41b4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-green {
  background: repeating-linear-gradient(
            -45deg,
            #00794c,
            #00794c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-green {
  background: repeating-linear-gradient(
            90deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-green {
  background: repeating-linear-gradient(
            0deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-green {
  background:
        radial-gradient(#00794c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-green {
  background: repeating-linear-gradient(
            -45deg,
            #00a96c,
            #00a96c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-green {
  background: repeating-linear-gradient(
            90deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-green {
  background: repeating-linear-gradient(
            0deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-green {
  background:
        radial-gradient(#00a96c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #527300,
            #527300 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-lime-green {
  background:
        radial-gradient(#527300 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-teal {
  background: repeating-linear-gradient(
            -45deg,
            #008374,
            #008374 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-teal {
  background: repeating-linear-gradient(
            90deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-teal {
  background: repeating-linear-gradient(
            0deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-teal {
  background:
        radial-gradient(#008374 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-navy {
  background: repeating-linear-gradient(
            -45deg,
            #001b44,
            #001b44 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-navy {
  background: repeating-linear-gradient(
            90deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-navy {
  background: repeating-linear-gradient(
            0deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-navy {
  background:
        radial-gradient(#001b44 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #00449e,
            #00449e 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-blue {
  background:
        radial-gradient(#00449e 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #008181,
            #008181 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-cyan {
  background: repeating-linear-gradient(
            90deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-cyan {
  background: repeating-linear-gradient(
            0deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-cyan {
  background:
        radial-gradient(#008181 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-blue {
  background: repeating-linear-gradient(
            -45deg,
            #005eec,
            #005eec 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-blue {
  background: repeating-linear-gradient(
            90deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-blue {
  background: repeating-linear-gradient(
            0deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-blue {
  background:
        radial-gradient(#005eec 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #00e4e4,
            #00e4e4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-cyan {
  background: repeating-linear-gradient(
            90deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-cyan {
  background: repeating-linear-gradient(
            0deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-cyan {
  background:
        radial-gradient(#00e4e4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-silver {
  background: repeating-linear-gradient(
            -45deg,
            #aaa,
            #aaa 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-silver {
  background: repeating-linear-gradient(
            90deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-silver {
  background: repeating-linear-gradient(
            0deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-silver {
  background:
        radial-gradient(#aaa 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-green {
  background: repeating-linear-gradient(
            -45deg,
            #b9ffe4,
            #b9ffe4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-green {
  background: repeating-linear-gradient(
            90deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-green {
  background: repeating-linear-gradient(
            0deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-green {
  background:
        radial-gradient(#b9ffe4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-purple {
  background: repeating-linear-gradient(
            -45deg,
            #e4d3ff,
            #e4d3ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-purple {
  background: repeating-linear-gradient(
            90deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-purple {
  background: repeating-linear-gradient(
            0deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-purple {
  background:
        radial-gradient(#e4d3ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-gray {
  background: repeating-linear-gradient(
            -45deg,
            #eee,
            #eee 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-gray {
  background: repeating-linear-gradient(
            90deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-gray {
  background: repeating-linear-gradient(
            0deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-gray {
  background:
        radial-gradient(#eee 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-red {
  background: repeating-linear-gradient(
            -45deg,
            #ffbebe,
            #ffbebe 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-red {
  background: repeating-linear-gradient(
            90deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-red {
  background: repeating-linear-gradient(
            0deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-red {
  background:
        radial-gradient(#ffbebe 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #fff5b1,
            #fff5b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-yellow {
  background: repeating-linear-gradient(
            90deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-yellow {
  background: repeating-linear-gradient(
            0deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-yellow {
  background:
        radial-gradient(#fff5b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-blue {
  background: repeating-linear-gradient(
            -45deg,
            #b5dbff,
            #b5dbff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-blue {
  background: repeating-linear-gradient(
            90deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-blue {
  background: repeating-linear-gradient(
            0deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-blue {
  background:
        radial-gradient(#b5dbff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #a0f2f5,
            #a0f2f5 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-cyan {
  background: repeating-linear-gradient(
            90deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-cyan {
  background: repeating-linear-gradient(
            0deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-cyan {
  background:
        radial-gradient(#a0f2f5 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff0037,
            #ff0037 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-red {
  background: repeating-linear-gradient(
            90deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-red {
  background: repeating-linear-gradient(
            0deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-red {
  background:
        radial-gradient(#ff0037 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-orange {
  background: repeating-linear-gradient(
            -45deg,
            #ff4a03,
            #ff4a03 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-orange {
  background: repeating-linear-gradient(
            90deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-orange {
  background: repeating-linear-gradient(
            0deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-orange {
  background:
        radial-gradient(#ff4a03 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #ffc543,
            #ffc543 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-yellow {
  background: repeating-linear-gradient(
            90deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-yellow {
  background: repeating-linear-gradient(
            0deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-yellow {
  background:
        radial-gradient(#ffc543 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #88ce00,
            #88ce00 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-lime-green {
  background:
        radial-gradient(#88ce00 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-green {
  background: repeating-linear-gradient(
            -45deg,
            #00c986,
            #00c986 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-green {
  background: repeating-linear-gradient(
            90deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-green {
  background: repeating-linear-gradient(
            0deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-green {
  background:
        radial-gradient(#00c986 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-blue {
  background: repeating-linear-gradient(
            -45deg,
            #0092ff,
            #0092ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-blue {
  background: repeating-linear-gradient(
            90deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-blue {
  background: repeating-linear-gradient(
            0deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-blue {
  background:
        radial-gradient(#0092ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #26f,
            #26f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-dark-blue {
  background:
        radial-gradient(#26f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-purple {
  background: repeating-linear-gradient(
            -45deg,
            #8969ff,
            #8969ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-purple {
  background: repeating-linear-gradient(
            90deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-purple {
  background: repeating-linear-gradient(
            0deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-purple {
  background:
        radial-gradient(#8969ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #e036b1,
            #e036b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-magenta {
  background: repeating-linear-gradient(
            90deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-magenta {
  background: repeating-linear-gradient(
            0deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-magenta {
  background:
        radial-gradient(#e036b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

@media (color-gamut: p3) {
  .dark-green {
    color: color(display-p3 0 0.43 0.316);
    fill: color(display-p3 0 0.43 0.316);
  }

  .bg-dark-green {
    background-color: color(display-p3 0 0.43 0.316);
  }

  .dark-red {
    color: color(display-p3 0.745 0 0.161);
    fill: color(display-p3 0.745 0 0.161);
  }

  .bg-dark-red {
    background-color: color(display-p3 0.745 0 0.161);
  }

  .gold {
    color: color(display-p3 0.985 0.766 0);
    fill: color(display-p3 0.985 0.766 0);
  }

  .bg-gold {
    background-color: color(display-p3 0.985 0.766 0);
  }

  .dark-blue {
    color: color(display-p3 0 0.283 0.665);
    fill: color(display-p3 0 0.283 0.665);
  }

  .bg-dark-blue {
    background-color: color(display-p3 0 0.283 0.665);
  }

  .table-blue {
    border-left-color: color(display-p3 0 0.283 0.665);
  }

  .table-red {
    border-left-color: color(display-p3 0.745 0 0.161);
  }

  .table-green {
    border-left-color: color(display-p3 0 0.43 0.316);
  }

  .table-yellow {
    border-left-color: color(display-p3 0.985 0.766 0);
  }

  .us-blue {
    fill: color(display-p3 0.092 0.243 0.586);
  }

  .us-red {
    fill: color(display-p3 0.621 0.122 0.08);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: inherit;
}

h1 {
  margin-bottom: 2rem;
}

h3 {
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}

p {
  line-height: 1.5rem;
  margin: 0 0 1.2rem;
}

a,
ins,
u {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 0.1rem dotted;
}

kbd {
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 0 0.3rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

mark {
  padding: 0.05rem 0.1rem 0;
  color: #000;
  border-bottom: 0.05rem solid #ffeaa1;
  border-radius: 0;
  background: #fffbed;
}

blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
  border-left: 0.1rem solid #000;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0.4rem 0 0.4rem 1.6rem;
  padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.4rem 0 0.4rem 1.6rem;
}

ul {
  list-style: disc outside;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal outside;
}

ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin: 0.4rem 0 0.4rem 0;
}

.lang-zh,
.lang-zh-hans,
html:lang(zh),
html:lang(zh-Hans) {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei",
        "Helvetica Neue",
        sans-serif;
}

.lang-zh-hant,
html:lang(zh-Hant) {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "PingFang TC",
        "Hiragino Sans CNS",
        "Microsoft JhengHei",
        "Helvetica Neue",
        sans-serif;
}

.lang-ja,
html:lang(ja) {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Hiragino Sans",
        "Hiragino Kaku Gothic Pro",
        "Yu Gothic",
        YuGothic,
        Meiryo,
        "Helvetica Neue",
        sans-serif;
}

.lang-ko,
html:lang(ko) {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Malgun Gothic",
        "Helvetica Neue",
        sans-serif;
}

.lang-cjk ins,
.lang-cjk u,
:lang(ja) ins,
:lang(ja) u,
:lang(zh) ins,
:lang(zh) u {
  text-decoration: none;
  border-bottom: 0.1rem solid;
}

.lang-cjk del + del,
.lang-cjk del + s,
.lang-cjk ins + ins,
.lang-cjk ins + u,
.lang-cjk s + del,
.lang-cjk s + s,
.lang-cjk u + ins,
.lang-cjk u + u,
:lang(ja) del + del,
:lang(ja) del + s,
:lang(ja) ins + ins,
:lang(ja) ins + u,
:lang(ja) s + del,
:lang(ja) s + s,
:lang(ja) u + ins,
:lang(ja) u + u,
:lang(zh) del + del,
:lang(zh) del + s,
:lang(zh) ins + ins,
:lang(zh) ins + u,
:lang(zh) s + del,
:lang(zh) s + s,
:lang(zh) u + ins,
:lang(zh) u + u {
  margin-left: 0.125em;
}

.table {
  font-size: 1rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  border-top: 2px dotted #ddd;
  box-shadow: 2px 2px #ddd;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: rgba(0, 0, 0, 0.1);
}

.table.table-hover tbody tr:hover {
  background: #e6e6e6;
}

.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  white-space: nowrap;
}

.table td {
  line-height: 1.4rem;
  overflow: hidden;
  height: 1.85rem;
  padding: 0.2rem 0.4rem 0;
  text-overflow: ellipsis;
  border: 0.1rem solid #bfbfbf;
}

.table td.fill {
  padding: 0;
}

.table th {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-weight: 700;
  line-height: 1.2rem;
  height: 1.85rem;
  padding: 0.2rem 0.4rem 0;
  border-right: 0.1rem solid #bfbfbf;
  border-bottom: 0.1rem solid #000;
}

.table tbody th {
  border: 0.1rem solid #bfbfbf;
}

.table-log td {
  line-height: 1rem;
  overflow: hidden;
  height: 1.2rem;
  padding: 0 0.4rem 0;
  text-overflow: ellipsis;
  border: none;
}

.table-log th {
  font-family:
        TX-02-Data,
        "SF Mono",
        -apple-system,
        "Segoe UI Mono",
        "Roboto Mono",
        Menlo,
        Courier,
        monospace;
  font-weight: 400;
  line-height: 1.2rem;
  height: 1.2rem;
  padding: 0.2rem 0.4rem 0;
  text-transform: uppercase;
  border-right: none;
  border-bottom: 0.1rem solid #000;
}

.table-white {
  border-left: 4px solid #fff;
}

.table-black {
  border-left: 4px solid #000;
}

.table-gray {
  border-left: 4px solid #777;
}

.table-silver {
  border-left: 4px solid #999;
}

.table-light-silver {
  border-left: 4px solid #aaa;
}

.table-moon-gray {
  border-left: 4px solid #ccc;
}

.table-light-gray {
  border-left: 4px solid #eee;
}

.table-brown {
  border-left: 4px solid #834333;
}

.table-dark-red {
  border-left: 4px solid #e7040f;
}

.table-red {
  border-left: 4px solid #ff4136;
}

.table-light-red {
  border-left: 4px solid #ffbebe;
}

.table-orange {
  border-left: 4px solid #e25600;
}

.table-gold {
  border-left: 4px solid #ffb700;
}

.table-yellow {
  border-left: 4px solid gold;
}

.table-light-yellow {
  border-left: 4px solid #fff5b1;
}

.table-purple {
  border-left: 4px solid #7643b9;
}

.table-light-purple {
  border-left: 4px solid #e4d3ff;
}

.table-magenta {
  border-left: 4px solid #cc2197;
}

.table-hot-pink {
  border-left: 4px solid #ff41b4;
}

.table-pink {
  border-left: 4px solid #ff80cc;
}

.table-light-pink {
  border-left: 4px solid #ffccf3;
}

.table-dark-green {
  border-left: 4px solid #00794c;
}

.table-green {
  border-left: 4px solid #00a96c;
}

.table-light-green {
  border-left: 4px solid #b9ffe4;
}

.table-navy {
  border-left: 4px solid #001b44;
}

.table-dark-blue {
  border-left: 4px solid #00449e;
}

.table-blue {
  border-left: 4px solid #005eec;
}

.table-light-blue {
  border-left: 4px solid #b5dbff;
}

.table-washed-blue {
  border-left: 4px solid #f6fffe;
}

.table-washed-green {
  border-left: 4px solid #e8fdf5;
}

.table-washed-yellow {
  border-left: 4px solid #fffceb;
}

.table-washed-red {
  border-left: 4px solid #ffdfdf;
}

.table-classic td {
  border-left: 0.1rem solid #bfbfbf;
}

.table-full {
  height: 100%;
}

.table-form td {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.rowfit {
  width: 1%;
  white-space: nowrap;
}

.vtop {
  vertical-align: top;
}

.btn-nav-container {
  margin: 0;
  padding: 0;
}

.btn-classic {
  font-family:
        "Berkeley Arrow",
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
  line-height: 1.5rem;
  position: relative;
  top: -2px;
  display: inline-block;
  height: 1.75rem;
  padding: 0.1rem 0.5rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  border: 0.1rem solid #000;
  border-radius: 0;
  outline: 0;
  background: #fff;
  box-shadow: 2px 2px #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  fill: #000;
}

.btn-classic:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.btn-classic:focus,
.btn-classic:hover {
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
  fill: #fff;
}

.btn-classic.active,
.btn-classic:active {
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-classic.active.loading::after,
.btn-classic:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-classic.disabled,
.btn-classic:disabled,
.btn-classic[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.btn-classic.btn-primary {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-classic.btn-primary:focus,
.btn-classic.btn-primary:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-classic.btn-primary.active,
.btn-classic.btn-primary:active {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-classic.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-classic.btn-success {
  color: #fff;
  border-color: #116a49;
  background: #137752;
}

.btn-classic.btn-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(19, 119, 82, 0.2);
}

.btn-classic.btn-success:focus,
.btn-classic.btn-success:hover {
  color: #fff;
  border-color: #0f6143;
  background: #126e4c;
}

.btn-classic.btn-success.active,
.btn-classic.btn-success:active {
  color: #fff;
  border-color: #0c4b34;
  background: #0e583d;
}

.btn-classic.btn-success.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-classic.btn-error {
  color: #fff;
  border-color: #d8040e;
  background: #e7040f;
}

.btn-classic.btn-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(231, 4, 15, 0.2);
}

.btn-classic.btn-error:focus,
.btn-classic.btn-error:hover {
  color: #fff;
  border-color: #ce040d;
  background: #dd040e;
}

.btn-classic.btn-error.active,
.btn-classic.btn-error:active {
  color: #fff;
  border-color: #b5030c;
  background: #c4030d;
}

.btn-classic.btn-error.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-classic.btn-ctrl {
  color: #002dce;
  border-color: transparent;
  background: 0 0;
}

.btn-classic.btn-ctrl.active,
.btn-classic.btn-ctrl:active,
.btn-classic.btn-ctrl:focus,
.btn-classic.btn-ctrl:hover {
  color: #e7040f;
}

.btn-classic.btn-sm {
  font-size: 0.8rem;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}

.btn-classic.btn-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 0.6rem;
}

.btn-classic.btn-block {
  display: block;
  width: 100%;
}

.btn-classic.btn-action {
  width: 1.75rem;
  padding-right: 0;
  padding-left: 0;
}

.btn-classic.btn-action.btn-sm {
  width: 1.4rem;
}

.btn-classic.btn-action.btn-lg {
  width: 2rem;
}

.btn-classic.btn-clear {
  line-height: 0.8rem;
  width: 1rem;
  height: 1rem;
  margin-right: -2px;
  margin-left: 0.2rem;
  padding: 0.1rem;
  text-decoration: none;
  opacity: 1;
  color: currentColor;
  border: 0;
  background: 0 0;
}

.btn-classic.btn-clear:focus,
.btn-classic.btn-clear:hover {
  opacity: 0.95;
  background: rgba(238, 238, 238, 0.5);
}

.btn-classic.btn-clear::before {
  content: "\2715";
}

.btn-ctrl {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2rem;
  position: relative;
  top: -0.125rem;
  display: inline-block;
  height: 1.4rem;
  padding: 0.05rem 0 0.05rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid #000;
  border-radius: 0;
  outline: 0;
  box-shadow: 2px 2px #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn-ctrl:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.btn-ctrl:focus,
.btn-ctrl:hover {
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
  fill: #fff;
}

.btn-ctrl.active,
.btn-ctrl:active {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.btn-ctrl.active.loading::after,
.btn-ctrl:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-ctrl.disabled,
.btn-ctrl:disabled,
.btn-ctrl[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.btn-ctrl.center {
  padding: 0.05rem 0 0.05rem 0.05rem;
}

.btn-ctrl.round {
  border-radius: 0.75rem;
}

.btn-ctrl.oval {
  border-radius: 50%;
}

.btn-ctrl.roundtl {
  border-radius: 0.75rem 0 0 0;
}

.btn-ctrl.roundbr {
  border-radius: 0 0 0.75rem 0;
}

.btn-ctrl.btn-flex {
  top: auto;
  height: inherit;
  margin: 0;
  padding: 0.5rem;
}

.btn-ctrl.circle {
  width: 3rem;
  height: 3rem;
  padding-top: 0.85rem;
  border-radius: 50%;
}

.btn-nav {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1rem;
  position: relative;
  top: -0.125rem;
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0 0.05rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  border: 0.1rem solid #000;
  outline: 0;
  box-shadow: 2px 2px #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn-nav:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.btn-nav:focus,
.btn-nav:hover {
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
  fill: #fff;
}

.btn-nav.active,
.btn-nav:active {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.btn-nav.active.loading::after,
.btn-nav:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-nav.disabled,
.btn-nav:disabled,
.btn-nav[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.btn-nav.center {
  padding: 0.05rem 0 0.05rem 0.05rem;
}

.btn-nav.round {
  border-radius: 0.75rem;
}

.btn-nav.oval {
  border-radius: 50%;
}

.btn-nav.roundtl {
  border-radius: 0.75rem 0 0 0;
}

.btn-nav.roundbr {
  border-radius: 0 0 0.75rem 0;
}

.btn-nav.circle {
  width: 3rem;
  height: 3rem;
  padding-top: 0.85rem;
  border-radius: 50%;
}

.btn-link {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6rem;
  position: relative;
  display: inline-block;
  height: 1.85rem;
  padding: 0.075rem 0 0 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid #000;
  border-radius: 0;
  outline: 0;
  box-shadow: 2px 2px #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.btn-link:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
  color: #fff;
  border-color: #000;
  background: #000;
  fill: #fff;
}

.btn-link.active,
.btn-link:active {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.btn-link.active.loading::after,
.btn-link:active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn-link.disabled,
.btn-link:disabled,
.btn-link[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}

.btn-group .btn {
  flex: 1 0 auto;
}

.btn-group .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:not(:first-child):not(:last-child) {
  margin-left: -0.1rem;
  border-radius: 0;
}

.btn-group .btn:last-child:not(:first-child) {
  margin-left: -0.1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
  z-index: 1;
}

.btn-group.btn-group-block {
  display: flex;
}

.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

@-moz-document url-prefix() {
  .btn-classic {
    padding: 0.2rem 0.5rem 0.1rem;
  }

  .btn-ctrl {
    padding-top: 0.02rem;
    padding-bottom: 0;
  }

  .btn-nav {
    padding: 0.275rem 0 0.05rem 0;
  }

  .btn-link {
    padding: 0.065rem 0 0 0.75rem;
  }
}

.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label {
  display: block;
  padding: 0.175rem 0;
}

.form-label.label-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0;
}

.form-label.label-lg {
  font-size: 1rem;
  padding: 0.3rem 0;
}

.form-slider {
  width: 100%;
  height: 0.5rem;
  transform: translateY(-0.5rem);
  border: 0.1rem solid #000;
  outline: 0;
  background: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-slider:hover {
  opacity: 1;
}

.form-slider::-webkit-slider-thumb {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.8rem;
  cursor: pointer;
  background: url("icons/slider-handle.f28789837e9c.svg") no-repeat center;
  background-size: contain;
  -webkit-appearance: none;
  appearance: none;
}

.form-slider::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.9rem;
  cursor: pointer;
  transform: translateY(0.4rem);
  border: none;
  background: url("icons/slider-handle.f28789837e9c.svg") no-repeat center;
  background-size: contain;
  -moz-appearance: none;
       appearance: none;
}

.form-slider::-ms-thumb {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.9rem;
  cursor: pointer;
  background: url("icons/slider-handle.f28789837e9c.svg") no-repeat center;
  background-size: contain;
  appearance: none;
}

.form-slider::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  border-color: transparent;
  background: 0 0;
  appearance: none;
}

.form-slider::-ms-fill-lower {
  background: #e7040f;
}

.form-slider::-ms-fill-upper {
  background: #e7040f;
}

@-moz-document url-prefix() {
  .form-slider::-moz-range-thumb {
    margin-top: 1rem;
  }
}

.form-input {
  font-size: 14px;
  position: relative;
  top: -2px;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1.75rem;
  padding: 0.5rem 0.1rem 0.3rem 0.4rem;
  color: #000;
  border: 0.1rem solid #000;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: inset 2px 2px #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.form-input::-moz-placeholder {
  color: #333;
}

.form-input::placeholder {
  color: #333;
}

.form-input.input-sm {
  font-size: 0.8rem;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}

.form-input.input-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 0.6rem;
}

.form-input.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-input[type="file"] {
  height: auto;
}

textarea.form-input,
textarea.form-input.input-lg,
textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  font-size: 0.8rem;
  margin-top: 0.2rem;
  color: #b8babf;
}

.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #137752;
}

.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e7040f;
}

.form-select {
  font-size: 14px;
  width: 100%;
  height: 1.75rem;
  margin-bottom: 0.15rem;
  padding: 0 0.4rem;
  vertical-align: middle;
  color: inherit;
  border: 1px solid #aaa;
  outline: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-select:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.form-select::-ms-expand {
  display: none;
}

.form-select.select-sm {
  font-size: 0.8rem;
  height: 1.4rem;
  padding: 0.15rem 1.1rem 0.15rem 0.3rem;
}

.form-select.select-lg {
  font-size: 1rem;
  height: 2rem;
  padding: 0.2rem 1.4rem 0.2rem 0.6rem;
}

.form-select[multiple],
.form-select[size] {
  height: auto;
  padding: 0.075rem 0.4rem;
}

.form-select[multiple] option,
.form-select[size] option {
  padding: 0.1rem 0.2rem;
}

.form-select:not([multiple]):not([size]) {
  background: #fff
        url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E")
        no-repeat right 0.35rem center/.4rem 0.5rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.075rem;
  transform: translateY(-50%);
}

.has-icon-left .form-icon {
  left: 0.1rem;
}

.has-icon-left .form-input {
  padding-left: 0.95rem;
}

.has-icon-right .form-icon {
  right: 0.1rem;
}

.has-icon-right .form-input {
  padding-right: 0.95rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  position: relative;
  display: block;
  padding: 0 0.4rem 0.1rem 1.8rem;
}

.form-checkbox input,
.form-radio input,
.form-switch input {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #000;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  border-color: #000;
  box-shadow: none;
}

.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000;
  box-shadow: inset 2px 2px #ddd;
}

.form-checkbox.input-sm,
.form-radio.input-sm,
.form-switch.input-sm {
  font-size: 0.8rem;
  margin: 0;
}

.form-checkbox.input-lg,
.form-radio.input-lg,
.form-switch.input-lg {
  font-size: 1rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  top: 0.15rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
}

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #e6e6e6;
}

.form-checkbox input:checked + .form-icon::before {
  position: absolute;
  z-index: 100;
  top: -0.4rem;
  display: inline-block;
  overflow: visible;
  width: 18px;
  margin-left: 0.15rem;
  content: url("icons/checkmark.4b1385f3e0e9.svg");
}

.form-checkbox input:indeterminate + .form-icon {
  border-color: #000;
  background: #fff;
}

.form-checkbox input:indeterminate + .form-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
  content: "";
  background: #fff;
}

.form-radio .form-icon {
  border-radius: 50%;
}

.form-radio input:checked + .form-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
}

.form-switch {
  padding-left: 2rem;
}

.form-switch .form-icon {
  top: 0.2rem;
  left: 0;
  width: 1.6rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: #b8babf;
  background-clip: padding-box;
}

.form-switch .form-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border-radius: 50%;
  background: #fff;
}

.form-switch input:checked + .form-icon::before {
  left: 14px;
}

.form-switch input:active + .form-icon::before {
  background: #eee;
}

.input-group {
  display: flex;
}

.input-group .input-group-addon {
  padding: 0.075rem 0.4rem;
  white-space: nowrap;
  border: 0.1rem solid #000;
  border-radius: 0;
  background: #eee;
}

.input-group .input-group-addon.addon-sm {
  font-size: 0.8rem;
  padding: 0.15rem 0.3rem;
}

.input-group .input-group-addon.addon-lg {
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
}

.input-group .form-input,
.input-group .form-select {
  width: 1%;
  flex: 1 1 auto;
}

.input-group .input-group-btn {
  z-index: 1;
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  margin-left: -0.1rem;
  border-radius: 0;
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  margin-left: -0.1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}

.input-group .form-select {
  width: auto;
}

.input-group.input-inline {
  display: inline-flex;
}

.stylistic-set-radio {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.stylistic-set-radio .form-icon {
  top: 0.4rem;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.form-input.is-success,
.form-select.is-success,
.has-success .form-input,
.has-success .form-select {
  border-color: #137752;
  background: #a7f1d6;
}

.form-input.is-success:focus,
.form-select.is-success:focus,
.has-success .form-input:focus,
.has-success .form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(19, 119, 82, 0.2);
}

.form-input.is-error,
.form-select.is-error,
.has-error .form-input,
.has-error .form-select {
  border-color: #e7040f;
  background: #fffafb;
}

.form-input.is-error:focus,
.form-select.is-error:focus,
.has-error .form-input:focus,
.has-error .form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(231, 4, 15, 0.2);
}

.form-checkbox.is-error .form-icon,
.form-radio.is-error .form-icon,
.form-switch.is-error .form-icon,
.has-error .form-checkbox .form-icon,
.has-error .form-radio .form-icon,
.has-error .form-switch .form-icon {
  border-color: #e7040f;
}

.form-checkbox.is-error input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon,
.has-error .form-checkbox input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon {
  border-color: #e7040f;
  background: #e7040f;
}

.form-checkbox.is-error input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon,
.has-error .form-checkbox input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon {
  border-color: #e7040f;
  box-shadow: 0 0 0 0.1rem rgba(231, 4, 15, 0.2);
}

.form-checkbox.is-error input:indeterminate + .form-icon,
.has-error .form-checkbox input:indeterminate + .form-icon {
  border-color: #e7040f;
  background: #e7040f;
}

.form-input:not(:-moz-placeholder-shown):invalid {
  border-color: #e7040f;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e7040f;
}

.form-input:not(:-moz-placeholder-shown):invalid:focus {
  background: #fffafb;
  box-shadow: 0 0 0 0.1rem rgba(231, 4, 15, 0.2);
}

.form-input:not(:placeholder-shown):invalid:focus {
  background: #fffafb;
  box-shadow: 0 0 0 0.1rem rgba(231, 4, 15, 0.2);
}

.form-input:not(:-moz-placeholder-shown):invalid + .form-input-hint {
  color: #e7040f;
}

.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e7040f;
}

.form-input.disabled,
.form-input:disabled,
.form-select.disabled,
.form-select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #e6e6e6;
}

.form-input[readonly] {
  background-color: #eee;
}

input.disabled + .form-icon,
input:disabled + .form-icon {
  cursor: not-allowed;
  opacity: 0.5;
  background: #e6e6e6;
}

.form-switch input.disabled + .form-icon::before,
.form-switch input:disabled + .form-icon::before {
  background: #fff;
}

.form-horizontal {
  padding: 0.4rem 0;
}

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
}

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

.label {
  line-height: 1.25;
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.1rem 0.2rem;
  padding-top: 0.2rem;
  color: #0d0d0d;
  border: 0.1rem solid #000;
  border-radius: 0;
  background: #e6e6e6;
}

.label.label-rounded {
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  border-radius: 5rem;
}

.label.label-primary {
  color: #fff;
  background: #000;
}

.label.label-secondary {
  color: #000;
  background: #9ba3a8;
}

.label.label-success {
  color: #fff;
  background: #137752;
}

.label.label-warning {
  color: #fff;
  background: #ff6300;
}

.label.label-error {
  color: #fff;
  background: #e7040f;
}

.icon-label {
  vertical-align: middle;
}

code {
  font-size: 1rem;
  margin: 0;
  padding: 0.1rem 0.2rem;
}

.code {
  position: relative;
}

.code::before {
  font-size: 0.8rem;
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  content: attr(data-lang);
  color: #b8babf;
}

.code code {
  display: block;
  overflow-x: auto;
  width: 100%;
  padding: 1rem;
}

pre {
  line-height: 1.4rem;
  padding: 1rem;
  white-space: pre-wrap;
  border: 1px solid #999;
  background: #eee;
}

.sku {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2rem;
  padding-right: 0.2rem;
  padding-left: 0.3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid #000;
}

.sku-tag-right {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  border-left: 0;
}

.sku-tag-left {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2rem;
  padding-right: 0.2rem;
  padding-left: 0.3rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #000;
  border-right: 0;
  border-bottom: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
}

.sku-wide {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  line-height: 1.15rem;
  position: relative;
  top: -0.05rem;
  display: inline-block;
  width: 100%;
  height: 1.3rem;
  padding-right: 0.4rem;
  padding-left: 0.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid #000;
}

.sku-mw6 {
  width: 6.25rem;
  max-width: 6.25rem;
}

.upc svg {
  margin-top: -0.1rem;
  margin-bottom: -0.4rem;
}

.data {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}

.progress-bar {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  font-weight: 400;
  font-style: normal;
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 100%;
  height: 1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  border: 0.1rem solid #000;
}

@-moz-document url-prefix() {
  .data {
    padding-top: 0.05rem;
  }

  .sku-wide {
    top: 0;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}

.shadow {
  box-shadow: 2px 2px #ddd;
}

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.video-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.video-responsive::before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

video.video-responsive {
  max-width: 100%;
  height: auto;
}

video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.figure {
  margin: 0 0 0.4rem 0;
}

.figure .figure-caption {
  margin-top: 0.4rem;
  color: #696d75;
}

:root {
  --dynamic-bg-color: transparent;
}

.bg-dynamic-white {
  --dynamic-bg-color: white;
}

.bg-white {
  background: #fff;
}

.white {
  color: #fff;
  fill: #fff;
}

.b--white {
  border-color: #fff;
}

.hover-white:focus,
.hover-white:hover {
  color: #fff;
}

.hover-bg-white:focus,
.hover-bg-white:hover {
  background-color: #fff;
}

.label-white {
  border-right-width: 0.6rem;
  border-right-color: #fff;
}

.bg-dynamic-white-90 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.9);
}

.bg-white-90 {
  background: rgba(255, 255, 255, 0.9);
}

.white-90 {
  color: rgba(255, 255, 255, 0.9);
  fill: rgba(255, 255, 255, 0.9);
}

.b--white-90 {
  border-color: rgba(255, 255, 255, 0.9);
}

.hover-white-90:focus,
.hover-white-90:hover {
  color: rgba(255, 255, 255, 0.9);
}

.hover-bg-white-90:focus,
.hover-bg-white-90:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.label-white-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.9);
}

.bg-dynamic-white-80 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.8);
}

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}

.white-80 {
  color: rgba(255, 255, 255, 0.8);
  fill: rgba(255, 255, 255, 0.8);
}

.b--white-80 {
  border-color: rgba(255, 255, 255, 0.8);
}

.hover-white-80:focus,
.hover-white-80:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover-bg-white-80:focus,
.hover-bg-white-80:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.label-white-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.8);
}

.bg-dynamic-white-70 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.7);
}

.bg-white-70 {
  background: rgba(255, 255, 255, 0.7);
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.7);
}

.b--white-70 {
  border-color: rgba(255, 255, 255, 0.7);
}

.hover-white-70:focus,
.hover-white-70:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hover-bg-white-70:focus,
.hover-bg-white-70:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.label-white-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.7);
}

.bg-dynamic-white-60 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.6);
}

.bg-white-60 {
  background: rgba(255, 255, 255, 0.6);
}

.white-60 {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
}

.b--white-60 {
  border-color: rgba(255, 255, 255, 0.6);
}

.hover-white-60:focus,
.hover-white-60:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover-bg-white-60:focus,
.hover-bg-white-60:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.label-white-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.6);
}

.bg-dynamic-white-50 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.5);
}

.bg-white-50 {
  background: rgba(255, 255, 255, 0.5);
}

.white-50 {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

.b--white-50 {
  border-color: rgba(255, 255, 255, 0.5);
}

.hover-white-50:focus,
.hover-white-50:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hover-bg-white-50:focus,
.hover-bg-white-50:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.label-white-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.bg-dynamic-white-40 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.4);
}

.bg-white-40 {
  background: rgba(255, 255, 255, 0.4);
}

.white-40 {
  color: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
}

.b--white-40 {
  border-color: rgba(255, 255, 255, 0.4);
}

.hover-white-40:focus,
.hover-white-40:hover {
  color: rgba(255, 255, 255, 0.4);
}

.hover-bg-white-40:focus,
.hover-bg-white-40:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.label-white-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.4);
}

.bg-dynamic-white-30 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.3);
}

.bg-white-30 {
  background: rgba(255, 255, 255, 0.3);
}

.white-30 {
  color: rgba(255, 255, 255, 0.3);
  fill: rgba(255, 255, 255, 0.3);
}

.b--white-30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.hover-white-30:focus,
.hover-white-30:hover {
  color: rgba(255, 255, 255, 0.3);
}

.hover-bg-white-30:focus,
.hover-bg-white-30:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.label-white-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.3);
}

.bg-dynamic-white-20 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.2);
}

.bg-white-20 {
  background: rgba(255, 255, 255, 0.2);
}

.white-20 {
  color: rgba(255, 255, 255, 0.2);
  fill: rgba(255, 255, 255, 0.2);
}

.b--white-20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.hover-white-20:focus,
.hover-white-20:hover {
  color: rgba(255, 255, 255, 0.2);
}

.hover-bg-white-20:focus,
.hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.label-white-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.2);
}

.bg-dynamic-white-10 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.1);
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.white-10 {
  color: rgba(255, 255, 255, 0.1);
  fill: rgba(255, 255, 255, 0.1);
}

.b--white-10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.hover-white-10:focus,
.hover-white-10:hover {
  color: rgba(255, 255, 255, 0.1);
}

.hover-bg-white-10:focus,
.hover-bg-white-10:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.label-white-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.bg-dynamic-white-05 {
  --dynamic-bg-color: rgba(255, 255, 255, 0.05);
}

.bg-white-05 {
  background: rgba(255, 255, 255, 0.05);
}

.white-05 {
  color: rgba(255, 255, 255, 0.05);
  fill: rgba(255, 255, 255, 0.05);
}

.b--white-05 {
  border-color: rgba(255, 255, 255, 0.05);
}

.hover-white-05:focus,
.hover-white-05:hover {
  color: rgba(255, 255, 255, 0.05);
}

.hover-bg-white-05:focus,
.hover-bg-white-05:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.label-white-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(255, 255, 255, 0.05);
}

.bg-dynamic-black {
  --dynamic-bg-color: #000;
}

.bg-black {
  background: #000;
}

.black {
  color: #000;
  fill: #000;
}

.b--black {
  border-color: #000;
}

.hover-black:focus,
.hover-black:hover {
  color: #000;
}

.hover-bg-black:focus,
.hover-bg-black:hover {
  background-color: #000;
}

.label-black {
  border-right-width: 0.6rem;
  border-right-color: #000;
}

.bg-dynamic-near-black {
  --dynamic-bg-color: #111;
}

.bg-near-black {
  background: #111;
}

.near-black {
  color: #111;
  fill: #111;
}

.b--near-black {
  border-color: #111;
}

.hover-near-black:focus,
.hover-near-black:hover {
  color: #111;
}

.hover-bg-near-black:focus,
.hover-bg-near-black:hover {
  background-color: #111;
}

.label-near-black {
  border-right-width: 0.6rem;
  border-right-color: #111;
}

.bg-dynamic-dark-gray {
  --dynamic-bg-color: #333;
}

.bg-dark-gray {
  background: #333;
}

.dark-gray {
  color: #333;
  fill: #333;
}

.b--dark-gray {
  border-color: #333;
}

.hover-dark-gray:focus,
.hover-dark-gray:hover {
  color: #333;
}

.hover-bg-dark-gray:focus,
.hover-bg-dark-gray:hover {
  background-color: #333;
}

.label-dark-gray {
  border-right-width: 0.6rem;
  border-right-color: #333;
}

.bg-dynamic-mid-gray {
  --dynamic-bg-color: #555;
}

.bg-mid-gray {
  background: #555;
}

.mid-gray {
  color: #555;
  fill: #555;
}

.b--mid-gray {
  border-color: #555;
}

.hover-mid-gray:focus,
.hover-mid-gray:hover {
  color: #555;
}

.hover-bg-mid-gray:focus,
.hover-bg-mid-gray:hover {
  background-color: #555;
}

.label-mid-gray {
  border-right-width: 0.6rem;
  border-right-color: #555;
}

.bg-dynamic-gray {
  --dynamic-bg-color: #777;
}

.bg-gray {
  background: #777;
}

.gray {
  color: #777;
  fill: #777;
}

.b--gray {
  border-color: #777;
}

.hover-gray:focus,
.hover-gray:hover {
  color: #777;
}

.hover-bg-gray:focus,
.hover-bg-gray:hover {
  background-color: #777;
}

.label-gray {
  border-right-width: 0.6rem;
  border-right-color: #777;
}

.bg-dynamic-silver {
  --dynamic-bg-color: #999;
}

.bg-silver {
  background: #999;
}

.silver {
  color: #999;
  fill: #999;
}

.b--silver {
  border-color: #999;
}

.hover-silver:focus,
.hover-silver:hover {
  color: #999;
}

.hover-bg-silver:focus,
.hover-bg-silver:hover {
  background-color: #999;
}

.label-silver {
  border-right-width: 0.6rem;
  border-right-color: #999;
}

.bg-dynamic-light-silver {
  --dynamic-bg-color: #aaa;
}

.bg-light-silver {
  background: #aaa;
}

.light-silver {
  color: #aaa;
  fill: #aaa;
}

.b--light-silver {
  border-color: #aaa;
}

.hover-light-silver:focus,
.hover-light-silver:hover {
  color: #aaa;
}

.hover-bg-light-silver:focus,
.hover-bg-light-silver:hover {
  background-color: #aaa;
}

.label-light-silver {
  border-right-width: 0.6rem;
  border-right-color: #aaa;
}

.bg-dynamic-moon-gray {
  --dynamic-bg-color: #ccc;
}

.bg-moon-gray {
  background: #ccc;
}

.moon-gray {
  color: #ccc;
  fill: #ccc;
}

.b--moon-gray {
  border-color: #ccc;
}

.hover-moon-gray:focus,
.hover-moon-gray:hover {
  color: #ccc;
}

.hover-bg-moon-gray:focus,
.hover-bg-moon-gray:hover {
  background-color: #ccc;
}

.label-moon-gray {
  border-right-width: 0.6rem;
  border-right-color: #ccc;
}

.bg-dynamic-light-gray {
  --dynamic-bg-color: #eee;
}

.bg-light-gray {
  background: #eee;
}

.light-gray {
  color: #eee;
  fill: #eee;
}

.b--light-gray {
  border-color: #eee;
}

.hover-light-gray:focus,
.hover-light-gray:hover {
  color: #eee;
}

.hover-bg-light-gray:focus,
.hover-bg-light-gray:hover {
  background-color: #eee;
}

.label-light-gray {
  border-right-width: 0.6rem;
  border-right-color: #eee;
}

.bg-dynamic-near-white {
  --dynamic-bg-color: #f4f4f4;
}

.bg-near-white {
  background: #f4f4f4;
}

.near-white {
  color: #f4f4f4;
  fill: #f4f4f4;
}

.b--near-white {
  border-color: #f4f4f4;
}

.hover-near-white:focus,
.hover-near-white:hover {
  color: #f4f4f4;
}

.hover-bg-near-white:focus,
.hover-bg-near-white:hover {
  background-color: #f4f4f4;
}

.label-near-white {
  border-right-width: 0.6rem;
  border-right-color: #f4f4f4;
}

.bg-dynamic-black-90 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.9);
}

.bg-black-90 {
  background: rgba(0, 0, 0, 0.9);
}

.black-90 {
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.b--black-90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.hover-black-90:focus,
.hover-black-90:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover-bg-black-90:focus,
.hover-bg-black-90:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.label-black-90 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.9);
}

.bg-dynamic-black-80 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.8);
}

.bg-black-80 {
  background: rgba(0, 0, 0, 0.8);
}

.black-80 {
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
}

.b--black-80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.hover-black-80:focus,
.hover-black-80:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover-bg-black-80:focus,
.hover-bg-black-80:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.label-black-80 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.8);
}

.bg-dynamic-black-70 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.7);
}

.bg-black-70 {
  background: rgba(0, 0, 0, 0.7);
}

.black-70 {
  color: rgba(0, 0, 0, 0.7);
  fill: rgba(0, 0, 0, 0.7);
}

.b--black-70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.hover-black-70:focus,
.hover-black-70:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover-bg-black-70:focus,
.hover-bg-black-70:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.label-black-70 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.7);
}

.bg-dynamic-black-60 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.6);
}

.bg-black-60 {
  background: rgba(0, 0, 0, 0.6);
}

.black-60 {
  color: rgba(0, 0, 0, 0.6);
  fill: rgba(0, 0, 0, 0.6);
}

.b--black-60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.hover-black-60:focus,
.hover-black-60:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover-bg-black-60:focus,
.hover-bg-black-60:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.label-black-60 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.6);
}

.bg-dynamic-black-50 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.5);
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.5);
}

.black-50 {
  color: rgba(0, 0, 0, 0.5);
  fill: rgba(0, 0, 0, 0.5);
}

.b--black-50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.hover-black-50:focus,
.hover-black-50:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-black-50:focus,
.hover-bg-black-50:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.label-black-50 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.5);
}

.bg-dynamic-black-40 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.4);
}

.bg-black-40 {
  background: rgba(0, 0, 0, 0.4);
}

.black-40 {
  color: rgba(0, 0, 0, 0.4);
  fill: rgba(0, 0, 0, 0.4);
}

.b--black-40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.hover-black-40:focus,
.hover-black-40:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover-bg-black-40:focus,
.hover-bg-black-40:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.label-black-40 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.4);
}

.bg-dynamic-black-30 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.3);
}

.bg-black-30 {
  background: rgba(0, 0, 0, 0.3);
}

.black-30 {
  color: rgba(0, 0, 0, 0.3);
  fill: rgba(0, 0, 0, 0.3);
}

.b--black-30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.hover-black-30:focus,
.hover-black-30:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover-bg-black-30:focus,
.hover-bg-black-30:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.label-black-30 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.3);
}

.bg-dynamic-black-20 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.2);
}

.bg-black-20 {
  background: rgba(0, 0, 0, 0.2);
}

.black-20 {
  color: rgba(0, 0, 0, 0.2);
  fill: rgba(0, 0, 0, 0.2);
}

.b--black-20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.hover-black-20:focus,
.hover-black-20:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover-bg-black-20:focus,
.hover-bg-black-20:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.label-black-20 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.2);
}

.bg-dynamic-black-10 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.1);
}

.bg-black-10 {
  background: rgba(0, 0, 0, 0.1);
}

.black-10 {
  color: rgba(0, 0, 0, 0.1);
  fill: rgba(0, 0, 0, 0.1);
}

.b--black-10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.hover-black-10:focus,
.hover-black-10:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover-bg-black-10:focus,
.hover-bg-black-10:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.label-black-10 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.1);
}

.bg-dynamic-black-05 {
  --dynamic-bg-color: rgba(0, 0, 0, 0.05);
}

.bg-black-05 {
  background: rgba(0, 0, 0, 0.05);
}

.black-05 {
  color: rgba(0, 0, 0, 0.05);
  fill: rgba(0, 0, 0, 0.05);
}

.b--black-05 {
  border-color: rgba(0, 0, 0, 0.05);
}

.hover-black-05:focus,
.hover-black-05:hover {
  color: rgba(0, 0, 0, 0.05);
}

.hover-bg-black-05:focus,
.hover-bg-black-05:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.label-black-05 {
  border-right-width: 0.6rem;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.bg-dynamic-transparent {
  --dynamic-bg-color: transparent;
}

.bg-transparent {
  background: 0 0;
}

.transparent {
  color: transparent;
  fill: transparent;
}

.b--transparent {
  border-color: transparent;
}

.hover-transparent:focus,
.hover-transparent:hover {
  color: transparent;
}

.hover-bg-transparent:focus,
.hover-bg-transparent:hover {
  background-color: transparent;
}

.label-transparent {
  border-right-width: 0.6rem;
  border-right-color: transparent;
}

.bg-dynamic-brown {
  --dynamic-bg-color: #834333;
}

.bg-brown {
  background: #834333;
}

.brown {
  color: #834333;
  fill: #834333;
}

.b--brown {
  border-color: #834333;
}

.hover-brown:focus,
.hover-brown:hover {
  color: #834333;
}

.hover-bg-brown:focus,
.hover-bg-brown:hover {
  background-color: #834333;
}

.label-brown {
  border-right-width: 0.6rem;
  border-right-color: #834333;
}

.bg-dynamic-dark-red {
  --dynamic-bg-color: #e7040f;
}

.bg-dark-red {
  background: #e7040f;
}

.dark-red {
  color: #e7040f;
  fill: #e7040f;
}

.b--dark-red {
  border-color: #e7040f;
}

.hover-dark-red:focus,
.hover-dark-red:hover {
  color: #e7040f;
}

.hover-bg-dark-red:focus,
.hover-bg-dark-red:hover {
  background-color: #e7040f;
}

.label-dark-red {
  border-right-width: 0.6rem;
  border-right-color: #e7040f;
}

.bg-dynamic-red {
  --dynamic-bg-color: #ff4136;
}

.bg-red {
  background: #ff4136;
}

.red {
  color: #ff4136;
  fill: #ff4136;
}

.b--red {
  border-color: #ff4136;
}

.hover-red:focus,
.hover-red:hover {
  color: #ff4136;
}

.hover-bg-red:focus,
.hover-bg-red:hover {
  background-color: #ff4136;
}

.label-red {
  border-right-width: 0.6rem;
  border-right-color: #ff4136;
}

.bg-dynamic-orange {
  --dynamic-bg-color: #e25600;
}

.bg-orange {
  background: #e25600;
}

.orange {
  color: #e25600;
  fill: #e25600;
}

.b--orange {
  border-color: #e25600;
}

.hover-orange:focus,
.hover-orange:hover {
  color: #e25600;
}

.hover-bg-orange:focus,
.hover-bg-orange:hover {
  background-color: #e25600;
}

.label-orange {
  border-right-width: 0.6rem;
  border-right-color: #e25600;
}

.bg-dynamic-gold {
  --dynamic-bg-color: #ffb700;
}

.bg-gold {
  background: #ffb700;
}

.gold {
  color: #ffb700;
  fill: #ffb700;
}

.b--gold {
  border-color: #ffb700;
}

.hover-gold:focus,
.hover-gold:hover {
  color: #ffb700;
}

.hover-bg-gold:focus,
.hover-bg-gold:hover {
  background-color: #ffb700;
}

.label-gold {
  border-right-width: 0.6rem;
  border-right-color: #ffb700;
}

.bg-dynamic-yellow {
  --dynamic-bg-color: #ffd700;
}

.bg-yellow {
  background: gold;
}

.yellow {
  color: gold;
  fill: gold;
}

.b--yellow {
  border-color: gold;
}

.hover-yellow:focus,
.hover-yellow:hover {
  color: gold;
}

.hover-bg-yellow:focus,
.hover-bg-yellow:hover {
  background-color: gold;
}

.label-yellow {
  border-right-width: 0.6rem;
  border-right-color: gold;
}

.bg-dynamic-purple {
  --dynamic-bg-color: #7643b9;
}

.bg-purple {
  background: #7643b9;
}

.purple {
  color: #7643b9;
  fill: #7643b9;
}

.b--purple {
  border-color: #7643b9;
}

.hover-purple:focus,
.hover-purple:hover {
  color: #7643b9;
}

.hover-bg-purple:focus,
.hover-bg-purple:hover {
  background-color: #7643b9;
}

.label-purple {
  border-right-width: 0.6rem;
  border-right-color: #7643b9;
}

.bg-dynamic-magenta {
  --dynamic-bg-color: #cc2197;
}

.bg-magenta {
  background: #cc2197;
}

.magenta {
  color: #cc2197;
  fill: #cc2197;
}

.b--magenta {
  border-color: #cc2197;
}

.hover-magenta:focus,
.hover-magenta:hover {
  color: #cc2197;
}

.hover-bg-magenta:focus,
.hover-bg-magenta:hover {
  background-color: #cc2197;
}

.label-magenta {
  border-right-width: 0.6rem;
  border-right-color: #cc2197;
}

.bg-dynamic-hot-pink {
  --dynamic-bg-color: #ff41b4;
}

.bg-hot-pink {
  background: #ff41b4;
}

.hot-pink {
  color: #ff41b4;
  fill: #ff41b4;
}

.b--hot-pink {
  border-color: #ff41b4;
}

.hover-hot-pink:focus,
.hover-hot-pink:hover {
  color: #ff41b4;
}

.hover-bg-hot-pink:focus,
.hover-bg-hot-pink:hover {
  background-color: #ff41b4;
}

.label-hot-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff41b4;
}

.bg-dynamic-pink {
  --dynamic-bg-color: #ff80cc;
}

.bg-pink {
  background: #ff80cc;
}

.pink {
  color: #ff80cc;
  fill: #ff80cc;
}

.b--pink {
  border-color: #ff80cc;
}

.hover-pink:focus,
.hover-pink:hover {
  color: #ff80cc;
}

.hover-bg-pink:focus,
.hover-bg-pink:hover {
  background-color: #ff80cc;
}

.label-pink {
  border-right-width: 0.6rem;
  border-right-color: #ff80cc;
}

.bg-dynamic-dark-green {
  --dynamic-bg-color: #00794c;
}

.bg-dark-green {
  background: #00794c;
}

.dark-green {
  color: #00794c;
  fill: #00794c;
}

.b--dark-green {
  border-color: #00794c;
}

.hover-dark-green:focus,
.hover-dark-green:hover {
  color: #00794c;
}

.hover-bg-dark-green:focus,
.hover-bg-dark-green:hover {
  background-color: #00794c;
}

.label-dark-green {
  border-right-width: 0.6rem;
  border-right-color: #00794c;
}

.bg-dynamic-green {
  --dynamic-bg-color: #00a96c;
}

.bg-green {
  background: #00a96c;
}

.green {
  color: #00a96c;
  fill: #00a96c;
}

.b--green {
  border-color: #00a96c;
}

.hover-green:focus,
.hover-green:hover {
  color: #00a96c;
}

.hover-bg-green:focus,
.hover-bg-green:hover {
  background-color: #00a96c;
}

.label-green {
  border-right-width: 0.6rem;
  border-right-color: #00a96c;
}

.bg-dynamic-lime-green {
  --dynamic-bg-color: #527300;
}

.bg-lime-green {
  background: #527300;
}

.lime-green {
  color: #527300;
  fill: #527300;
}

.b--lime-green {
  border-color: #527300;
}

.hover-lime-green:focus,
.hover-lime-green:hover {
  color: #527300;
}

.hover-bg-lime-green:focus,
.hover-bg-lime-green:hover {
  background-color: #527300;
}

.label-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #527300;
}

.bg-dynamic-teal {
  --dynamic-bg-color: #008374;
}

.bg-teal {
  background: #008374;
}

.teal {
  color: #008374;
  fill: #008374;
}

.b--teal {
  border-color: #008374;
}

.hover-teal:focus,
.hover-teal:hover {
  color: #008374;
}

.hover-bg-teal:focus,
.hover-bg-teal:hover {
  background-color: #008374;
}

.label-teal {
  border-right-width: 0.6rem;
  border-right-color: #008374;
}

.bg-dynamic-navy {
  --dynamic-bg-color: #001b44;
}

.bg-navy {
  background: #001b44;
}

.navy {
  color: #001b44;
  fill: #001b44;
}

.b--navy {
  border-color: #001b44;
}

.hover-navy:focus,
.hover-navy:hover {
  color: #001b44;
}

.hover-bg-navy:focus,
.hover-bg-navy:hover {
  background-color: #001b44;
}

.label-navy {
  border-right-width: 0.6rem;
  border-right-color: #001b44;
}

.bg-dynamic-dark-blue {
  --dynamic-bg-color: #00449e;
}

.bg-dark-blue {
  background: #00449e;
}

.dark-blue {
  color: #00449e;
  fill: #00449e;
}

.b--dark-blue {
  border-color: #00449e;
}

.hover-dark-blue:focus,
.hover-dark-blue:hover {
  color: #00449e;
}

.hover-bg-dark-blue:focus,
.hover-bg-dark-blue:hover {
  background-color: #00449e;
}

.label-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #00449e;
}

.bg-dynamic-dark-cyan {
  --dynamic-bg-color: #008181;
}

.bg-dark-cyan {
  background: #008181;
}

.dark-cyan {
  color: #008181;
  fill: #008181;
}

.b--dark-cyan {
  border-color: #008181;
}

.hover-dark-cyan:focus,
.hover-dark-cyan:hover {
  color: #008181;
}

.hover-bg-dark-cyan:focus,
.hover-bg-dark-cyan:hover {
  background-color: #008181;
}

.label-dark-cyan {
  border-right-width: 0.6rem;
  border-right-color: #008181;
}

.bg-dynamic-blue {
  --dynamic-bg-color: #005eec;
}

.bg-blue {
  background: #005eec;
}

.blue {
  color: #005eec;
  fill: #005eec;
}

.b--blue {
  border-color: #005eec;
}

.hover-blue:focus,
.hover-blue:hover {
  color: #005eec;
}

.hover-bg-blue:focus,
.hover-bg-blue:hover {
  background-color: #005eec;
}

.label-blue {
  border-right-width: 0.6rem;
  border-right-color: #005eec;
}

.bg-dynamic-cyan {
  --dynamic-bg-color: #00e4e4;
}

.bg-cyan {
  background: #00e4e4;
}

.cyan {
  color: #00e4e4;
  fill: #00e4e4;
}

.b--cyan {
  border-color: #00e4e4;
}

.hover-cyan:focus,
.hover-cyan:hover {
  color: #00e4e4;
}

.hover-bg-cyan:focus,
.hover-bg-cyan:hover {
  background-color: #00e4e4;
}

.label-cyan {
  border-right-width: 0.6rem;
  border-right-color: #00e4e4;
}

.bg-dynamic-washed-blue {
  --dynamic-bg-color: #f6fffe;
}

.bg-washed-blue {
  background: #f6fffe;
}

.washed-blue {
  color: #f6fffe;
  fill: #f6fffe;
}

.b--washed-blue {
  border-color: #f6fffe;
}

.hover-washed-blue:focus,
.hover-washed-blue:hover {
  color: #f6fffe;
}

.hover-bg-washed-blue:focus,
.hover-bg-washed-blue:hover {
  background-color: #f6fffe;
}

.label-washed-blue {
  border-right-width: 0.6rem;
  border-right-color: #f6fffe;
}

.bg-dynamic-washed-green {
  --dynamic-bg-color: #e8fdf5;
}

.bg-washed-green {
  background: #e8fdf5;
}

.washed-green {
  color: #e8fdf5;
  fill: #e8fdf5;
}

.b--washed-green {
  border-color: #e8fdf5;
}

.hover-washed-green:focus,
.hover-washed-green:hover {
  color: #e8fdf5;
}

.hover-bg-washed-green:focus,
.hover-bg-washed-green:hover {
  background-color: #e8fdf5;
}

.label-washed-green {
  border-right-width: 0.6rem;
  border-right-color: #e8fdf5;
}

.bg-dynamic-washed-yellow {
  --dynamic-bg-color: #fffceb;
}

.bg-washed-yellow {
  background: #fffceb;
}

.washed-yellow {
  color: #fffceb;
  fill: #fffceb;
}

.b--washed-yellow {
  border-color: #fffceb;
}

.hover-washed-yellow:focus,
.hover-washed-yellow:hover {
  color: #fffceb;
}

.hover-bg-washed-yellow:focus,
.hover-bg-washed-yellow:hover {
  background-color: #fffceb;
}

.label-washed-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fffceb;
}

.bg-dynamic-washed-red {
  --dynamic-bg-color: #ffdfdf;
}

.bg-washed-red {
  background: #ffdfdf;
}

.washed-red {
  color: #ffdfdf;
  fill: #ffdfdf;
}

.b--washed-red {
  border-color: #ffdfdf;
}

.hover-washed-red:focus,
.hover-washed-red:hover {
  color: #ffdfdf;
}

.hover-bg-washed-red:focus,
.hover-bg-washed-red:hover {
  background-color: #ffdfdf;
}

.label-washed-red {
  border-right-width: 0.6rem;
  border-right-color: #ffdfdf;
}

.bg-dynamic-neon-red {
  --dynamic-bg-color: #ff0037;
}

.bg-neon-red {
  background: #ff0037;
}

.neon-red {
  color: #ff0037;
  fill: #ff0037;
}

.b--neon-red {
  border-color: #ff0037;
}

.hover-neon-red:focus,
.hover-neon-red:hover {
  color: #ff0037;
}

.hover-bg-neon-red:focus,
.hover-bg-neon-red:hover {
  background-color: #ff0037;
}

.label-neon-red {
  border-right-width: 0.6rem;
  border-right-color: #ff0037;
}

.bg-dynamic-neon-orange {
  --dynamic-bg-color: #ff4a03;
}

.bg-neon-orange {
  background: #ff4a03;
}

.neon-orange {
  color: #ff4a03;
  fill: #ff4a03;
}

.b--neon-orange {
  border-color: #ff4a03;
}

.hover-neon-orange:focus,
.hover-neon-orange:hover {
  color: #ff4a03;
}

.hover-bg-neon-orange:focus,
.hover-bg-neon-orange:hover {
  background-color: #ff4a03;
}

.label-neon-orange {
  border-right-width: 0.6rem;
  border-right-color: #ff4a03;
}

.bg-dynamic-neon-yellow {
  --dynamic-bg-color: #ffc543;
}

.bg-neon-yellow {
  background: #ffc543;
}

.neon-yellow {
  color: #ffc543;
  fill: #ffc543;
}

.b--neon-yellow {
  border-color: #ffc543;
}

.hover-neon-yellow:focus,
.hover-neon-yellow:hover {
  color: #ffc543;
}

.hover-bg-neon-yellow:focus,
.hover-bg-neon-yellow:hover {
  background-color: #ffc543;
}

.label-neon-yellow {
  border-right-width: 0.6rem;
  border-right-color: #ffc543;
}

.bg-dynamic-neon-lime-green {
  --dynamic-bg-color: #88ce00;
}

.bg-neon-lime-green {
  background: #88ce00;
}

.neon-lime-green {
  color: #88ce00;
  fill: #88ce00;
}

.b--neon-lime-green {
  border-color: #88ce00;
}

.hover-neon-lime-green:focus,
.hover-neon-lime-green:hover {
  color: #88ce00;
}

.hover-bg-neon-lime-green:focus,
.hover-bg-neon-lime-green:hover {
  background-color: #88ce00;
}

.label-neon-lime-green {
  border-right-width: 0.6rem;
  border-right-color: #88ce00;
}

.bg-dynamic-neon-green {
  --dynamic-bg-color: #00c986;
}

.bg-neon-green {
  background: #00c986;
}

.neon-green {
  color: #00c986;
  fill: #00c986;
}

.b--neon-green {
  border-color: #00c986;
}

.hover-neon-green:focus,
.hover-neon-green:hover {
  color: #00c986;
}

.hover-bg-neon-green:focus,
.hover-bg-neon-green:hover {
  background-color: #00c986;
}

.label-neon-green {
  border-right-width: 0.6rem;
  border-right-color: #00c986;
}

.bg-dynamic-neon-blue {
  --dynamic-bg-color: #0092ff;
}

.bg-neon-blue {
  background: #0092ff;
}

.neon-blue {
  color: #0092ff;
  fill: #0092ff;
}

.b--neon-blue {
  border-color: #0092ff;
}

.hover-neon-blue:focus,
.hover-neon-blue:hover {
  color: #0092ff;
}

.hover-bg-neon-blue:focus,
.hover-bg-neon-blue:hover {
  background-color: #0092ff;
}

.label-neon-blue {
  border-right-width: 0.6rem;
  border-right-color: #0092ff;
}

.bg-dynamic-neon-dark-blue {
  --dynamic-bg-color: #26f;
}

.bg-neon-dark-blue {
  background: #26f;
}

.neon-dark-blue {
  color: #26f;
  fill: #26f;
}

.b--neon-dark-blue {
  border-color: #26f;
}

.hover-neon-dark-blue:focus,
.hover-neon-dark-blue:hover {
  color: #26f;
}

.hover-bg-neon-dark-blue:focus,
.hover-bg-neon-dark-blue:hover {
  background-color: #26f;
}

.label-neon-dark-blue {
  border-right-width: 0.6rem;
  border-right-color: #26f;
}

.bg-dynamic-neon-purple {
  --dynamic-bg-color: #8969ff;
}

.bg-neon-purple {
  background: #8969ff;
}

.neon-purple {
  color: #8969ff;
  fill: #8969ff;
}

.b--neon-purple {
  border-color: #8969ff;
}

.hover-neon-purple:focus,
.hover-neon-purple:hover {
  color: #8969ff;
}

.hover-bg-neon-purple:focus,
.hover-bg-neon-purple:hover {
  background-color: #8969ff;
}

.label-neon-purple {
  border-right-width: 0.6rem;
  border-right-color: #8969ff;
}

.bg-dynamic-neon-magenta {
  --dynamic-bg-color: #e036b1;
}

.bg-neon-magenta {
  background: #e036b1;
}

.neon-magenta {
  color: #e036b1;
  fill: #e036b1;
}

.b--neon-magenta {
  border-color: #e036b1;
}

.hover-neon-magenta:focus,
.hover-neon-magenta:hover {
  color: #e036b1;
}

.hover-bg-neon-magenta:focus,
.hover-bg-neon-magenta:hover {
  background-color: #e036b1;
}

.label-neon-magenta {
  border-right-width: 0.6rem;
  border-right-color: #e036b1;
}

.bg-dynamic-light-purple {
  --dynamic-bg-color: #e4d3ff;
}

.bg-light-purple {
  background: #e4d3ff;
}

.light-purple {
  color: #e4d3ff;
  fill: #e4d3ff;
}

.b--light-purple {
  border-color: #e4d3ff;
}

.hover-light-purple:focus,
.hover-light-purple:hover {
  color: #e4d3ff;
}

.hover-bg-light-purple:focus,
.hover-bg-light-purple:hover {
  background-color: #e4d3ff;
}

.label-light-purple {
  border-right-width: 0.6rem;
  border-right-color: #e4d3ff;
}

.bg-dynamic-light-pink {
  --dynamic-bg-color: #ffccf3;
}

.bg-light-pink {
  background: #ffccf3;
}

.light-pink {
  color: #ffccf3;
  fill: #ffccf3;
}

.b--light-pink {
  border-color: #ffccf3;
}

.hover-light-pink:focus,
.hover-light-pink:hover {
  color: #ffccf3;
}

.hover-bg-light-pink:focus,
.hover-bg-light-pink:hover {
  background-color: #ffccf3;
}

.label-light-pink {
  border-right-width: 0.6rem;
  border-right-color: #ffccf3;
}

.bg-dynamic-light-blue {
  --dynamic-bg-color: #b5dbff;
}

.bg-light-blue {
  background: #b5dbff;
}

.light-blue {
  color: #b5dbff;
  fill: #b5dbff;
}

.b--light-blue {
  border-color: #b5dbff;
}

.hover-light-blue:focus,
.hover-light-blue:hover {
  color: #b5dbff;
}

.hover-bg-light-blue:focus,
.hover-bg-light-blue:hover {
  background-color: #b5dbff;
}

.label-light-blue {
  border-right-width: 0.6rem;
  border-right-color: #b5dbff;
}

.bg-dynamic-light-red {
  --dynamic-bg-color: #ffbebe;
}

.bg-light-red {
  background: #ffbebe;
}

.light-red {
  color: #ffbebe;
  fill: #ffbebe;
}

.b--light-red {
  border-color: #ffbebe;
}

.hover-light-red:focus,
.hover-light-red:hover {
  color: #ffbebe;
}

.hover-bg-light-red:focus,
.hover-bg-light-red:hover {
  background-color: #ffbebe;
}

.label-light-red {
  border-right-width: 0.6rem;
  border-right-color: #ffbebe;
}

.bg-dynamic-light-orange {
  --dynamic-bg-color: #ffd7be;
}

.bg-light-orange {
  background: #ffd7be;
}

.light-orange {
  color: #ffd7be;
  fill: #ffd7be;
}

.b--light-orange {
  border-color: #ffd7be;
}

.hover-light-orange:focus,
.hover-light-orange:hover {
  color: #ffd7be;
}

.hover-bg-light-orange:focus,
.hover-bg-light-orange:hover {
  background-color: #ffd7be;
}

.label-light-orange {
  border-right-width: 0.6rem;
  border-right-color: #ffd7be;
}

.bg-dynamic-light-yellow {
  --dynamic-bg-color: #fff5b1;
}

.bg-light-yellow {
  background: #fff5b1;
}

.light-yellow {
  color: #fff5b1;
  fill: #fff5b1;
}

.b--light-yellow {
  border-color: #fff5b1;
}

.hover-light-yellow:focus,
.hover-light-yellow:hover {
  color: #fff5b1;
}

.hover-bg-light-yellow:focus,
.hover-bg-light-yellow:hover {
  background-color: #fff5b1;
}

.label-light-yellow {
  border-right-width: 0.6rem;
  border-right-color: #fff5b1;
}

.bg-dynamic-light-cyan {
  --dynamic-bg-color: #a0f2f5;
}

.bg-light-cyan {
  background: #a0f2f5;
}

.light-cyan {
  color: #a0f2f5;
  fill: #a0f2f5;
}

.b--light-cyan {
  border-color: #a0f2f5;
}

.hover-light-cyan:focus,
.hover-light-cyan:hover {
  color: #a0f2f5;
}

.hover-bg-light-cyan:focus,
.hover-bg-light-cyan:hover {
  background-color: #a0f2f5;
}

.label-light-cyan {
  border-right-width: 0.6rem;
  border-right-color: #a0f2f5;
}

.bg-dynamic-light-green {
  --dynamic-bg-color: #b9ffe4;
}

.bg-light-green {
  background: #b9ffe4;
}

.light-green {
  color: #b9ffe4;
  fill: #b9ffe4;
}

.b--light-green {
  border-color: #b9ffe4;
}

.hover-light-green:focus,
.hover-light-green:hover {
  color: #b9ffe4;
}

.hover-bg-light-green:focus,
.hover-bg-light-green:hover {
  background-color: #b9ffe4;
}

.label-light-green {
  border-right-width: 0.6rem;
  border-right-color: #b9ffe4;
}

.bg-dynamic-light-lime {
  --dynamic-bg-color: #d3ffb9;
}

.bg-light-lime {
  background: #d3ffb9;
}

.light-lime {
  color: #d3ffb9;
  fill: #d3ffb9;
}

.b--light-lime {
  border-color: #d3ffb9;
}

.hover-light-lime:focus,
.hover-light-lime:hover {
  color: #d3ffb9;
}

.hover-bg-light-lime:focus,
.hover-bg-light-lime:hover {
  background-color: #d3ffb9;
}

.label-light-lime {
  border-right-width: 0.6rem;
  border-right-color: #d3ffb9;
}

.bg-dynamic-us-blue {
  --dynamic-bg-color: #003f9b;
}

.bg-us-blue {
  background: #003f9b;
}

.us-blue {
  color: #003f9b;
  fill: #003f9b;
}

.b--us-blue {
  border-color: #003f9b;
}

.hover-us-blue:focus,
.hover-us-blue:hover {
  color: #003f9b;
}

.hover-bg-us-blue:focus,
.hover-bg-us-blue:hover {
  background-color: #003f9b;
}

.label-us-blue {
  border-right-width: 0.6rem;
  border-right-color: #003f9b;
}

.bg-dynamic-us-red {
  --dynamic-bg-color: #ad0000;
}

.bg-us-red {
  background: #ad0000;
}

.us-red {
  color: #ad0000;
  fill: #ad0000;
}

.b--us-red {
  border-color: #ad0000;
}

.hover-us-red:focus,
.hover-us-red:hover {
  color: #ad0000;
}

.hover-bg-us-red:focus,
.hover-bg-us-red:hover {
  background-color: #ad0000;
}

.label-us-red {
  border-right-width: 0.6rem;
  border-right-color: #ad0000;
}

.btn-pattern {
  color: transparent;
}

.btn-pattern:hover {
  color: #fff;
  background: #000;
}

.bp-white {
  background: repeating-linear-gradient(
            -45deg,
            #fff,
            #fff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-white {
  background: repeating-linear-gradient(
            90deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-white {
  background: repeating-linear-gradient(
            0deg,
            #fff,
            #fff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-white {
  background:
        radial-gradient(white 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-black {
  background: repeating-linear-gradient(
            -45deg,
            #000,
            #000 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-black {
  background: repeating-linear-gradient(
            90deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-black {
  background: repeating-linear-gradient(
            0deg,
            #000,
            #000 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-black {
  background:
        radial-gradient(#000 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-mid-gray {
  background: repeating-linear-gradient(
            -45deg,
            #555,
            #555 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-mid-gray {
  background: repeating-linear-gradient(
            90deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-mid-gray {
  background: repeating-linear-gradient(
            0deg,
            #555,
            #555 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-mid-gray {
  background:
        radial-gradient(#555 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gray {
  background: repeating-linear-gradient(
            -45deg,
            #777,
            #777 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gray {
  background: repeating-linear-gradient(
            90deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gray {
  background: repeating-linear-gradient(
            0deg,
            #777,
            #777 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gray {
  background:
        radial-gradient(#777 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-silver {
  background: repeating-linear-gradient(
            -45deg,
            #999,
            #999 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-silver {
  background: repeating-linear-gradient(
            90deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-silver {
  background: repeating-linear-gradient(
            0deg,
            #999,
            #999 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-silver {
  background:
        radial-gradient(#999 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-moon-gray {
  background: repeating-linear-gradient(
            -45deg,
            #ccc,
            #ccc 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-moon-gray {
  background: repeating-linear-gradient(
            90deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-moon-gray {
  background: repeating-linear-gradient(
            0deg,
            #ccc,
            #ccc 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-moon-gray {
  background:
        radial-gradient(#ccc 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-brown {
  background: repeating-linear-gradient(
            -45deg,
            #834333,
            #834333 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-brown {
  background: repeating-linear-gradient(
            90deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-brown {
  background: repeating-linear-gradient(
            0deg,
            #834333,
            #834333 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-brown {
  background:
        radial-gradient(#834333 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-red {
  background: repeating-linear-gradient(
            -45deg,
            #e7040f,
            #e7040f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-red {
  background: repeating-linear-gradient(
            90deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-red {
  background: repeating-linear-gradient(
            0deg,
            #e7040f,
            #e7040f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-red {
  background:
        radial-gradient(#e7040f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff4136,
            #ff4136 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-red {
  background: repeating-linear-gradient(
            90deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-red {
  background: repeating-linear-gradient(
            0deg,
            #ff4136,
            #ff4136 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-red {
  background:
        radial-gradient(#ff4136 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-orange {
  background: repeating-linear-gradient(
            -45deg,
            #e25600,
            #e25600 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-orange {
  background: repeating-linear-gradient(
            90deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-orange {
  background: repeating-linear-gradient(
            0deg,
            #e25600,
            #e25600 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-orange {
  background:
        radial-gradient(#e25600 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-gold {
  background: repeating-linear-gradient(
            -45deg,
            #ffb700,
            #ffb700 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-gold {
  background: repeating-linear-gradient(
            90deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-gold {
  background: repeating-linear-gradient(
            0deg,
            #ffb700,
            #ffb700 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-gold {
  background:
        radial-gradient(#ffb700 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-yellow {
  background: repeating-linear-gradient(
            -45deg,
            gold,
            gold 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-yellow {
  background: repeating-linear-gradient(
            90deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-yellow {
  background: repeating-linear-gradient(
            0deg,
            gold,
            gold 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-yellow {
  background:
        radial-gradient(gold 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-purple {
  background: repeating-linear-gradient(
            -45deg,
            #7643b9,
            #7643b9 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-purple {
  background: repeating-linear-gradient(
            90deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-purple {
  background: repeating-linear-gradient(
            0deg,
            #7643b9,
            #7643b9 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-purple {
  background:
        radial-gradient(#7643b9 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #cc2197,
            #cc2197 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-magenta {
  background: repeating-linear-gradient(
            90deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-magenta {
  background: repeating-linear-gradient(
            0deg,
            #cc2197,
            #cc2197 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-magenta {
  background:
        radial-gradient(#cc2197 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-hot-pink {
  background: repeating-linear-gradient(
            -45deg,
            #ff41b4,
            #ff41b4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-hot-pink {
  background: repeating-linear-gradient(
            90deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-hot-pink {
  background: repeating-linear-gradient(
            0deg,
            #ff41b4,
            #ff41b4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-hot-pink {
  background:
        radial-gradient(#ff41b4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-green {
  background: repeating-linear-gradient(
            -45deg,
            #00794c,
            #00794c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-green {
  background: repeating-linear-gradient(
            90deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-green {
  background: repeating-linear-gradient(
            0deg,
            #00794c,
            #00794c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-green {
  background:
        radial-gradient(#00794c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-green {
  background: repeating-linear-gradient(
            -45deg,
            #00a96c,
            #00a96c 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-green {
  background: repeating-linear-gradient(
            90deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-green {
  background: repeating-linear-gradient(
            0deg,
            #00a96c,
            #00a96c 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-green {
  background:
        radial-gradient(#00a96c 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #527300,
            #527300 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #527300,
            #527300 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-lime-green {
  background:
        radial-gradient(#527300 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-teal {
  background: repeating-linear-gradient(
            -45deg,
            #008374,
            #008374 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-teal {
  background: repeating-linear-gradient(
            90deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-teal {
  background: repeating-linear-gradient(
            0deg,
            #008374,
            #008374 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-teal {
  background:
        radial-gradient(#008374 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-navy {
  background: repeating-linear-gradient(
            -45deg,
            #001b44,
            #001b44 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-navy {
  background: repeating-linear-gradient(
            90deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-navy {
  background: repeating-linear-gradient(
            0deg,
            #001b44,
            #001b44 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-navy {
  background:
        radial-gradient(#001b44 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #00449e,
            #00449e 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #00449e,
            #00449e 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-blue {
  background:
        radial-gradient(#00449e 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-dark-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #008181,
            #008181 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-dark-cyan {
  background: repeating-linear-gradient(
            90deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-dark-cyan {
  background: repeating-linear-gradient(
            0deg,
            #008181,
            #008181 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-dark-cyan {
  background:
        radial-gradient(#008181 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-blue {
  background: repeating-linear-gradient(
            -45deg,
            #005eec,
            #005eec 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-blue {
  background: repeating-linear-gradient(
            90deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-blue {
  background: repeating-linear-gradient(
            0deg,
            #005eec,
            #005eec 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-blue {
  background:
        radial-gradient(#005eec 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #00e4e4,
            #00e4e4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-cyan {
  background: repeating-linear-gradient(
            90deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-cyan {
  background: repeating-linear-gradient(
            0deg,
            #00e4e4,
            #00e4e4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-cyan {
  background:
        radial-gradient(#00e4e4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-silver {
  background: repeating-linear-gradient(
            -45deg,
            #aaa,
            #aaa 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-silver {
  background: repeating-linear-gradient(
            90deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-silver {
  background: repeating-linear-gradient(
            0deg,
            #aaa,
            #aaa 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-silver {
  background:
        radial-gradient(#aaa 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-green {
  background: repeating-linear-gradient(
            -45deg,
            #b9ffe4,
            #b9ffe4 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-green {
  background: repeating-linear-gradient(
            90deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-green {
  background: repeating-linear-gradient(
            0deg,
            #b9ffe4,
            #b9ffe4 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-green {
  background:
        radial-gradient(#b9ffe4 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-purple {
  background: repeating-linear-gradient(
            -45deg,
            #e4d3ff,
            #e4d3ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-purple {
  background: repeating-linear-gradient(
            90deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-purple {
  background: repeating-linear-gradient(
            0deg,
            #e4d3ff,
            #e4d3ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-purple {
  background:
        radial-gradient(#e4d3ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-gray {
  background: repeating-linear-gradient(
            -45deg,
            #eee,
            #eee 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-gray {
  background: repeating-linear-gradient(
            90deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-gray {
  background: repeating-linear-gradient(
            0deg,
            #eee,
            #eee 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-gray {
  background:
        radial-gradient(#eee 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-red {
  background: repeating-linear-gradient(
            -45deg,
            #ffbebe,
            #ffbebe 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-red {
  background: repeating-linear-gradient(
            90deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-red {
  background: repeating-linear-gradient(
            0deg,
            #ffbebe,
            #ffbebe 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-red {
  background:
        radial-gradient(#ffbebe 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #fff5b1,
            #fff5b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-yellow {
  background: repeating-linear-gradient(
            90deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-yellow {
  background: repeating-linear-gradient(
            0deg,
            #fff5b1,
            #fff5b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-yellow {
  background:
        radial-gradient(#fff5b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-blue {
  background: repeating-linear-gradient(
            -45deg,
            #b5dbff,
            #b5dbff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-blue {
  background: repeating-linear-gradient(
            90deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-blue {
  background: repeating-linear-gradient(
            0deg,
            #b5dbff,
            #b5dbff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-blue {
  background:
        radial-gradient(#b5dbff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-light-cyan {
  background: repeating-linear-gradient(
            -45deg,
            #a0f2f5,
            #a0f2f5 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-light-cyan {
  background: repeating-linear-gradient(
            90deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-light-cyan {
  background: repeating-linear-gradient(
            0deg,
            #a0f2f5,
            #a0f2f5 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-light-cyan {
  background:
        radial-gradient(#a0f2f5 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-red {
  background: repeating-linear-gradient(
            -45deg,
            #ff0037,
            #ff0037 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-red {
  background: repeating-linear-gradient(
            90deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-red {
  background: repeating-linear-gradient(
            0deg,
            #ff0037,
            #ff0037 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-red {
  background:
        radial-gradient(#ff0037 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-orange {
  background: repeating-linear-gradient(
            -45deg,
            #ff4a03,
            #ff4a03 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-orange {
  background: repeating-linear-gradient(
            90deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-orange {
  background: repeating-linear-gradient(
            0deg,
            #ff4a03,
            #ff4a03 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-orange {
  background:
        radial-gradient(#ff4a03 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-yellow {
  background: repeating-linear-gradient(
            -45deg,
            #ffc543,
            #ffc543 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-yellow {
  background: repeating-linear-gradient(
            90deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-yellow {
  background: repeating-linear-gradient(
            0deg,
            #ffc543,
            #ffc543 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-yellow {
  background:
        radial-gradient(#ffc543 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-lime-green {
  background: repeating-linear-gradient(
            -45deg,
            #88ce00,
            #88ce00 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-lime-green {
  background: repeating-linear-gradient(
            90deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-lime-green {
  background: repeating-linear-gradient(
            0deg,
            #88ce00,
            #88ce00 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-lime-green {
  background:
        radial-gradient(#88ce00 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-green {
  background: repeating-linear-gradient(
            -45deg,
            #00c986,
            #00c986 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-green {
  background: repeating-linear-gradient(
            90deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-green {
  background: repeating-linear-gradient(
            0deg,
            #00c986,
            #00c986 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-green {
  background:
        radial-gradient(#00c986 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-blue {
  background: repeating-linear-gradient(
            -45deg,
            #0092ff,
            #0092ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-blue {
  background: repeating-linear-gradient(
            90deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-blue {
  background: repeating-linear-gradient(
            0deg,
            #0092ff,
            #0092ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-blue {
  background:
        radial-gradient(#0092ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-dark-blue {
  background: repeating-linear-gradient(
            -45deg,
            #26f,
            #26f 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-dark-blue {
  background: repeating-linear-gradient(
            90deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-dark-blue {
  background: repeating-linear-gradient(
            0deg,
            #26f,
            #26f 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-dark-blue {
  background:
        radial-gradient(#26f 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-purple {
  background: repeating-linear-gradient(
            -45deg,
            #8969ff,
            #8969ff 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-purple {
  background: repeating-linear-gradient(
            90deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-purple {
  background: repeating-linear-gradient(
            0deg,
            #8969ff,
            #8969ff 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-purple {
  background:
        radial-gradient(#8969ff 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

.bp-neon-magenta {
  background: repeating-linear-gradient(
            -45deg,
            #e036b1,
            #e036b1 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
        ),
        var(--dynamic-bg-color);
}

.bv-neon-magenta {
  background: repeating-linear-gradient(
            90deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bh-neon-magenta {
  background: repeating-linear-gradient(
            0deg,
            #e036b1,
            #e036b1 1px,
            transparent 1px,
            transparent 3px
        ),
        var(--dynamic-bg-color);
}

.bdp-neon-magenta {
  background:
        radial-gradient(#e036b1 0.5px, transparent 1px) 0 0/3px 3px,
        var(--dynamic-bg-color);
}

@media (color-gamut: p3) {
  .dark-green {
    color: color(display-p3 0 0.43 0.316);
    fill: color(display-p3 0 0.43 0.316);
  }

  .bg-dark-green {
    background-color: color(display-p3 0 0.43 0.316);
  }

  .dark-red {
    color: color(display-p3 0.745 0 0.161);
    fill: color(display-p3 0.745 0 0.161);
  }

  .bg-dark-red {
    background-color: color(display-p3 0.745 0 0.161);
  }

  .gold {
    color: color(display-p3 0.985 0.766 0);
    fill: color(display-p3 0.985 0.766 0);
  }

  .bg-gold {
    background-color: color(display-p3 0.985 0.766 0);
  }

  .dark-blue {
    color: color(display-p3 0 0.283 0.665);
    fill: color(display-p3 0 0.283 0.665);
  }

  .bg-dark-blue {
    background-color: color(display-p3 0 0.283 0.665);
  }

  .table-blue {
    border-left-color: color(display-p3 0 0.283 0.665);
  }

  .table-red {
    border-left-color: color(display-p3 0.745 0 0.161);
  }

  .table-green {
    border-left-color: color(display-p3 0 0.43 0.316);
  }

  .table-yellow {
    border-left-color: color(display-p3 0.985 0.766 0);
  }

  .us-blue {
    fill: color(display-p3 0.092 0.243 0.586);
  }

  .us-red {
    fill: color(display-p3 0.621 0.122 0.08);
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  max-width: 1000px;
  /*USER ADDED OK TO REMOVE*/
}

.container.grid-xl {
  max-width: 1291.2px;
}

.container.grid-lg {
  max-width: 971.2px;
}

.container.grid-md {
  max-width: 731.2px;
}

.container.grid-sm {
  max-width: 447.2px;
}

.container.grid-xs {
  max-width: 341.2px;
}

.show-lg,
.show-md,
.show-sm,
.show-xl,
.show-xs {
  display: none !important;
}

.columns {
  display: flex;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
  flex-wrap: wrap;
}

.columns.col-loose {
  margin-right: -1rem;
  margin-left: -1rem;
}

.columns.col-loose > .column {
  padding-right: 1rem;
  padding-left: 1rem;
}

.columns.col-gapless {
  margin-right: 0;
  margin-left: 0;
}

.columns.col-gapless > .column {
  padding-right: 0;
  padding-left: 0;
}

.columns.col-tight {
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}

.columns.col-tight > .column {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.columns.col-oneline {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.column {
  max-width: 100%;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  flex: 1;
}

.column.col-1,
.column.col-10,
.column.col-11,
.column.col-12,
.column.col-2,
.column.col-3,
.column.col-4,
.column.col-5,
.column.col-6,
.column.col-7,
.column.col-8,
.column.col-9,
.column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

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

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

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

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
    flex: none;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-auto {
    width: auto;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto {
    flex: none;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-auto {
    width: auto;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}

@media (max-width: 720px) {
  .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto {
    flex: none;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-auto {
    width: auto;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}

@media (max-width: 436px) {
  .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto {
    flex: none;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-auto {
    width: auto;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}

@media (max-width: 330px) {
  .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-auto {
    flex: none;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-auto {
    width: auto;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero.hero-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero.hero-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero .hero-body {
  padding: 0.4rem;
}

.navbar {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navbar .navbar-section {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}

.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-end;
}

.navbar .navbar-center {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.navbar .navbar-brand {
  font-size: 1rem;
  text-decoration: none;
}

.accordion input:checked ~ .accordion-header .icon,
.accordion[open] .accordion-header .icon {
  transform: rotate(90deg);
}

.accordion input:checked ~ .accordion-body,
.accordion[open] .accordion-body {
  max-height: 50rem;
}

.accordion .accordion-header {
  display: block;
  padding: 0.2rem 0.4rem;
}

.accordion .accordion-body {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0.4rem;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.avatar {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: #000;
}

.avatar.avatar-xs {
  font-size: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-sm {
  font-size: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
}

.avatar.avatar-lg {
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
}

.avatar.avatar-xl {
  font-size: 1.6rem;
  width: 3.2rem;
  height: 3.2rem;
}

.avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.avatar .avatar-icon,
.avatar .avatar-presence {
  position: absolute;
  z-index: 2;
  right: 14.64%;
  bottom: 14.64%;
  width: 50%;
  height: 50%;
  padding: 0.1rem;
  transform: translate(50%, 50%);
  background: #fff;
}

.avatar .avatar-presence {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #b8babf;
  box-shadow: 0 0 0 0.1rem #fff;
}

.avatar .avatar-presence.online {
  background: #137752;
}

.avatar .avatar-presence.busy {
  background: #e7040f;
}

.avatar .avatar-presence.away {
  background: #ff6300;
}

.avatar[data-initial]::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  content: attr(data-initial);
  transform: translate(-50%, -50%);
  color: currentColor;
}

.badge {
  position: relative;
  white-space: nowrap;
}

.badge:not([data-badge])::after,
.badge[data-badge]::after {
  display: inline-block;
  content: attr(data-badge);
  transform: translate(-0.05rem, -0.5rem);
  color: #fff;
  border-radius: 0.5rem;
  background: #000;
  background-clip: padding-box;
  box-shadow: 0 0 0 0.1rem #fff;
}

.badge[data-badge]::after {
  font-size: 0.8rem;
  line-height: 1;
  min-width: 0.9rem;
  height: 0.9rem;
  padding: 0.1rem 0.2rem;
  text-align: center;
  white-space: nowrap;
}

.badge:not([data-badge])::after,
.badge[data-badge=""]::after {
  width: 6px;
  min-width: 6px;
  height: 6px;
  padding: 0;
}

.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.badge.avatar::after {
  position: absolute;
  z-index: 100;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
}

.breadcrumb {
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  list-style: none;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0;
  color: #696d75;
}

.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0.2rem;
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #696d75;
}

.breadcrumb .breadcrumb-item:not(:first-child)::before {
  padding-right: 0.4rem;
  content: "/";
  color: #696d75;
}

.bar {
  display: flex;
  width: 100%;
  height: 0.8rem;
  border-radius: 0;
  background: #e6e6e6;
  flex-wrap: nowrap;
}

.bar.bar-sm {
  height: 0.2rem;
}

.bar .bar-item {
  font-size: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  flex-shrink: 0;
}

.bar .bar-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bar .bar-item:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-shrink: 1;
}

.bar-slider {
  position: relative;
  height: 0.1rem;
  margin: 0.4rem 0;
}

.bar-slider .bar-item {
  position: absolute;
  left: 0;
  padding: 0;
}

.bar-slider .bar-item:not(:last-child):first-child {
  z-index: 1;
  background: #e6e6e6;
}

.bar-slider .bar-slider-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  transform: translate(50%, -50%);
  border: 0;
  border-radius: 50%;
  background: #000;
}

.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.1rem #000;
}

.card {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #000;
  border-radius: 0;
  background: #fff;
}

.card .card-body,
.card .card-header {
  padding: 0.8rem;
  padding-bottom: 0;
}

.card .card-body:last-child,
.card .card-header:last-child {
  padding-bottom: 0.8rem;
}

.card .card-footer {
  padding: 1rem 0.8rem 0.8rem;
  border-top: 0.1rem solid #000;
}

.card .card-body {
  flex: 1 1 auto;
}

.card .card-image {
  padding-top: 0.8rem;
}

.card .card-image:first-child {
  padding-top: 0;
}

.card .card-image:first-child img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card .card-image:last-child img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chip {
  font-size: 90%;
  line-height: 0.8rem;
  display: inline-flex;
  overflow: hidden;
  max-width: 320px;
  height: 1.2rem;
  margin: 0.1rem;
  padding: 0.2rem 0.4rem;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  border-radius: 5rem;
  background: #e6e6e6;
  align-items: center;
}

.chip.active {
  color: #fff;
  background: #000;
}

.chip .avatar {
  margin-right: 0.2rem;
  margin-left: -0.4rem;
}

.chip .btn-clear {
  transform: scale(0.75);
  border-radius: 50%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow-y: auto;
  max-height: 50vh;
  animation: slide-down 0.15s ease 1;
}

.dropdown.dropdown-right .menu {
  right: 0;
  left: auto;
}

.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover,
.dropdown.active .menu {
  display: block;
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.empty {
  padding: 3.2rem 1.6rem;
  text-align: center;
  color: #696d75;
  border-radius: 0;
  background: #eee;
}

.empty .empty-icon {
  margin-bottom: 0.8rem;
}

.empty .empty-subtitle,
.empty .empty-title {
  margin: 0.4rem auto;
}

.empty .empty-action {
  margin-top: 0.8rem;
}

.menu {
  z-index: 300;
  min-width: 180px;
  margin: 0;
  padding: 0.4rem;
  list-style: none;
  transform: translateY(0.2rem);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.3);
}

.menu.menu-nav {
  background: 0 0;
  box-shadow: none;
}

.menu .menu-item {
  position: relative;
  margin-top: 0;
  padding: 0 0.4rem;
  text-decoration: none;
}

.menu .menu-item > a {
  display: block;
  margin: 0 -0.4rem;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
}

.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
  color: #000;
  background: #9ba3a8;
}

.menu .menu-item > a.active,
.menu .menu-item > a:active {
  color: #000;
  background: #9ba3a8;
}

.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}

.menu .menu-item + .menu-item {
  margin-top: 0.2rem;
}

.menu .menu-badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  align-items: center;
}

.menu .menu-badge .label {
  margin-right: 0.4rem;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  padding: 0.4rem;
  opacity: 0;
  align-items: center;
  justify-content: center;
}

.modal.active,
.modal:target {
  z-index: 400;
  display: flex;
  opacity: 1;
}

.modal.active .modal-overlay,
.modal:target .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  cursor: default;
  background: rgba(238, 238, 238, 0.75);
}

.modal.active .modal-container,
.modal:target .modal-container {
  z-index: 1;
  animation: slide-down 0.2s ease 1;
}

.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}

.modal.modal-lg .modal-overlay {
  background: #fff;
}

.modal.modal-lg .modal-container {
  max-width: 960px;
  box-shadow: none;
}

.modal-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  max-height: 75vh;
  padding: 0 0.8rem;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}

.modal-container.modal-fullheight {
  max-height: 100vh;
}

.modal-container .modal-header {
  padding: 0.8rem;
  color: #000;
}

.modal-container .modal-body {
  position: relative;
  overflow-y: auto;
  padding: 0.8rem;
}

.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

.nav {
  display: flex;
  flex-direction: column;
  margin: 0.2rem 0;
  list-style: none;
}

.nav .nav-item a {
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  color: #696d75;
}

.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #000;
}

.nav .nav-item.active > a {
  font-weight: 600;
  color: #51545a;
}

.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #000;
}

.nav .nav {
  margin-bottom: 0.4rem;
}

.pagination {
  display: flex;
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  list-style: none;
}

.pagination .page-item {
  margin: 0.2rem 0.05rem;
}

.pagination .page-item span {
  display: inline-block;
  padding: 0.2rem 0.2rem;
}

.pagination .page-item a {
  display: inline-block;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  border-radius: 0;
}

.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #000;
}

.pagination .page-item.disabled a {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.pagination .page-item.active a {
  color: #fff;
  background: #000;
}

.pagination .page-item.page-next,
.pagination .page-item.page-prev {
  flex: 1 0 50%;
}

.pagination .page-item.page-next {
  text-align: right;
}

.pagination .page-item .page-item-title {
  margin: 0;
}

.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: 0.5;
}

.panel {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #000;
  border-radius: 0;
}

.panel .panel-footer,
.panel .panel-header {
  padding: 0.8rem 0.8rem 0;
  flex: 0 0 auto;
}

.panel .panel-nav {
  flex: 0 0 auto;
}

.panel .panel-body {
  overflow-y: auto;
  padding: 0 0.8rem;
  flex: 1 1 auto;
}

.popover {
  position: relative;
  display: inline-block;
}

.popover .popover-container {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 50%;
  width: 320px;
  padding: 0.4rem;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.popover :focus + .popover-container,
.popover:hover .popover-container {
  display: block;
  transform: translate(-50%, -100%) scale(1);
  opacity: 1;
}

.popover.popover-right .popover-container {
  top: 50%;
  left: 100%;
}

.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container {
  transform: translate(0, -50%) scale(1);
}

.popover.popover-bottom .popover-container {
  top: 100%;
  left: 50%;
}

.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container {
  transform: translate(-50%, 0) scale(1);
}

.popover.popover-left .popover-container {
  top: 50%;
  left: 0;
}

.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container {
  transform: translate(-100%, -50%) scale(1);
}

.popover .card {
  border: 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
}

.step {
  display: flex;
  width: 100%;
  margin: 0.2rem 0;
  list-style: none;
  flex-wrap: nowrap;
}

.step .step-item {
  position: relative;
  min-height: 1rem;
  margin-top: 0;
  text-align: center;
  flex: 1 1 0;
}

.step .step-item:not(:first-child)::before {
  position: absolute;
  top: 9px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}

.step .step-item a {
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  color: #000;
}

.step .step-item a::before {
  position: absolute;
  z-index: 1;
  top: 0.2rem;
  left: 50%;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  transform: translateX(-50%);
  border: 0.1rem solid #fff;
  border-radius: 50%;
  background: #000;
}

.step .step-item.active a::before {
  border: 0.1rem solid #000;
  background: #fff;
}

.step .step-item.active ~ .step-item::before {
  background: #000;
}

.step .step-item.active ~ .step-item a {
  color: #b8babf;
}

.step .step-item.active ~ .step-item a::before {
  background: #000;
}

.tab {
  display: flex;
  margin: 0 0 0.6rem;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}

.tab .tab-item {
  margin: 0 0.4rem 0;
  border: 1px solid #000;
  box-shadow: 2px 2px #ddd;
}

.tab .tab-item:first-child {
  margin: 0 0.4rem 0 0;
}

.tab .tab-item:last-child {
  margin: 0 0 0 0.4rem;
}

.tab .tab-item a {
  display: block;
  padding: 0.3rem 0.6rem 0.1rem;
  text-decoration: none;
  color: inherit;
}

.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #002dce;
}

.tab .tab-item a.ui-tabs-active,
.tab .tab-item.ui-tabs-active a {
  color: #fff;
  background: #000;
}

.tab .tab-item.tab-action {
  text-align: right;
  flex: 1 0 auto;
}

.tab .tab-item .btn-clear {
  margin-top: -0.2rem;
}

.tab.tab-block .tab-item {
  text-align: center;
  flex: 1 0 0;
}

.tab.tab-block .tab-item a {
  margin: 0;
}

.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  transform: translate(0, 0);
}

.tab:not(.tab-block) .badge {
  padding-right: 0;
}

.tile {
  display: flex;
  align-content: space-between;
  align-items: flex-start;
}

.tile .tile-action,
.tile .tile-icon {
  flex: 0 0 auto;
}

.tile .tile-content {
  flex: 1 1 auto;
}

.tile .tile-content:not(:first-child) {
  padding-left: 0.4rem;
}

.tile .tile-content:not(:last-child) {
  padding-right: 0.4rem;
}

.tile .tile-subtitle,
.tile .tile-title {
  line-height: 1.2rem;
}

.tile.tile-centered {
  align-items: center;
}

.tile.tile-centered .tile-content {
  overflow: hidden;
}

.tile.tile-centered .tile-subtitle,
.tile.tile-centered .tile-title {
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toast {
  display: block;
  width: 100%;
  padding: 0.2rem 0.4rem 0;
  color: #fff;
  border: 0.1rem solid #000;
  border-color: #000;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.95);
}

.toast.toast-primary {
  border-color: #000;
  background: rgba(0, 0, 0, 0.95);
}

.toast.toast-success {
  border-color: #137752;
  background: rgba(19, 119, 82, 0.95);
}

.toast.toast-warning {
  border-color: #ff6300;
  background: rgba(255, 99, 0, 0.95);
}

.toast.toast-error {
  border-color: #e7040f;
  background: rgba(231, 4, 15, 0.95);
}

.toast a {
  text-decoration: underline;
  color: #fff;
}

.toast a.active,
.toast a:active,
.toast a:focus,
.toast a:hover {
  opacity: 0.75;
}

.toast .btn-clear {
  margin: 0.1rem;
}

.toast p:last-child {
  margin-bottom: 0;
}

.tippy-box[data-theme~="usgc-tippy-theme"] {
  padding: 0.75rem 0.75rem 0.5rem;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.pointer {
  cursor: pointer;
}

.table-tt {
  font-size: 1rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-tt td {
  line-height: 1.4rem;
  overflow: hidden;
  height: 1.6rem;
  padding: 0 0.4rem 0;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
}

.table-tt th {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-weight: 700;
  line-height: 1.4rem;
  height: 1.6rem;
  padding: 0.2rem 0.4rem 0.1rem;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #000;
}

ul.tree {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tree.root {
  margin: 0 0 0 -2rem;
}

ul.tree li {
  margin: 0 0 0 3rem;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #000;
}

ul.tree > li:last-child {
  margin: 0 0 0 3rem;
  padding: 0;
  border-left: 1px solid transparent;
}

ul.tree li span {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}

ul.tree li span::before {
  position: absolute;
  top: 0;
  bottom: 50%;
  left: -1px;
  width: 2rem;
  content: "";
  border: 1px solid #000;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
}

ul.stocktree {
  position: relative;
  margin: 0;
  padding: 0.75rem 0;
  list-style-type: none;
}

ul.stocktree.root {
  margin: 0 0 0 -3rem;
}

ul.stocktree li {
  margin: 0 0 0 4rem;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #000;
}

ul.stocktree > li:last-child {
  margin: 0 0 0 4rem;
  padding: 0;
  border-left: 1px solid transparent;
}

ul.stocktree li div.stocktree-child {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8rem;
}

ul.stocktree li:last-child div.stocktree-child {
  padding: 0 0 0 1.8rem;
}

ul.stocktree li div::before {
  position: absolute;
  top: 0;
  bottom: 50%;
  left: -1px;
  width: 1.6rem;
  content: "";
  border: 1px solid #000;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
}

.asset-label {
  display: flex;
  flex-direction: column;
  margin-top: 0.1rem;
  margin-bottom: 0.4rem;
  box-shadow: 2px 2px #ddd;
  align-items: center;
  justify-content: center;
}

.asset-placard {
  display: flex;
  flex-direction: column;
  border: 1px solid #666;
  box-shadow: 2px 2px #ddd;
  align-items: center;
  justify-items: center;
}

.asset-label-full {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #666;
  box-shadow: 2px 2px #ddd;
  align-items: center;
  justify-items: center;
}

.asset-label-insert {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.ba {
  border-width: 1px;
  border-style: solid;
}

.bt {
  border-top-width: 1px;
  border-top-style: solid;
}

.br {
  border-right-width: 1px;
  border-right-style: solid;
}

.bb {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.bl {
  border-left-width: 1px;
  border-left-style: solid;
}

.bn {
  border-width: 0;
  border-style: none;
}

.b--inherit {
  border-color: inherit;
}

.b--thick {
  border-width: 4px;
}

.b--dotted {
  border-width: 1px;
  border-style: dotted;
}

.b--dashed {
  border-width: 1px;
  border-style: dashed;
}

.b--dashed-thick {
  border-width: 2px;
  border-style: dashed;
}

.b--solid {
  border-style: solid;
}

.measure {
  max-width: 30rem;
}

.measure-small {
  max-width: 26rem;
}

.measure-wide {
  max-width: 34rem;
}

.measure-narrow {
  max-width: 20rem;
}

.measure-float {
  float: left;
  margin-left: 2rem;
}

.w100 {
  width: 100%;
}

.h100 {
  min-height: 100%;
}

.pa0 {
  padding: 0;
}

.pa1 {
  padding: 0.25rem;
}

.pa2 {
  padding: 0.5rem;
}

.pa3 {
  padding: 1rem;
}

.pa4 {
  padding: 2rem;
}

.pa5 {
  padding: 4rem;
}

.pa6 {
  padding: 8rem;
}

.pa7 {
  padding: 16rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.25rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pl3 {
  padding-left: 1rem;
}

.pl4 {
  padding-left: 2rem;
}

.pl5 {
  padding-left: 4rem;
}

.pl6 {
  padding-left: 8rem;
}

.pl7 {
  padding-left: 16rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.25rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pr3 {
  padding-right: 1rem;
}

.pr4 {
  padding-right: 2rem;
}

.pr5 {
  padding-right: 4rem;
}

.pr6 {
  padding-right: 8rem;
}

.pr7 {
  padding-right: 16rem;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.pb3 {
  padding-bottom: 1rem;
}

.pb4 {
  padding-bottom: 2rem;
}

.pb5 {
  padding-bottom: 4rem;
}

.pb6 {
  padding-bottom: 8rem;
}

.pb7 {
  padding-bottom: 16rem;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.25rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pt3 {
  padding-top: 1rem;
}

.pt4 {
  padding-top: 2rem;
}

.pt5 {
  padding-top: 4rem;
}

.pt6 {
  padding-top: 8rem;
}

.pt7 {
  padding-top: 16rem;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pv1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pv2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pv3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pv5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pv6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pv7 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.ph0 {
  padding-right: 0;
  padding-left: 0;
}

.ph1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.ph2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.ph3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.ph4 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.ph5 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.ph6 {
  padding-right: 8rem;
  padding-left: 8rem;
}

.ph7 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.ma0 {
  margin: 0;
}

.ma1 {
  margin: 0.25rem;
}

.ma2 {
  margin: 0.5rem;
}

.ma3 {
  margin: 1rem;
}

.ma4 {
  margin: 2rem;
}

.ma5 {
  margin: 4rem;
}

.ma6 {
  margin: 8rem;
}

.ma7 {
  margin: 16rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.25rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.ml3 {
  margin-left: 1rem;
}

.ml4 {
  margin-left: 2rem;
}

.ml5 {
  margin-left: 4rem;
}

.ml6 {
  margin-left: 8rem;
}

.ml7 {
  margin-left: 16rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.25rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mr3 {
  margin-right: 1rem;
}

.mr4 {
  margin-right: 2rem;
}

.mr5 {
  margin-right: 4rem;
}

.mr6 {
  margin-right: 8rem;
}

.mr7 {
  margin-right: 16rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mb3 {
  margin-bottom: 1rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mb6 {
  margin-bottom: 8rem;
}

.mb7 {
  margin-bottom: 16rem;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.25rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mt3 {
  margin-top: 1rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt5 {
  margin-top: 4rem;
}

.mt6 {
  margin-top: 8rem;
}

.mt7 {
  margin-top: 16rem;
}

.measure-width-2 {
  width: 2rem;
  max-width: 2rem;
}

.measure-width-3 {
  width: 3rem;
  max-width: 3rem;
}

.measure-width-4 {
  width: 4rem;
  max-width: 4rem;
}

.measure-width-5 {
  width: 5rem;
  max-width: 5rem;
}

.measure-width-6 {
  width: 6rem;
  max-width: 6rem;
}

.measure-width-7 {
  width: 7rem;
  max-width: 7rem;
}

.measure-width-8 {
  width: 8rem;
  max-width: 8rem;
}

.measure-width-9 {
  width: 9rem;
  max-width: 9rem;
}

.measure-width-10 {
  width: 10rem;
  max-width: 10rem;
}

.measure-width-11 {
  width: 11rem;
  max-width: 11rem;
}

.measure-width-16 {
  width: 16rem;
  max-width: 16rem;
}

.measure-width-18 {
  width: 18rem;
  max-width: 18rem;
}

.measure-width-19 {
  width: 19rem;
  max-width: 19rem;
}

.measure-width-20 {
  width: 20rem;
  max-width: 20rem;
}

.measure-width-22 {
  width: 22rem;
  max-width: 22rem;
}

.measure-width-24 {
  width: 24rem;
  max-width: 24rem;
}

.measure-1 {
  max-width: 1rem;
}

.measure-2 {
  max-width: 2rem;
}

.measure-3 {
  max-width: 3rem;
}

.measure-4 {
  max-width: 4rem;
}

.measure-6 {
  max-width: 6rem;
}

.measure-8 {
  max-width: 8rem;
}

.measure-9 {
  max-width: 9rem;
}

.measure-10 {
  max-width: 10rem;
}

.measure-12 {
  max-width: 12rem;
}

.measure-16 {
  max-width: 16rem;
}

.measure-24 {
  max-width: 24rem;
}

.measure-28 {
  max-width: 28rem;
}

.measure-36 {
  max-width: 36rem;
}

.measure-48 {
  max-width: 48rem;
}

.measure-54 {
  max-width: 54rem;
}

.measure-60 {
  max-width: 60rem;
}

.measure-64 {
  max-width: 64rem;
}

.measure-72 {
  max-width: 72rem;
}

.measure-96 {
  max-width: 96rem;
}

.limit-1 {
  max-width: 1rem;
}

.limit-2 {
  max-width: 2rem;
}

.limit-3 {
  max-width: 3rem;
}

.limit-4 {
  max-width: 4rem;
}

.limit-6 {
  max-width: 6rem;
}

.limit-8 {
  max-width: 8rem;
}

.limit-12 {
  max-width: 12rem;
}

.limit-16 {
  max-width: 16rem;
}

.limit-24 {
  max-width: 24rem;
}

.limit-36 {
  max-width: 36rem;
}

.limit-48 {
  max-width: 48rem;
}

.limit-60 {
  max-width: 60rem;
}

.limit-72 {
  max-width: 72rem;
}

.limit-96 {
  max-width: 96rem;
}

.hide {
  display: none;
}

@media screen and (max-width: 436px) {
  html {
    font-size: 12px;
    background: #fff;
  }

  body {
    margin: 1rem 0.25rem 0.25rem 0.25rem;
    padding: 0 0.8rem;
    border: none;
    box-shadow: none;
  }

  .navbar {
    padding-top: 0;
  }

  h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    font-size: 14px;
  }

  .responsive-1-phone {
    min-width: 1rem;
    max-width: 100%;
  }

  .responsive-2-phone {
    min-width: 2rem;
    max-width: 100%;
  }

  .responsive-3-phone {
    min-width: 3rem;
    max-width: 100%;
  }

  .responsive-4-phone {
    min-width: 4rem;
    max-width: 100%;
  }

  .responsive-6-phone {
    min-width: 6rem;
    max-width: 100%;
  }

  .responsive-8-phone {
    min-width: 8rem;
    max-width: 100%;
  }

  .responsive-12-phone {
    min-width: 12rem;
    max-width: 100%;
  }

  .responsive-16-phone {
    min-width: 16rem;
    max-width: 100%;
  }

  .responsive-24-phone {
    min-width: 24rem;
    max-width: 100%;
  }

  .responsive-36-phone {
    min-width: 36rem;
    max-width: 100%;
  }

  .responsive-48-phone {
    min-width: 48rem;
    max-width: 100%;
  }

  .responsive-60-phone {
    min-width: 60rem;
    max-width: 100%;
  }

  .responsive-72-phone {
    min-width: 72rem;
    max-width: 100%;
  }

  .responsive-96-phone {
    min-width: 96rem;
    max-width: 100%;
  }

  .measure-1-phone {
    width: 1rem;
    max-width: 1rem;
  }

  .measure-2-phone {
    width: 2rem;
    max-width: 2rem;
  }

  .measure-3-phone {
    width: 3rem;
    max-width: 3rem;
  }

  .measure-4-phone {
    width: 4rem;
    max-width: 4rem;
  }

  .measure-6-phone {
    width: 6rem;
    max-width: 6rem;
  }

  .measure-8-phone {
    width: 8rem;
    max-width: 8rem;
  }

  .measure-12-phone {
    width: 12rem;
    max-width: 12rem;
  }

  .measure-16-phone {
    width: 16rem;
    max-width: 16rem;
  }

  .measure-24-phone {
    width: 24rem;
    max-width: 24rem;
  }

  .measure-28-phone {
    width: 28rem;
    max-width: 28rem;
  }

  .measure-36-phone {
    width: 36rem;
    max-width: 36rem;
  }

  .measure-48-phone {
    width: 48rem;
    max-width: 48rem;
  }

  .measure-60-phone {
    width: 60rem;
    max-width: 60rem;
  }

  .measure-72-phone {
    width: 72rem;
    max-width: 72rem;
  }

  .measure-96-phone {
    width: 96rem;
    max-width: 96rem;
  }

  .hide-phone {
    display: none;
  }

  .space-below-responsive {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 436px) and (max-width: 720px) {
  .measure-1-tablet {
    width: 1rem;
    max-width: 1rem;
  }

  .measure-2-tablet {
    width: 2rem;
    max-width: 2rem;
  }

  .measure-3-tablet {
    width: 3rem;
    max-width: 3rem;
  }

  .measure-4-tablet {
    width: 4rem;
    max-width: 4rem;
  }

  .measure-6-tablet {
    width: 6rem;
    max-width: 6rem;
  }

  .measure-8-tablet {
    width: 8rem;
    max-width: 8rem;
  }

  .measure-12-tablet {
    width: 12rem;
    max-width: 12rem;
  }

  .measure-16-tablet {
    width: 16rem;
    max-width: 16rem;
  }

  .measure-24-tablet {
    width: 24rem;
    max-width: 24rem;
  }

  .measure-28-tablet {
    width: 28rem;
    max-width: 28rem;
  }

  .measure-30-tablet {
    width: 30rem;
    max-width: 30rem;
  }

  .measure-36-tablet {
    width: 36rem;
    max-width: 36rem;
  }

  .measure-48-tablet {
    width: 48rem;
    max-width: 48rem;
  }

  .measure-60-tablet {
    width: 60rem;
    max-width: 60rem;
  }

  .measure-72-tablet {
    width: 72rem;
    max-width: 72rem;
  }

  .measure-96-tablet {
    width: 96rem;
    max-width: 96rem;
  }

  .hide-tablet {
    display: none;
  }

  .space-below-responsive {
    margin-bottom: 1rem;
  }
}

.top-1 {
  margin-top: 1rem;
}

.top-2 {
  margin-top: 2rem;
}

.top-3 {
  margin-top: 3rem;
}

.top-4 {
  margin-top: 4rem;
}

.top-6 {
  margin-top: 6rem;
}

.top-8 {
  margin-top: 8rem;
}

.top-12 {
  margin-top: 12rem;
}

.top-16 {
  margin-top: 16rem;
}

.top-24 {
  margin-top: 24rem;
}

.top-36 {
  margin-top: 36rem;
}

.top-48 {
  margin-top: 48rem;
}

.top-60 {
  margin-top: 60rem;
}

.bottom-04 {
  margin-bottom: 0.2rem;
}

.bottom-1 {
  margin-bottom: 1rem;
}

.bottom-2 {
  margin-bottom: 2rem;
}

.bottom-3 {
  margin-bottom: 3rem;
}

.bottom-4 {
  margin-bottom: 4rem;
}

.bottom-6 {
  margin-bottom: 6rem;
}

.bottom-8 {
  margin-bottom: 8rem;
}

.bottom-12 {
  margin-bottom: 12rem;
}

.bottom-16 {
  margin-bottom: 16rem;
}

.bottom-24 {
  margin-bottom: 24rem;
}

.bottom-36 {
  margin-bottom: 36rem;
}

.bottom-48 {
  margin-bottom: 48rem;
}

.bottom-60 {
  margin-bottom: 60rem;
}

.spacing-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spacing-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.spacing-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.spacing-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.spacing-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.spacing-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.spacing-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.spacing-16 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.spacing-24 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.spacing-36 {
  margin-top: 36rem;
  margin-bottom: 36rem;
}

.spacing-48 {
  margin-top: 48rem;
  margin-bottom: 48rem;
}

.spacing-60 {
  margin-top: 60rem;
  margin-bottom: 60rem;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.flex-measure-12 {
  flex: 0 0 12rem;
}

.flex-measure-24 {
  flex: 0 0 24rem;
}

.flex-measure-28 {
  flex: 0 0 28rem;
}

.flex-measure-36 {
  flex: 0 0 36rem;
}

.flex-measure-42 {
  flex: 0 0 42rem;
}

.flex-measure-48 {
  flex: 0 0 48rem;
}

.flex-measure-60 {
  flex: 0 0 60rem;
}

@media screen and (min-width: 436px) {
  .measure-ns {
    max-width: 30rem;
  }

  .measure-small-ns {
    max-width: 26rem;
  }

  .measure-wide-ns {
    max-width: 34rem;
  }

  .measure-narrow-ns {
    max-width: 20rem;
  }
}

@media screen and (min-width: 436px) and (max-width: 720px) {
  .measure-m {
    max-width: 30rem;
  }

  .measure-small-m {
    max-width: 26rem;
  }

  .measure-wide-m {
    max-width: 34rem;
  }

  .measure-narrow-m {
    max-width: 20rem;
  }
}

@media screen and (min-width: 720px) {
  .measure-l {
    max-width: 30rem;
  }

  .measure-small-l {
    max-width: 26rem;
  }

  .measure-wide-l {
    max-width: 34rem;
  }

  .measure-narrow-l {
    max-width: 20rem;
  }

  .tab-long-label {
    display: block;
  }

  .tab-short-label {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .tab-long-label {
    display: none;
  }

  .tab-short-label {
    display: block;
  }
}

@media print {
  header {
    display: none;
  }

  footer {
    display: none;
  }

  .btn {
    display: none;
  }
}

.htmx-indicator,
.red-dot {
  width: 10px;
  height: 10px;
  animation: dot 0.2s steps(2, start) infinite;
  border: none;
  border-radius: 6px;
  background: red;
}

i.htmx-request {
  display: none;
}

.blinking {
  display: none;
}

.blinking-red-dot,
.htmx-indicator {
  display: none;
}

.blinking.red-dot,
.htmx-request.htmx-indicator {
  display: inline-block;
}

@keyframes dot {
  to {
    visibility: hidden;
  }
}

.form-horizontal {
  padding: 0;
}

.blink,
.htmx-request {
  animation: blink 0.15s step-end infinite;
}

@keyframes blink {
  0% {
    color: #000;
    background-color: #fff;
  }

  50% {
    color: #fff;
    background-color: #e7040f;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-1.6rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blink-slow {
  0% {
    color: #000;
    background-color: #fff;
  }

  50% {
    color: #fff;
    background-color: #e7040f;
  }
}

.blink-slow {
  animation: blink 0.25s step-end infinite;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #000;
}

a.text-primary:visited {
  color: #0d0d0d;
}

.text-secondary {
  color: #939ba1 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #858f95;
}

a.text-secondary:visited {
  color: #a0a8ad;
}

.text-grey {
  color: #b8babf !important;
}

a.text-grey:focus,
a.text-grey:hover {
  color: #abadb3;
}

a.text-grey:visited {
  color: #c5c7cb;
}

.text-light {
  color: #fff !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #f2f2f2;
}

a.text-light:visited {
  color: #fff;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #000;
}

a.text-dark:visited {
  color: #0d0d0d;
}

.text-success {
  color: #137752 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #0f6143;
}

a.text-success:visited {
  color: #178d61;
}

.text-warning {
  color: #ff6300 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #e65900;
}

a.text-warning:visited {
  color: #ff731a;
}

.text-error {
  color: #e7040f !important;
}

a.text-error:focus,
a.text-error:hover {
  color: #ce040d;
}

a.text-error:visited {
  color: #fb0a15;
}

.bg-primary {
  color: #fff;
  background: #000 !important;
}

.bg-secondary {
  background: #9ba3a8 !important;
}

.bg-dark {
  color: #fff;
  background: #000 !important;
}

.bg-grey {
  background: #eee !important;
}

.bg-success {
  color: #fff;
  background: #137752 !important;
}

.bg-warning {
  color: #fff;
  background: #ff6300 !important;
}

.bg-error {
  color: #fff;
  background: #e7040f !important;
}

.c-hand {
  cursor: pointer;
}

.c-move {
  cursor: move;
}

.c-zoom-in {
  cursor: zoom-in;
}

.c-zoom-out {
  cursor: zoom-out;
}

.c-not-allowed {
  cursor: not-allowed;
}

.c-auto {
  cursor: auto;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

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

.d-flex {
  display: flex;
}

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

.d-justify-between {
  justify-content: space-between;
}

.d-justify-around {
  justify-content: space-around;
}

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

.d-visible {
  visibility: visible;
}

.d-invisible {
  visibility: hidden;
}

.text-hide {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  text-shadow: none;
}

.text-assistive {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.divider,
.divider-vert {
  position: relative;
  display: block;
}

.divider-vert[data-content]::after,
.divider[data-content]::after {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0 0.4rem;
  content: attr(data-content);
  transform: translateY(-0.7rem);
  color: #b8babf;
  background: #fff;
}

.divider {
  height: 0.1rem;
  margin: 0.4rem 0;
  border-top: 0.1rem solid #141414;
}

.divider[data-content] {
  margin: 0.8rem 0;
}

.divider-vert {
  display: block;
  padding: 0.8rem;
}

.divider-vert::before {
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 50%;
  display: block;
  content: "";
  transform: translateX(-50%);
  border-left: 0.1rem solid #000;
}

.divider-vert[data-content]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.2rem 0;
  transform: translate(-50%, -50%);
}

.loading {
  position: relative;
  min-height: 0.8rem;
  pointer-events: none;
  color: transparent !important;
}

.loading::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
  content: "";
  animation: loading 0.5s infinite linear;
  border: 0.1rem solid #000;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
}

.loading.loading-lg {
  min-height: 2rem;
}

.loading.loading-lg::after {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: -0.8rem;
}

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

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

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

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

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

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

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

.p-centered {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.2rem !important;
}

.mr-1 {
  margin-right: 0.2rem !important;
}

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

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

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

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

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

.ml-2 {
  margin-left: 0.4rem !important;
}

.mr-2 {
  margin-right: 0.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1 {
  padding-left: 0.2rem !important;
}

.pr-1 {
  padding-right: 0.2rem !important;
}

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

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

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

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

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

.pl-2 {
  padding-left: 0.4rem !important;
}

.pr-2 {
  padding-right: 0.4rem !important;
}

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

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

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

.s-rounded {
  border-radius: 0;
}

.s-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

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

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

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

.text-normal {
  font-weight: 400;
  text-transform: none;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-small {
  font-size: 0.875rem;
}

.text-regular {
  font-size: 1rem;
}

.text-medium {
  font-size: 1.1rem;
}

.text-large {
  font-size: 1.2rem;
}

.text-condensed {
  font-stretch: condensed;
}

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

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

.text-break {
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  -ms-hyphens: auto;
}

.text-overflow {
  overflow: hidden;
  overflow-wrap: anywhere;
}

.font-univers {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
}

.font-berkeley-mono {
  font-family:
        TX-02-Data,
        "SF Mono",
        -apple-system,
        "Segoe UI Mono",
        "Roboto Mono",
        Menlo,
        Courier,
        monospace;
}

.mw01 {
  width: 0.1rem;
  max-width: 0.1rem;
}

.mh01 {
  height: 0.1rem;
  max-height: 0.1rem;
}

.mw02 {
  width: 0.2rem;
  max-width: 0.2rem;
}

.mh02 {
  height: 0.2rem;
  max-height: 0.2rem;
}

.mw05 {
  width: 0.5rem;
  max-width: 0.5rem;
}

.mh05 {
  height: 0.5rem;
  max-height: 0.5rem;
}

.mw1 {
  width: 1rem;
  max-width: 1rem;
}

.mh1 {
  height: 1rem;
  max-height: 1rem;
}

.mw2 {
  width: 2rem;
  max-width: 2rem;
}

.mh2 {
  height: 2rem;
  max-height: 2rem;
}

.mw3 {
  width: 3rem;
  max-width: 3rem;
}

.mh3 {
  height: 3rem;
  max-height: 3rem;
}

.mw4 {
  width: 4rem;
  max-width: 4rem;
}

.mh4 {
  height: 4rem;
  max-height: 4rem;
}

.mw5 {
  width: 5rem;
  max-width: 5rem;
}

.mh5 {
  height: 5rem;
  max-height: 5rem;
}

.mw6 {
  width: 6rem;
  max-width: 6rem;
}

.mh6 {
  height: 6rem;
  max-height: 6rem;
}

.mw7 {
  width: 7rem;
  max-width: 7rem;
}

.mh7 {
  height: 7rem;
  max-height: 7rem;
}

.mw8 {
  width: 8rem;
  max-width: 8rem;
}

.mh8 {
  height: 8rem;
  max-height: 8rem;
}

.mw9 {
  width: 9rem;
  max-width: 9rem;
}

.mh9 {
  height: 9rem;
  max-height: 9rem;
}

.mw10 {
  width: 10rem;
  max-width: 10rem;
}

.mh10 {
  height: 10rem;
  max-height: 10rem;
}

.mw11 {
  width: 11rem;
  max-width: 11rem;
}

.mh11 {
  height: 11rem;
  max-height: 11rem;
}

.mw12 {
  width: 12rem;
  max-width: 12rem;
}

.mh12 {
  height: 12rem;
  max-height: 12rem;
}

.mw13 {
  width: 13rem;
  max-width: 13rem;
}

.mh13 {
  height: 13rem;
  max-height: 13rem;
}

.mw14 {
  width: 14rem;
  max-width: 14rem;
}

.mh14 {
  height: 14rem;
  max-height: 14rem;
}

.mw15 {
  width: 15rem;
  max-width: 15rem;
}

.mh15 {
  height: 15rem;
  max-height: 15rem;
}

.mw16 {
  width: 16rem;
  max-width: 16rem;
}

.mh16 {
  height: 16rem;
  max-height: 16rem;
}

.mw17 {
  width: 17rem;
  max-width: 17rem;
}

.mh17 {
  height: 17rem;
  max-height: 17rem;
}

.mw18 {
  width: 18rem;
  max-width: 18rem;
}

.mh18 {
  height: 18rem;
  max-height: 18rem;
}

.mw19 {
  width: 19rem;
  max-width: 19rem;
}

.mh19 {
  height: 19rem;
  max-height: 19rem;
}

.mw20 {
  width: 20rem;
  max-width: 20rem;
}

.mh20 {
  height: 20rem;
  max-height: 20rem;
}

.mw21 {
  width: 21rem;
  max-width: 21rem;
}

.mh21 {
  height: 21rem;
  max-height: 21rem;
}

.mw22 {
  width: 22rem;
  max-width: 22rem;
}

.mh22 {
  height: 22rem;
  max-height: 22rem;
}

.mw23 {
  width: 23rem;
  max-width: 23rem;
}

.mh23 {
  height: 23rem;
  max-height: 23rem;
}

.mw24 {
  width: 24rem;
  max-width: 24rem;
}

.mh24 {
  height: 24rem;
  max-height: 24rem;
}

.mw28 {
  width: 28rem;
  max-width: 28rem;
}

.mh28 {
  height: 28rem;
  max-height: 28rem;
}

.mw32 {
  width: 32rem;
  max-width: 32rem;
}

.mh32 {
  height: 32rem;
  max-height: 32rem;
}

.mw36 {
  width: 36rem;
  max-width: 36rem;
}

.mh36 {
  height: 36rem;
  max-height: 36rem;
}

html {
  overflow-x: hidden;
  margin-right: calc(100% - 100vw);
  background: #fff;
}

body {
  line-height: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem 0.25rem;
  max-width: 1000px;
  /* border: 1px solid #888; */
  /* box-shadow: 2px 2px #ccc; */
}

em {
  font-style: italic;
}

p.preamble {
  margin-bottom: 0.4rem;
  margin-left: 1.1rem;
  text-indent: -1.2rem;
}

.no-decoration {
  text-decoration: none;
}

.no-decoration:active,
.no-decoration:focus,
.no-decoration:hover {
  text-decoration: none;
}

.navbar {
  height: 100%;
  padding-top: 1rem;
}

.navbar .navbar-section {
  display: flex;
  align-items: center;
  flex: auto;
}

.navbar .navbar-section:not(:first-child):last-child {
  -ms-flex-pack: start;
}

.logo {
  display: flex;
}

@media screen and (max-width: 436px) {
  .logo {
    flex-direction: column;
  }
}

@media screen and (max-width: 720px) {
  .logo {
    flex-direction: column;
  }
}

.logo-logotype {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  padding-right: 1rem;
  white-space: nowrap;
  text-decoration: none;
  flex: 0 1 auto;
}

.logo-logotype h1 {
  font-size: 16px;
}

.logo-logotype a {
  text-decoration: none;
}

@media screen and (max-width: 436px) {
  .logo-logotype h1 {
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 720px) {
  .logo-logotype h1 {
    margin-bottom: 0.5rem;
  }
}

.logo-colorscale {
  display: flex;
  padding-bottom: 2px;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}

.logo-colorscale img {
  width: 100%;
  height: 9px;
}

.logo-colorscale svg {
  width: 100%;
  height: 100%;
}

.nav-active-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 6px;
  background: #ff4136;
}

.powered-by-stripe {
  display: inline-block;
  height: 2rem;
}

.powered-by-stripe img {
  position: relative;
  top: 0.4rem;
}

header.container {
  max-width: inherit;
}

.space-below-responsive {
  margin-bottom: 0;
}

.fit {
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}

.inline-block {
  display: inline-block;
  margin-right: 0.5em;
}

.kg-image {
  display: block;
  width: 100%;
  max-width: 96rem;
  height: auto;
  margin: 0;
}

.img-card {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 2px;
  margin-bottom: 2px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px #ddd;
}

.stylistic-set-preview {
  width: 4rem;
  margin: 0;
  padding: 0.4rem;
  border: 1px solid #aaa;
  background: #fff;
}

figure {
  margin: 0.4em 0;
  padding: 0.4rem;
  border: 1px solid #ccc;
}

figcaption {
  margin-top: 0.4rem;
  text-align: center;
}

hr {
  overflow: visible;
  height: 1px;
  margin: 0.5rem 0 0.5rem;
  color: #333;
  border: none;
  border-top: 1px dashed #000;
}

hr.solid {
  border-top: none;
  border-bottom: 1px solid #000;
}

.social-media-icon {
  width: 0.875rem;
}

.panel .tile {
  margin: 0.75rem 0;
}

.panel .panel-header {
  border-bottom: 1px solid #000;
}

footer {
  margin-top: 2rem;
  color: #000;
}

img.splash {
  width: 100%;
}

.panel {
  max-width: 480px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card .card-header {
  padding-top: 0.5rem;
  border-bottom: 1px solid #000;
}

p.compact-line {
  margin: 0;
}

footer {
  clear: both;
}

.qrcode {
  width: 58px;
}

.table-fit {
  width: auto;
}

.table-auto-wide {
  max-width: 70%;
}

.mono {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
}

.full-height {
  height: 100%;
}

.license {
  background: url("/static/resources/usgc-guilloche.c9891856d7be.svg") repeat;
  background-position: center;
  background-size: 120%;
}

.license.active {
  background: url("/static/resources/usgc-guilloche-white.9d687fefa313.svg")
        repeat;
  background-color: #00794c;
  background-position: center;
  background-size: 120%;
}

.license.inactive {
  background: url("/static/resources/usgc-guilloche-white.9d687fefa313.svg")
        repeat;
  background-color: #e7040f;
  background-position: center;
  background-size: 120%;
}

.form-radio input:checked + .form-icon::before {
  background: #e7040f;
}

.form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #fff;
}

.color-inherit {
  color: inherit;
}

.product-card {
  font-family: TX-02-Data, "Roboto Mono", Menlo, Courier, monospace;
  display: block;
  padding: 1rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #000;
}

.product-card .product-card-header {
  height: 6rem;
}

.product-card .product-card-header .product-card-logo {
  display: block;
  clear: both;
  width: 12rem;
  height: 2rem;
}

.product-card .product-card-header .product-card-title {
  font-size: 1.8rem;
  display: inline-block;
  float: left;
  color: #00c986;
}

.product-card .product-card-header .product-card-code {
  display: inline-block;
  float: right;
  color: #ffc543;
}

.product-card .product-card-body {
  height: 24rem;
}

.product-card .product-card-body svg {
  dominant-baseline: hanging;
}

.i-check {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  height: 1rem;
  content: url("icons/checkmark.4b1385f3e0e9.svg");
}

.i-info {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  height: 14px;
  content: url("../icons/info.68e53bfe019b.svg");
  cursor: pointer;
  color: #00449e;
}

.tippy-box[data-theme~="usgc-tippy-theme"] {
  padding: 0.75rem 0.75rem 0.5rem;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.pointer {
  cursor: pointer;
}

.table-tt {
  font-size: 1rem;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table-tt td {
  line-height: 1.4rem;
  overflow: hidden;
  height: 1.6rem;
  padding: 0 0.4rem 0;
  text-overflow: ellipsis;
  border-bottom: 1px solid #ccc;
}

.table-tt th {
  font-family:
        "Univers LT Pro",
        -apple-system,
        system-ui,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto;
  font-weight: 700;
  line-height: 1.4rem;
  height: 1.6rem;
  padding: 0.2rem 0.4rem 0.1rem;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
