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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Untitled Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  @font-face {
    font-family: 'Hunter Caslon';
    src: url(/assets/930eb4558ae782db806e.woff);
    font-display: swap;
  }

  @font-face {
    font-family: 'Hunter Caslon';
    font-style: italic;
    src: url(/assets/facb22086065b89ee7fe.woff);
    font-display: swap;
  }

  @font-face {
    font-family: 'Untitled Sans';
    font-weight: 500;
    src: url(/assets/2ca6353b69177730579a.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: 'Untitled Sans';
    font-style: italic;
    font-weight: 500;
    src: url(/assets/46e6a93df3ef2bdd4158.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: 'Untitled Sans';
    src: url(/assets/dbe45fe9699e8de61feb.woff2);
    font-display: swap;
  }

  @font-face {
    font-family: 'Untitled Sans';
    font-style: italic;
    src: url(/assets/4119c13688a8d64a6b17.woff2);
    font-display: swap;
  }

  html {
  --tw-text-opacity: 1;
  color: rgba(41, 41, 40, var(--tw-text-opacity));
}

  strong {
  font-weight: 500;
}

  /* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
  @media (prefers-reduced-motion: reduce) {
    html[focus-within] {
      scroll-behavior: auto;
    }
    html:focus-within {
      scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
      transition-duration: 0.01ms !important;
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
    }
  }

  /* Focus states */
  *.focus-visible {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
  *.focus-visible {
    outline: none;
  }
  *:focus-visible {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
  *:focus-visible {
    outline: none;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@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: 1440px) {

  .container {
    max-width: 1440px;
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 400;
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 500;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.6666667em;
  line-height: 1.1111111;
  font-family: "Hunter Caslon", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 1.75em;
  margin-top: 2.8571429em;
  margin-bottom: 0.8571429em;
  line-height: 1.1428571;
  font-family: "Hunter Caslon", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: -0.01em;
  border-top: 1px solid #8A8A87;
  padding-top: 0.4285714em;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 1.375em;
  margin-top: 1.4545455em;
  margin-bottom: 0.7272727em;
  line-height: 1.2727273;
  font-family: "Hunter Caslon", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: -0.01em;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 500;
  margin-top: 1.3333333em;
  margin-bottom: 0.8888889em;
  line-height: 1.4444444;
  font-size: 1.125em;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #292928;
  --tw-prose-headings: #292928;
  --tw-prose-lead: #292928;
  --tw-prose-links: #292928;
  --tw-prose-bold: #292928;
  --tw-prose-counters: #292928;
  --tw-prose-bullets: #292928;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #fff;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #292928;
  --tw-prose-invert-body: #dcd8cc;
  --tw-prose-invert-headings: #dcd8cc;
  --tw-prose-invert-lead: #dcd8cc;
  --tw-prose-invert-links: #dcd8cc;
  --tw-prose-invert-bold: #dcd8cc;
  --tw-prose-invert-counters: #dcd8cc;
  --tw-prose-invert-bullets: #dcd8cc;
  --tw-prose-invert-hr: #dcd8cc;
  --tw-prose-invert-quotes: #dcd8cc;
  --tw-prose-invert-quote-borders: #292928;
  --tw-prose-invert-captions: #dcd8cc;
  --tw-prose-invert-code: #dcd8cc;
  --tw-prose-invert-pre-code: #dcd8cc;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #dcd8cc;
  --tw-prose-invert-td-borders: #dcd8cc;
  font-size: 1rem;
  line-height: 1.5;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose {
  --tw-prose-links-hover: #7d7666;
  --tw-prose-invert-links-hover: #b1ab9b;
}
.prose :where(a:hover):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links-hover);
}
.prose :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 1em;
  font-weight: 500;
  margin-top: 1.25em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.prose :where(h5 strong):not(:where([class~="not-prose"] *)) {
  font-weight: inherit;
}
.prose :where(p:empty):not(:where([class~="not-prose"] *)) {
  display: none;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.4444444;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.5555556em;
  margin-top: 2.8571429em;
  margin-bottom: 1.1428571em;
  line-height: 1.1428571;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.2727273;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.4444444;
  font-size: 1em;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  --tw-prose-links-hover: var(--tw-prose-invert-links-hover);
}
/**
   * Accordion
   */
/* .accordion {} */
.accordion__button {
  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;

    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
.accordion__button:hover {
    color: var(--tw-prose-links-hover);
  }
.accordion__button[aria-expanded='true']::after {
    transform: rotate(180deg);
  }
.accordion__button::after {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    content: '';
    background-color: currentcolor;
    -webkit-mask: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" d=\"M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z\"/></svg>");
            mask: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\"><path fill=\"currentColor\" d=\"M17 9.17a1 1 0 0 0-1.41 0L12 12.71 8.46 9.17a1 1 0 1 0-1.41 1.42l4.24 4.24a1.002 1.002 0 0 0 1.42 0L17 10.59a1.002 1.002 0 0 0 0-1.42Z\"/></svg>");
  }
.accordion__panel {
    opacity: 1;
  }
.accordion__panel[aria-hidden='true'] {
    opacity: 0;
  }
.accordion__panel :first-child {
    margin-top: 0;
  }
.blockquote::before {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: -1.25rem;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    content: '';
    background-color: var(--theme-colour);
    background-image: url("data:image/svg+xml,<svg width=\"13\" height=\"11\" viewBox=\"0 0 13 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.608 0.576001L3.96 0C1.008 2.088 0 4.212 0 6.516C0 8.892 1.224 10.332 2.988 10.332C4.428 10.332 5.4 9.288 5.4 7.848C5.4 6.228 4.176 5.364 2.556 5.328C2.052 5.328 1.908 5.076 1.908 4.608C1.908 3.708 2.7 2.484 4.608 0.576001ZM11.448 0.576001L10.8 0C7.848 2.088 6.84 4.212 6.84 6.516C6.84 8.892 8.064 10.332 9.828 10.332C11.268 10.332 12.24 9.288 12.24 7.848C12.24 6.228 11.016 5.364 9.396 5.328C8.892 5.328 8.748 5.076 8.748 4.608C8.748 3.708 9.54 2.484 11.448 0.576001Z\" fill=\"currentColor\"/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0.5rem solid #fff;
    border: 0.5rem solid var(--tw-prose-quote-borders, #fff);
    border-radius: 1.5rem;
  }
/**
   * Card
   */
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
.card:hover .card__cta {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Add `relative` class to the parent which should be clickable */
.card__link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    content: '';
  }
/* stylelint-disable-next-line a11y/no-outline-none */
.card[focus-within] .card__link.focus-visible {
    box-shadow: none !important;
  }
.card[focus-within] .card__link.focus-visible {
    outline: none;
  }
.card:focus-within .card__link.focus-visible {
    box-shadow: none !important;
  }
.card:focus-within .card__link.focus-visible {
    outline: none;
  }
.card[focus-within] .card__link.focus-visible {
    box-shadow: none !important;
  }
.card[focus-within] .card__link.focus-visible {
    outline: none;
  }
.card[focus-within] .card__link:focus-visible {
    box-shadow: none !important;
  }
.card[focus-within] .card__link:focus-visible {
    outline: none;
  }
.card:focus-within .card__link:focus-visible {
    box-shadow: none !important;
  }
.card:focus-within .card__link:focus-visible {
    outline: none;
  }
.card[focus-within] .card__link.focus-visible::after {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
.card[focus-within] .card__link.focus-visible::after {
    outline: none;
  }
.card:focus-within .card__link.focus-visible::after {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
.card:focus-within .card__link.focus-visible::after {
    outline: none;
  }
.card[focus-within] .card__link.focus-visible::after {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
.card[focus-within] .card__link.focus-visible::after {
    outline: none;
  }
.card[focus-within] .card__link:focus-visible::after {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
.card[focus-within] .card__link:focus-visible::after {
    outline: none;
  }
.card:focus-within .card__link:focus-visible::after {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #1a73e8 !important;
  }
.card:focus-within .card__link:focus-visible::after {
    outline: none;
  }
/**
   * Hero
   */
.hero__caption {
    opacity: 1;
  }
.hero__caption[aria-hidden='true'] {
    opacity: 0;
  }
/**
   * Main nav 🐟
   */
.main-nav-link[aria-current='true'] {
    position: relative;
  }
.main-nav-link[aria-current='true']::after {
    position: absolute;
    top: calc(100% + 6px);
    left: calc(50% - 35px);
    width: 69px;
    height: 19px;
    background-image: url(/assets/015caeb9f514302cc8a0.jpg);
    background-size: contain;
    mix-blend-mode: multiply;
  }
@media (min-width: 1024px) {
    .main-nav-link[aria-current='true']::after {
      display: block;
      content: '';
    }
  }
/**
   * Section nav
   */
/* .section-nav {} */
.section-nav__button {
    display: flex;
    gap: 0.25rem;
    text-align: left;
  }
.section-nav__button[aria-expanded='true']::before {
    transform: rotate(180deg);
  }
.section-nav__button::before {
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    content: '';
    background-image: url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M17.0002 9.16994C16.8128 8.98369 16.5594 8.87915 16.2952 8.87915C16.031 8.87915 15.7776 8.98369 15.5902 9.16994L12.0002 12.7099L8.46019 9.16994C8.27283 8.98369 8.01938 8.87915 7.75519 8.87915C7.49101 8.87915 7.23756 8.98369 7.05019 9.16994C6.95646 9.26291 6.88207 9.37351 6.8313 9.49537C6.78053 9.61723 6.75439 9.74793 6.75439 9.87994C6.75439 10.012 6.78053 10.1427 6.8313 10.2645C6.88207 10.3864 6.95646 10.497 7.05019 10.5899L11.2902 14.8299C11.3832 14.9237 11.4938 14.9981 11.6156 15.0488C11.7375 15.0996 11.8682 15.1257 12.0002 15.1257C12.1322 15.1257 12.2629 15.0996 12.3848 15.0488C12.5066 14.9981 12.6172 14.9237 12.7102 14.8299L17.0002 10.5899C17.0939 10.497 17.1683 10.3864 17.2191 10.2645C17.2699 10.1427 17.296 10.012 17.296 9.87994C17.296 9.74793 17.2699 9.61723 17.2191 9.49537C17.1683 9.37351 17.0939 9.26291 17.0002 9.16994Z\" fill=\"currentColor\"/></svg>");
  }
.section-nav__panel {
    opacity: 1;
  }
.section-nav__panel[aria-hidden='true'] {
    opacity: 0;
  }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-\[calc\(50\%-0\.75rem\)\] {
  top: calc(50% - 0.75rem);
}
.left-\[1\.5rem\] {
  left: 1.5rem;
}
.right-\[1\.5rem\] {
  right: 1.5rem;
}
.-top-5 {
  top: -1.25rem;
}
.-left-2 {
  left: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.right-5\.5 {
  right: 1.375rem;
}
.top-\[calc\(100\%\+0\.5rem\)\] {
  top: calc(100% + 0.5rem);
}
.bottom-2 {
  bottom: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-14 {
  right: 3.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.right-4 {
  right: 1rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-auto {
  margin-left: auto;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-6 {
  height: 1.5rem;
}
.h-24 {
  height: 6rem;
}
.h-full {
  height: 100%;
}
.h-100 {
  height: 25rem;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[33px\] {
  height: 33px;
}
.h-screen {
  height: 100vh;
}
.h-60 {
  height: 15rem;
}
.h-5 {
  height: 1.25rem;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[8\.5rem\] {
  min-height: 8.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[calc\(100\%-8px\)\] {
  width: calc(100% - 8px);
}
.w-34 {
  width: 8.5rem;
}
.w-24 {
  width: 6rem;
}
.w-full {
  width: 100%;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[164px\] {
  width: 164px;
}
.w-screen {
  width: 100vw;
}
.w-5 {
  width: 1.25rem;
}
.min-w-\[5\.5rem\] {
  min-width: 5.5rem;
}
.max-w-\[8\.5rem\] {
  max-width: 8.5rem;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-\[8rem\] {
  max-width: 8rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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-full {
  --tw-translate-y: -100%;
  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-0 {
  --tw-translate-x: 0px;
  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-0 {
  --tw-translate-y: 0px;
  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));
}
.resize {
  resize: both;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-header {
  grid-template-columns: 11.875rem 1fr;
}
.grid-rows-\[fit-content\(100\%\)_1fr\] {
  grid-template-rows: fit-content(100%) 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l {
  border-left-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 40, var(--tw-border-opacity));
}
.border-lightGrey {
  --tw-border-opacity: 1;
  border-color: rgba(220, 216, 204, var(--tw-border-opacity));
}
.border-darkGrey {
  --tw-border-opacity: 1;
  border-color: rgba(125, 118, 102, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-\[\#8A8A87\] {
  --tw-border-opacity: 1;
  border-color: rgba(138, 138, 135, var(--tw-border-opacity));
}
.border-t-\[\#8A8A87\] {
  --tw-border-opacity: 1;
  border-top-color: rgba(138, 138, 135, var(--tw-border-opacity));
}
.bg-lightGrey {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 216, 204, var(--tw-bg-opacity));
}
.bg-eggshell {
  --tw-bg-opacity: 1;
  background-color: rgba(169, 184, 171, var(--tw-bg-opacity));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 218, 171, var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 220, 145, var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 206, 219, var(--tw-bg-opacity));
}
.bg-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 198, 184, var(--tw-bg-opacity));
}
.bg-lightGrey\/0 {
  background-color: rgba(220, 216, 204, 0);
}
.bg-lightGrey\/5 {
  background-color: rgba(220, 216, 204, 0.05);
}
.bg-lightGrey\/10 {
  background-color: rgba(220, 216, 204, 0.1);
}
.bg-lightGrey\/20 {
  background-color: rgba(220, 216, 204, 0.2);
}
.bg-lightGrey\/25 {
  background-color: rgba(220, 216, 204, 0.25);
}
.bg-lightGrey\/30 {
  background-color: rgba(220, 216, 204, 0.3);
}
.bg-lightGrey\/40 {
  background-color: rgba(220, 216, 204, 0.4);
}
.bg-lightGrey\/50 {
  background-color: rgba(220, 216, 204, 0.5);
}
.bg-lightGrey\/60 {
  background-color: rgba(220, 216, 204, 0.6);
}
.bg-lightGrey\/70 {
  background-color: rgba(220, 216, 204, 0.7);
}
.bg-lightGrey\/75 {
  background-color: rgba(220, 216, 204, 0.75);
}
.bg-lightGrey\/80 {
  background-color: rgba(220, 216, 204, 0.8);
}
.bg-lightGrey\/90 {
  background-color: rgba(220, 216, 204, 0.9);
}
.bg-lightGrey\/95 {
  background-color: rgba(220, 216, 204, 0.95);
}
.bg-lightGrey\/100 {
  background-color: rgba(220, 216, 204, 1);
}
.bg-eggshell\/0 {
  background-color: rgba(169, 184, 171, 0);
}
.bg-eggshell\/5 {
  background-color: rgba(169, 184, 171, 0.05);
}
.bg-eggshell\/10 {
  background-color: rgba(169, 184, 171, 0.1);
}
.bg-eggshell\/20 {
  background-color: rgba(169, 184, 171, 0.2);
}
.bg-eggshell\/25 {
  background-color: rgba(169, 184, 171, 0.25);
}
.bg-eggshell\/30 {
  background-color: rgba(169, 184, 171, 0.3);
}
.bg-eggshell\/40 {
  background-color: rgba(169, 184, 171, 0.4);
}
.bg-eggshell\/50 {
  background-color: rgba(169, 184, 171, 0.5);
}
.bg-eggshell\/60 {
  background-color: rgba(169, 184, 171, 0.6);
}
.bg-eggshell\/70 {
  background-color: rgba(169, 184, 171, 0.7);
}
.bg-eggshell\/75 {
  background-color: rgba(169, 184, 171, 0.75);
}
.bg-eggshell\/80 {
  background-color: rgba(169, 184, 171, 0.8);
}
.bg-eggshell\/90 {
  background-color: rgba(169, 184, 171, 0.9);
}
.bg-eggshell\/95 {
  background-color: rgba(169, 184, 171, 0.95);
}
.bg-eggshell\/100 {
  background-color: rgba(169, 184, 171, 1);
}
.bg-lime\/0 {
  background-color: rgba(201, 218, 171, 0);
}
.bg-lime\/5 {
  background-color: rgba(201, 218, 171, 0.05);
}
.bg-lime\/10 {
  background-color: rgba(201, 218, 171, 0.1);
}
.bg-lime\/20 {
  background-color: rgba(201, 218, 171, 0.2);
}
.bg-lime\/25 {
  background-color: rgba(201, 218, 171, 0.25);
}
.bg-lime\/30 {
  background-color: rgba(201, 218, 171, 0.3);
}
.bg-lime\/40 {
  background-color: rgba(201, 218, 171, 0.4);
}
.bg-lime\/50 {
  background-color: rgba(201, 218, 171, 0.5);
}
.bg-lime\/60 {
  background-color: rgba(201, 218, 171, 0.6);
}
.bg-lime\/70 {
  background-color: rgba(201, 218, 171, 0.7);
}
.bg-lime\/75 {
  background-color: rgba(201, 218, 171, 0.75);
}
.bg-lime\/80 {
  background-color: rgba(201, 218, 171, 0.8);
}
.bg-lime\/90 {
  background-color: rgba(201, 218, 171, 0.9);
}
.bg-lime\/95 {
  background-color: rgba(201, 218, 171, 0.95);
}
.bg-lime\/100 {
  background-color: rgba(201, 218, 171, 1);
}
.bg-yellow\/0 {
  background-color: rgba(254, 220, 145, 0);
}
.bg-yellow\/5 {
  background-color: rgba(254, 220, 145, 0.05);
}
.bg-yellow\/10 {
  background-color: rgba(254, 220, 145, 0.1);
}
.bg-yellow\/20 {
  background-color: rgba(254, 220, 145, 0.2);
}
.bg-yellow\/25 {
  background-color: rgba(254, 220, 145, 0.25);
}
.bg-yellow\/30 {
  background-color: rgba(254, 220, 145, 0.3);
}
.bg-yellow\/40 {
  background-color: rgba(254, 220, 145, 0.4);
}
.bg-yellow\/50 {
  background-color: rgba(254, 220, 145, 0.5);
}
.bg-yellow\/60 {
  background-color: rgba(254, 220, 145, 0.6);
}
.bg-yellow\/70 {
  background-color: rgba(254, 220, 145, 0.7);
}
.bg-yellow\/75 {
  background-color: rgba(254, 220, 145, 0.75);
}
.bg-yellow\/80 {
  background-color: rgba(254, 220, 145, 0.8);
}
.bg-yellow\/90 {
  background-color: rgba(254, 220, 145, 0.9);
}
.bg-yellow\/95 {
  background-color: rgba(254, 220, 145, 0.95);
}
.bg-yellow\/100 {
  background-color: rgba(254, 220, 145, 1);
}
.bg-blue\/0 {
  background-color: rgba(174, 206, 219, 0);
}
.bg-blue\/5 {
  background-color: rgba(174, 206, 219, 0.05);
}
.bg-blue\/10 {
  background-color: rgba(174, 206, 219, 0.1);
}
.bg-blue\/20 {
  background-color: rgba(174, 206, 219, 0.2);
}
.bg-blue\/25 {
  background-color: rgba(174, 206, 219, 0.25);
}
.bg-blue\/30 {
  background-color: rgba(174, 206, 219, 0.3);
}
.bg-blue\/40 {
  background-color: rgba(174, 206, 219, 0.4);
}
.bg-blue\/50 {
  background-color: rgba(174, 206, 219, 0.5);
}
.bg-blue\/60 {
  background-color: rgba(174, 206, 219, 0.6);
}
.bg-blue\/70 {
  background-color: rgba(174, 206, 219, 0.7);
}
.bg-blue\/75 {
  background-color: rgba(174, 206, 219, 0.75);
}
.bg-blue\/80 {
  background-color: rgba(174, 206, 219, 0.8);
}
.bg-blue\/90 {
  background-color: rgba(174, 206, 219, 0.9);
}
.bg-blue\/95 {
  background-color: rgba(174, 206, 219, 0.95);
}
.bg-blue\/100 {
  background-color: rgba(174, 206, 219, 1);
}
.bg-pink\/0 {
  background-color: rgba(248, 198, 184, 0);
}
.bg-pink\/5 {
  background-color: rgba(248, 198, 184, 0.05);
}
.bg-pink\/10 {
  background-color: rgba(248, 198, 184, 0.1);
}
.bg-pink\/20 {
  background-color: rgba(248, 198, 184, 0.2);
}
.bg-pink\/25 {
  background-color: rgba(248, 198, 184, 0.25);
}
.bg-pink\/30 {
  background-color: rgba(248, 198, 184, 0.3);
}
.bg-pink\/40 {
  background-color: rgba(248, 198, 184, 0.4);
}
.bg-pink\/50 {
  background-color: rgba(248, 198, 184, 0.5);
}
.bg-pink\/60 {
  background-color: rgba(248, 198, 184, 0.6);
}
.bg-pink\/70 {
  background-color: rgba(248, 198, 184, 0.7);
}
.bg-pink\/75 {
  background-color: rgba(248, 198, 184, 0.75);
}
.bg-pink\/80 {
  background-color: rgba(248, 198, 184, 0.8);
}
.bg-pink\/90 {
  background-color: rgba(248, 198, 184, 0.9);
}
.bg-pink\/95 {
  background-color: rgba(248, 198, 184, 0.95);
}
.bg-pink\/100 {
  background-color: rgba(248, 198, 184, 1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 40, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black\/90 {
  background-color: rgba(41, 41, 40, 0.9);
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #292928;
  --tw-gradient-to: rgba(41, 41, 40, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#292928BF\] {
  --tw-gradient-to: rgba(41, 41, 40, 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(41,41,40,0.74902), var(--tw-gradient-to);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5\.5 {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: "Hunter Caslon", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.02em;
}
.text-bodyLg {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.text-h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.text-h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.text-h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: -0.01em;
}
.text-bodySm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-bodyMd {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-lightGrey {
  --tw-text-opacity: 1;
  color: rgba(220, 216, 204, var(--tw-text-opacity));
}
.text-eggshell {
  --tw-text-opacity: 1;
  color: rgba(169, 184, 171, var(--tw-text-opacity));
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgba(201, 218, 171, var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(254, 220, 145, var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgba(174, 206, 219, var(--tw-text-opacity));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgba(248, 198, 184, var(--tw-text-opacity));
}
.text-lightGrey\/0 {
  color: rgba(220, 216, 204, 0);
}
.text-lightGrey\/5 {
  color: rgba(220, 216, 204, 0.05);
}
.text-lightGrey\/10 {
  color: rgba(220, 216, 204, 0.1);
}
.text-lightGrey\/20 {
  color: rgba(220, 216, 204, 0.2);
}
.text-lightGrey\/25 {
  color: rgba(220, 216, 204, 0.25);
}
.text-lightGrey\/30 {
  color: rgba(220, 216, 204, 0.3);
}
.text-lightGrey\/40 {
  color: rgba(220, 216, 204, 0.4);
}
.text-lightGrey\/50 {
  color: rgba(220, 216, 204, 0.5);
}
.text-lightGrey\/60 {
  color: rgba(220, 216, 204, 0.6);
}
.text-lightGrey\/70 {
  color: rgba(220, 216, 204, 0.7);
}
.text-lightGrey\/75 {
  color: rgba(220, 216, 204, 0.75);
}
.text-lightGrey\/80 {
  color: rgba(220, 216, 204, 0.8);
}
.text-lightGrey\/90 {
  color: rgba(220, 216, 204, 0.9);
}
.text-lightGrey\/95 {
  color: rgba(220, 216, 204, 0.95);
}
.text-lightGrey\/100 {
  color: rgba(220, 216, 204, 1);
}
.text-eggshell\/0 {
  color: rgba(169, 184, 171, 0);
}
.text-eggshell\/5 {
  color: rgba(169, 184, 171, 0.05);
}
.text-eggshell\/10 {
  color: rgba(169, 184, 171, 0.1);
}
.text-eggshell\/20 {
  color: rgba(169, 184, 171, 0.2);
}
.text-eggshell\/25 {
  color: rgba(169, 184, 171, 0.25);
}
.text-eggshell\/30 {
  color: rgba(169, 184, 171, 0.3);
}
.text-eggshell\/40 {
  color: rgba(169, 184, 171, 0.4);
}
.text-eggshell\/50 {
  color: rgba(169, 184, 171, 0.5);
}
.text-eggshell\/60 {
  color: rgba(169, 184, 171, 0.6);
}
.text-eggshell\/70 {
  color: rgba(169, 184, 171, 0.7);
}
.text-eggshell\/75 {
  color: rgba(169, 184, 171, 0.75);
}
.text-eggshell\/80 {
  color: rgba(169, 184, 171, 0.8);
}
.text-eggshell\/90 {
  color: rgba(169, 184, 171, 0.9);
}
.text-eggshell\/95 {
  color: rgba(169, 184, 171, 0.95);
}
.text-eggshell\/100 {
  color: rgba(169, 184, 171, 1);
}
.text-lime\/0 {
  color: rgba(201, 218, 171, 0);
}
.text-lime\/5 {
  color: rgba(201, 218, 171, 0.05);
}
.text-lime\/10 {
  color: rgba(201, 218, 171, 0.1);
}
.text-lime\/20 {
  color: rgba(201, 218, 171, 0.2);
}
.text-lime\/25 {
  color: rgba(201, 218, 171, 0.25);
}
.text-lime\/30 {
  color: rgba(201, 218, 171, 0.3);
}
.text-lime\/40 {
  color: rgba(201, 218, 171, 0.4);
}
.text-lime\/50 {
  color: rgba(201, 218, 171, 0.5);
}
.text-lime\/60 {
  color: rgba(201, 218, 171, 0.6);
}
.text-lime\/70 {
  color: rgba(201, 218, 171, 0.7);
}
.text-lime\/75 {
  color: rgba(201, 218, 171, 0.75);
}
.text-lime\/80 {
  color: rgba(201, 218, 171, 0.8);
}
.text-lime\/90 {
  color: rgba(201, 218, 171, 0.9);
}
.text-lime\/95 {
  color: rgba(201, 218, 171, 0.95);
}
.text-lime\/100 {
  color: rgba(201, 218, 171, 1);
}
.text-yellow\/0 {
  color: rgba(254, 220, 145, 0);
}
.text-yellow\/5 {
  color: rgba(254, 220, 145, 0.05);
}
.text-yellow\/10 {
  color: rgba(254, 220, 145, 0.1);
}
.text-yellow\/20 {
  color: rgba(254, 220, 145, 0.2);
}
.text-yellow\/25 {
  color: rgba(254, 220, 145, 0.25);
}
.text-yellow\/30 {
  color: rgba(254, 220, 145, 0.3);
}
.text-yellow\/40 {
  color: rgba(254, 220, 145, 0.4);
}
.text-yellow\/50 {
  color: rgba(254, 220, 145, 0.5);
}
.text-yellow\/60 {
  color: rgba(254, 220, 145, 0.6);
}
.text-yellow\/70 {
  color: rgba(254, 220, 145, 0.7);
}
.text-yellow\/75 {
  color: rgba(254, 220, 145, 0.75);
}
.text-yellow\/80 {
  color: rgba(254, 220, 145, 0.8);
}
.text-yellow\/90 {
  color: rgba(254, 220, 145, 0.9);
}
.text-yellow\/95 {
  color: rgba(254, 220, 145, 0.95);
}
.text-yellow\/100 {
  color: rgba(254, 220, 145, 1);
}
.text-blue\/0 {
  color: rgba(174, 206, 219, 0);
}
.text-blue\/5 {
  color: rgba(174, 206, 219, 0.05);
}
.text-blue\/10 {
  color: rgba(174, 206, 219, 0.1);
}
.text-blue\/20 {
  color: rgba(174, 206, 219, 0.2);
}
.text-blue\/25 {
  color: rgba(174, 206, 219, 0.25);
}
.text-blue\/30 {
  color: rgba(174, 206, 219, 0.3);
}
.text-blue\/40 {
  color: rgba(174, 206, 219, 0.4);
}
.text-blue\/50 {
  color: rgba(174, 206, 219, 0.5);
}
.text-blue\/60 {
  color: rgba(174, 206, 219, 0.6);
}
.text-blue\/70 {
  color: rgba(174, 206, 219, 0.7);
}
.text-blue\/75 {
  color: rgba(174, 206, 219, 0.75);
}
.text-blue\/80 {
  color: rgba(174, 206, 219, 0.8);
}
.text-blue\/90 {
  color: rgba(174, 206, 219, 0.9);
}
.text-blue\/95 {
  color: rgba(174, 206, 219, 0.95);
}
.text-blue\/100 {
  color: rgba(174, 206, 219, 1);
}
.text-pink\/0 {
  color: rgba(248, 198, 184, 0);
}
.text-pink\/5 {
  color: rgba(248, 198, 184, 0.05);
}
.text-pink\/10 {
  color: rgba(248, 198, 184, 0.1);
}
.text-pink\/20 {
  color: rgba(248, 198, 184, 0.2);
}
.text-pink\/25 {
  color: rgba(248, 198, 184, 0.25);
}
.text-pink\/30 {
  color: rgba(248, 198, 184, 0.3);
}
.text-pink\/40 {
  color: rgba(248, 198, 184, 0.4);
}
.text-pink\/50 {
  color: rgba(248, 198, 184, 0.5);
}
.text-pink\/60 {
  color: rgba(248, 198, 184, 0.6);
}
.text-pink\/70 {
  color: rgba(248, 198, 184, 0.7);
}
.text-pink\/75 {
  color: rgba(248, 198, 184, 0.75);
}
.text-pink\/80 {
  color: rgba(248, 198, 184, 0.8);
}
.text-pink\/90 {
  color: rgba(248, 198, 184, 0.9);
}
.text-pink\/95 {
  color: rgba(248, 198, 184, 0.95);
}
.text-pink\/100 {
  color: rgba(248, 198, 184, 1);
}
.text-darkGrey {
  --tw-text-opacity: 1;
  color: rgba(125, 118, 102, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(41, 41, 40, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-transparent {
  text-decoration-color: transparent;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-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-all {
  transition-property: all;
  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;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.full-bleed {
    position: relative;
    right: 50%;
    left: 50%;
    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
  }
/* For Webkit-based browsers (Chrome, Safari and Opera) */
/* For IE, Edge and Firefox */
.placeholder\:text-lightGrey::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(220, 216, 204, var(--tw-text-opacity));
}
.placeholder\:text-lightGrey::placeholder {
  --tw-text-opacity: 1;
  color: rgba(220, 216, 204, var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:right-full::before {
  content: var(--tw-content);
  right: 100%;
}
.before\:right-\[50\%\]::before {
  content: var(--tw-content);
  right: 50%;
}
.before\:left-\[50\%\]::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:mr-\[-50vw\]::before {
  content: var(--tw-content);
  margin-right: -50vw;
}
.before\:ml-\[-50vw\]::before {
  content: var(--tw-content);
  margin-left: -50vw;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:h-60::before {
  content: var(--tw-content);
  height: 15rem;
}
.before\:w-screen::before {
  content: var(--tw-content);
  width: 100vw;
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 40, var(--tw-bg-opacity));
}
.before\:bg-black\/90::before {
  content: var(--tw-content);
  background-color: rgba(41, 41, 40, 0.9);
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(41, 41, 40, var(--tw-border-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(41, 41, 40, var(--tw-bg-opacity));
}
.hover\:bg-lightGrey:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 216, 204, var(--tw-bg-opacity));
}
.hover\:text-darkGrey:hover {
  --tw-text-opacity: 1;
  color: rgba(125, 118, 102, var(--tw-text-opacity));
}
.hover\:text-lightGrey:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 216, 204, var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(41, 41, 40, var(--tw-text-opacity));
}
.hover\:text-midGrey:hover {
  --tw-text-opacity: 1;
  color: rgba(177, 171, 155, var(--tw-text-opacity));
}
.hover\:decoration-black:hover {
  text-decoration-color: #292928;
}
.hover\:decoration-2:hover {
  text-decoration-thickness: 2px;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:m-1:focus {
  margin: 0.25rem;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:hover\:bg-lightGrey:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 216, 204, var(--tw-bg-opacity));
}
.disabled\:hover\:text-black:hover:disabled {
  --tw-text-opacity: 1;
  color: rgba(41, 41, 40, var(--tw-text-opacity));
}
.js .js\:block {
  display: block;
}
@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

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

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
  }

  .md\:text-bodyMd {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

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

  .lg\:z-auto {
    z-index: auto;
  }

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

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

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

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

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

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

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

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

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

  .lg\:mt-auto {
    margin-top: auto;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-120 {
    height: 30rem;
  }

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

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:transform-none {
    transform: none;
  }

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

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

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

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

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

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

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

  .lg\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.4444444;
  }

  .lg\:prose-lg :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }

  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }

  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.5555556em;
    margin-top: 2.8571429em;
    margin-bottom: 1.1428571em;
    line-height: 1.1428571;
  }

  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.2222222em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.2727273;
  }

  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.4444444;
    font-size: 1em;
  }

  .lg\:prose-lg :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }

  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lg\:prose-lg :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }

  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }

  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }

  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }

  .lg\:prose-lg :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }

  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4444444em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }

  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }

  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }

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

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

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

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

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

  .lg\:prose-lg :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }

  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

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

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

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }

  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

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

  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

  .lg\:text-h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -0.01em;
  }

  .lg\:text-h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
  }

  .lg\:text-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.02em;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(41, 41, 40, var(--tw-text-opacity));
  }

  .lg\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:block {
    display: block;
  }
}
.\[\&\:nth-child\(2n\)\>a\]\:bg-lime:nth-child(2n)>a {
  --tw-bg-opacity: 1;
  background-color: rgba(201, 218, 171, var(--tw-bg-opacity));
}
.\[\&\>img\]\:w-full>img {
  width: 100%;
}

