/*
! tailwindcss v3.1.6 | 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 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::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: 320px) {

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

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
  .prose {
  color: #000;
  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;
}
  .prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
  .prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  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;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
  .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
  .prose :where(ul > 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;
  color: inherit;
}
  .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;
  color: inherit;
}
  .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;
  color: inherit;
}
  .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;
  color: inherit;
}
  .prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
  .prose :where(figure > *):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: inherit;
}
  .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
  .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
  .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
  .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;
}
  .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
  .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
  .prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --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(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(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
  .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
  .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
  .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
  .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
  .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
  .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
  .prose :where(.prose > ol > li > *: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, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
  .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
  .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
  .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
  .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
  .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
  .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
  .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
  .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
  .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
  .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
  .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
  .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
  .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
  .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
  .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
  .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
  .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
  .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
  .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
  .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
  .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
  .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
  .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
  .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
  .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
  .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
  .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
  .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
  .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
  .pointer-events-none {
  pointer-events: none;
}
  .visible {
  visibility: visible;
}
  .static {
  position: static;
}
  .fixed {
  position: fixed;
}
  .absolute {
  position: absolute;
}
  .relative {
  position: relative;
}
  .sticky {
  position: -webkit-sticky;
  position: sticky;
}
  .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
  .right-0 {
  right: 0px;
}
  .top-0 {
  top: 0px;
}
  .left-0 {
  left: 0px;
}
  .isolate {
  isolation: isolate;
}
  .z-50 {
  z-index: 50;
}
  .z-40 {
  z-index: 40;
}
  .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
  .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
  .mt-6 {
  margin-top: 1.5rem;
}
  .mt-1 {
  margin-top: 0.25rem;
}
  .mt-8 {
  margin-top: 2rem;
}
  .mb-1 {
  margin-bottom: 0.25rem;
}
  .mr-2 {
  margin-right: 0.5rem;
}
  .mt-2 {
  margin-top: 0.5rem;
}
  .mb-px {
  margin-bottom: 1px;
}
  .mt-4 {
  margin-top: 1rem;
}
  .ml-3 {
  margin-left: 0.75rem;
}
  .mb-8 {
  margin-bottom: 2rem;
}
  .mb-4 {
  margin-bottom: 1rem;
}
  .block {
  display: block;
}
  .inline-block {
  display: inline-block;
}
  .inline {
  display: inline;
}
  .flex {
  display: flex;
}
  .table {
  display: table;
}
  .hidden {
  display: none;
}
  .h-full {
  height: 100%;
}
  .h-auto {
  height: auto;
}
  .h-5 {
  height: 1.25rem;
}
  .min-h-screen {
  min-height: 100vh;
}
  .w-full {
  width: 100%;
}
  .w-10 {
  width: 2.5rem;
}
  .w-5 {
  width: 1.25rem;
}
  .max-w-3xl {
  max-width: 48rem;
}
  .table-auto {
  table-layout: auto;
}
  .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;
}
  .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
  .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
  .flex-row-reverse {
  flex-direction: row-reverse;
}
  .flex-col {
  flex-direction: column;
}
  .items-start {
  align-items: flex-start;
}
  .items-center {
  align-items: center;
}
  .justify-center {
  justify-content: center;
}
  .justify-between {
  justify-content: space-between;
}
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
  .overflow-hidden {
  overflow: hidden;
}
  .overflow-y-auto {
  overflow-y: auto;
}
  .rounded-full {
  border-radius: 9999px;
}
  .rounded {
  border-radius: 0.25rem;
}
  .border-0 {
  border-width: 0px;
}
  .border {
  border-width: 1px;
}
  .border-4 {
  border-width: 4px;
}
  .border-t {
  border-top-width: 1px;
}
  .border-b {
  border-bottom-width: 1px;
}
  .border-l-8 {
  border-left-width: 8px;
}
  .border-t-0 {
  border-top-width: 0px;
}
  .border-none {
  border-style: none;
}
  .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
  .border-transparent {
  border-color: transparent;
}
  .border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(71 45 48 / var(--tw-border-opacity));
}
  .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
  .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
  .bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(84 166 255 / var(--tw-bg-opacity));
}
  .fill-current {
  fill: currentColor;
}
  .p-4 {
  padding: 1rem;
}
  .p-2 {
  padding: 0.5rem;
}
  .p-3 {
  padding: 0.75rem;
}
  .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
  .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
  .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
  .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
  .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
  .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
  .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
  .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  .pt-8 {
  padding-top: 2rem;
}
  .pb-16 {
  padding-bottom: 4rem;
}
  .text-left {
  text-align: left;
}
  .text-center {
  text-align: center;
}
  .align-middle {
  vertical-align: middle;
}
  .text-2xs {
  font-size: 16px;
  line-height: 20px;
}
  .text-xs {
  font-size: 18px;
  line-height: 24px;
}
  .text-md {
  font-size: 32px;
  line-height: 40px;
}
  .text-lg {
  font-size: 46px;
  line-height: 56px;
}
  .text-base {
  font-size: 24px;
  line-height: 30px;
}
  .text-sm {
  font-size: 20px;
  line-height: 26px;
}
  .font-bold {
  font-weight: 700;
}
  .font-normal {
  font-weight: 400;
}
  .leading-tight {
  line-height: 1.25;
}
  .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
  .text-primary {
  --tw-text-opacity: 1;
  color: rgb(71 45 48 / var(--tw-text-opacity));
}
  .text-contrast {
  --tw-text-opacity: 1;
  color: rgb(0 0 152 / var(--tw-text-opacity));
}
  .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
  .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  .opacity-50 {
  opacity: 0.5;
}
  .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);
}
  .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;
}
  .duration-200 {
  transition-duration: 200ms;
}
  .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.skiplink-anchor,
.visually-hidden {
  display: block !important;
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  outline: 0 none !important;
  line-height: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  overflow: hidden !important;
}
.skiplinks {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.skiplinks li {
  display: inline;
}
.skiplinks li a {
  display: block;
  position: absolute;
  left: -8000px;
  top: -8000px;
  width: 0;
  height: 0;
  z-index: 200;
}
.skiplinks li a:focus {
  position: absolute;
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.3em;
  height: auto;
  width: auto;
  top: 0;
  left: 0;
  line-height: 1.2em;
  font-weight: normal;
  padding: 0.5em 1em;
  z-index: 10000000;
  text-decoration: none;
}
@media (inverted-colors: inverted) {
  img,
  video {
    filter: invert(1);
  }
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-delay: 0.001ms !important;
            animation-delay: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0.001ms !important;
  }
}
html {
  font-size: 16px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 24px;
  line-height: 30px;
  height: 100%;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  --tw-text-opacity: 1;
  color: rgb(71 45 48 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.lum-lightbox.lum-open {
  z-index: 10000;
}
.lum-lightbox-inner img {
  max-width: 100% !important;
  display: inline;
}
.lum-close-button.lum-close-button {
  right: 2rem;
  top: 2rem;
  opacity: 1;
  cursor: pointer;
}
.main img {
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.pagination .disabled {
  opacity: 0.5;
}
.pagination .active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.pagination .hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.pagination a, 
.pagination span {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  line-height: 1;
}
.paginationul,
.pagination li {
  list-style: none;
}
@media (max-width: 1000px) {
  .pagination li {
    display: none;
  }
  .pagination li:first-child,
  .pagination li:nth-child(2),
  .pagination li:nth-child(3),
  .pagination li:nth-last-child(2),
  .pagination li:nth-last-child(3),
  .pagination li:last-child,
  .pagination li.active,
  .pagination li.disabled {
    display: block;
  }
}
body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.oc-progress-bar {
  background: #472D30 !important;
}
.btn {
  height: 2.5rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 152 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn: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(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);
  outline: none;
}
.floating-label label:not(.form-input-checkbox) {
  position: absolute;
  left: 0px;
  margin-top: 0.5rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 20px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(71 45 48 / var(--tw-text-opacity));
  opacity: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: opacity 0.15s ease;
}
.floating-label .is-active .form-control {
  padding-top: 1rem;
}
.floating-label .is-active label {
  opacity: 1;
}
.floating-label .is-active textarea.form-control {
  padding-top: 1.5rem;
}
.form-group {
  position: relative;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 4px;
}
.form-group__text {
  font-size: 20px;
  line-height: 26px;
}
.form-error, 
[data-validate-for] {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 20px;
  color: #ff2723;
}
.two.fields {
  lost-flex-container: row;
}
.two.fields .form-group {
  lost-column: 1/1;
  margin-bottom: 1rem;
}
.form-control {
  height: 4rem;
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 20px;
  line-height: 26px;
}
.form-control option {
  font-size: 18px;
  line-height: 24px;
}
.form-control:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 109 92 / var(--tw-ring-opacity));
}
.form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
textarea.form-control {
  height: 6rem;
  padding-top: 1rem;
}
textarea.form-control--large {
  height: 15rem;
}
.form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-actions .btn {
  margin-right: 2rem;
}
label.form-input-checkbox {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
label.form-input-checkbox .checkbox-wrapper {
  flex: 0 0 25px;
}
.form-group--checkbox--multi-line .form-input-checkbox {
  align-items: flex-start;
}
.form-group--checkbox--multi-line .checkbox-wrapper {
  padding-top: 0.25rem;
}
:root select {
  text-indent: -2px;
}
.form-group--select select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group--select:after {
  content: "▼";
  right: 0;
  top: 0;
  font-size: 0.75rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  display: flex;
  align-items: center;
  height: 4rem;
  padding-right: 1rem;
}
.form-group--select optgroup {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  font-weight: normal;
  font-style: normal;
}
.form-group--select optgroup option {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.wrapper {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0;
  z-index: 1;
}
@media (min-width: 1000px) {
  .wrapper {
    margin: 0 auto;
    max-width: 960px;
  }
}
.wrapper--narrow {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 840px) {
  .wrapper--narrow {
    margin: 0 20px;
  }
}
.nav-mobile-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1420px) {
  .nav-mobile-toggle {
    display: none;
  }
}
.nav-mobile {
  display: none;
  opacity: 0;
  visibility: invisible;
}
.nav-visible .nav-mobile {
  display: block;
  opacity: 1;
  visibility: visible;
}
.option input ~ label {
  transition: background-color 1s;
}
.option input:checked ~ label {
  --tw-bg-opacity: 1;
  background-color: rgb(14 168 4 / var(--tw-bg-opacity));
}
table tr th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tr td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tr td.result {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
table tr td.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(14 168 4 / var(--tw-bg-opacity));
}
table tr td.not-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(226 109 92 / var(--tw-bg-opacity));
}
@media (min-width: 700px) {

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

  .s\: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));
  }

  .s\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1000px) {

  .m\:absolute {
    position: absolute;
  }

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

  .m\:w-auto {
    width: auto;
  }

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

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

  .m\:border-t-0 {
    border-top-width: 0px;
  }

  .m\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5jc3MiLCJtYXBwaW5ncyI6IkFBQ0E7O0FBQUE7OztBQUFBOztBQUFBOzs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBO0FBQUE7O0FBQUE7Ozs7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTs7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7Ozs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBOztBQUFBOzs7Ozs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTs7QUFBQTs7O0FBQUE7O0FBQUE7Ozs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBOztBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTs7OztBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7Ozs7QUFBQTs7QUFBQTs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBOztBQUFBOztBQUFBO0FBQUE7O0FBQUE7OztBQUFBOztBQUFBOzs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBOztBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTs7QUFBQTs7O0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBOzs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7Ozs7Ozs7Ozs7Ozs7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTs7QUFBQTs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTtBQUFBOztBQUFBOzs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7O0FBQUE7QUFBQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTs7OztBQUFBOztBQUFBOzs7Ozs7OztBQUFBO0FBQUE7QUFBQTs7QUFBQTs7QUFBQTs7QUFBQTs7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFDQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBOztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQ0hBOztBQUVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FES0E7QUNIQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FES0E7QUNKQTtBQUNBO0FETUE7QUNKQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FETUE7QUNMQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QURPQTtBQ0xBO0FBQ0E7O0FBQ0E7QURRQTtBQUNBO0FDTkE7QUFDQTtBQUNBO0FBQUE7QUFDQTtBQUFBO0FBQ0E7QUFBQTtBQUNBO0FBQ0E7QURRQTtBQUNBO0FFakVBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUZtRUE7QUVoRUE7QUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUZBO0FBSUE7Ozs7Ozs7QUFDQTtBRnlFQTtBRXRFQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFFQTtBQUNBO0FGeUVBO0FFdkVBO0FBQ0E7QUFDQTtBRnlFQTtBRXZFQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FGeUVBO0FHcEdBO0FBQ0E7QUhzR0E7QUdwR0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FIc0dBO0FHcEdBOzs7QUFHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FIc0dBO0FHbEdBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFFQTtBQUFBO0FBQUE7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUVBO0FBQUE7QUFBQTtBQUFBO0FBRUE7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFFQTs7QUFDQTtBSDJHQTtBR3pHQTtBQUNBO0FBQ0E7QUgyR0E7QUd6R0E7Ozs7Ozs7O0FBUUE7QUgyR0E7QUFDQTtBSTNKQTs7QUFFQTtBSjZKQTtBSTNKQTtBQUNBO0FKNkpBO0FLaktBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFMQTtBQU9BO0FBQUE7QUFBQTtBQUFBO0FBQ0E7QUFEQTtBQ05BO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBREE7QUFLQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFFQTtBQUNBO0FBQ0E7QU44S0E7QU0zS0E7QUFBQTtBQUFBO0FBQUE7QUFHQTs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBREE7QUFHQTtBQUNBO0FOK0tBO0FNN0tBO0FBQ0E7QUFDQTtBTitLQTtBTTVLQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBR0E7QUFBQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBR0E7QUFBQTtBQUFBO0FBQUE7QUFHQTtBQUFBO0FBQUE7QUFFQTtBQUNBO0FBQ0E7QUFDQTtBTitLQTtBTTdLQTtBQUNBO0FOK0tBO0FNNUtBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBRUE7QUFDQTtBTitLQTtBTTNLQTtBQUFBO0FBQUE7QUFFQTtBQUFBO0FBQUE7QUFFQTtBQUNBO0FOK0tBO0FNMUtBO0FBQ0E7QUFBQTtBQUFBO0FONEtBO0FNMUtBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFBQTtBTjRLQTtBTXpLQTtBQUFBO0FBQUE7QUFDQTtBQUNBO0FBRkE7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQ3ZHQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QVBzUkE7QU9wUkE7QUFBQTtBQUNBO0FBQ0E7QVB1UkE7QUFDQTtBT2hSQTtBQUNBO0FBQ0E7QVBrUkE7QU9qUkE7QUFBQTtBQUNBO0FQb1JBO0FBQ0E7QVExU0E7QUFDQTtBQUFBO0FBQUE7QVI0U0E7QVEzU0E7QUFBQTtBQUNBO0FSOFNBO0FBQ0E7QVE3U0E7QUFDQTtBQUNBO0FBQ0E7QVIrU0E7QVE3U0E7QUFDQTtBQUNBO0FBQ0E7QVIrU0E7QUFsVEE7QUFDQTtBQW9UQTtBQWxUQTtBQUFBO0FBQUE7QUFBQTtBQUtBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBRUE7QUFBQTtBQUFBO0FBQUE7QUFFQTtBQUFBO0FBQUE7QUFBQTtBQTFCQTs7QUFBQTtBQUFBO0FTQUE7O0FUQUE7QUFBQTtBQUFBO0FBQUE7QVNBQTs7QVRBQTtBQUFBO0FBQUE7QUFBQTtBU0FBO0FBQUE7QVRBQTs7QUFBQTtBQUFBO0FTQUE7O0FUQUE7QUFBQTtBU0FBOztBVEFBO0FBQUE7QVNBQTs7QVRBQTtBQUFBO0FTQUE7O0FUQUE7QUFBQTtBU0FBOztBVEFBO0FBQUE7QVNBQTs7QVRBQTtBQUFBO0FBQUE7QVNBQTtBQUFBIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vYmFzZS10aGVtZS8uL3Jlc291cmNlcy9zdHlsL21haW4uc3R5bCIsIndlYnBhY2s6Ly9iYXNlLXRoZW1lLy4vcmVzb3VyY2VzL3N0eWwvZGVmYXVsdHMvYTExeS5zdHlsIiwid2VicGFjazovL2Jhc2UtdGhlbWUvLi9yZXNvdXJjZXMvc3R5bC9kZWZhdWx0cy9iYXNlLnN0eWwiLCJ3ZWJwYWNrOi8vYmFzZS10aGVtZS8uL3Jlc291cmNlcy9zdHlsL2RlZmF1bHRzL2NvbnRlbnQuc3R5bCIsIndlYnBhY2s6Ly9iYXNlLXRoZW1lLy4vcmVzb3VyY2VzL3N0eWwvZGVmYXVsdHMvb2N0b2Jlci5zdHlsIiwid2VicGFjazovL2Jhc2UtdGhlbWUvLi9yZXNvdXJjZXMvc3R5bC9jdXN0b20vYnV0dG9ucy5zdHlsIiwid2VicGFjazovL2Jhc2UtdGhlbWUvLi9yZXNvdXJjZXMvc3R5bC9jdXN0b20vZm9ybXMuc3R5bCIsIndlYnBhY2s6Ly9iYXNlLXRoZW1lLy4vcmVzb3VyY2VzL3N0eWwvY3VzdG9tL2dyaWQuc3R5bCIsIndlYnBhY2s6Ly9iYXNlLXRoZW1lLy4vcmVzb3VyY2VzL3N0eWwvY3VzdG9tL25hdmlnYXRpb24uc3R5bCIsIndlYnBhY2s6Ly9iYXNlLXRoZW1lLzxubyBzb3VyY2U+Il0sInNvdXJjZXNDb250ZW50IjpbIkBjc3Mge1xuICAgIEB0YWlsd2luZCBiYXNlO1xuICAgIEB0YWlsd2luZCBjb21wb25lbnRzO1xuICAgIEB0YWlsd2luZCB1dGlsaXRpZXM7XG59XG5cbkBpbXBvcnQgJ2RlZmF1bHRzLyonXG5AaW1wb3J0ICdjdXN0b20vKidcblxuLm9wdGlvblxuICAgIGlucHV0IH4gbGFiZWxcbiAgICAgICAgdHJhbnNpdGlvbiBiYWNrZ3JvdW5kLWNvbG9yIDFzXG4gICAgaW5wdXQ6Y2hlY2tlZCB+IGxhYmVsXG4gICAgICAgIEBhcHBseSBiZy1ncmVlblxuXG50YWJsZVxuICAgIHRyXG4gICAgICAgIHRoXG4gICAgICAgICAgICBAYXBwbHkgcHktMiBib3JkZXItYiBib3JkZXItZ3JheS01MDBcbiAgICAgICAgdGRcbiAgICAgICAgICAgIEBhcHBseSBweS0yIGJvcmRlci1iIGJvcmRlci1ncmF5LTIwMFxuICAgICAgICAgICAgJi5yZXN1bHRcbiAgICAgICAgICAgICAgICBAYXBwbHkgdGV4dC1jZW50ZXIgcHgtNFxuICAgICAgICAgICAgJi5zZWxlY3RlZFxuICAgICAgICAgICAgICAgIEBhcHBseSBiZy1ncmVlblxuICAgICAgICAgICAgJi5ub3Qtc2VsZWN0ZWRcbiAgICAgICAgICAgICAgICBAYXBwbHkgYmctc2Vjb25kYXJ5XG4iLCIuc2tpcGxpbmstYW5jaG9yLFxuLnZpc3VhbGx5LWhpZGRlblxuICAgIGRpc3BsYXkgYmxvY2sgIWltcG9ydGFudFxuICAgIGJvcmRlciAwIG5vbmUgIWltcG9ydGFudFxuICAgIG1hcmdpbiAwICFpbXBvcnRhbnRcbiAgICBwYWRkaW5nIDAgIWltcG9ydGFudFxuICAgIGJhY2tncm91bmQgdHJhbnNwYXJlbnQgIWltcG9ydGFudFxuICAgIG91dGxpbmUgMCBub25lICFpbXBvcnRhbnRcbiAgICBsaW5lLWhlaWdodCAwICFpbXBvcnRhbnRcbiAgICBoZWlnaHQgMCAhaW1wb3J0YW50XG4gICAgZm9udC1zaXplIDAgIWltcG9ydGFudFxuICAgIG92ZXJmbG93IGhpZGRlbiAhaW1wb3J0YW50XG5cbi5za2lwbGlua3NcbiAgICB3aWR0aCAwXG4gICAgaGVpZ2h0IDBcbiAgICBwYWRkaW5nIDBcbiAgICBtYXJnaW4gMFxuICAgIGxpXG4gICAgICAgIGRpc3BsYXkgaW5saW5lXG5cbiAgICAgICAgYVxuICAgICAgICAgICAgZGlzcGxheSBibG9ja1xuICAgICAgICAgICAgcG9zaXRpb24gYWJzb2x1dGVcbiAgICAgICAgICAgIGxlZnQgLTgwMDBweFxuICAgICAgICAgICAgdG9wIC04MDAwcHhcbiAgICAgICAgICAgIHdpZHRoIDBcbiAgICAgICAgICAgIGhlaWdodCAwXG4gICAgICAgICAgICB6LWluZGV4IDIwMFxuICAgICAgICAgICAgJjpmb2N1c1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uIGFic29sdXRlXG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvciAjMDAwXG4gICAgICAgICAgICAgICAgY29sb3IgI0ZGRlxuICAgICAgICAgICAgICAgIGRpc3BsYXkgYmxvY2tcbiAgICAgICAgICAgICAgICBmb250LXNpemUgMS4zZW1cbiAgICAgICAgICAgICAgICBoZWlnaHQgYXV0b1xuICAgICAgICAgICAgICAgIHdpZHRoIGF1dG9cbiAgICAgICAgICAgICAgICB0b3AgMFxuICAgICAgICAgICAgICAgIGxlZnQgMFxuICAgICAgICAgICAgICAgIGxpbmUtaGVpZ2h0IDEuMmVtXG4gICAgICAgICAgICAgICAgZm9udC13ZWlnaHQgbm9ybWFsXG4gICAgICAgICAgICAgICAgcGFkZGluZyAuNWVtIDFlbVxuICAgICAgICAgICAgICAgIHotaW5kZXggMTAwMDAwMDBcbiAgICAgICAgICAgICAgICB0ZXh0LWRlY29yYXRpb24gbm9uZVxuXG5AbWVkaWEgKGludmVydGVkLWNvbG9yczogaW52ZXJ0ZWQpXG4gICAgaW1nLCB2aWRlb1xuICAgICAgICBmaWx0ZXIgaW52ZXJ0KDEpXG5cbi8vIEFuaW1hdGlvbmVuIHVuZCBUcmFuc2l0aW9ucyBhdWYgZS1pbmsgZGlzcGxheXMgdW5kIGdlbcOkc3MgXCJwcmVmZXJzLXJlZHVjZWQtbW90aW9uXCIgT1Mgc2V0dGluZyBkZWFrdGl2aWVyZW4uXG5AbWVkaWEgc2NyZWVuIGFuZCAocHJlZmVycy1yZWR1Y2VkLW1vdGlvbjogcmVkdWNlKSwgKHVwZGF0ZTogc2xvdylcbiAgICAqXG4gICAgICAgIGFuaW1hdGlvbi1kdXJhdGlvbiAwLjAwMW1zICFpbXBvcnRhbnRcbiAgICAgICAgYW5pbWF0aW9uLWRlbGF5IDAuMDAxbXMgIWltcG9ydGFudFxuICAgICAgICBhbmltYXRpb24taXRlcmF0aW9uLWNvdW50IDEgIWltcG9ydGFudFxuICAgICAgICB0cmFuc2l0aW9uLWR1cmF0aW9uIDAuMDAxbXMgIWltcG9ydGFudFxuICAgICAgICB0cmFuc2l0aW9uLWRlbGF5IDAuMDAxbXMgIWltcG9ydGFudFxuIiwiaHRtbFxuICAgIGZvbnQtc2l6ZSAxNnB4XG4gICAgaGVpZ2h0IDEwMCVcbiAgICBvdmVyZmxvdy15IGF1dG9cbiAgICAtd2Via2l0LW92ZXJmbG93LXNjcm9sbGluZyB0b3VjaFxuXG5ib2R5XG4gICAgQGFwcGx5IHRleHQtYmFzZVxuICAgIGhlaWdodCAxMDAlXG4gICAgdGV4dC1yZW5kZXJpbmcgb3B0aW1pemVMZWdpYmlsaXR5XG5cbmgxLCBoMiwgaDMsIGg0LCBoNSwgaDYsIHBcbiAgICBtYXJnaW4gMFxuXG5hXG4gICAgQGFwcGx5IHRleHQtcHJpbWFyeSBuby11bmRlcmxpbmVcblxuLmx1bS1saWdodGJveC5sdW0tb3BlblxuICAgIHotaW5kZXggMTAwMDBcblxuLmx1bS1saWdodGJveC1pbm5lciBpbWdcbiAgICBtYXgtd2lkdGggMTAwJSAhaW1wb3J0YW50XG4gICAgZGlzcGxheSBpbmxpbmVcblxuLmx1bS1jbG9zZS1idXR0b24ubHVtLWNsb3NlLWJ1dHRvblxuICAgIHJpZ2h0IDJyZW1cbiAgICB0b3AgMnJlbVxuICAgIG9wYWNpdHkgMVxuICAgIGN1cnNvciBwb2ludGVyXG4iLCIubWFpblxuICAgIGltZ1xuICAgICAgICBtYXgtd2lkdGggMTAwJVxuXG4uZW1iZWQtY29udGFpbmVyIC8vIFJlc3BvbnNpdmUgZW1iZWRzIGbDvHIgWW91VHViZSwgZXRjLlxuICAgIHBvc2l0aW9uIHJlbGF0aXZlXG4gICAgcGFkZGluZy1ib3R0b20gNTYuMjUlXG4gICAgaGVpZ2h0IDBcbiAgICBvdmVyZmxvdyBoaWRkZW5cbiAgICBtYXgtd2lkdGggMTAwJVxuXG4gICAgaWZyYW1lLFxuICAgIG9iamVjdCxcbiAgICBlbWJlZFxuICAgICAgICBwb3NpdGlvbiBhYnNvbHV0ZVxuICAgICAgICB0b3AgMFxuICAgICAgICBsZWZ0IDBcbiAgICAgICAgd2lkdGggMTAwJVxuICAgICAgICBoZWlnaHQgMTAwJVxuICAgICAgICBcblxuLnBhZ2luYXRpb25cbiAgICBAYXBwbHkgbXQtOCBmbGV4IGp1c3RpZnktY2VudGVyXG4gICAgLmRpc2FibGVkXG4gICAgICAgIEBhcHBseSBvcGFjaXR5LTUwXG4gICAgLmFjdGl2ZVxuICAgICAgICBAYXBwbHkgYmctZ3JheS0yMDBcbiAgICAuaG92ZXJcbiAgICAgICAgQGFwcGx5IGJnLWdyYXktMTAwXG4gICAgYSwgc3BhblxuICAgICAgICBAYXBwbHkgZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgdy04IGgtOCBib3JkZXIgYm9yZGVyLWdyYXktMTAwIGxlYWRpbmctbm9uZVxuXG4gICAgJnVsLCBsaVxuICAgICAgICBsaXN0LXN0eWxlIG5vbmVcblxuICAgIEBtZWRpYSAobWF4LXdpZHRoOiB0aGVtZSgnc2NyZWVucy5tJykpXG4gICAgICAgIGxpXG4gICAgICAgICAgICBkaXNwbGF5IG5vbmVcblxuICAgICAgICAgICAgJjpmaXJzdC1jaGlsZCxcbiAgICAgICAgICAgICY6bnRoLWNoaWxkKDIpLFxuICAgICAgICAgICAgJjpudGgtY2hpbGQoMyksXG4gICAgICAgICAgICAmOm50aC1sYXN0LWNoaWxkKDIpLFxuICAgICAgICAgICAgJjpudGgtbGFzdC1jaGlsZCgzKSxcbiAgICAgICAgICAgICY6bGFzdC1jaGlsZCxcbiAgICAgICAgICAgICYuYWN0aXZlLFxuICAgICAgICAgICAgJi5kaXNhYmxlZFxuICAgICAgICAgICAgICAgIGRpc3BsYXkgYmxvY2tcbiIsImJvZHkub2MtbG9hZGluZyxcbmJvZHkub2MtbG9hZGluZyAqXG4gICAgY3Vyc29yIHdhaXQgIWltcG9ydGFudFxuXG4ub2MtcHJvZ3Jlc3MtYmFyXG4gICAgYmFja2dyb3VuZCB0aGVtZSgnY29sb3JzLnByaW1hcnknKSAhaW1wb3J0YW50XG4iLCIuYnRuXG4gICAgQGFwcGx5IGgtMTAgcHgtNCB3aGl0ZXNwYWNlLW5vd3JhcCByb3VuZGVkIGJvcmRlciBib3JkZXItdHJhbnNwYXJlbnQgYmctY29udHJhc3QgdGV4dC13aGl0ZVxuICAgIHRleHQtYWxpZ24gY2VudGVyXG4gICAgZGlzcGxheSBmbGV4XG4gICAganVzdGlmeS1jb250ZW50IGNlbnRlclxuICAgIGFsaWduLWl0ZW1zIGNlbnRlclxuICAgIGN1cnNvciBwb2ludGVyXG4gICAgJjpmb2N1c1xuICAgICAgICBAYXBwbHkgcmluZ1xuICAgICAgICBvdXRsaW5lIG5vbmVcbiIsIi5mbG9hdGluZy1sYWJlbFxuICAgIGxhYmVsOm5vdCguZm9ybS1pbnB1dC1jaGVja2JveClcbiAgICAgICAgQGFwcGx5IG9wYWNpdHktMCBhYnNvbHV0ZSB0ZXh0LXByaW1hcnkgcHgtNCBtdC0yIGxlZnQtMCBvdXRsaW5lLW5vbmUgdGV4dC0zeHMgbGVhZGluZy1ub25lIGlubGluZS1ibG9ja1xuICAgICAgICB0cmFuc2l0aW9uIG9wYWNpdHkgLjE1cyBlYXNlXG5cbiAgICAuaXMtYWN0aXZlXG4gICAgICAgIC5mb3JtLWNvbnRyb2xcbiAgICAgICAgICAgIEBhcHBseSBwdC00XG5cbiAgICAgICAgbGFiZWxcbiAgICAgICAgICAgIEBhcHBseSBvcGFjaXR5LTEwMFxuXG4gICAgICAgIHRleHRhcmVhLmZvcm0tY29udHJvbFxuICAgICAgICAgICAgQGFwcGx5IHB0LTZcblxuLmZvcm0tZ3JvdXBcbiAgICBAYXBwbHkgcmVsYXRpdmVcblxuICAgICY6bm90KDpsYXN0LWNoaWxkKVxuICAgICAgICBAYXBwbHkgbWItNFxuXG4gICAgbGFiZWxcbiAgICAgICAgZGlzcGxheSBibG9ja1xuICAgICAgICBtYXJnaW4tYm90dG9tIDRweFxuXG4gICAgJl9fdGV4dFxuICAgICAgICBAYXBwbHkgdGV4dC1zbVxuXG4uZm9ybS1lcnJvciwgW2RhdGEtdmFsaWRhdGUtZm9yXVxuICAgIEBhcHBseSBtdC0xIG1iLTQgdGV4dC0yeHNcbiAgICBjb2xvciAjZmYyNzIzXG5cbi50d28uZmllbGRzXG4gICAgbG9zdC1mbGV4LWNvbnRhaW5lciByb3dcblxuICAgIC5mb3JtLWdyb3VwXG4gICAgICAgIGxvc3QtY29sdW1uIDEgLyAxXG4gICAgICAgIG1hcmdpbi1ib3R0b20gMXJlbVxuXG4uZm9ybS1jb250cm9sXG4gICAgQGFwcGx5IGgtMTYgYmctZ3JheS0yMDAgdy1mdWxsIHB4LTQgcm91bmRlZC1zbSB0ZXh0LXNtXG5cbiAgICBvcHRpb25cbiAgICAgICAgQGFwcGx5IHRleHQteHNcblxuICAgICY6Zm9jdXNcbiAgICAgICAgQGFwcGx5IHJpbmctMiByaW5nLXNlY29uZGFyeSBvdXRsaW5lLW5vbmVcblxuICAgICY6OnBsYWNlaG9sZGVyXG4gICAgICAgIEBhcHBseSB0ZXh0LWdyYXktODAwXG5cbnRleHRhcmVhLmZvcm0tY29udHJvbFxuICAgIEBhcHBseSBoLTI0IHB0LTRcblxuICAgICYtLWxhcmdlXG4gICAgICAgIEBhcHBseSBoLTYwXG5cbi5mb3JtLWFjdGlvbnNcbiAgICBkaXNwbGF5IGZsZXhcbiAgICBqdXN0aWZ5LWNvbnRlbnQgZmxleC1zdGFydFxuICAgIGFsaWduLWl0ZW1zIGNlbnRlclxuXG4gICAgLmJ0blxuICAgICAgICBtYXJnaW4tcmlnaHQgMnJlbVxuXG5sYWJlbC5mb3JtLWlucHV0LWNoZWNrYm94XG4gICAgQGFwcGx5IGZsZXggbWItMiBtci0yIGl0ZW1zLWNlbnRlciBsZWFkaW5nLW5vbmVcblxuICAgIC5jaGVja2JveC13cmFwcGVyXG4gICAgICAgIGZsZXggMCAwIDI1cHhcblxuLmZvcm0tZ3JvdXAtLWNoZWNrYm94LS1tdWx0aS1saW5lXG4gICAgLmZvcm0taW5wdXQtY2hlY2tib3hcbiAgICAgICAgQGFwcGx5IGl0ZW1zLXN0YXJ0XG4gICAgLmNoZWNrYm94LXdyYXBwZXJcbiAgICAgICAgQGFwcGx5IHB0LTFcblxuOnJvb3Qgc2VsZWN0XG4gICAgdGV4dC1pbmRlbnQgLTJweFxuXG4vLyBGaXhlciBJbmRlbnQgYmVpIFNlbGVjdCBPcHRpb25zIGVudGZlcm5lblxuXG4uZm9ybS1ncm91cC0tc2VsZWN0XG4gICAgc2VsZWN0LmZvcm0tY29udHJvbFxuICAgICAgICBhcHBlYXJhbmNlIG5vbmVcblxuICAgICY6YWZ0ZXJcbiAgICAgICAgY29udGVudCBcIuKWvFwiXG4gICAgICAgIHJpZ2h0IDBcbiAgICAgICAgdG9wIDBcbiAgICAgICAgZm9udC1zaXplIC43NXJlbVxuICAgICAgICBwb3NpdGlvbiBhYnNvbHV0ZVxuICAgICAgICB6LWluZGV4IDEwXG4gICAgICAgIHBvaW50ZXItZXZlbnRzIG5vbmVcbiAgICAgICAgZGlzcGxheSBmbGV4XG4gICAgICAgIGFsaWduLWl0ZW1zIGNlbnRlclxuICAgICAgICBAYXBwbHkgcHItNCBoLTE2XG5cbiAgICBvcHRncm91cFxuICAgICAgICBAYXBwbHkgYmctZ3JheS0yMDBcbiAgICAgICAgZm9udC13ZWlnaHQgbm9ybWFsXG4gICAgICAgIGZvbnQtc3R5bGUgbm9ybWFsXG4gICAgICAgIG9wdGlvblxuICAgICAgICAgICAgQGFwcGx5IGJnLWdyYXktMTAwXG5cbiIsIi53cmFwcGVyXG4gICAgZGlzcGxheSBibG9ja1xuICAgIHBvc2l0aW9uIHJlbGF0aXZlXG4gICAgbWF4LXdpZHRoIDEwMCVcbiAgICBtYXJnaW4gMFxuICAgIHotaW5kZXggMVxuXG4gICAgQG1lZGlhIChtaW4td2lkdGg6IHRoZW1lKCdzY3JlZW5zLm0nKSlcbiAgICAgICAgbWFyZ2luIDAgYXV0b1xuICAgICAgICBtYXgtd2lkdGggOTYwcHhcblxuICAgIC8vQG1lZGlhIChtaW4td2lkdGg6IHRoZW1lKCdzY3JlZW5zLmwnKSlcbiAgICAvLyAgICBtYXgtd2lkdGggMTE4MHB4XG4gICAgLy9cbiAgICAvL0BtZWRpYSAobWluLXdpZHRoOiB0aGVtZSgnc2NyZWVucy54bCcpKVxuICAgIC8vICAgIG1heC13aWR0aCAxMzgwcHhcblxuICAgICYtLW5hcnJvd1xuICAgICAgICBtYXgtd2lkdGggODAwcHhcbiAgICAgICAgbWFyZ2luIDAgYXV0b1xuICAgICAgICBAbWVkaWEgKG1heC13aWR0aDogODQwcHgpXG4gICAgICAgICAgICBtYXJnaW4gMCAyMHB4XG4iLCIubmF2LW1vYmlsZS10b2dnbGVcbiAgICB1c2VyLXNlbGVjdCBub25lXG4gICAgQG1lZGlhIChtaW4td2lkdGg6IHRoZW1lKCdzY3JlZW5zLnhsJykpXG4gICAgICAgIGRpc3BsYXkgbm9uZVxuXG4ubmF2LW1vYmlsZVxuICAgIGRpc3BsYXkgbm9uZVxuICAgIG9wYWNpdHkgMFxuICAgIHZpc2liaWxpdHkgaW52aXNpYmxlXG5cbiAgICAubmF2LXZpc2libGUgJlxuICAgICAgICBkaXNwbGF5IGJsb2NrXG4gICAgICAgIG9wYWNpdHkgMVxuICAgICAgICB2aXNpYmlsaXR5IHZpc2libGVcbiJdLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIifQ==*/