<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.1.7 | 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: currentColor; /* 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.
*/

html {
  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: FrutigerLTPro; /* 4 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: FrutigerLTPro; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

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

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

::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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {

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

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

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

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

  .container {
    max-width: 1320px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 5px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol &gt; li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul &gt; li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure &gt; *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #004481;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol &gt; li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul &gt; li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose &gt; :where(ul &gt; li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose &gt; :where(ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose &gt; :where(ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose &gt; :where(ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose &gt; :where(ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose &gt; :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose &gt; :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-left-0 {
  left: -0px;
}
.-top-0 {
  top: -0px;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-0 {
  right: -0px;
}
.top-\[6rem\] {
  top: 6rem;
}
.top-\[2\.1rem\] {
  top: 2.1rem;
}
.top-\[5\.6rem\] {
  top: 5.6rem;
}
.-top-px {
  top: -1px;
}
.-left-\[0\.3125rem\] {
  left: -0.3125rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.left-\[-20px\] {
  left: -20px;
}
.right-\[3\.8rem\] {
  right: 3.8rem;
}
.top-\[0\.6rem\] {
  top: 0.6rem;
}
.-top-\[8rem\] {
  top: -8rem;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[\.125em\] {
  top: .125em;
}
.z-100 {
  z-index: 100;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-30 {
  z-index: 30;
}
.z-20 {
  z-index: 20;
}
.order-last {
  order: 9999;
}
.order-first {
  order: -9999;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-3 {
  margin: 0.75rem;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[3\.25rem\] {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mt-\[0\.875rem\] {
  margin-top: 0.875rem;
}
.mb-\[1\.8125rem\] {
  margin-bottom: 1.8125rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mt-\[7rem\] {
  margin-top: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-\[2\.8rem\] {
  margin-bottom: 2.8rem;
}
.mb-\[2\.75rem\] {
  margin-bottom: 2.75rem;
}
.mb-\[3\.25rem\] {
  margin-bottom: 3.25rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-\[3\.25rem\] {
  margin-top: 3.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.813rem\] {
  margin-top: 0.813rem;
}
.mr-\[1\.875rem\] {
  margin-right: 1.875rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[0\.625rem\] {
  margin-top: 0.625rem;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.mt-\[4\.0625rem\] {
  margin-top: 4.0625rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!table-row {
  display: table-row !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-9 {
  height: 2.25rem;
}
.h-\[2\.4375rem\] {
  height: 2.4375rem;
}
.h-full {
  height: 100%;
}
.h-8 {
  height: 2rem;
}
.h-5 {
  height: 1.25rem;
}
.h-72 {
  height: 18rem;
}
.h-\[1\.25rem\] {
  height: 1.25rem;
}
.h-\[1\.4rem\] {
  height: 1.4rem;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-16 {
  height: 4rem;
}
.h-\[calc\(100\%-6rem\)\] {
  height: calc(100% - 6rem);
}
.h-\[1\.46rem\] {
  height: 1.46rem;
}
.h-\[12\.5rem\] {
  height: 12.5rem;
}
.h-4 {
  height: 1rem;
}
.h-\[3\.8125rem\] {
  height: 3.8125rem;
}
.h-px {
  height: 1px;
}
.h-3 {
  height: 0.75rem;
}
.h-\[0\.6875rem\] {
  height: 0.6875rem;
}
.h-\[9\.43rem\] {
  height: 9.43rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[1em\] {
  height: 1em;
}
.h-\[100\%\] {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[15\.875rem\] {
  max-height: 15.875rem;
}
.min-h-\[5\.3125rem\] {
  min-height: 5.3125rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[13\.25rem\] {
  min-height: 13.25rem;
}
.min-h-\[6\.25rem\] {
  min-height: 6.25rem;
}
.min-h-\[calc\(42vw\)\] {
  min-height: calc(42vw);
}
.min-h-\[7\.5625rem\] {
  min-height: 7.5625rem;
}
.min-h-\[9\.525rem\] {
  min-height: 9.525rem;
}
.min-h-\[8\.125rem\] {
  min-height: 8.125rem;
}
.min-h-\[50rem\] {
  min-height: 50rem;
}
.w-full {
  width: 100%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-8 {
  width: 2rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[1\.25rem\] {
  width: 1.25rem;
}
.w-\[8\.563rem\] {
  width: 8.563rem;
}
.w-\[1\.23rem\] {
  width: 1.23rem;
}
.w-\[12\.5rem\] {
  width: 12.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-4 {
  width: 1rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-32 {
  width: 8rem;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[13\.9rem\] {
  width: 13.9rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[0\.6875rem\] {
  width: 0.6875rem;
}
.w-12 {
  width: 3rem;
}
.w-\[1\.2rem\] {
  width: 1.2rem;
}
.w-\[17\.188rem\] {
  width: 17.188rem;
}
.w-\[12\.5\%\] {
  width: 12.5%;
}
.w-\[9\.5rem\] {
  width: 9.5rem;
}
.min-w-\[6\.25rem\] {
  min-width: 6.25rem;
}
.min-w-\[6\.75\] {
  min-width: 6.75;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[40\.5rem\] {
  max-width: 40.5rem;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-none {
  max-width: none;
}
.max-w-\[11\.25rem\] {
  max-width: 11.25rem;
}
.flex-none {
  flex: none;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-\[0_2_4rem\] {
  flex: 0 2 4rem;
}
.flex-\[1_0_auto\] {
  flex: 1 0 auto;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.-rotate-45 {
  --tw-rotate: -45deg;
  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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
.scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-around {
  align-content: space-around;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[4\.625rem\] {
  gap: 4.625rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-\[1rem\] {
  gap: 1rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[1\.8125rem\] {
  gap: 1.8125rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.3125rem\] {
  gap: 0.3125rem;
}
.gap-\[0\.9375rem\] {
  gap: 0.9375rem;
}
.gap-\[1\.3125rem\] {
  gap: 1.3125rem;
}
.gap-\[1\.875rem\] {
  gap: 1.875rem;
}
.gap-\[0\.1875rem\] {
  gap: 0.1875rem;
}
.gap-\[2\.8125rem\] {
  gap: 2.8125rem;
}
.divide-x &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y &gt; :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-blue &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 32 67 / var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border {
  border-width: 1px;
}
.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(15 32 67 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#004480\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 68 128 / var(--tw-border-opacity));
}
.border-\[\#297f9f\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 127 159 / var(--tw-border-opacity));
}
.\!border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 32 67 / var(--tw-border-opacity)) !important;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-\[\#A8A8A880\] {
  background-color: #A8A8A880;
}
.bg-logbook {
  --tw-bg-opacity: 1;
  background-color: rgb(18 92 111 / var(--tw-bg-opacity));
}
.bg-logbook-old {
  --tw-bg-opacity: 1;
  background-color: rgb(41 127 159 / var(--tw-bg-opacity));
}
.bg-logbook-oldest {
  --tw-bg-opacity: 1;
  background-color: rgb(142 199 206 / var(--tw-bg-opacity));
}
.bg-\[rgba\(245\2c 245\2c 245\2c \.9\)\] {
  background-color: rgba(245,245,245,.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 32 67 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(4 71 135 / var(--tw-bg-opacity));
}
.bg-submenu {
  --tw-bg-opacity: 1;
  background-color: rgb(232 240 246 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#f1f4f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#e3e9ec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 233 236 / var(--tw-bg-opacity));
}
.bg-\[\#F1F4F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 245 / var(--tw-bg-opacity));
}
.bg-\[\#75A4CF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 164 207 / var(--tw-bg-opacity));
}
.bg-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 246 / var(--tw-bg-opacity));
}
.bg-tab-inactive {
  --tw-bg-opacity: 1;
  background-color: rgb(223 232 236 / var(--tw-bg-opacity));
}
.bg-\[\#EEF1F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 241 247 / var(--tw-bg-opacity));
}
.bg-blue-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(235 244 249 / var(--tw-bg-opacity));
}
.\!bg-blue-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 157 204 / var(--tw-bg-opacity)) !important;
}
.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(101 157 204 / var(--tw-bg-opacity));
}
.bg-\[\#014984\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 73 132 / var(--tw-bg-opacity));
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(117 165 208 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-header-start {
  --tw-gradient-from: #00427F;
  --tw-gradient-to: rgb(0 66 127 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-header-end {
  --tw-gradient-to: #002959;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-blue-light {
  fill: #75A5D0;
}
.fill-\[\#004480\] {
  fill: #004480;
}
.stroke-blue-light {
  stroke: #75A5D0;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[0\.9375rem\] {
  padding: 0.9375rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2\.8rem\] {
  padding: 2.8rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[0\.375rem\] {
  padding: 0.375rem;
}
.p-\[1\.5rem\] {
  padding: 1.5rem;
}
.p-\[2\.8125rem\] {
  padding: 2.8125rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[0\.9375rem\] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.py-\[0\.9375rem\] {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[\.5625rem\] {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-\[0\.6rem\] {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[0\.9375rem\] {
  padding-top: 0.9375rem;
}
.pr-\[1\.75rem\] {
  padding-right: 1.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-\[0\.875rem\] {
  padding-bottom: 0.875rem;
}
.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-\[1\.775rem\] {
  padding-top: 1.775rem;
}
.pr-\[4\.692307rem\] {
  padding-right: 4.692307rem;
}
.pl-\[0\.9375rem\] {
  padding-left: 0.9375rem;
}
.pt-\[4\.5rem\] {
  padding-top: 4.5rem;
}
.pb-\[1\.6875rem\] {
  padding-bottom: 1.6875rem;
}
.pt-\[6rem\] {
  padding-top: 6rem;
}
.pr-\[1\.875rem\] {
  padding-right: 1.875rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-\[0\.65625rem\] {
  padding-top: 0.65625rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-\[2\.75rem\] {
  padding-top: 2.75rem;
}
.pt-\[1\.1875rem\] {
  padding-top: 1.1875rem;
}
.pt-\[0\.1875rem\] {
  padding-top: 0.1875rem;
}
.pt-\[2\.875rem\] {
  padding-top: 2.875rem;
}
.pt-\[\.9rem\] {
  padding-top: .9rem;
}
.pt-\[4\.0625rem\] {
  padding-top: 4.0625rem;
}
.pr-0 {
  padding-right: 0px;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.pt-\[7\.25rem\] {
  padding-top: 7.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'FrutigerLTPro-Roman\'\] {
  font-family: 'FrutigerLTPro-Roman';
}
.text-5pt {
  font-size: 1.1rem;
}
.text-6pt {
  font-size: 1.4375rem;
}
.text-xs {
  font-size: 0.875rem;
}
.text-sm {
  font-size: 1rem;
}
.text-\[1\.313rem\] {
  font-size: 1.313rem;
}
.text-\[1\.1875rem\] {
  font-size: 1.1875rem;
}
.text-\[1\.4375rem\] {
  font-size: 1.4375rem;
}
.text-4pt {
  font-size: 1.1875rem;
}
.text-\[1\.5625rem\] {
  font-size: 1.5625rem;
}
.text-\[2\.8rem\] {
  font-size: 2.8rem;
}
.text-\[2\.375rem\] {
  font-size: 2.375rem;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-9pt {
  font-size: 2.375rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-base {
  font-size: 1.1375rem;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-md {
  font-size: 1.4rem;
}
.text-\[2\.75rem\] {
  font-size: 2.75rem;
}
.text-\[1\.23rem\] {
  font-size: 1.23rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[1\.34375rem\] {
  font-size: 1.34375rem;
}
.text-\[2\.4rem\] {
  font-size: 2.4rem;
}
.text-7pt {
  font-size: 1.75rem;
}
.text-\[1\.0625rem\] {
  font-size: 1.0625rem;
}
.\!text-\[3\.25rem\] {
  font-size: 3.25rem !important;
}
.text-\[1\.563rem\] {
  font-size: 1.563rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[3\.36rem\] {
  line-height: 3.36rem;
}
.leading-\[2\.8rem\] {
  line-height: 2.8rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-none {
  line-height: 1;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.tracking-capital {
  letter-spacing: 0.0575rem;
}
.tracking-menu {
  letter-spacing: 0.0575rem;
}
.tracking-sub-menu {
  letter-spacing: 0.0525rem;
}
.tracking-\[0\.04687rem\] {
  letter-spacing: 0.04687rem;
}
.text-logbook {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-logbook-old {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-logbook-oldest {
  --tw-text-opacity: 1;
  color: rgb(18 92 111 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}
.text-footer {
  --tw-text-opacity: 1;
  color: rgb(51 61 66 / var(--tw-text-opacity));
}
.text-2xi-blue {
  --tw-text-opacity: 1;
  color: rgb(15 33 68 / var(--tw-text-opacity));
}
.text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(117 165 208 / var(--tw-text-opacity));
}
.text-breadcrump {
  --tw-text-opacity: 1;
  color: rgb(135 154 165 / var(--tw-text-opacity));
}
.text-\[\#004480\] {
  --tw-text-opacity: 1;
  color: rgb(0 68 128 / var(--tw-text-opacity));
}
.text-\[\#0D224C\] {
  --tw-text-opacity: 1;
  color: rgb(13 34 76 / var(--tw-text-opacity));
}
.text-\[\#297f9f\] {
  --tw-text-opacity: 1;
  color: rgb(41 127 159 / var(--tw-text-opacity));
}
.text-\[\#0f2043\] {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}
.text-blue-second {
  --tw-text-opacity: 1;
  color: rgb(0 68 129 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#74828A\] {
  --tw-text-opacity: 1;
  color: rgb(116 130 138 / var(--tw-text-opacity));
}
.text-\[\#333D42\] {
  --tw-text-opacity: 1;
  color: rgb(51 61 66 / var(--tw-text-opacity));
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.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);
}
.outline-0 {
  outline-width: 0px;
}
.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);
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.inactive-hidden:not(.active) {
  display: none !important;
}
.active.below.marker::after {
  left: 0px;
  right: 0px;
  top: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  width: 1.06250rem;
}

/* alpine js */
[x-cloak] { display: none !important; }


@font-face {
    font-family: 'FrutigerLTPro';
    src: url("/static/FrutigerLTPro-Light.a28b24a2bc01.woff2") format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: 'FrutigerLTPro';
    src: url("/static/FrutigerLTPro-Bold.61fb9e812679.woff2") format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'FrutigerLTPro-Roman';
    src: url("/static/FrutigerLTPro-Roman.c106d8e54a90.woff2") format('woff2');
}

.item-preview-list.active .item-preview:not(.active) {
  opacity: 0.5;
  --tw-brightness: brightness(.75);
  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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.table-sort span {
  --tw-text-opacity: 1;
  color: rgb(117 165 208 / var(--tw-text-opacity));
}
.table-sort.asc span:first-child {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}
.table-sort.desc span:last-child {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .active .active-show {
    display: block;
  }
}

.mark-rotate::after {
  position: absolute;
  top: 1px;
  right: 0px;
  --tw-rotate: 0deg;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    content: "â–¼";
}
.mark-rotate.active::after {
  --tw-rotate: -180deg;
  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));
}
.active-bold.active {
  font-weight: 700;
}
.active-highlight.active {
  --tw-text-opacity: 1;
  color: rgb(117 165 208 / var(--tw-text-opacity));
}
.guest-hover:hover&gt;.guest-hide-hover {
  display: none;
}
.guest-hover:not(:hover)&gt;.guest-show-hover {
  display: none;
}
@media (min-width: 600px) {
    html {
        font-size: 10px;
    }
}
@media (min-width: 680px) {
    html {
        font-size: 11px;
    }
}
@media (min-width: 770px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    html {
        font-size: 11px;
    }
}
@media (min-width: 1320px) {
    html {
        font-size: 12px;
    }
}
@media (max-width: 599px) {
    html {
        font-size: 13px;
    }
}
@media (max-width: 1023px) {
    #menu:not(.active) #menu-close {
    display: none;
  }
    #menu.active #menu-open {
    display: none;
  }
    #menu:not(.active) #menu-content {
    display: none;
  }
}
table td,  table th {
  padding-left: 1rem;
  padding-right: 1rem;
}
table.no-leading td:first-child {
  padding-left: 0px;
  padding-right: 0px;
}

.breakout {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

@media (min-width: 1320px) {
    .\32xl\:breakout,
    .breakout {
        margin-left: calc( ( 100vw - 1320px) / -2 );
        margin-right: calc( ( 100vw - 1320px) / -2 );
    }
    .main-container {
    max-width: 101rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content {
  margin: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 7.625rem;
  padding-bottom: 6rem;
  font-size: 1.1375rem;
}

@media (min-width: 1320px) {

  .main-content {
    max-width: 101rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {

  .main-content {
    padding-top: 2.5rem;
  }
}
.title {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.12rem;
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .title {
    font-size: 4rem;
  }
}
.main-paragraph {
  padding-top: 2.1875rem;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.0625rem;
  --tw-text-opacity: 1;
  color: rgb(51 61 66 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .main-paragraph {
    max-width: 85%;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1320px) {

  .main-paragraph {
    max-width: 75%;
  }
}
.employee-color {
  position: absolute;
  right: 2px;
  display: none;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(227 233 236 / var(--tw-bg-opacity));
}
@media (min-width: 1320px) {

  .employee-color {
    display: block;
  }
}
.employee-color {
    width: calc( (100vw - 1320px) / 2 );
    margin-right: calc( (100vw - 1320px) / -2 );
}

.bar::-webkit-scrollbar {
    width: 0.75rem;
}
.bar::-webkit-scrollbar-track {
    display: none;
}
.bar::-webkit-scrollbar-thumb {
    background: #669eca;
}

.link-light-blue a {
    color: #75A5D0;
}
.quote b {
    font-size: 1.3em;
}

.footer-shadow {
    box-shadow: 0px -10px 7px -13px black;
    border-radius: 5px;
}
.home-new-box {
  height: 10.5rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #192F47;
  --tw-gradient-to: rgb(25 47 71 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #6B849B;
  padding: 1rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.home-new-box:hover {
  background-blend-mode: darken;
}
@media (min-width: 600px) {

  .home-new-box {
    height: 11.5rem;
    width: 18.2rem;
    max-width: none;
  }
}
@media (min-width: 1024px) {

  .home-new-box {
    height: 17rem;
    width: 27rem;
    padding: 1.875rem;
  }
}
.home-new-box h2 {
  white-space: nowrap;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 600px) {

  .home-new-box h2 {
    font-size: 1.73rem;
  }
}
@media (min-width: 1024px) {

  .home-new-box h2 {
    font-size: 2.675rem;
  }
}
.home-new-box .content {
  font-size: 1.25rem;
}
@media (min-width: 600px) {

  .home-new-box .content {
    font-size: 1.325rem;
  }
}
@media (min-width: 1024px) {

  .home-new-box .content {
    font-size: 2.05rem;
  }
}
.button {
  border-width: 1px;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.437rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}
.button:hover {
  border-color: transparent;
  background-color: rgba(49, 48, 48, 0.8);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-fill {
  --tw-border-opacity: 1;
  border-color: rgb(15 32 67 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 32 67 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.generic-page .title {
  margin-bottom: 3.25rem;
}

.generic-page .page-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.generic-page .page-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.generic-page .page-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  text-underline-offset: 5px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.generic-page .page-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.generic-page .page-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

.generic-page .page-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.generic-page .page-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.generic-page .page-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.generic-page .page-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.generic-page .page-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.generic-page .page-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.generic-page .page-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.generic-page .page-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.generic-page .page-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.generic-page .page-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

.generic-page .page-content :where(ol &gt; li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.generic-page .page-content :where(ul &gt; li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.generic-page .page-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.generic-page .page-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.generic-page .page-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.generic-page .page-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.generic-page .page-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.generic-page .page-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

.generic-page .page-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.generic-page .page-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

.generic-page .page-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.generic-page .page-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.generic-page .page-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.generic-page .page-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.generic-page .page-content :where(figure &gt; *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.generic-page .page-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.generic-page .page-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.generic-page .page-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.generic-page .page-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.generic-page .page-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.generic-page .page-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.generic-page .page-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.generic-page .page-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.generic-page .page-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.generic-page .page-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.generic-page .page-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.generic-page .page-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.generic-page .page-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.generic-page .page-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.generic-page .page-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.generic-page .page-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #004481;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.generic-page .page-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.generic-page .page-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.generic-page .page-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.generic-page .page-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.generic-page .page-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.generic-page .page-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.generic-page .page-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.generic-page .page-content :where(ol &gt; li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.generic-page .page-content :where(ul &gt; li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.generic-page .page-content &gt; :where(ul &gt; li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.generic-page .page-content &gt; :where(ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.generic-page .page-content &gt; :where(ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.generic-page .page-content &gt; :where(ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.generic-page .page-content &gt; :where(ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.generic-page .page-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.generic-page .page-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.generic-page .page-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.generic-page .page-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.generic-page .page-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.generic-page .page-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.generic-page .page-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.generic-page .page-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.generic-page .page-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.generic-page .page-content &gt; :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.generic-page .page-content &gt; :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.generic-page .page-content {
  max-width: none;
}

.generic-page .page-content *::marker {
  color: rgb(0 0 0 ) !important;
}

.generic-page .page-content::marker {
  color: rgb(0 0 0 ) !important;
}

.generic-page .page-content :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-top: 3.25rem !important;
  margin-bottom: 1.25rem !important;
  font-size: 3rem !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

.generic-page .page-content :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem;
  font-size: 1.5625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

.generic-page .page-content :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 68 129 / var(--tw-text-opacity));
}

.generic-page .page-content :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 1.625rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.generic-page .page-content :is(:where(ol):not(:where([class~="not-prose"] *))) {
  font-size: 1.625rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.generic-page .page-content :is(:where(ul):not(:where([class~="not-prose"] *))) {
  font-size: 1.625rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 600px) {

  .generic-page .page-content {
    padding-right: 25%;
  }
}

@media (min-width: 1024px) {

  .generic-page .page-content {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .generic-page .page-content :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .generic-page .page-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .generic-page .page-content :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }

  .generic-page .page-content :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .generic-page .page-content :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .generic-page .page-content :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .generic-page .page-content :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .generic-page .page-content :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .generic-page .page-content :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .generic-page .page-content :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .generic-page .page-content :where(figure &gt; *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .generic-page .page-content :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .generic-page .page-content :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .generic-page .page-content :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .generic-page .page-content :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .generic-page .page-content :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }

  .generic-page .page-content :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

  .generic-page .page-content :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }

  .generic-page .page-content :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .generic-page .page-content :where(ol &gt; li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .generic-page .page-content :where(ul &gt; li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }

  .generic-page .page-content &gt; :where(ul &gt; li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .generic-page .page-content &gt; :where(ul &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .generic-page .page-content &gt; :where(ul &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .generic-page .page-content &gt; :where(ol &gt; li &gt; *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .generic-page .page-content &gt; :where(ol &gt; li &gt; *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .generic-page .page-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .generic-page .page-content :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .generic-page .page-content :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .generic-page .page-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .generic-page .page-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .generic-page .page-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .generic-page .page-content :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .generic-page .page-content :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .generic-page .page-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .generic-page .page-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .generic-page .page-content :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }

  .generic-page .page-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .generic-page .page-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .generic-page .page-content &gt; :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .generic-page .page-content &gt; :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {

  .generic-page .generic-tabs {
    padding-right: 25%;
  }

  .policies-content {
    padding-right: 25%;
  }
}

.policies-content a,  .main-paragraph a {
  --tw-text-opacity: 1;
  color: rgb(0 68 129 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 5px;
}

.select-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/static/img/triangle.c1bae25abf4b.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - .5rem);
  background-position-y: 50%;
  background-size: auto 1rem;
  padding-right: 2rem;
}

.marker\:\!text-black *::marker {
  color: rgb(0 0 0 ) !important;
}

.marker\:\!text-black::marker {
  color: rgb(0 0 0 ) !important;
}

.placeholder\:text-\[\#BEBEBE\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#BEBEBE\]:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#BEBEBE\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.odd\:bg-blue-lighter:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 244 249 / var(--tw-bg-opacity));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

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

.hover\:bg-blue-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 71 135 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#75A4CF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(117 164 207 / var(--tw-bg-opacity));
}

.hover\:bg-darken:hover {
  background-color: rgba(49, 48, 48, 0.8);
}

.hover\:\!bg-blue-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 157 204 / var(--tw-bg-opacity)) !important;
}

.hover\:stroke-black:hover {
  stroke: #000000;
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

.hover\:text-footer-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(117 165 208 / var(--tw-text-opacity));
}

.hover\:text-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(117 165 208 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:block {
  display: block;
}

.prose-h2\:\!mt-0 :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-top: 0px !important;
}

.prose-h2\:\!mb-\[0\.625rem\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.625rem !important;
}

.prose-h2\:text-\[2\.375rem\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 2.375rem;
}

.prose-h2\:font-normal :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}

.prose-h2\:leading-\[2\.875rem\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  line-height: 2.875rem;
}

.prose-h2\:text-\[\#0F2043\] :is(:where(h2):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

.prose-h3\:mt-4 :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem;
}

.prose-h3\:text-\[1\.5625rem\] :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.5625rem;
}

.prose-h3\:font-bold :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}

.prose-h3\:text-\[\#0F2043\] :is(:where(h3):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(15 32 67 / var(--tw-text-opacity));
}

.prose-h4\:text-\[1\.5625rem\] :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.5625rem;
}

.prose-h4\:font-normal :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}

.prose-h4\:leading-\[1\.875rem\] :is(:where(h4):not(:where([class~="not-prose"] *))) {
  line-height: 1.875rem;
}

.prose-h4\:text-\[\#004481\] :is(:where(h4):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 68 129 / var(--tw-text-opacity));
}

.prose-p\:\!my-0 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.prose-p\:text-\[1\.5625rem\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.5625rem;
}

.prose-p\:leading-\[1\.875rem\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.875rem;
}

.prose-p\:text-black :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"] *))) {
  list-style-type: disc;
}

.prose-ul\:\!pl-6 :is(:where(ul):not(:where([class~="not-prose"] *))) {
  padding-left: 1.5rem !important;
}

.prose-ul\:text-\[1\.625rem\] :is(:where(ul):not(:where([class~="not-prose"] *))) {
  font-size: 1.625rem;
}

.prose-ul\:leading-\[1\.875rem\] :is(:where(ul):not(:where([class~="not-prose"] *))) {
  line-height: 1.875rem;
}

.prose-ul\:text-black :is(:where(ul):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-li\:\!pl-0 :is(:where(li):not(:where([class~="not-prose"] *))) {
  padding-left: 0px !important;
}

.prose-li\:text-\[1\.625rem\] :is(:where(li):not(:where([class~="not-prose"] *))) {
  font-size: 1.625rem;
}

.prose-li\:leading-\[1\.875rem\] :is(:where(li):not(:where([class~="not-prose"] *))) {
  line-height: 1.875rem;
}

.prose-li\:text-black :is(:where(li):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 600px) {

  .sm\:order-last {
    order: 9999;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:h-\[1\.25rem\] {
    height: 1.25rem;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:\!w-\[75\%\] {
    width: 75% !important;
  }

  .sm\:w-\[1\.25rem\] {
    width: 1.25rem;
  }

  .sm\:flex-\[0_2_5rem\] {
    flex: 0 2 5rem;
  }

  .sm\:flex-\[0_50\%\] {
    flex: 0 50%;
  }

  .sm\:grow-0 {
    flex-grow: 0;
  }

  .sm\:scale-\[1\] {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:gap-\[1\.875rem\] {
    gap: 1.875rem;
  }

  .sm\:p-\[0\.875rem\] {
    padding: 0.875rem;
  }

  .sm\:pt-\[2\.75rem\] {
    padding-top: 2.75rem;
  }

  .sm\:pb-\[1\.2rem\] {
    padding-bottom: 1.2rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:text-8pt {
    font-size: 1.8rem;
  }

  .sm\:text-6pt {
    font-size: 1.4375rem;
  }

  .sm\:text-\[1\.3125rem\] {
    font-size: 1.3125rem;
  }

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

  .sm\:text-\[1\.84rem\] {
    font-size: 1.84rem;
  }

  .sm\:text-7pt {
    font-size: 1.75rem;
  }

  .sm\:text-\[1\.313rem\] {
    font-size: 1.313rem;
  }
}

@media (min-width: 800px) {

  .md\:visible {
    visibility: visible;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[1\.875rem\] {
    bottom: 1.875rem;
  }

  .lg\:right-\[1\.875rem\] {
    right: 1.875rem;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

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

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

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-\[2\.8rem\] {
    margin-right: 2.8rem;
  }

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

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

  .lg\:mr-\[4\.0625rem\] {
    margin-right: 4.0625rem;
  }

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

  .lg\:mr-\[2\.8125rem\] {
    margin-right: 2.8125rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-\[4\.188rem\] {
    height: 4.188rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-\[1\.25rem\] {
    height: 1.25rem;
  }

  .lg\:h-\[33\.625rem\] {
    height: 33.625rem;
  }

  .lg\:h-\[11\.625rem\] {
    height: 11.625rem;
  }

  .lg\:h-\[1\.125rem\] {
    height: 1.125rem;
  }

  .lg\:min-h-\[28\.6875rem\] {
    min-height: 28.6875rem;
  }

  .lg\:min-h-\[42rem\] {
    min-height: 42rem;
  }

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

  .lg\:w-\[8\.813rem\] {
    width: 8.813rem;
  }

  .lg\:w-\[40\.5rem\] {
    width: 40.5rem;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[37\%\] {
    width: 37%;
  }

  .lg\:w-\[17\.188rem\] {
    width: 17.188rem;
  }

  .lg\:w-\[1\.25rem\] {
    width: 1.25rem;
  }

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

  .lg\:w-\[24\.375rem\] {
    width: 24.375rem;
  }

  .lg\:w-\[1\.125rem\] {
    width: 1.125rem;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-\[21rem\] {
    width: 21rem;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:min-w-\[56rem\] {
    min-width: 56rem;
  }

  .lg\:min-w-\[15\.625rem\] {
    min-width: 15.625rem;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-\[0_2_7\.7rem\] {
    flex: 0 2 7.7rem;
  }

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

  .lg\:basis-\[100\%\] {
    flex-basis: 100%;
  }

  .lg\:basis-\[20\%\] {
    flex-basis: 20%;
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-\[1\.875rem\] {
    gap: 1.875rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

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

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

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[0\.9375rem\] {
    padding: 0.9375rem;
  }

  .lg\:p-\[1\.9375rem\] {
    padding: 1.9375rem;
  }

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

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-\[1\.875rem\] {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:px-\[1\.125rem\] {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-\[1\.375rem\] {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[0\.2rem\] {
    padding-bottom: 0.2rem;
  }

  .lg\:pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }

  .lg\:pt-\[4\.3rem\] {
    padding-top: 4.3rem;
  }

  .lg\:pl-\[1\.125rem\] {
    padding-left: 1.125rem;
  }

  .lg\:pr-\[1\.125rem\] {
    padding-right: 1.125rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-\[4\.1875rem\] {
    padding-top: 4.1875rem;
  }

  .lg\:pt-\[2\.875rem\] {
    padding-top: 2.875rem;
  }

  .lg\:pl-\[4\.692307rem\] {
    padding-left: 4.692307rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-\[2\.7rem\] {
    padding-top: 2.7rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pl-\[1\.875rem\] {
    padding-left: 1.875rem;
  }

  .lg\:pt-\[2\.75rem\] {
    padding-top: 2.75rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-\[2\.875rem\] {
    padding-bottom: 2.875rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-7pt {
    font-size: 1.75rem;
  }

  .lg\:text-\[1\.5625rem\] {
    font-size: 1.5625rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6pt {
    font-size: 1.4375rem;
  }

  .lg\:text-\[1\.563rem\] {
    font-size: 1.563rem;
  }

  .lg\:text-9pt {
    font-size: 2.375rem;
  }

  .lg\:text-\[1\.9rem\] {
    font-size: 1.9rem;
  }

  .lg\:text-\[2\.05rem\] {
    font-size: 2.05rem;
  }

  .lg\:text-lg {
    font-size: 1.5625rem;
  }

  .lg\:text-\[1\.313rem\] {
    font-size: 1.313rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-\[3\.5rem\] {
    line-height: 3.5rem;
  }

  .lg\:text-blue {
    --tw-text-opacity: 1;
    color: rgb(15 32 67 / var(--tw-text-opacity));
  }
    .lg\:inactive-hidden:not(.active) {
    display: none !important;
  }
    .active.below.lg\:marker::after {
    left: 0px;
    right: 0px;
    top: 1.7rem;
    margin-left: auto;
    margin-right: auto;
    width: 1.06250rem;
  }
    .first\:lg\:pl-0:first-child {
    padding-left: 0px;
  }
}

@media (min-width: 1320px) {

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:max-w-\[101rem\] {
    max-width: 101rem;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 1023px) {
    .max-lg\:inactive-hidden:not(.active) {
    display: none !important;
  }
}

.\[\&amp;\&gt;tr\&gt;td\:first-child\]\:w-\[20rem\]&gt;tr&gt;td:first-child {
  width: 20rem;
}

.\[\&amp;\&gt;\*\]\:text-center&gt;* {
  text-align: center;
}
</pre></body></html>