/* application.tailwind.css */

/* BASE */

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

/* ! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

/* Fixes */

/* https://developer.mozilla.org/en-US/docs/Web/CSS/appearance */

input[type="checkbox"] {
  appearance: auto;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  flex-grow: inherit;
  appearance: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

/* fixes from Kyle 2024-03 */

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

:root {
  --color-agent-purple: #827593;
  --color-affirm-blue: #0fa0ea;
}

/* mobile only: ensure container always has padding */

@media (max-width: 768px) {
  .\!container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* convenience - we never want a container that's not centered */

.\!container {
  margin-left: auto;
  margin-right: auto;
}

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

/* COMPONENTS - gives unwanted .container stuff */

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}

.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}

.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
    nix the blue box that TW likes to put around checkboxes
     https://github.com/tailwindlabs/tailwindcss/discussions/9597
  */

.checkbox-simple {
  background-color: transparent;
  border-style: none;
  color: transparent;
}

.checkbox-simple:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

/*
    When hovered, go from 50% grayscale to 100%.
    You probably only want this on desktop, so do "lg:fade-in-gray"
   */

.fade-in-gray {
  --tw-grayscale: grayscale(50%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.fade-in-gray:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/*
   * A select widget, with an double-arrow icon at far right.
   * As seen in GridSortControl, GridSizeControl
   */

.select-double-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% 42%;
}

/*
   * Cross sells product grid. Grid item size is different
   * on mobile/desktop. We also have to specify a number of columns,
   * but extra columns don't do harm, so I give a number slightly
   * higher than we ever expect in real life.
   */

.linear-product-grid  {
  grid-template-columns: repeat(12, 144px);
  @media (min-width: 768px) {
    grid-template-columns: repeat(12, 250px);
  }
}

.modal-inner {
  min-height: 20%;
  max-height: 95%;
  /*max-width: 95%;*/
  margin: auto;
  overflow: auto;
  @media (max-width: 768px) {
    width: 80%;
  }
  @media (min-width: 768px) {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.btn-primary {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  /* border is so size matches outline button */
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(0 20 137 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-secondary {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  /* border is so size matches outline button */
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 44 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(255 199 44 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.btn-disabled {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  /* NO TRANSITIONS, NO CURSOR-POINTER */
  /* border is so size matches outline button */
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.btn-outline-dark {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1)) !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 20 137 / var(--tw-border-opacity, 1));
}

.btn-gray {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.btn-gray:hover {
  filter: hue-rotate(5deg) brightness(90%);
}

.speech-bubble-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
  border-top-color: var(--speech-bubble-colour);
  border-bottom: 0;
  margin-left: -0.4rem;
  margin-bottom: -0.4rem;
}

.btn, .btn-primary, .btn-secondary, .btn-disabled, .btn-gray {
  border-radius: 0.25rem;
  /* 4px */
}

/* ADD to the shared definition in tailwind/_site.css */

.btn-primary:hover {
  /* base hue is blue */
  filter: hue-rotate(5deg) brightness(125%);
}

.btn-secondary:hover {
  /* base hue is orange */
  filter: hue-rotate(5deg) brightness(108%);
}

.btn-outline-dark:hover {
  /* base hue is blue */
  filter: hue-rotate(5deg) brightness(125%);
}

.btn-disabled:hover {
}

/* UTILITIES */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-1\/4 {
  inset: 25%;
}

.inset-12 {
  inset: 3rem;
}

.inset-16 {
  inset: 4rem;
}

.inset-2 {
  inset: 0.5rem;
}

.inset-4 {
  inset: 1rem;
}

.inset-8 {
  inset: 2rem;
}

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

.-left-8 {
  left: -2rem;
}

.-right-12 {
  right: -3rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-4 {
  right: -1rem;
}

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

.-top-1 {
  top: -0.25rem;
}

.-top-12 {
  top: -3rem;
}

.-top-16 {
  top: -4rem;
}

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

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-28 {
  top: -7rem;
}

.-top-3 {
  top: -0.75rem;
}

.-top-32 {
  top: -8rem;
}

.-top-36 {
  top: -9rem;
}

.-top-4 {
  top: -1rem;
}

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-1\/4 {
  left: 25%;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/4 {
  top: 25%;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.isolate {
  isolation: isolate;
}

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

.z-20 {
  z-index: 20;
}

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-32 {
  margin: 8rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

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

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

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

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

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

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

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

.me-3 {
  margin-inline-end: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!contents {
  display: contents !important;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-3\/2 {
  aspect-ratio: 3/2;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-104 {
  max-height: 26rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-40 {
  max-height: 10rem;
}

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

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

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

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

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

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

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

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

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

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-16 {
  min-width: 4rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-col {
  flex-direction: column;
}

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-agent-purple {
  --tw-border-opacity: 1;
  border-color: rgb(130 117 158 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 20 137 / var(--tw-border-opacity, 1));
}

.border-brand-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 20 137 / var(--tw-border-opacity, 1));
}

.border-brand-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 44 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

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

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

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.border-paper {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

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

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

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

.\!bg-brand-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-brand-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 199 44 / var(--tw-bg-opacity, 1)) !important;
}

.bg-affirm-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 160 234 / var(--tw-bg-opacity, 1));
}

.bg-affirm-blue\/0 {
  background-color: rgb(15 160 234 / 0);
}

.bg-affirm-blue\/10 {
  background-color: rgb(15 160 234 / 0.1);
}

.bg-affirm-blue\/100 {
  background-color: rgb(15 160 234 / 1);
}

.bg-affirm-blue\/15 {
  background-color: rgb(15 160 234 / 0.15);
}

.bg-affirm-blue\/20 {
  background-color: rgb(15 160 234 / 0.2);
}

.bg-affirm-blue\/25 {
  background-color: rgb(15 160 234 / 0.25);
}

.bg-affirm-blue\/30 {
  background-color: rgb(15 160 234 / 0.3);
}

.bg-affirm-blue\/35 {
  background-color: rgb(15 160 234 / 0.35);
}

.bg-affirm-blue\/40 {
  background-color: rgb(15 160 234 / 0.4);
}

.bg-affirm-blue\/45 {
  background-color: rgb(15 160 234 / 0.45);
}

.bg-affirm-blue\/5 {
  background-color: rgb(15 160 234 / 0.05);
}

.bg-affirm-blue\/50 {
  background-color: rgb(15 160 234 / 0.5);
}

.bg-affirm-blue\/55 {
  background-color: rgb(15 160 234 / 0.55);
}

.bg-affirm-blue\/60 {
  background-color: rgb(15 160 234 / 0.6);
}

.bg-affirm-blue\/65 {
  background-color: rgb(15 160 234 / 0.65);
}

.bg-affirm-blue\/70 {
  background-color: rgb(15 160 234 / 0.7);
}

.bg-affirm-blue\/75 {
  background-color: rgb(15 160 234 / 0.75);
}

.bg-affirm-blue\/80 {
  background-color: rgb(15 160 234 / 0.8);
}

.bg-affirm-blue\/85 {
  background-color: rgb(15 160 234 / 0.85);
}

.bg-affirm-blue\/90 {
  background-color: rgb(15 160 234 / 0.9);
}

.bg-affirm-blue\/95 {
  background-color: rgb(15 160 234 / 0.95);
}

.bg-agent-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(130 117 158 / var(--tw-bg-opacity, 1));
}

.bg-agent-purple\/0 {
  background-color: rgb(130 117 158 / 0);
}

.bg-agent-purple\/10 {
  background-color: rgb(130 117 158 / 0.1);
}

.bg-agent-purple\/100 {
  background-color: rgb(130 117 158 / 1);
}

.bg-agent-purple\/15 {
  background-color: rgb(130 117 158 / 0.15);
}

.bg-agent-purple\/20 {
  background-color: rgb(130 117 158 / 0.2);
}

.bg-agent-purple\/25 {
  background-color: rgb(130 117 158 / 0.25);
}

.bg-agent-purple\/30 {
  background-color: rgb(130 117 158 / 0.3);
}

.bg-agent-purple\/35 {
  background-color: rgb(130 117 158 / 0.35);
}

.bg-agent-purple\/40 {
  background-color: rgb(130 117 158 / 0.4);
}

.bg-agent-purple\/45 {
  background-color: rgb(130 117 158 / 0.45);
}

.bg-agent-purple\/5 {
  background-color: rgb(130 117 158 / 0.05);
}

.bg-agent-purple\/50 {
  background-color: rgb(130 117 158 / 0.5);
}

.bg-agent-purple\/55 {
  background-color: rgb(130 117 158 / 0.55);
}

.bg-agent-purple\/60 {
  background-color: rgb(130 117 158 / 0.6);
}

.bg-agent-purple\/65 {
  background-color: rgb(130 117 158 / 0.65);
}

.bg-agent-purple\/70 {
  background-color: rgb(130 117 158 / 0.7);
}

.bg-agent-purple\/75 {
  background-color: rgb(130 117 158 / 0.75);
}

.bg-agent-purple\/80 {
  background-color: rgb(130 117 158 / 0.8);
}

.bg-agent-purple\/85 {
  background-color: rgb(130 117 158 / 0.85);
}

.bg-agent-purple\/90 {
  background-color: rgb(130 117 158 / 0.9);
}

.bg-agent-purple\/95 {
  background-color: rgb(130 117 158 / 0.95);
}

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

.bg-anti-primary\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-anti-primary\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-anti-primary\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-anti-primary\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-anti-primary\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-anti-primary\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-anti-primary\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-anti-primary\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-anti-primary\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-anti-primary\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-anti-primary\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-anti-primary\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-anti-primary\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-anti-primary\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-anti-primary\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-anti-primary\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-anti-primary\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-anti-primary\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-anti-primary\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-anti-primary\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-anti-primary\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-anti-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-anti-secondary\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-anti-secondary\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-anti-secondary\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-anti-secondary\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-anti-secondary\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-anti-secondary\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-anti-secondary\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-anti-secondary\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-anti-secondary\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-anti-secondary\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-anti-secondary\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-anti-secondary\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-anti-secondary\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-anti-secondary\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-anti-secondary\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-anti-secondary\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-anti-secondary\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-anti-secondary\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-anti-secondary\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-anti-secondary\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-anti-secondary\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}

.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1));
}

.bg-brand-blue\/0 {
  background-color: rgb(0 20 137 / 0);
}

.bg-brand-blue\/10 {
  background-color: rgb(0 20 137 / 0.1);
}

.bg-brand-blue\/100 {
  background-color: rgb(0 20 137 / 1);
}

.bg-brand-blue\/15 {
  background-color: rgb(0 20 137 / 0.15);
}

.bg-brand-blue\/20 {
  background-color: rgb(0 20 137 / 0.2);
}

.bg-brand-blue\/25 {
  background-color: rgb(0 20 137 / 0.25);
}

.bg-brand-blue\/30 {
  background-color: rgb(0 20 137 / 0.3);
}

.bg-brand-blue\/35 {
  background-color: rgb(0 20 137 / 0.35);
}

.bg-brand-blue\/40 {
  background-color: rgb(0 20 137 / 0.4);
}

.bg-brand-blue\/45 {
  background-color: rgb(0 20 137 / 0.45);
}

.bg-brand-blue\/5 {
  background-color: rgb(0 20 137 / 0.05);
}

.bg-brand-blue\/50 {
  background-color: rgb(0 20 137 / 0.5);
}

.bg-brand-blue\/55 {
  background-color: rgb(0 20 137 / 0.55);
}

.bg-brand-blue\/60 {
  background-color: rgb(0 20 137 / 0.6);
}

.bg-brand-blue\/65 {
  background-color: rgb(0 20 137 / 0.65);
}

.bg-brand-blue\/70 {
  background-color: rgb(0 20 137 / 0.7);
}

.bg-brand-blue\/75 {
  background-color: rgb(0 20 137 / 0.75);
}

.bg-brand-blue\/80 {
  background-color: rgb(0 20 137 / 0.8);
}

.bg-brand-blue\/85 {
  background-color: rgb(0 20 137 / 0.85);
}

.bg-brand-blue\/90 {
  background-color: rgb(0 20 137 / 0.9);
}

.bg-brand-blue\/95 {
  background-color: rgb(0 20 137 / 0.95);
}

.bg-brand-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 44 / var(--tw-bg-opacity, 1));
}

.bg-brand-bright\/0 {
  background-color: rgb(255 199 44 / 0);
}

.bg-brand-bright\/10 {
  background-color: rgb(255 199 44 / 0.1);
}

.bg-brand-bright\/100 {
  background-color: rgb(255 199 44 / 1);
}

.bg-brand-bright\/15 {
  background-color: rgb(255 199 44 / 0.15);
}

.bg-brand-bright\/20 {
  background-color: rgb(255 199 44 / 0.2);
}

.bg-brand-bright\/25 {
  background-color: rgb(255 199 44 / 0.25);
}

.bg-brand-bright\/30 {
  background-color: rgb(255 199 44 / 0.3);
}

.bg-brand-bright\/35 {
  background-color: rgb(255 199 44 / 0.35);
}

.bg-brand-bright\/40 {
  background-color: rgb(255 199 44 / 0.4);
}

.bg-brand-bright\/45 {
  background-color: rgb(255 199 44 / 0.45);
}

.bg-brand-bright\/5 {
  background-color: rgb(255 199 44 / 0.05);
}

.bg-brand-bright\/50 {
  background-color: rgb(255 199 44 / 0.5);
}

.bg-brand-bright\/55 {
  background-color: rgb(255 199 44 / 0.55);
}

.bg-brand-bright\/60 {
  background-color: rgb(255 199 44 / 0.6);
}

.bg-brand-bright\/65 {
  background-color: rgb(255 199 44 / 0.65);
}

.bg-brand-bright\/70 {
  background-color: rgb(255 199 44 / 0.7);
}

.bg-brand-bright\/75 {
  background-color: rgb(255 199 44 / 0.75);
}

.bg-brand-bright\/80 {
  background-color: rgb(255 199 44 / 0.8);
}

.bg-brand-bright\/85 {
  background-color: rgb(255 199 44 / 0.85);
}

.bg-brand-bright\/90 {
  background-color: rgb(255 199 44 / 0.9);
}

.bg-brand-bright\/95 {
  background-color: rgb(255 199 44 / 0.95);
}

.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1));
}

.bg-brand-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 22 57 / var(--tw-bg-opacity, 1));
}

.bg-brand-dark-blue\/0 {
  background-color: rgb(6 22 57 / 0);
}

.bg-brand-dark-blue\/10 {
  background-color: rgb(6 22 57 / 0.1);
}

.bg-brand-dark-blue\/100 {
  background-color: rgb(6 22 57 / 1);
}

.bg-brand-dark-blue\/15 {
  background-color: rgb(6 22 57 / 0.15);
}

.bg-brand-dark-blue\/20 {
  background-color: rgb(6 22 57 / 0.2);
}

.bg-brand-dark-blue\/25 {
  background-color: rgb(6 22 57 / 0.25);
}

.bg-brand-dark-blue\/30 {
  background-color: rgb(6 22 57 / 0.3);
}

.bg-brand-dark-blue\/35 {
  background-color: rgb(6 22 57 / 0.35);
}

.bg-brand-dark-blue\/40 {
  background-color: rgb(6 22 57 / 0.4);
}

.bg-brand-dark-blue\/45 {
  background-color: rgb(6 22 57 / 0.45);
}

.bg-brand-dark-blue\/5 {
  background-color: rgb(6 22 57 / 0.05);
}

.bg-brand-dark-blue\/50 {
  background-color: rgb(6 22 57 / 0.5);
}

.bg-brand-dark-blue\/55 {
  background-color: rgb(6 22 57 / 0.55);
}

.bg-brand-dark-blue\/60 {
  background-color: rgb(6 22 57 / 0.6);
}

.bg-brand-dark-blue\/65 {
  background-color: rgb(6 22 57 / 0.65);
}

.bg-brand-dark-blue\/70 {
  background-color: rgb(6 22 57 / 0.7);
}

.bg-brand-dark-blue\/75 {
  background-color: rgb(6 22 57 / 0.75);
}

.bg-brand-dark-blue\/80 {
  background-color: rgb(6 22 57 / 0.8);
}

.bg-brand-dark-blue\/85 {
  background-color: rgb(6 22 57 / 0.85);
}

.bg-brand-dark-blue\/90 {
  background-color: rgb(6 22 57 / 0.9);
}

.bg-brand-dark-blue\/95 {
  background-color: rgb(6 22 57 / 0.95);
}

.bg-brand-dark\/0 {
  background-color: rgb(0 20 137 / 0);
}

.bg-brand-dark\/10 {
  background-color: rgb(0 20 137 / 0.1);
}

.bg-brand-dark\/100 {
  background-color: rgb(0 20 137 / 1);
}

.bg-brand-dark\/15 {
  background-color: rgb(0 20 137 / 0.15);
}

.bg-brand-dark\/20 {
  background-color: rgb(0 20 137 / 0.2);
}

.bg-brand-dark\/25 {
  background-color: rgb(0 20 137 / 0.25);
}

.bg-brand-dark\/30 {
  background-color: rgb(0 20 137 / 0.3);
}

.bg-brand-dark\/35 {
  background-color: rgb(0 20 137 / 0.35);
}

.bg-brand-dark\/40 {
  background-color: rgb(0 20 137 / 0.4);
}

.bg-brand-dark\/45 {
  background-color: rgb(0 20 137 / 0.45);
}

.bg-brand-dark\/5 {
  background-color: rgb(0 20 137 / 0.05);
}

.bg-brand-dark\/50 {
  background-color: rgb(0 20 137 / 0.5);
}

.bg-brand-dark\/55 {
  background-color: rgb(0 20 137 / 0.55);
}

.bg-brand-dark\/60 {
  background-color: rgb(0 20 137 / 0.6);
}

.bg-brand-dark\/65 {
  background-color: rgb(0 20 137 / 0.65);
}

.bg-brand-dark\/70 {
  background-color: rgb(0 20 137 / 0.7);
}

.bg-brand-dark\/75 {
  background-color: rgb(0 20 137 / 0.75);
}

.bg-brand-dark\/80 {
  background-color: rgb(0 20 137 / 0.8);
}

.bg-brand-dark\/85 {
  background-color: rgb(0 20 137 / 0.85);
}

.bg-brand-dark\/90 {
  background-color: rgb(0 20 137 / 0.9);
}

.bg-brand-dark\/95 {
  background-color: rgb(0 20 137 / 0.95);
}

.bg-brand-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 44 / var(--tw-bg-opacity, 1));
}

.bg-brand-orange\/0 {
  background-color: rgb(255 199 44 / 0);
}

.bg-brand-orange\/10 {
  background-color: rgb(255 199 44 / 0.1);
}

.bg-brand-orange\/100 {
  background-color: rgb(255 199 44 / 1);
}

.bg-brand-orange\/15 {
  background-color: rgb(255 199 44 / 0.15);
}

.bg-brand-orange\/20 {
  background-color: rgb(255 199 44 / 0.2);
}

.bg-brand-orange\/25 {
  background-color: rgb(255 199 44 / 0.25);
}

.bg-brand-orange\/30 {
  background-color: rgb(255 199 44 / 0.3);
}

.bg-brand-orange\/35 {
  background-color: rgb(255 199 44 / 0.35);
}

.bg-brand-orange\/40 {
  background-color: rgb(255 199 44 / 0.4);
}

.bg-brand-orange\/45 {
  background-color: rgb(255 199 44 / 0.45);
}

.bg-brand-orange\/5 {
  background-color: rgb(255 199 44 / 0.05);
}

.bg-brand-orange\/50 {
  background-color: rgb(255 199 44 / 0.5);
}

.bg-brand-orange\/55 {
  background-color: rgb(255 199 44 / 0.55);
}

.bg-brand-orange\/60 {
  background-color: rgb(255 199 44 / 0.6);
}

.bg-brand-orange\/65 {
  background-color: rgb(255 199 44 / 0.65);
}

.bg-brand-orange\/70 {
  background-color: rgb(255 199 44 / 0.7);
}

.bg-brand-orange\/75 {
  background-color: rgb(255 199 44 / 0.75);
}

.bg-brand-orange\/80 {
  background-color: rgb(255 199 44 / 0.8);
}

.bg-brand-orange\/85 {
  background-color: rgb(255 199 44 / 0.85);
}

.bg-brand-orange\/90 {
  background-color: rgb(255 199 44 / 0.9);
}

.bg-brand-orange\/95 {
  background-color: rgb(255 199 44 / 0.95);
}

.bg-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1));
}

.bg-brand-primary-shade {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 54 / var(--tw-bg-opacity, 1));
}

.bg-brand-primary-shade\/0 {
  background-color: rgb(1 9 54 / 0);
}

.bg-brand-primary-shade\/10 {
  background-color: rgb(1 9 54 / 0.1);
}

.bg-brand-primary-shade\/100 {
  background-color: rgb(1 9 54 / 1);
}

.bg-brand-primary-shade\/15 {
  background-color: rgb(1 9 54 / 0.15);
}

.bg-brand-primary-shade\/20 {
  background-color: rgb(1 9 54 / 0.2);
}

.bg-brand-primary-shade\/25 {
  background-color: rgb(1 9 54 / 0.25);
}

.bg-brand-primary-shade\/30 {
  background-color: rgb(1 9 54 / 0.3);
}

.bg-brand-primary-shade\/35 {
  background-color: rgb(1 9 54 / 0.35);
}

.bg-brand-primary-shade\/40 {
  background-color: rgb(1 9 54 / 0.4);
}

.bg-brand-primary-shade\/45 {
  background-color: rgb(1 9 54 / 0.45);
}

.bg-brand-primary-shade\/5 {
  background-color: rgb(1 9 54 / 0.05);
}

.bg-brand-primary-shade\/50 {
  background-color: rgb(1 9 54 / 0.5);
}

.bg-brand-primary-shade\/55 {
  background-color: rgb(1 9 54 / 0.55);
}

.bg-brand-primary-shade\/60 {
  background-color: rgb(1 9 54 / 0.6);
}

.bg-brand-primary-shade\/65 {
  background-color: rgb(1 9 54 / 0.65);
}

.bg-brand-primary-shade\/70 {
  background-color: rgb(1 9 54 / 0.7);
}

.bg-brand-primary-shade\/75 {
  background-color: rgb(1 9 54 / 0.75);
}

.bg-brand-primary-shade\/80 {
  background-color: rgb(1 9 54 / 0.8);
}

.bg-brand-primary-shade\/85 {
  background-color: rgb(1 9 54 / 0.85);
}

.bg-brand-primary-shade\/90 {
  background-color: rgb(1 9 54 / 0.9);
}

.bg-brand-primary-shade\/95 {
  background-color: rgb(1 9 54 / 0.95);
}

.bg-brand-primary\/0 {
  background-color: rgb(0 20 137 / 0);
}

.bg-brand-primary\/10 {
  background-color: rgb(0 20 137 / 0.1);
}

.bg-brand-primary\/100 {
  background-color: rgb(0 20 137 / 1);
}

.bg-brand-primary\/15 {
  background-color: rgb(0 20 137 / 0.15);
}

.bg-brand-primary\/20 {
  background-color: rgb(0 20 137 / 0.2);
}

.bg-brand-primary\/25 {
  background-color: rgb(0 20 137 / 0.25);
}

.bg-brand-primary\/30 {
  background-color: rgb(0 20 137 / 0.3);
}

.bg-brand-primary\/35 {
  background-color: rgb(0 20 137 / 0.35);
}

.bg-brand-primary\/40 {
  background-color: rgb(0 20 137 / 0.4);
}

.bg-brand-primary\/45 {
  background-color: rgb(0 20 137 / 0.45);
}

.bg-brand-primary\/5 {
  background-color: rgb(0 20 137 / 0.05);
}

.bg-brand-primary\/50 {
  background-color: rgb(0 20 137 / 0.5);
}

.bg-brand-primary\/55 {
  background-color: rgb(0 20 137 / 0.55);
}

.bg-brand-primary\/60 {
  background-color: rgb(0 20 137 / 0.6);
}

.bg-brand-primary\/65 {
  background-color: rgb(0 20 137 / 0.65);
}

.bg-brand-primary\/70 {
  background-color: rgb(0 20 137 / 0.7);
}

.bg-brand-primary\/75 {
  background-color: rgb(0 20 137 / 0.75);
}

.bg-brand-primary\/80 {
  background-color: rgb(0 20 137 / 0.8);
}

.bg-brand-primary\/85 {
  background-color: rgb(0 20 137 / 0.85);
}

.bg-brand-primary\/90 {
  background-color: rgb(0 20 137 / 0.9);
}

.bg-brand-primary\/95 {
  background-color: rgb(0 20 137 / 0.95);
}

.bg-brand-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(52 127 81 / var(--tw-bg-opacity, 1));
}

.bg-brand-quaternary\/0 {
  background-color: rgb(52 127 81 / 0);
}

.bg-brand-quaternary\/10 {
  background-color: rgb(52 127 81 / 0.1);
}

.bg-brand-quaternary\/100 {
  background-color: rgb(52 127 81 / 1);
}

.bg-brand-quaternary\/15 {
  background-color: rgb(52 127 81 / 0.15);
}

.bg-brand-quaternary\/20 {
  background-color: rgb(52 127 81 / 0.2);
}

.bg-brand-quaternary\/25 {
  background-color: rgb(52 127 81 / 0.25);
}

.bg-brand-quaternary\/30 {
  background-color: rgb(52 127 81 / 0.3);
}

.bg-brand-quaternary\/35 {
  background-color: rgb(52 127 81 / 0.35);
}

.bg-brand-quaternary\/40 {
  background-color: rgb(52 127 81 / 0.4);
}

.bg-brand-quaternary\/45 {
  background-color: rgb(52 127 81 / 0.45);
}

.bg-brand-quaternary\/5 {
  background-color: rgb(52 127 81 / 0.05);
}

.bg-brand-quaternary\/50 {
  background-color: rgb(52 127 81 / 0.5);
}

.bg-brand-quaternary\/55 {
  background-color: rgb(52 127 81 / 0.55);
}

.bg-brand-quaternary\/60 {
  background-color: rgb(52 127 81 / 0.6);
}

.bg-brand-quaternary\/65 {
  background-color: rgb(52 127 81 / 0.65);
}

.bg-brand-quaternary\/70 {
  background-color: rgb(52 127 81 / 0.7);
}

.bg-brand-quaternary\/75 {
  background-color: rgb(52 127 81 / 0.75);
}

.bg-brand-quaternary\/80 {
  background-color: rgb(52 127 81 / 0.8);
}

.bg-brand-quaternary\/85 {
  background-color: rgb(52 127 81 / 0.85);
}

.bg-brand-quaternary\/90 {
  background-color: rgb(52 127 81 / 0.9);
}

.bg-brand-quaternary\/95 {
  background-color: rgb(52 127 81 / 0.95);
}

.bg-brand-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 44 / var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-shade {
  --tw-bg-opacity: 1;
  background-color: rgb(232 172 5 / var(--tw-bg-opacity, 1));
}

.bg-brand-secondary-shade\/0 {
  background-color: rgb(232 172 5 / 0);
}

.bg-brand-secondary-shade\/10 {
  background-color: rgb(232 172 5 / 0.1);
}

.bg-brand-secondary-shade\/100 {
  background-color: rgb(232 172 5 / 1);
}

.bg-brand-secondary-shade\/15 {
  background-color: rgb(232 172 5 / 0.15);
}

.bg-brand-secondary-shade\/20 {
  background-color: rgb(232 172 5 / 0.2);
}

.bg-brand-secondary-shade\/25 {
  background-color: rgb(232 172 5 / 0.25);
}

.bg-brand-secondary-shade\/30 {
  background-color: rgb(232 172 5 / 0.3);
}

.bg-brand-secondary-shade\/35 {
  background-color: rgb(232 172 5 / 0.35);
}

.bg-brand-secondary-shade\/40 {
  background-color: rgb(232 172 5 / 0.4);
}

.bg-brand-secondary-shade\/45 {
  background-color: rgb(232 172 5 / 0.45);
}

.bg-brand-secondary-shade\/5 {
  background-color: rgb(232 172 5 / 0.05);
}

.bg-brand-secondary-shade\/50 {
  background-color: rgb(232 172 5 / 0.5);
}

.bg-brand-secondary-shade\/55 {
  background-color: rgb(232 172 5 / 0.55);
}

.bg-brand-secondary-shade\/60 {
  background-color: rgb(232 172 5 / 0.6);
}

.bg-brand-secondary-shade\/65 {
  background-color: rgb(232 172 5 / 0.65);
}

.bg-brand-secondary-shade\/70 {
  background-color: rgb(232 172 5 / 0.7);
}

.bg-brand-secondary-shade\/75 {
  background-color: rgb(232 172 5 / 0.75);
}

.bg-brand-secondary-shade\/80 {
  background-color: rgb(232 172 5 / 0.8);
}

.bg-brand-secondary-shade\/85 {
  background-color: rgb(232 172 5 / 0.85);
}

.bg-brand-secondary-shade\/90 {
  background-color: rgb(232 172 5 / 0.9);
}

.bg-brand-secondary-shade\/95 {
  background-color: rgb(232 172 5 / 0.95);
}

.bg-brand-secondary\/0 {
  background-color: rgb(255 199 44 / 0);
}

.bg-brand-secondary\/10 {
  background-color: rgb(255 199 44 / 0.1);
}

.bg-brand-secondary\/100 {
  background-color: rgb(255 199 44 / 1);
}

.bg-brand-secondary\/15 {
  background-color: rgb(255 199 44 / 0.15);
}

.bg-brand-secondary\/20 {
  background-color: rgb(255 199 44 / 0.2);
}

.bg-brand-secondary\/25 {
  background-color: rgb(255 199 44 / 0.25);
}

.bg-brand-secondary\/30 {
  background-color: rgb(255 199 44 / 0.3);
}

.bg-brand-secondary\/35 {
  background-color: rgb(255 199 44 / 0.35);
}

.bg-brand-secondary\/40 {
  background-color: rgb(255 199 44 / 0.4);
}

.bg-brand-secondary\/45 {
  background-color: rgb(255 199 44 / 0.45);
}

.bg-brand-secondary\/5 {
  background-color: rgb(255 199 44 / 0.05);
}

.bg-brand-secondary\/50 {
  background-color: rgb(255 199 44 / 0.5);
}

.bg-brand-secondary\/55 {
  background-color: rgb(255 199 44 / 0.55);
}

.bg-brand-secondary\/60 {
  background-color: rgb(255 199 44 / 0.6);
}

.bg-brand-secondary\/65 {
  background-color: rgb(255 199 44 / 0.65);
}

.bg-brand-secondary\/70 {
  background-color: rgb(255 199 44 / 0.7);
}

.bg-brand-secondary\/75 {
  background-color: rgb(255 199 44 / 0.75);
}

.bg-brand-secondary\/80 {
  background-color: rgb(255 199 44 / 0.8);
}

.bg-brand-secondary\/85 {
  background-color: rgb(255 199 44 / 0.85);
}

.bg-brand-secondary\/90 {
  background-color: rgb(255 199 44 / 0.9);
}

.bg-brand-secondary\/95 {
  background-color: rgb(255 199 44 / 0.95);
}

.bg-brand-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(160 23 30 / var(--tw-bg-opacity, 1));
}

.bg-brand-tertiary\/0 {
  background-color: rgb(160 23 30 / 0);
}

.bg-brand-tertiary\/10 {
  background-color: rgb(160 23 30 / 0.1);
}

.bg-brand-tertiary\/100 {
  background-color: rgb(160 23 30 / 1);
}

.bg-brand-tertiary\/15 {
  background-color: rgb(160 23 30 / 0.15);
}

.bg-brand-tertiary\/20 {
  background-color: rgb(160 23 30 / 0.2);
}

.bg-brand-tertiary\/25 {
  background-color: rgb(160 23 30 / 0.25);
}

.bg-brand-tertiary\/30 {
  background-color: rgb(160 23 30 / 0.3);
}

.bg-brand-tertiary\/35 {
  background-color: rgb(160 23 30 / 0.35);
}

.bg-brand-tertiary\/40 {
  background-color: rgb(160 23 30 / 0.4);
}

.bg-brand-tertiary\/45 {
  background-color: rgb(160 23 30 / 0.45);
}

.bg-brand-tertiary\/5 {
  background-color: rgb(160 23 30 / 0.05);
}

.bg-brand-tertiary\/50 {
  background-color: rgb(160 23 30 / 0.5);
}

.bg-brand-tertiary\/55 {
  background-color: rgb(160 23 30 / 0.55);
}

.bg-brand-tertiary\/60 {
  background-color: rgb(160 23 30 / 0.6);
}

.bg-brand-tertiary\/65 {
  background-color: rgb(160 23 30 / 0.65);
}

.bg-brand-tertiary\/70 {
  background-color: rgb(160 23 30 / 0.7);
}

.bg-brand-tertiary\/75 {
  background-color: rgb(160 23 30 / 0.75);
}

.bg-brand-tertiary\/80 {
  background-color: rgb(160 23 30 / 0.8);
}

.bg-brand-tertiary\/85 {
  background-color: rgb(160 23 30 / 0.85);
}

.bg-brand-tertiary\/90 {
  background-color: rgb(160 23 30 / 0.9);
}

.bg-brand-tertiary\/95 {
  background-color: rgb(160 23 30 / 0.95);
}

.bg-current {
  background-color: currentColor;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}

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

.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-inherit {
  background-color: inherit;
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

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

.bg-paper\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-paper\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-paper\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-paper\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-paper\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-paper\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-paper\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-paper\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-paper\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-paper\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-paper\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-paper\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-paper\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-paper\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-paper\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-paper\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-paper\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-paper\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-paper\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-paper\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-paper\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-pencil {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-pencil\/0 {
  background-color: rgb(51 51 51 / 0);
}

.bg-pencil\/10 {
  background-color: rgb(51 51 51 / 0.1);
}

.bg-pencil\/100 {
  background-color: rgb(51 51 51 / 1);
}

.bg-pencil\/15 {
  background-color: rgb(51 51 51 / 0.15);
}

.bg-pencil\/20 {
  background-color: rgb(51 51 51 / 0.2);
}

.bg-pencil\/25 {
  background-color: rgb(51 51 51 / 0.25);
}

.bg-pencil\/30 {
  background-color: rgb(51 51 51 / 0.3);
}

.bg-pencil\/35 {
  background-color: rgb(51 51 51 / 0.35);
}

.bg-pencil\/40 {
  background-color: rgb(51 51 51 / 0.4);
}

.bg-pencil\/45 {
  background-color: rgb(51 51 51 / 0.45);
}

.bg-pencil\/5 {
  background-color: rgb(51 51 51 / 0.05);
}

.bg-pencil\/50 {
  background-color: rgb(51 51 51 / 0.5);
}

.bg-pencil\/55 {
  background-color: rgb(51 51 51 / 0.55);
}

.bg-pencil\/60 {
  background-color: rgb(51 51 51 / 0.6);
}

.bg-pencil\/65 {
  background-color: rgb(51 51 51 / 0.65);
}

.bg-pencil\/70 {
  background-color: rgb(51 51 51 / 0.7);
}

.bg-pencil\/75 {
  background-color: rgb(51 51 51 / 0.75);
}

.bg-pencil\/80 {
  background-color: rgb(51 51 51 / 0.8);
}

.bg-pencil\/85 {
  background-color: rgb(51 51 51 / 0.85);
}

.bg-pencil\/90 {
  background-color: rgb(51 51 51 / 0.9);
}

.bg-pencil\/95 {
  background-color: rgb(51 51 51 / 0.95);
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

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

.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

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

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.\!bg-contain {
  background-size: contain !important;
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-32 {
  padding: 8rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.\!pl-8 {
  padding-left: 2rem !important;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

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

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

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

.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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.text-tiny {
  font-size: 0.6rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.\!text-anti-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\!text-anti-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-dark-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(6 22 57 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1)) !important;
}

.\!text-brand-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-affirm-blue {
  --tw-text-opacity: 1;
  color: rgb(15 160 234 / var(--tw-text-opacity, 1));
}

.text-affirm-blue\/0 {
  color: rgb(15 160 234 / 0);
}

.text-affirm-blue\/10 {
  color: rgb(15 160 234 / 0.1);
}

.text-affirm-blue\/100 {
  color: rgb(15 160 234 / 1);
}

.text-affirm-blue\/15 {
  color: rgb(15 160 234 / 0.15);
}

.text-affirm-blue\/20 {
  color: rgb(15 160 234 / 0.2);
}

.text-affirm-blue\/25 {
  color: rgb(15 160 234 / 0.25);
}

.text-affirm-blue\/30 {
  color: rgb(15 160 234 / 0.3);
}

.text-affirm-blue\/35 {
  color: rgb(15 160 234 / 0.35);
}

.text-affirm-blue\/40 {
  color: rgb(15 160 234 / 0.4);
}

.text-affirm-blue\/45 {
  color: rgb(15 160 234 / 0.45);
}

.text-affirm-blue\/5 {
  color: rgb(15 160 234 / 0.05);
}

.text-affirm-blue\/50 {
  color: rgb(15 160 234 / 0.5);
}

.text-affirm-blue\/55 {
  color: rgb(15 160 234 / 0.55);
}

.text-affirm-blue\/60 {
  color: rgb(15 160 234 / 0.6);
}

.text-affirm-blue\/65 {
  color: rgb(15 160 234 / 0.65);
}

.text-affirm-blue\/70 {
  color: rgb(15 160 234 / 0.7);
}

.text-affirm-blue\/75 {
  color: rgb(15 160 234 / 0.75);
}

.text-affirm-blue\/80 {
  color: rgb(15 160 234 / 0.8);
}

.text-affirm-blue\/85 {
  color: rgb(15 160 234 / 0.85);
}

.text-affirm-blue\/90 {
  color: rgb(15 160 234 / 0.9);
}

.text-affirm-blue\/95 {
  color: rgb(15 160 234 / 0.95);
}

.text-agent-purple {
  --tw-text-opacity: 1;
  color: rgb(130 117 158 / var(--tw-text-opacity, 1));
}

.text-agent-purple\/0 {
  color: rgb(130 117 158 / 0);
}

.text-agent-purple\/10 {
  color: rgb(130 117 158 / 0.1);
}

.text-agent-purple\/100 {
  color: rgb(130 117 158 / 1);
}

.text-agent-purple\/15 {
  color: rgb(130 117 158 / 0.15);
}

.text-agent-purple\/20 {
  color: rgb(130 117 158 / 0.2);
}

.text-agent-purple\/25 {
  color: rgb(130 117 158 / 0.25);
}

.text-agent-purple\/30 {
  color: rgb(130 117 158 / 0.3);
}

.text-agent-purple\/35 {
  color: rgb(130 117 158 / 0.35);
}

.text-agent-purple\/40 {
  color: rgb(130 117 158 / 0.4);
}

.text-agent-purple\/45 {
  color: rgb(130 117 158 / 0.45);
}

.text-agent-purple\/5 {
  color: rgb(130 117 158 / 0.05);
}

.text-agent-purple\/50 {
  color: rgb(130 117 158 / 0.5);
}

.text-agent-purple\/55 {
  color: rgb(130 117 158 / 0.55);
}

.text-agent-purple\/60 {
  color: rgb(130 117 158 / 0.6);
}

.text-agent-purple\/65 {
  color: rgb(130 117 158 / 0.65);
}

.text-agent-purple\/70 {
  color: rgb(130 117 158 / 0.7);
}

.text-agent-purple\/75 {
  color: rgb(130 117 158 / 0.75);
}

.text-agent-purple\/80 {
  color: rgb(130 117 158 / 0.8);
}

.text-agent-purple\/85 {
  color: rgb(130 117 158 / 0.85);
}

.text-agent-purple\/90 {
  color: rgb(130 117 158 / 0.9);
}

.text-agent-purple\/95 {
  color: rgb(130 117 158 / 0.95);
}

.text-anti-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-anti-primary\/0 {
  color: rgb(255 255 255 / 0);
}

.text-anti-primary\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-anti-primary\/100 {
  color: rgb(255 255 255 / 1);
}

.text-anti-primary\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-anti-primary\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-anti-primary\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-anti-primary\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-anti-primary\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-anti-primary\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-anti-primary\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-anti-primary\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-anti-primary\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-anti-primary\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-anti-primary\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-anti-primary\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-anti-primary\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-anti-primary\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-anti-primary\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-anti-primary\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-anti-primary\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-anti-primary\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-anti-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-anti-secondary\/0 {
  color: rgb(0 0 0 / 0);
}

.text-anti-secondary\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-anti-secondary\/100 {
  color: rgb(0 0 0 / 1);
}

.text-anti-secondary\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-anti-secondary\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-anti-secondary\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-anti-secondary\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-anti-secondary\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-anti-secondary\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-anti-secondary\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-anti-secondary\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-anti-secondary\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-anti-secondary\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-anti-secondary\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-anti-secondary\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-anti-secondary\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-anti-secondary\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-anti-secondary\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-anti-secondary\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-anti-secondary\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-anti-secondary\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

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

.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}

.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1));
}

.text-brand-blue\/0 {
  color: rgb(0 20 137 / 0);
}

.text-brand-blue\/10 {
  color: rgb(0 20 137 / 0.1);
}

.text-brand-blue\/100 {
  color: rgb(0 20 137 / 1);
}

.text-brand-blue\/15 {
  color: rgb(0 20 137 / 0.15);
}

.text-brand-blue\/20 {
  color: rgb(0 20 137 / 0.2);
}

.text-brand-blue\/25 {
  color: rgb(0 20 137 / 0.25);
}

.text-brand-blue\/30 {
  color: rgb(0 20 137 / 0.3);
}

.text-brand-blue\/35 {
  color: rgb(0 20 137 / 0.35);
}

.text-brand-blue\/40 {
  color: rgb(0 20 137 / 0.4);
}

.text-brand-blue\/45 {
  color: rgb(0 20 137 / 0.45);
}

.text-brand-blue\/5 {
  color: rgb(0 20 137 / 0.05);
}

.text-brand-blue\/50 {
  color: rgb(0 20 137 / 0.5);
}

.text-brand-blue\/55 {
  color: rgb(0 20 137 / 0.55);
}

.text-brand-blue\/60 {
  color: rgb(0 20 137 / 0.6);
}

.text-brand-blue\/65 {
  color: rgb(0 20 137 / 0.65);
}

.text-brand-blue\/70 {
  color: rgb(0 20 137 / 0.7);
}

.text-brand-blue\/75 {
  color: rgb(0 20 137 / 0.75);
}

.text-brand-blue\/80 {
  color: rgb(0 20 137 / 0.8);
}

.text-brand-blue\/85 {
  color: rgb(0 20 137 / 0.85);
}

.text-brand-blue\/90 {
  color: rgb(0 20 137 / 0.9);
}

.text-brand-blue\/95 {
  color: rgb(0 20 137 / 0.95);
}

.text-brand-bright {
  --tw-text-opacity: 1;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1));
}

.text-brand-bright\/0 {
  color: rgb(255 199 44 / 0);
}

.text-brand-bright\/10 {
  color: rgb(255 199 44 / 0.1);
}

.text-brand-bright\/100 {
  color: rgb(255 199 44 / 1);
}

.text-brand-bright\/15 {
  color: rgb(255 199 44 / 0.15);
}

.text-brand-bright\/20 {
  color: rgb(255 199 44 / 0.2);
}

.text-brand-bright\/25 {
  color: rgb(255 199 44 / 0.25);
}

.text-brand-bright\/30 {
  color: rgb(255 199 44 / 0.3);
}

.text-brand-bright\/35 {
  color: rgb(255 199 44 / 0.35);
}

.text-brand-bright\/40 {
  color: rgb(255 199 44 / 0.4);
}

.text-brand-bright\/45 {
  color: rgb(255 199 44 / 0.45);
}

.text-brand-bright\/5 {
  color: rgb(255 199 44 / 0.05);
}

.text-brand-bright\/50 {
  color: rgb(255 199 44 / 0.5);
}

.text-brand-bright\/55 {
  color: rgb(255 199 44 / 0.55);
}

.text-brand-bright\/60 {
  color: rgb(255 199 44 / 0.6);
}

.text-brand-bright\/65 {
  color: rgb(255 199 44 / 0.65);
}

.text-brand-bright\/70 {
  color: rgb(255 199 44 / 0.7);
}

.text-brand-bright\/75 {
  color: rgb(255 199 44 / 0.75);
}

.text-brand-bright\/80 {
  color: rgb(255 199 44 / 0.8);
}

.text-brand-bright\/85 {
  color: rgb(255 199 44 / 0.85);
}

.text-brand-bright\/90 {
  color: rgb(255 199 44 / 0.9);
}

.text-brand-bright\/95 {
  color: rgb(255 199 44 / 0.95);
}

.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1));
}

.text-brand-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(6 22 57 / var(--tw-text-opacity, 1));
}

.text-brand-dark-blue\/0 {
  color: rgb(6 22 57 / 0);
}

.text-brand-dark-blue\/10 {
  color: rgb(6 22 57 / 0.1);
}

.text-brand-dark-blue\/100 {
  color: rgb(6 22 57 / 1);
}

.text-brand-dark-blue\/15 {
  color: rgb(6 22 57 / 0.15);
}

.text-brand-dark-blue\/20 {
  color: rgb(6 22 57 / 0.2);
}

.text-brand-dark-blue\/25 {
  color: rgb(6 22 57 / 0.25);
}

.text-brand-dark-blue\/30 {
  color: rgb(6 22 57 / 0.3);
}

.text-brand-dark-blue\/35 {
  color: rgb(6 22 57 / 0.35);
}

.text-brand-dark-blue\/40 {
  color: rgb(6 22 57 / 0.4);
}

.text-brand-dark-blue\/45 {
  color: rgb(6 22 57 / 0.45);
}

.text-brand-dark-blue\/5 {
  color: rgb(6 22 57 / 0.05);
}

.text-brand-dark-blue\/50 {
  color: rgb(6 22 57 / 0.5);
}

.text-brand-dark-blue\/55 {
  color: rgb(6 22 57 / 0.55);
}

.text-brand-dark-blue\/60 {
  color: rgb(6 22 57 / 0.6);
}

.text-brand-dark-blue\/65 {
  color: rgb(6 22 57 / 0.65);
}

.text-brand-dark-blue\/70 {
  color: rgb(6 22 57 / 0.7);
}

.text-brand-dark-blue\/75 {
  color: rgb(6 22 57 / 0.75);
}

.text-brand-dark-blue\/80 {
  color: rgb(6 22 57 / 0.8);
}

.text-brand-dark-blue\/85 {
  color: rgb(6 22 57 / 0.85);
}

.text-brand-dark-blue\/90 {
  color: rgb(6 22 57 / 0.9);
}

.text-brand-dark-blue\/95 {
  color: rgb(6 22 57 / 0.95);
}

.text-brand-dark\/0 {
  color: rgb(0 20 137 / 0);
}

.text-brand-dark\/10 {
  color: rgb(0 20 137 / 0.1);
}

.text-brand-dark\/100 {
  color: rgb(0 20 137 / 1);
}

.text-brand-dark\/15 {
  color: rgb(0 20 137 / 0.15);
}

.text-brand-dark\/20 {
  color: rgb(0 20 137 / 0.2);
}

.text-brand-dark\/25 {
  color: rgb(0 20 137 / 0.25);
}

.text-brand-dark\/30 {
  color: rgb(0 20 137 / 0.3);
}

.text-brand-dark\/35 {
  color: rgb(0 20 137 / 0.35);
}

.text-brand-dark\/40 {
  color: rgb(0 20 137 / 0.4);
}

.text-brand-dark\/45 {
  color: rgb(0 20 137 / 0.45);
}

.text-brand-dark\/5 {
  color: rgb(0 20 137 / 0.05);
}

.text-brand-dark\/50 {
  color: rgb(0 20 137 / 0.5);
}

.text-brand-dark\/55 {
  color: rgb(0 20 137 / 0.55);
}

.text-brand-dark\/60 {
  color: rgb(0 20 137 / 0.6);
}

.text-brand-dark\/65 {
  color: rgb(0 20 137 / 0.65);
}

.text-brand-dark\/70 {
  color: rgb(0 20 137 / 0.7);
}

.text-brand-dark\/75 {
  color: rgb(0 20 137 / 0.75);
}

.text-brand-dark\/80 {
  color: rgb(0 20 137 / 0.8);
}

.text-brand-dark\/85 {
  color: rgb(0 20 137 / 0.85);
}

.text-brand-dark\/90 {
  color: rgb(0 20 137 / 0.9);
}

.text-brand-dark\/95 {
  color: rgb(0 20 137 / 0.95);
}

.text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1));
}

.text-brand-orange\/0 {
  color: rgb(255 199 44 / 0);
}

.text-brand-orange\/10 {
  color: rgb(255 199 44 / 0.1);
}

.text-brand-orange\/100 {
  color: rgb(255 199 44 / 1);
}

.text-brand-orange\/15 {
  color: rgb(255 199 44 / 0.15);
}

.text-brand-orange\/20 {
  color: rgb(255 199 44 / 0.2);
}

.text-brand-orange\/25 {
  color: rgb(255 199 44 / 0.25);
}

.text-brand-orange\/30 {
  color: rgb(255 199 44 / 0.3);
}

.text-brand-orange\/35 {
  color: rgb(255 199 44 / 0.35);
}

.text-brand-orange\/40 {
  color: rgb(255 199 44 / 0.4);
}

.text-brand-orange\/45 {
  color: rgb(255 199 44 / 0.45);
}

.text-brand-orange\/5 {
  color: rgb(255 199 44 / 0.05);
}

.text-brand-orange\/50 {
  color: rgb(255 199 44 / 0.5);
}

.text-brand-orange\/55 {
  color: rgb(255 199 44 / 0.55);
}

.text-brand-orange\/60 {
  color: rgb(255 199 44 / 0.6);
}

.text-brand-orange\/65 {
  color: rgb(255 199 44 / 0.65);
}

.text-brand-orange\/70 {
  color: rgb(255 199 44 / 0.7);
}

.text-brand-orange\/75 {
  color: rgb(255 199 44 / 0.75);
}

.text-brand-orange\/80 {
  color: rgb(255 199 44 / 0.8);
}

.text-brand-orange\/85 {
  color: rgb(255 199 44 / 0.85);
}

.text-brand-orange\/90 {
  color: rgb(255 199 44 / 0.9);
}

.text-brand-orange\/95 {
  color: rgb(255 199 44 / 0.95);
}

.text-brand-primary {
  --tw-text-opacity: 1;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1));
}

.text-brand-primary-shade {
  --tw-text-opacity: 1;
  color: rgb(1 9 54 / var(--tw-text-opacity, 1));
}

.text-brand-primary-shade\/0 {
  color: rgb(1 9 54 / 0);
}

.text-brand-primary-shade\/10 {
  color: rgb(1 9 54 / 0.1);
}

.text-brand-primary-shade\/100 {
  color: rgb(1 9 54 / 1);
}

.text-brand-primary-shade\/15 {
  color: rgb(1 9 54 / 0.15);
}

.text-brand-primary-shade\/20 {
  color: rgb(1 9 54 / 0.2);
}

.text-brand-primary-shade\/25 {
  color: rgb(1 9 54 / 0.25);
}

.text-brand-primary-shade\/30 {
  color: rgb(1 9 54 / 0.3);
}

.text-brand-primary-shade\/35 {
  color: rgb(1 9 54 / 0.35);
}

.text-brand-primary-shade\/40 {
  color: rgb(1 9 54 / 0.4);
}

.text-brand-primary-shade\/45 {
  color: rgb(1 9 54 / 0.45);
}

.text-brand-primary-shade\/5 {
  color: rgb(1 9 54 / 0.05);
}

.text-brand-primary-shade\/50 {
  color: rgb(1 9 54 / 0.5);
}

.text-brand-primary-shade\/55 {
  color: rgb(1 9 54 / 0.55);
}

.text-brand-primary-shade\/60 {
  color: rgb(1 9 54 / 0.6);
}

.text-brand-primary-shade\/65 {
  color: rgb(1 9 54 / 0.65);
}

.text-brand-primary-shade\/70 {
  color: rgb(1 9 54 / 0.7);
}

.text-brand-primary-shade\/75 {
  color: rgb(1 9 54 / 0.75);
}

.text-brand-primary-shade\/80 {
  color: rgb(1 9 54 / 0.8);
}

.text-brand-primary-shade\/85 {
  color: rgb(1 9 54 / 0.85);
}

.text-brand-primary-shade\/90 {
  color: rgb(1 9 54 / 0.9);
}

.text-brand-primary-shade\/95 {
  color: rgb(1 9 54 / 0.95);
}

.text-brand-primary\/0 {
  color: rgb(0 20 137 / 0);
}

.text-brand-primary\/10 {
  color: rgb(0 20 137 / 0.1);
}

.text-brand-primary\/100 {
  color: rgb(0 20 137 / 1);
}

.text-brand-primary\/15 {
  color: rgb(0 20 137 / 0.15);
}

.text-brand-primary\/20 {
  color: rgb(0 20 137 / 0.2);
}

.text-brand-primary\/25 {
  color: rgb(0 20 137 / 0.25);
}

.text-brand-primary\/30 {
  color: rgb(0 20 137 / 0.3);
}

.text-brand-primary\/35 {
  color: rgb(0 20 137 / 0.35);
}

.text-brand-primary\/40 {
  color: rgb(0 20 137 / 0.4);
}

.text-brand-primary\/45 {
  color: rgb(0 20 137 / 0.45);
}

.text-brand-primary\/5 {
  color: rgb(0 20 137 / 0.05);
}

.text-brand-primary\/50 {
  color: rgb(0 20 137 / 0.5);
}

.text-brand-primary\/55 {
  color: rgb(0 20 137 / 0.55);
}

.text-brand-primary\/60 {
  color: rgb(0 20 137 / 0.6);
}

.text-brand-primary\/65 {
  color: rgb(0 20 137 / 0.65);
}

.text-brand-primary\/70 {
  color: rgb(0 20 137 / 0.7);
}

.text-brand-primary\/75 {
  color: rgb(0 20 137 / 0.75);
}

.text-brand-primary\/80 {
  color: rgb(0 20 137 / 0.8);
}

.text-brand-primary\/85 {
  color: rgb(0 20 137 / 0.85);
}

.text-brand-primary\/90 {
  color: rgb(0 20 137 / 0.9);
}

.text-brand-primary\/95 {
  color: rgb(0 20 137 / 0.95);
}

.text-brand-quaternary {
  --tw-text-opacity: 1;
  color: rgb(52 127 81 / var(--tw-text-opacity, 1));
}

.text-brand-quaternary\/0 {
  color: rgb(52 127 81 / 0);
}

.text-brand-quaternary\/10 {
  color: rgb(52 127 81 / 0.1);
}

.text-brand-quaternary\/100 {
  color: rgb(52 127 81 / 1);
}

.text-brand-quaternary\/15 {
  color: rgb(52 127 81 / 0.15);
}

.text-brand-quaternary\/20 {
  color: rgb(52 127 81 / 0.2);
}

.text-brand-quaternary\/25 {
  color: rgb(52 127 81 / 0.25);
}

.text-brand-quaternary\/30 {
  color: rgb(52 127 81 / 0.3);
}

.text-brand-quaternary\/35 {
  color: rgb(52 127 81 / 0.35);
}

.text-brand-quaternary\/40 {
  color: rgb(52 127 81 / 0.4);
}

.text-brand-quaternary\/45 {
  color: rgb(52 127 81 / 0.45);
}

.text-brand-quaternary\/5 {
  color: rgb(52 127 81 / 0.05);
}

.text-brand-quaternary\/50 {
  color: rgb(52 127 81 / 0.5);
}

.text-brand-quaternary\/55 {
  color: rgb(52 127 81 / 0.55);
}

.text-brand-quaternary\/60 {
  color: rgb(52 127 81 / 0.6);
}

.text-brand-quaternary\/65 {
  color: rgb(52 127 81 / 0.65);
}

.text-brand-quaternary\/70 {
  color: rgb(52 127 81 / 0.7);
}

.text-brand-quaternary\/75 {
  color: rgb(52 127 81 / 0.75);
}

.text-brand-quaternary\/80 {
  color: rgb(52 127 81 / 0.8);
}

.text-brand-quaternary\/85 {
  color: rgb(52 127 81 / 0.85);
}

.text-brand-quaternary\/90 {
  color: rgb(52 127 81 / 0.9);
}

.text-brand-quaternary\/95 {
  color: rgb(52 127 81 / 0.95);
}

.text-brand-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1));
}

.text-brand-secondary-shade {
  --tw-text-opacity: 1;
  color: rgb(232 172 5 / var(--tw-text-opacity, 1));
}

.text-brand-secondary-shade\/0 {
  color: rgb(232 172 5 / 0);
}

.text-brand-secondary-shade\/10 {
  color: rgb(232 172 5 / 0.1);
}

.text-brand-secondary-shade\/100 {
  color: rgb(232 172 5 / 1);
}

.text-brand-secondary-shade\/15 {
  color: rgb(232 172 5 / 0.15);
}

.text-brand-secondary-shade\/20 {
  color: rgb(232 172 5 / 0.2);
}

.text-brand-secondary-shade\/25 {
  color: rgb(232 172 5 / 0.25);
}

.text-brand-secondary-shade\/30 {
  color: rgb(232 172 5 / 0.3);
}

.text-brand-secondary-shade\/35 {
  color: rgb(232 172 5 / 0.35);
}

.text-brand-secondary-shade\/40 {
  color: rgb(232 172 5 / 0.4);
}

.text-brand-secondary-shade\/45 {
  color: rgb(232 172 5 / 0.45);
}

.text-brand-secondary-shade\/5 {
  color: rgb(232 172 5 / 0.05);
}

.text-brand-secondary-shade\/50 {
  color: rgb(232 172 5 / 0.5);
}

.text-brand-secondary-shade\/55 {
  color: rgb(232 172 5 / 0.55);
}

.text-brand-secondary-shade\/60 {
  color: rgb(232 172 5 / 0.6);
}

.text-brand-secondary-shade\/65 {
  color: rgb(232 172 5 / 0.65);
}

.text-brand-secondary-shade\/70 {
  color: rgb(232 172 5 / 0.7);
}

.text-brand-secondary-shade\/75 {
  color: rgb(232 172 5 / 0.75);
}

.text-brand-secondary-shade\/80 {
  color: rgb(232 172 5 / 0.8);
}

.text-brand-secondary-shade\/85 {
  color: rgb(232 172 5 / 0.85);
}

.text-brand-secondary-shade\/90 {
  color: rgb(232 172 5 / 0.9);
}

.text-brand-secondary-shade\/95 {
  color: rgb(232 172 5 / 0.95);
}

.text-brand-secondary\/0 {
  color: rgb(255 199 44 / 0);
}

.text-brand-secondary\/10 {
  color: rgb(255 199 44 / 0.1);
}

.text-brand-secondary\/100 {
  color: rgb(255 199 44 / 1);
}

.text-brand-secondary\/15 {
  color: rgb(255 199 44 / 0.15);
}

.text-brand-secondary\/20 {
  color: rgb(255 199 44 / 0.2);
}

.text-brand-secondary\/25 {
  color: rgb(255 199 44 / 0.25);
}

.text-brand-secondary\/30 {
  color: rgb(255 199 44 / 0.3);
}

.text-brand-secondary\/35 {
  color: rgb(255 199 44 / 0.35);
}

.text-brand-secondary\/40 {
  color: rgb(255 199 44 / 0.4);
}

.text-brand-secondary\/45 {
  color: rgb(255 199 44 / 0.45);
}

.text-brand-secondary\/5 {
  color: rgb(255 199 44 / 0.05);
}

.text-brand-secondary\/50 {
  color: rgb(255 199 44 / 0.5);
}

.text-brand-secondary\/55 {
  color: rgb(255 199 44 / 0.55);
}

.text-brand-secondary\/60 {
  color: rgb(255 199 44 / 0.6);
}

.text-brand-secondary\/65 {
  color: rgb(255 199 44 / 0.65);
}

.text-brand-secondary\/70 {
  color: rgb(255 199 44 / 0.7);
}

.text-brand-secondary\/75 {
  color: rgb(255 199 44 / 0.75);
}

.text-brand-secondary\/80 {
  color: rgb(255 199 44 / 0.8);
}

.text-brand-secondary\/85 {
  color: rgb(255 199 44 / 0.85);
}

.text-brand-secondary\/90 {
  color: rgb(255 199 44 / 0.9);
}

.text-brand-secondary\/95 {
  color: rgb(255 199 44 / 0.95);
}

.text-brand-tertiary {
  --tw-text-opacity: 1;
  color: rgb(160 23 30 / var(--tw-text-opacity, 1));
}

.text-brand-tertiary\/0 {
  color: rgb(160 23 30 / 0);
}

.text-brand-tertiary\/10 {
  color: rgb(160 23 30 / 0.1);
}

.text-brand-tertiary\/100 {
  color: rgb(160 23 30 / 1);
}

.text-brand-tertiary\/15 {
  color: rgb(160 23 30 / 0.15);
}

.text-brand-tertiary\/20 {
  color: rgb(160 23 30 / 0.2);
}

.text-brand-tertiary\/25 {
  color: rgb(160 23 30 / 0.25);
}

.text-brand-tertiary\/30 {
  color: rgb(160 23 30 / 0.3);
}

.text-brand-tertiary\/35 {
  color: rgb(160 23 30 / 0.35);
}

.text-brand-tertiary\/40 {
  color: rgb(160 23 30 / 0.4);
}

.text-brand-tertiary\/45 {
  color: rgb(160 23 30 / 0.45);
}

.text-brand-tertiary\/5 {
  color: rgb(160 23 30 / 0.05);
}

.text-brand-tertiary\/50 {
  color: rgb(160 23 30 / 0.5);
}

.text-brand-tertiary\/55 {
  color: rgb(160 23 30 / 0.55);
}

.text-brand-tertiary\/60 {
  color: rgb(160 23 30 / 0.6);
}

.text-brand-tertiary\/65 {
  color: rgb(160 23 30 / 0.65);
}

.text-brand-tertiary\/70 {
  color: rgb(160 23 30 / 0.7);
}

.text-brand-tertiary\/75 {
  color: rgb(160 23 30 / 0.75);
}

.text-brand-tertiary\/80 {
  color: rgb(160 23 30 / 0.8);
}

.text-brand-tertiary\/85 {
  color: rgb(160 23 30 / 0.85);
}

.text-brand-tertiary\/90 {
  color: rgb(160 23 30 / 0.9);
}

.text-brand-tertiary\/95 {
  color: rgb(160 23 30 / 0.95);
}

.text-current {
  color: currentColor;
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}

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

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

.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}

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

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

.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-paper {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-paper\/0 {
  color: rgb(255 255 255 / 0);
}

.text-paper\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-paper\/100 {
  color: rgb(255 255 255 / 1);
}

.text-paper\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-paper\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-paper\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-paper\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-paper\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-paper\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-paper\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-paper\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-paper\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-paper\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-paper\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-paper\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-paper\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-paper\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-paper\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-paper\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-paper\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-paper\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-pencil {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-pencil\/0 {
  color: rgb(51 51 51 / 0);
}

.text-pencil\/10 {
  color: rgb(51 51 51 / 0.1);
}

.text-pencil\/100 {
  color: rgb(51 51 51 / 1);
}

.text-pencil\/15 {
  color: rgb(51 51 51 / 0.15);
}

.text-pencil\/20 {
  color: rgb(51 51 51 / 0.2);
}

.text-pencil\/25 {
  color: rgb(51 51 51 / 0.25);
}

.text-pencil\/30 {
  color: rgb(51 51 51 / 0.3);
}

.text-pencil\/35 {
  color: rgb(51 51 51 / 0.35);
}

.text-pencil\/40 {
  color: rgb(51 51 51 / 0.4);
}

.text-pencil\/45 {
  color: rgb(51 51 51 / 0.45);
}

.text-pencil\/5 {
  color: rgb(51 51 51 / 0.05);
}

.text-pencil\/50 {
  color: rgb(51 51 51 / 0.5);
}

.text-pencil\/55 {
  color: rgb(51 51 51 / 0.55);
}

.text-pencil\/60 {
  color: rgb(51 51 51 / 0.6);
}

.text-pencil\/65 {
  color: rgb(51 51 51 / 0.65);
}

.text-pencil\/70 {
  color: rgb(51 51 51 / 0.7);
}

.text-pencil\/75 {
  color: rgb(51 51 51 / 0.75);
}

.text-pencil\/80 {
  color: rgb(51 51 51 / 0.8);
}

.text-pencil\/85 {
  color: rgb(51 51 51 / 0.85);
}

.text-pencil\/90 {
  color: rgb(51 51 51 / 0.9);
}

.text-pencil\/95 {
  color: rgb(51 51 51 / 0.95);
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

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

.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

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

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

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-blue {
  --tw-shadow-color: #001489;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-orange {
  --tw-shadow-color: #ffc72c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-brand-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 20 137 / var(--tw-ring-opacity, 1));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-50 {
  --tw-grayscale: grayscale(50%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-filter {
  transition-property: filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-width {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-shadow {
  text-shadow: 0 2px 4px var(--tw-shadow-color);
}

.text-shadow-2xs {
  text-shadow: 0px 1px 0px rgb(0 0 0 / 0.15);
}

.text-shadow-lg {
  text-shadow: 0 8px 16px var(--tw-shadow-color);
}

.text-shadow-sm {
  text-shadow: 0 1px 2px var(--tw-shadow-color);
}

/* Container must be relative or absolute! */

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* used in product grid sidebar. use with grid-rows-1fr/0fr,
   doesn't work with grid-rows-N */

.transition-grid-rows {
  transition-property: grid-template-rows;
}

/* used in product grid sidebar. this differs from
   grid-rows-1 in that the builtin includes a minmax(0,1fr),
   which isn't compatible with transition-grid-rows animation */

.grid-rows-1fr {
  grid-template-rows: 1fr;
}

/* used in product grid sidebar, to hide content when closed */

.grid-rows-0fr {
  grid-template-rows: 0fr;
}

.text-2xs {
  font-size: 0.5rem;
}

/**
 * this is base.css
 */

/**
 * Override the BASE styles of Tailwind - put
 * everything inside @layer base {}. Use it to correct
 * their defaults.
 */

/*
 * IMPORTANT - any class names defined here must already exist
 * elsewhere in the source tree, such as dummy_tailwind.html.haml
 *
 */

/* site-specific stuff, installed by activate-theme */

/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/napaonline/templates/_site.css,
** then run script/activate-theme napaonline
*/

/**
 **
 **   #    #    ##    #####     ##     ####   #    #  #      #  #    #  ######
 **   ##   #   #  #   #    #   #  #   #    #  ##   #  #      #  ##   #  #
 **   # #  #  #    #  #    #  #    #  #    #  # #  #  #      #  # #  #  #####
 **   #  # #  ######  #####   ######  #    #  #  # #  #      #  #  # #  #
 **   #   ##  #    #  #       #    #  #    #  #   ##  #      #  #   ##  #
 **   #    #  #    #  #       #    #   ####   #    #  ###### #  #    #  ######
 **
 ** TEMPLATE in themes/(foo)/templates/_site.css
 ** installed in assets/tailwind by script/activate-theme
 */

:root {
  --tw-shadow-color: #333;
  --color-brand-orange: #ffc72c;
  --color-brand-blue: #001489;
  --color-primary: var(--color-brand-blue);
  --color-secondary: var(--color-brand-orange);
  --color-tertiary: #a0171e;
  --color-quaternary: #347f51;
}

/*
** app/assets/tailwind/_site.css
** installed by ./script/activate-theme napaonline
** at Tue Nov 18 11:25:34 AM PST 2025 on wendigo
*/

@font-face {
  font-family: 'lg';

  src: url(/assets/lg.woff2?io9a6k) format("woff2"), url(/assets/lg.ttf?io9a6k) format("truetype"), url(/assets/lg.woff?io9a6k) format("woff"), url(/assets/lg.svg?io9a6k#lg) format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
  @include media($tablet_and_desktop) {
    span {
      display: inline-block;
      max-width: 500px;
      text-shadow: 1px 1px #000;
    }
  }
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/../images/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-download {
  display: none !important;
  /* hiding the download button */
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  /* CHANGED 2022 1 => 0.7 */
  opacity: 0.7;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  @include media($mobile){
    bottom: 5rem;
  }
  right: 0;
  left: 0;
}

/* 2025-06 Lightgallery Duct Tape! */

.lg-outer {
}

/* full screen */

.lg-inner {
  background: #eee;
}

@media (max-width: 768px) {
  .lg-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.lg-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

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

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

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

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

.lg-content {
  margin-left: auto;
  margin-right: auto;
}

.lg-image {
}

@media (min-width: 1024px) {
  @media (max-width: 768px) {
    .lg\:container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .lg\:container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .sm\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .sm\:aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
  }

  .sm\:aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:aspect-none {
    position: static;
    padding-bottom: 0;
  }

  .sm\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

  .lg\:aspect-h-6 {
    --tw-aspect-h: 6;
  }

  .lg\:aspect-w-5 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 5;
  }

  .lg\:aspect-w-5 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:fade-in-gray {
    --tw-grayscale: grayscale(50%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    transition-property: filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }

  .lg\:fade-in-gray:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

.hover\:hidden:hover {
  display: none;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 20 137 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 44 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 20 137 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-primary\/80:hover {
  background-color: rgb(0 20 137 / 0.8);
}

.hover\:bg-gray-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 20 137 / var(--tw-text-opacity, 1));
}

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

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:z-10:focus {
  z-index: 10;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:overflow-x-scroll {
  overflow-x: scroll;
}

.group:hover .group-hover\:text-brand-orange {
  --tw-text-opacity: 1;
  color: rgb(255 199 44 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

@media not all and (min-width: 640px) {
  .max-sm\:fixed {
    position: fixed;
  }

  .max-sm\:inset-2 {
    inset: 0.5rem;
  }

  .max-sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .max-sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:inset-0 {
    inset: 0px;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-96 {
    max-width: 24rem;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

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

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:inset-4 {
    inset: 1rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:float-right {
    float: right;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-h-104 {
    max-height: 26rem;
  }

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

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-\[128px\] {
    min-height: 128px;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:grayscale-50 {
    --tw-grayscale: grayscale(50%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .hover\:lg\:grayscale-0:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:inline {
    display: inline;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pr-8 {
    padding-right: 2rem;
  }
}

.dark\:divide-gray-700:where(.dark, .dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.dark\:border-gray-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:bg-gray-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

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