@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Montserrat:100,200,300,400,500,600,700,800,900&display=swap');


/* ! tailwindcss v3.4.3 | 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: #c2c5ca; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'Montserrat', sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #959ba4; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #959ba4; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #7f8792;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1ea5de;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1ea5de;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #7f8792;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #7f8792;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%237f8792' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1ea5de;
  background-color: #fff;
  border-color: #7f8792;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1ea5de;
  --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);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(33 180 243 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(33 180 243 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){.container{
    max-width: 640px;
  }
}
@media (min-width: 768px){.container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #7f8792;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1ea5de;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1ea5de;
}
.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%237f8792' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[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"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base{
  font-size: 1rem;
  line-height: 1.75;
}
.prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-base :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose-base :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
h1{
  max-width: 1024px;
  padding-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(180 106 85 / var(--tw-text-opacity));
}
@media (min-width: 768px){h1{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px){h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}
h1 span{
  font-family: 'Montserrat', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(13 31 48 / var(--tw-text-opacity));
}
h3{
  position: relative;
  margin-top: 0.75rem;
  width: 100%;
  padding-bottom: 0.75rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: inherit;
}
@media (min-width: 768px){h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px){h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
a{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Montserrat', sans-serif;
  text-decoration-line: underline;
  text-decoration-color: #b46a55;
  text-decoration-thickness: auto;
  text-underline-offset: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a:hover{
  text-decoration-color: #08121c;
}
p{
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p:last-of-type{
  margin-bottom: 0px;
}
figcaption{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
  opacity: 0.65;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.-order-last{
  order: -9999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-last{
  order: 9999;
}
.col-auto{
  grid-column: auto;
}
.col-start-1{
  grid-column-start: 1;
}
.col-end-2{
  grid-column-end: 2;
}
.col-end-3{
  grid-column-end: 3;
}
.row-start-1{
  grid-row-start: 1;
}
.row-start-auto{
  grid-row-start: auto;
}
.row-end-2{
  grid-row-end: 2;
}
.row-end-auto{
  grid-row-end: auto;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mr-4{
  margin-right: -1rem;
}
.-mt-32{
  margin-top: -8rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-auto{
  margin-bottom: auto;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mt-px{
  margin-top: 1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-14{
  width: 3.5rem;
  height: 3.5rem;
}
.size-16{
  width: 4rem;
  height: 4rem;
}
.size-20{
  width: 5rem;
  height: 5rem;
}
.size-24{
  width: 6rem;
  height: 6rem;
}
.size-5{
  width: 1.25rem;
  height: 1.25rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-64{
  width: 16rem;
  height: 16rem;
}
.size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-80{
  width: 20rem;
  height: 20rem;
}
.size-9{
  width: 2.25rem;
  height: 2.25rem;
}
.size-auto{
  width: auto;
  height: auto;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1\/5{
  height: 20%;
}
.h-1\/6{
  height: 16.666667%;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-4{
  height: 1rem;
}
.h-44{
  height: 11rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[80\%\]{
  height: 80%;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -moz-max-content;
  height: max-content;
}
.max-h-\[30rem\]{
  max-height: 30rem;
}
.max-h-\[720px\]{
  max-height: 720px;
}
.max-h-\[95\%\]{
  max-height: 95%;
}
.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-24{
  min-height: 6rem;
}
.min-h-fit{
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-min{
  min-height: -moz-min-content;
  min-height: min-content;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-16{
  width: 4rem;
}
.w-2\/6{
  width: 33.333333%;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-8{
  width: 2rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-min{
  width: -moz-min-content;
  width: min-content;
}
.min-w-16{
  min-width: 4rem;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.basis-11\/12{
  flex-basis: 91.666667%;
}
.table-fixed{
  table-layout: fixed;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-3{
  --tw-translate-x: -0.75rem;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  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));
}
.-translate-y-3{
  --tw-translate-y: -0.75rem;
  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));
}
.translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.translate-x-4{
  --tw-translate-x: 1rem;
  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-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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start{
  scroll-snap-align: start;
}
.scroll-mt-8{
  scroll-margin-top: 2rem;
}
.list-outside{
  list-style-position: outside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr\]{
  grid-template-columns: 1fr;
}
.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-items-end{
  place-items: end;
}
.content-start{
  align-content: flex-start;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-end{
  justify-items: end;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.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-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.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));
}
.place-self-stretch{
  place-self: stretch;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.hyphens-auto{
  -webkit-hyphens: auto;
          hyphens: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-black-100{
  --tw-border-opacity: 1;
  border-color: rgb(146 152 160 / var(--tw-border-opacity));
}
.border-black-50{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 222 / var(--tw-border-opacity));
}
.border-dark-100{
  --tw-border-opacity: 1;
  border-color: rgb(187 190 195 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(217 219 222 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(194 197 202 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(114 121 131 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(100 107 115 / var(--tw-border-opacity));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(117 243 33 / var(--tw-border-opacity));
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(195 132 113 / var(--tw-border-opacity));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(180 106 85 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(243 33 37 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#008938\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 137 56 / var(--tw-bg-opacity));
}
.bg-\[\#0171dc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 113 220 / var(--tw-bg-opacity));
}
.bg-\[\#02216a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 106 / var(--tw-bg-opacity));
}
.bg-\[\#F6821F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 130 31 / var(--tw-bg-opacity));
}
.bg-black-400{
  --tw-bg-opacity: 1;
  background-color: rgb(12 25 38 / var(--tw-bg-opacity));
}
.bg-black-50{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 222 / var(--tw-bg-opacity));
}
.bg-black-500{
  --tw-bg-opacity: 1;
  background-color: rgb(8 18 28 / var(--tw-bg-opacity));
}
.bg-current{
  background-color: currentColor;
}
.bg-dark-50{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 236 / var(--tw-bg-opacity));
}
.bg-dark-500{
  --tw-bg-opacity: 1;
  background-color: rgb(13 31 48 / var(--tw-bg-opacity));
}
.bg-dark-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 29 44 / var(--tw-bg-opacity));
}
.bg-dark-800{
  --tw-bg-opacity: 1;
  background-color: rgb(11 24 36 / var(--tw-bg-opacity));
}
.bg-dark-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 18 28 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(217 219 222 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(194 197 202 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(171 176 183 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(149 155 164 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 242 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(127 135 146 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(88 93 101 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 200 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 253 235 / var(--tw-bg-opacity));
}
.bg-inherit{
  background-color: inherit;
}
.bg-lightblue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity));
}
.bg-lightblue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}
.bg-lightblue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 238 / var(--tw-bg-opacity));
}
.bg-lightblue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(198 196 203 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(234 211 205 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(180 106 85 / var(--tw-bg-opacity));
}
.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(142 84 67 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 195 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-dark-800{
  --tw-gradient-from: #0b1824 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 24 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-dark-500{
  --tw-gradient-to: rgb(13 31 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d1f30 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black-500{
  --tw-gradient-to: #08121c var(--tw-gradient-to-position);
}
.to-dark-950{
  --tw-gradient-to: #08121c var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.fill-black-500{
  fill: #08121c;
}
.fill-gray-200{
  fill: #c2c5ca;
}
.fill-gray-500{
  fill: #7f8792;
}
.fill-orange-500{
  fill: #b46a55;
}
.fill-white{
  fill: #fff;
}
.stroke-black-500{
  stroke: #08121c;
}
.stroke-current{
  stroke: currentColor;
}
.stroke-gray-400{
  stroke: #959ba4;
}
.stroke-gray-500{
  stroke: #7f8792;
}
.stroke-orange-500{
  stroke: #b46a55;
}
.stroke-white{
  stroke: #fff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pe-3{
  padding-inline-end: 0.75rem;
}
.pe-5{
  padding-inline-end: 1.25rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.ps-5{
  padding-inline-start: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  font-family: 'Montserrat', sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-black-400{
  --tw-text-opacity: 1;
  color: rgb(12 25 38 / var(--tw-text-opacity));
}
.text-black-500{
  --tw-text-opacity: 1;
  color: rgb(8 18 28 / var(--tw-text-opacity));
}
.text-dark-300{
  --tw-text-opacity: 1;
  color: rgb(96 105 117 / var(--tw-text-opacity));
}
.text-dark-500{
  --tw-text-opacity: 1;
  color: rgb(13 31 48 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(107 222 30 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(180 106 85 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(243 33 37 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


                    
/* Class styles components */                    
body, html {
    min-height: 100vh;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div{
  color: var(--tw-prose-body);
  max-width: 65ch;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h1):not(:where([class~="not-prose"],[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;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h2):not(:where([class~="not-prose"],[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;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h3):not(:where([class~="not-prose"],[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;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(pre code):not(:where([class~="not-prose"],[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;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div{
  --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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose > div > div :where(.\[\&_\>_div_\>_div\]\:prose > div > div > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div{
  font-size: 1rem;
  line-height: 1.75;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}                    
.\[\&_\>_div_\>_div\]\:prose-base > div > div :where(.\[\&_\>_div_\>_div\]\:prose-base > div > div > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}                    
.marker\:text-orange-500 *::marker{
  color: rgb(180 106 85 );
}                    
.marker\:text-orange-500::marker{
  color: rgb(180 106 85 );
}                    
.last-of-type\:mb-10:last-of-type{
  margin-bottom: 2.5rem;
}                    
.last-of-type\:mb-4:last-of-type{
  margin-bottom: 1rem;
}                    
.last-of-type\:border-b-0:last-of-type{
  border-bottom-width: 0px;
}                    
.last-of-type\:pb-0:last-of-type{
  padding-bottom: 0px;
}                    
.last-of-type\:pb-8:last-of-type{
  padding-bottom: 2rem;
}                    
.last-of-type\:pl-4:last-of-type{
  padding-left: 1rem;
}                    
.open\:shadow-md[open]{
  --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);
}                    
.open\:shadow-black-50[open]{
  --tw-shadow-color: #ddddde;
  --tw-shadow: var(--tw-shadow-colored);
}                    
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}                    
.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}                    
.hover\:scale-\[98\%\]:hover{
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}                    
.hover\:scale-\[98\]:hover{
  --tw-scale-x: 98;
  --tw-scale-y: 98;
  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));
}                    
.hover\:scale-\[99\%\]:hover{
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}                    
.hover\:scale-x-95:hover{
  --tw-scale-x: .95;
  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));
}                    
.hover\:transform:hover{
  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));
}                    
.hover\:border:hover{
  border-width: 1px;
}                    
.hover\:border-black-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(12 25 38 / var(--tw-border-opacity));
}                    
.hover\:bg-black-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(12 25 38 / var(--tw-bg-opacity));
}                    
.hover\:bg-dark-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 31 48 / var(--tw-bg-opacity));
}                    
.hover\:bg-dark-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 29 44 / var(--tw-bg-opacity));
}                    
.hover\:bg-lightblue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 214 218 / var(--tw-bg-opacity));
}                    
.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 106 85 / var(--tw-bg-opacity));
}                    
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(30 165 222 / var(--tw-text-opacity));
}                    
.hover\:text-dark-300:hover{
  --tw-text-opacity: 1;
  color: rgb(96 105 117 / var(--tw-text-opacity));
}                    
.hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgb(180 106 85 / var(--tw-text-opacity));
}                    
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}                    
.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}                    
.hover\:underline:hover{
  text-decoration-line: underline;
}                    
.hover\:decoration-orange-400:hover{
  text-decoration-color: #c38471;
}                    
.hover\:decoration-orange-500:hover{
  text-decoration-color: #b46a55;
}                    
.hover\:decoration-auto:hover{
  text-decoration-thickness: auto;
}                    
.hover\:underline-offset-4:hover{
  text-underline-offset: 4px;
}                    
.hover\:opacity-100:hover{
  opacity: 1;
}                    
.hover\:opacity-70:hover{
  opacity: 0.7;
}                    
.hover\:opacity-80:hover{
  opacity: 0.8;
}                    
.hover\:opacity-90:hover{
  opacity: 0.9;
}                    
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}                    
.active\:bg-white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}                    
.active\:text-orange-500:active{
  --tw-text-opacity: 1;
  color: rgb(180 106 85 / var(--tw-text-opacity));
}                    
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}                    
.group:hover .group-hover\: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));
}                    
.group:hover .group-hover\:stroke-blue-500{
  stroke: #21b4f3;
}                    
.group:hover .group-hover\:stroke-orange-500{
  stroke: #b46a55;
}                    
.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}                    
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}                    
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}                    
.group:hover .group-hover\:decoration-orange-500{
  text-decoration-color: #b46a55;
}                    
.group:hover .group-hover\:underline-offset-4{
  text-underline-offset: 4px;
}                    
.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}                    
.prose-ul\:list-inside :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-position: inside;
}                    
.prose-ul\:list-disc :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: disc;
}                    
.prose-li\:mb-1 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0.25rem;
}                    
.prose-li\:marker\:text-orange-500 * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(180 106 85 );
}                    
.prose-li\:marker\:text-orange-500 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker{
  color: rgb(180 106 85 );
}                    
@media (min-width: 640px){.sm\:h-1\/3{
    height: 33.333333%;
  }.sm\:max-w-md{
    max-width: 28rem;
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:justify-items-stretch{
    justify-items: stretch;
  }.sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.sm\:pb-6{
    padding-bottom: 1.5rem;
  }.sm\:pt-0{
    padding-top: 0px;
  }.sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}                    
@media (min-width: 768px){.md\:z-0{
    z-index: 0;
  }.md\:z-10{
    z-index: 10;
  }.md\:col-span-1{
    grid-column: span 1 / span 1;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-start-1{
    grid-column-start: 1;
  }.md\:col-start-3{
    grid-column-start: 3;
  }.md\:col-end-3{
    grid-column-end: 3;
  }.md\:col-end-4{
    grid-column-end: 4;
  }.md\:row-start-1{
    grid-row-start: 1;
  }.md\:row-start-2{
    grid-row-start: 2;
  }.md\:row-end-2{
    grid-row-end: 2;
  }.md\:row-end-3{
    grid-row-end: 3;
  }.md\:row-end-4{
    grid-row-end: 4;
  }.md\:mb-8{
    margin-bottom: 2rem;
  }.md\:mb-px{
    margin-bottom: 1px;
  }.md\:ml-auto{
    margin-left: auto;
  }.md\:grid{
    display: grid;
  }.md\:aspect-\[1\/1\]{
    aspect-ratio: 1/1;
  }.md\:size-10{
    width: 2.5rem;
    height: 2.5rem;
  }.md\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }.md\:size-16{
    width: 4rem;
    height: 4rem;
  }.md\:h-56{
    height: 14rem;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-16{
    width: 4rem;
  }.md\:w-3\/5{
    width: 60%;
  }.md\:w-56{
    width: 14rem;
  }.md\:w-60{
    width: 15rem;
  }.md\:max-w-lg{
    max-width: 32rem;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-rows-\[auto_40px_auto\]{
    grid-template-rows: auto 40px auto;
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-col{
    flex-direction: column;
  }.md\:flex-wrap{
    flex-wrap: wrap;
  }.md\:flex-nowrap{
    flex-wrap: nowrap;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-y-16{
    row-gap: 4rem;
  }.md\:self-start{
    align-self: flex-start;
  }.md\:text-nowrap{
    text-wrap: nowrap;
  }.md\:text-balance{
    text-wrap: balance;
  }.md\:fill-white{
    fill: #fff;
  }.md\:stroke-white{
    stroke: #fff;
  }.md\:p-8{
    padding: 2rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:pl-0{
    padding-left: 0px;
  }.md\:pr-4{
    padding-right: 1rem;
  }.md\:pr-6{
    padding-right: 1.5rem;
  }.md\:pr-8{
    padding-right: 2rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.md\:leading-normal{
    line-height: 1.5;
  }.md\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}                    
@media (min-width: 1024px){.lg\:absolute{
    position: absolute;
  }.lg\:relative{
    position: relative;
  }.lg\:sticky{
    position: sticky;
  }.lg\:bottom-0{
    bottom: 0px;
  }.lg\:bottom-8{
    bottom: 2rem;
  }.lg\:left-0{
    left: 0px;
  }.lg\:right-8{
    right: 2rem;
  }.lg\:top-10{
    top: 2.5rem;
  }.lg\:z-0{
    z-index: 0;
  }.lg\:z-50{
    z-index: 50;
  }.lg\:-order-first{
    order: 9999;
  }.lg\:order-1{
    order: 1;
  }.lg\:order-2{
    order: 2;
  }.lg\:order-3{
    order: 3;
  }.lg\:order-first{
    order: -9999;
  }.lg\:order-none{
    order: 0;
  }.lg\:col-start-1{
    grid-column-start: 1;
  }.lg\:col-start-2{
    grid-column-start: 2;
  }.lg\:col-start-3{
    grid-column-start: 3;
  }.lg\:col-start-5{
    grid-column-start: 5;
  }.lg\:col-end-2{
    grid-column-end: 2;
  }.lg\:col-end-3{
    grid-column-end: 3;
  }.lg\:col-end-4{
    grid-column-end: 4;
  }.lg\:col-end-5{
    grid-column-end: 5;
  }.lg\:col-end-7{
    grid-column-end: 7;
  }.lg\:row-start-1{
    grid-row-start: 1;
  }.lg\:row-start-2{
    grid-row-start: 2;
  }.lg\:row-start-3{
    grid-row-start: 3;
  }.lg\:row-end-2{
    grid-row-end: 2;
  }.lg\:row-end-3{
    grid-row-end: 3;
  }.lg\:row-end-4{
    grid-row-end: 4;
  }.lg\:row-end-5{
    grid-row-end: 5;
  }.lg\:row-end-auto{
    grid-row-end: auto;
  }.lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.lg\:-mr-4{
    margin-right: -1rem;
  }.lg\:-mt-32{
    margin-top: -8rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-12{
    margin-bottom: 3rem;
  }.lg\:mb-16{
    margin-bottom: 4rem;
  }.lg\:mb-6{
    margin-bottom: 1.5rem;
  }.lg\:mb-8{
    margin-bottom: 2rem;
  }.lg\:ml-10{
    margin-left: 2.5rem;
  }.lg\:ml-4{
    margin-left: 1rem;
  }.lg\:ml-auto{
    margin-left: auto;
  }.lg\:mr-0{
    margin-right: 0px;
  }.lg\:mr-10{
    margin-right: 2.5rem;
  }.lg\:mr-2{
    margin-right: 0.5rem;
  }.lg\:mr-auto{
    margin-right: auto;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mt-2{
    margin-top: 0.5rem;
  }.lg\:mt-auto{
    margin-top: auto;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:size-14{
    width: 3.5rem;
    height: 3.5rem;
  }.lg\:size-24{
    width: 6rem;
    height: 6rem;
  }.lg\:size-56{
    width: 14rem;
    height: 14rem;
  }.lg\:size-auto{
    width: auto;
    height: auto;
  }.lg\:h-10{
    height: 2.5rem;
  }.lg\:h-14{
    height: 3.5rem;
  }.lg\:h-2\/6{
    height: 33.333333%;
  }.lg\:h-24{
    height: 6rem;
  }.lg\:h-3\/6{
    height: 50%;
  }.lg\:h-4{
    height: 1rem;
  }.lg\:h-6{
    height: 1.5rem;
  }.lg\:h-8{
    height: 2rem;
  }.lg\:h-auto{
    height: auto;
  }.lg\:h-full{
    height: 100%;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-24{
    width: 6rem;
  }.lg\:w-4{
    width: 1rem;
  }.lg\:w-4\/12{
    width: 33.333333%;
  }.lg\:w-64{
    width: 16rem;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-auto{
    width: auto;
  }.lg\:w-full{
    width: 100%;
  }.lg\:w-px{
    width: 1px;
  }.lg\:max-w-full{
    max-width: 100%;
  }.lg\:max-w-md{
    max-width: 28rem;
  }.lg\:max-w-screen-md{
    max-width: 768px;
  }.lg\:flex-1{
    flex: 1 1 0%;
  }.lg\:flex-auto{
    flex: 1 1 auto;
  }.lg\:basis-4\/12{
    flex-basis: 33.333333%;
  }.lg\:basis-8\/12{
    flex-basis: 66.666667%;
  }.lg\:basis-80{
    flex-basis: 20rem;
  }.lg\:scroll-mt-2{
    scroll-margin-top: 0.5rem;
  }.lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.lg\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }.lg\:grid-rows-\[1fr\]{
    grid-template-rows: 1fr;
  }.lg\:grid-rows-\[1fr_80px_auto\]{
    grid-template-rows: 1fr 80px auto;
  }.lg\:grid-rows-\[80px_minmax\(80px\2c _auto\)_auto_1fr\]{
    grid-template-rows: 80px minmax(80px, auto) auto 1fr;
  }.lg\:grid-rows-\[auto_auto\]{
    grid-template-rows: auto auto;
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:flex-col{
    flex-direction: column;
  }.lg\:flex-wrap{
    flex-wrap: wrap;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:items-start{
    align-items: flex-start;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-start{
    justify-content: flex-start;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:gap-0{
    gap: 0px;
  }.lg\:gap-4{
    gap: 1rem;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:gap-y-24{
    row-gap: 6rem;
  }.lg\:gap-y-8{
    row-gap: 2rem;
  }.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.lg\:overflow-hidden{
    overflow: hidden;
  }.lg\:overflow-y-auto{
    overflow-y: auto;
  }.lg\:rounded{
    border-radius: 0.25rem;
  }.lg\:rounded-sm{
    border-radius: 0.125rem;
  }.lg\:bg-black-500{
    --tw-bg-opacity: 1;
    background-color: rgb(8 18 28 / var(--tw-bg-opacity));
  }.lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(127 135 146 / var(--tw-bg-opacity));
  }.lg\:bg-inherit{
    background-color: inherit;
  }.lg\:bg-lightblue-500{
    --tw-bg-opacity: 1;
    background-color: rgb(235 234 238 / var(--tw-bg-opacity));
  }.lg\:bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(180 106 85 / var(--tw-bg-opacity));
  }.lg\:bg-transparent{
    background-color: transparent;
  }.lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.lg\:stroke-white{
    stroke: #fff;
  }.lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }.lg\:p-28{
    padding: 7rem;
  }.lg\:p-4{
    padding: 1rem;
  }.lg\:p-6{
    padding: 1.5rem;
  }.lg\:p-8{
    padding: 2rem;
  }.lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }.lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:pb-20{
    padding-bottom: 5rem;
  }.lg\:pb-6{
    padding-bottom: 1.5rem;
  }.lg\:pl-4{
    padding-left: 1rem;
  }.lg\:pl-8{
    padding-left: 2rem;
  }.lg\:pr-0{
    padding-right: 0px;
  }.lg\:pr-1{
    padding-right: 0.25rem;
  }.lg\:pr-2{
    padding-right: 0.5rem;
  }.lg\:pr-8{
    padding-right: 2rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }.lg\:pt-10{
    padding-top: 2.5rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }.lg\:pt-4{
    padding-top: 1rem;
  }.lg\:pt-8{
    padding-top: 2rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:uppercase{
    text-transform: uppercase;
  }.lg\:leading-relaxed{
    line-height: 1.625;
  }.lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.lg\:underline{
    text-decoration-line: underline;
  }.lg\:no-underline{
    text-decoration-line: none;
  }.lg\:underline-offset-4{
    text-underline-offset: 4px;
  }.lg\:opacity-0{
    opacity: 0;
  }.lg\:opacity-25{
    opacity: 0.25;
  }.lg\:opacity-45{
    opacity: 0.45;
  }.lg\:opacity-65{
    opacity: 0.65;
  }.lg\:shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.lg\:\[grid-template-areas\:\'\._\.\'_\'\._teaser-2\'_\'\._\.\'_\'teaser-1_\.\'\]{
    grid-template-areas: '. .' '. teaser-2' '. .' 'teaser-1 .';
  }.lg\:hover\:rounded:hover{
    border-radius: 0.25rem;
  }.lg\:hover\:rounded-sm:hover{
    border-radius: 0.125rem;
  }.lg\:hover\:bg-blue-50:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(235 245 253 / var(--tw-bg-opacity));
  }.lg\:hover\:text-orange-500:hover{
    --tw-text-opacity: 1;
    color: rgb(180 106 85 / var(--tw-text-opacity));
  }.lg\:prose-ul\:list-outside :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    list-style-position: outside;
  }
}                    
@media (min-width: 1280px){.xl\:order-none{
    order: 0;
  }.xl\:col-start-1{
    grid-column-start: 1;
  }.xl\:col-end-3{
    grid-column-end: 3;
  }.xl\:row-start-1{
    grid-row-start: 1;
  }.xl\:row-end-2{
    grid-row-end: 2;
  }.xl\:flex{
    display: flex;
  }.xl\:hidden{
    display: none;
  }.xl\:w-3\/12{
    width: 25%;
  }.xl\:max-w-2xl{
    max-width: 42rem;
  }.xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.xl\:items-center{
    align-items: center;
  }.xl\:gap-0{
    gap: 0px;
  }.xl\:gap-16{
    gap: 4rem;
  }.xl\:gap-2{
    gap: 0.5rem;
  }.xl\:gap-8{
    gap: 2rem;
  }.xl\:p-12{
    padding: 3rem;
  }.xl\:p-8{
    padding: 2rem;
  }.xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }.xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.xl\:pl-0{
    padding-left: 0px;
  }.xl\:pl-8{
    padding-left: 2rem;
  }.xl\:pr-12{
    padding-right: 3rem;
  }.xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }.xl\:leading-tight{
    line-height: 1.25;
  }
}                    
@media (min-width: 1536px){.\32xl\:max-w-2xl{
    max-width: 42rem;
  }.\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.\32xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }.\32xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.\32xl\:leading-tight{
    line-height: 1.25;
  }
}                    
@media (prefers-color-scheme: dark){.dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}                    
.\[\&_\>_div_\>_div\]\:max-w-none > div > div{
  max-width: none;
}                    
.\[\&_\>_div_\>_div\]\:text-base > div > div{
  font-size: 1rem;
  line-height: 1.5rem;
}                    
.\[\&_\>_li\:nth-of-type\(1\)_\>_a_\>_svg\]\:h-6 > li:nth-of-type(1) > a > svg{
  height: 1.5rem;
}                    
.\[\&_\>_li\:nth-of-type\(1\)_\>_a_\>_svg\]\:w-6 > li:nth-of-type(1) > a > svg{
  width: 1.5rem;
}                    
.\[\&_\>_li\:nth-of-type\(1\)_\>_a_\>_svg\]\:flex-shrink-0 > li:nth-of-type(1) > a > svg{
  flex-shrink: 0;
}                    
.\[\&_\>_li\:nth-of-type\(2\)_\>_a_\>_svg\]\:h-6 > li:nth-of-type(2) > a > svg{
  height: 1.5rem;
}                    
.\[\&_\>_li\:nth-of-type\(2\)_\>_a_\>_svg\]\:w-6 > li:nth-of-type(2) > a > svg{
  width: 1.5rem;
}                    
.\[\&_\>_li\:nth-of-type\(2\)_\>_a_\>_svg\]\:flex-shrink-0 > li:nth-of-type(2) > a > svg{
  flex-shrink: 0;
}                    
.\[\&_\[data-pg-name\=\"card\"\]\]\:flex [data-pg-name="card"]{
  display: flex;
}                    
.\[\&_\[data-pg-name\=\"card\"\]\]\:w-full [data-pg-name="card"]{
  width: 100%;
}                    
.\[\&_\[data-pg-name\=\"card\"\]\]\:flex-col [data-pg-name="card"]{
  flex-direction: column;
}                    
.\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:h-6 [data-pg-name="card"] > li:nth-of-type(3) > a > svg [data-pg-name="card"] > li:nth-of-type(3) > a > svg{
  height: 1.5rem;
}                    
.\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:w-6 [data-pg-name="card"] > li:nth-of-type(3) > a > svg [data-pg-name="card"] > li:nth-of-type(3) > a > svg{
  width: 1.5rem;
}                    
.\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:\[\&_\[data-pg-name\=\"card\"\]_\>_li\:nth-of-type\(3\)_\>_a_\>_svg\]\:flex-shrink-0 [data-pg-name="card"] > li:nth-of-type(3) > a > svg [data-pg-name="card"] > li:nth-of-type(3) > a > svg{
  flex-shrink: 0;
}                    
.\[\&_\[data-pg-name\=\"content\"\]\]\:space-y-8 [data-pg-name="content"] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}                    
@media (min-width: 1024px){.lg\:\[\&_\[data-pg-name\=\"content\"\]\]\:col-start-2 [data-pg-name="content"]{
    grid-column-start: 2;
  }.lg\:\[\&_\[data-pg-name\=\"content\"\]\]\:col-end-4 [data-pg-name="content"]{
    grid-column-end: 4;
  }.lg\:\[\&_\[data-pg-name\=\"content\"\]\]\:row-start-1 [data-pg-name="content"]{
    grid-row-start: 1;
  }.lg\:\[\&_\[data-pg-name\=\"content\"\]\]\:row-end-2 [data-pg-name="content"]{
    grid-row-end: 2;
  }
}                    
.\[\&_p\]\:text-lg p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}                    
.\[\&_p\]\:antialiased p{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}                    
@media (min-width: 1024px){.lg\:\[\&_p\]\:text-xl p{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:\[\&_p\]\:leading-relaxed p{
    line-height: 1.625;
  }
}                    
.\[\&_span\]\:font-sans span{
  font-family: 'Montserrat', sans-serif;
}                    
.\[\&_span\]\:text-dark-500 span{
  --tw-text-opacity: 1;
  color: rgb(13 31 48 / var(--tw-text-opacity));
}                    
.\[\&_svg\]\:h-6 svg{
  height: 1.5rem;
}                    
.\[\&_svg\]\:w-6 svg{
  width: 1.5rem;
}                    
.\[\&_svg\]\:flex-shrink-0 svg{
  flex-shrink: 0;
}
