/*

This is a development CSS file that is compiled to a minified
production stylesheet in assets/built/index.css using: npm run dev

    1. Local component imports
    2. Links
    3. Typography settings
    4. Header
    5. Footer
    6. Theme utils
    7. Content grid
    8. Cards
    9. Card captions
    10. Post content
    11. Responsive tweaks
    12. Fonts
    13. Content Cards

*/

/* Lib - Local component imports
/* ---------------------------------------------------------- */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*

! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com

*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.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;
  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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

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

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

.prose :where(.prose > ol > li > p: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-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-\[3px\] {
  bottom: 3px;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

.left-\[5px\] {
  left: 5px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.isolate {
  isolation: isolate;
}

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

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

.z-\[9000\] {
  z-index: 9000;
}

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

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

.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

.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-7 {
  margin-bottom: 1.75rem;
}

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

.ml-\[-3px\] {
  margin-left: -3px;
}

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

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

.mr-\[10px\] {
  margin-right: 10px;
}

.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-8 {
  margin-top: 2rem;
}

.mt-\[-76px\] {
  margin-top: -76px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-1\.5 {
  height: 0.375rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[300\] {
  height: 300;
}

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

.h-\[4\.2rem\] {
  height: 4.2rem;
}

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

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

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

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

.h-\[55vh\] {
  height: 55vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-\[70vh\] {
  min-height: 70vh;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

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

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.fill-gray-900 {
  fill: #111827;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[15px\] {
  padding: 15px;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.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-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.pt-\[4\.5rem\] {
  padding-top: 4.5rem;
}

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

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

.text-right {
  text-align: right;
}

.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-9xl {
  font-size: 8rem;
  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;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

.ring-inset {
  --tw-ring-inset: inset;
}

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-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;
}

.delay-100 {
  transition-delay: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --gap: clamp(2rem, 1.82vw + 1.27rem, 3.6rem);
  --content-width: 70ch;
  --container-width: 1240px;
}

.prose-macaw {
  --tw-prose-links: var(--ghost-accent-color);
  --tw-prose-quotes: var(--ghost-accent-color);
  --tw-prose-quote-borders: var(--ghost-accent-color);
  --tw-prose-bullets: var(--ghost-accent-color);
}

html {
  scroll-behavior: smooth;
  background-color: #E5DDD8;
}

/* Links
/* ---------------------------------------------------------- */

a {
  color: hsl(from var(--ghost-accent-color) h s calc(l * 0.8));
}

a:hover {
  text-decoration: underline;
}

/* Social links
/* ---------------------------------------------------------- */

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

.social-links img {
  width: 30px;
}

.social-links a {
  position: relative;
  padding: 0 5px;
  bottom: 0;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.social-links a:hover {
  bottom: 2px;
}

/* Typography settings
/* ---------------------------------------------------------- */

body.gh-ghost-fonts h1,
body.gh-ghost-fonts h2,
body.gh-ghost-fonts h3,
body.gh-ghost-fonts h4,
body.gh-ghost-fonts h5,
body.gh-ghost-fonts h6 {
  font-family: var(--gh-font-heading);
}

body.gh-ghost-fonts {
  font-family: var(--gh-font-body);
}

body.is-font-playful {
  --font-display: 'Space Grotesk', sans-serif;
  --font-sans: 'Space Grotesk', sans-serif;
}

body.is-font-tight {
  --font-display: 'Inter', sans-serif;
  --font-sans: 'Inter', sans-serif;
}

body.is-font-elegant {
  --font-display: 'Josefin Sans', sans-serif;
  --font-sans: 'Lora', sans-serif;
}

body.is-font-kreon {
  --font-display: 'Kreon', sans-serif;
}

body.is-font-quciksand {
  --font-display: 'Quicksand', sans-serif;
}

body.is-font-azeret {
  --font-display: 'Azeret Mono', monospace;
}

body.is-font-system {
  --font-title: 'Arial', serif;
  --font-text: 'Helvetica', serif;
}

.is-font-elegant .font-display,
body.is-font-elegant .prose h1,
body.is-font-elegant .prose h2,
body.is-font-elegant .prose h3,
body.is-font-elegant .prose h4,
body.is-font-elegant .prose h5,
body.is-font-elegant .prose h6 {
  font-family: var(--font-display);
}

body.is-font-elegant {
  font-family: var(--font-sans);
}

.is-font-playful .font-display,
body.is-font-playful .prose h1,
body.is-font-playful .prose h2,
body.is-font-playful .prose h3,
body.is-font-playful .prose h4,
body.is-font-playful .prose h5,
body.is-font-playful .prose h6 {
  font-family: var(--font-display);
}

body.is-font-playful {
  font-family: var(--font-sans);
}

.is-font-tight .font-display,
body.is-font-tight .prose h1,
body.is-font-tight .prose h2,
body.is-font-tight .prose h3,
body.is-font-tight .prose h4,
body.is-font-tight .prose h5,
body.is-font-tight .prose h6 {
  font-family: var(--font-display);
}

body.is-font-tight {
  font-family: var(--font-sans);
}

.is-font-kreon .font-display,
body.is-font-kreon,
body.is-font-kreon .prose h1,
body.is-font-kreon .prose h2,
body.is-font-kreon .prose h3,
body.is-font-kreon .prose h4,
body.is-font-kreon .prose h5,
body.is-font-kreon .prose h6 {
  font-family: var(--font-display);
}

.is-font-qucksand .font-display,
body.is-font-qucksand,
body.is-font-qucksand .prose h1,
body.is-font-qucksand .prose h2,
body.is-font-qucksand .prose h3,
body.is-font-qucksand .prose h4,
body.is-font-qucksand .prose h5,
body.is-font-qucksand .prose h6 {
  font-family: var(--font-display);
}

.is-font-azeret .font-display,
body.is-font-azeret,
body.is-font-azeret .prose h1,
body.is-font-azeret .prose h2,
body.is-font-azeret .prose h3,
body.is-font-azeret .prose h4,
body.is-font-azeret .prose h5,
body.is-font-azeret .prose h6 {
  font-family: var(--font-display);
}

body.gh-ghost-fonts .header .nav li a {
  padding-top: .65rem;
}

.macaw-pill {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.is-font-elegant .macaw-pill {
  font-family: var(--font-display);
}

.is-font-playful .macaw-pill {
  font-family: var(--font-display);
}

.is-font-tight .macaw-pill {
  font-family: var(--font-display);
}

.is-font-kreon .macaw-pill {
  font-family: var(--font-display);
}

.is-font-qucksand .macaw-pill {
  font-family: var(--font-display);
}

.is-font-azeret .macaw-pill {
  font-family: var(--font-display);
}

.macaw-pill {
  height: 1.75rem;
}

.is-font-elegant .macaw-pill {
  padding-top: 3px;
}

.is-font-elegant .macaw-button {
  padding-top: 4px;
}

.is-font-elegant .macaw-pill svg {
  margin-top: -3px;
}

body.is-font-playful .header .nav li a,
body.is-font-system .header .nav li a,
body.is-font-tight .header .nav li a,
body.is-font-tight .header .nav li a,
body.is-font-kreon .header .nav li a,
body.is-font-quicksand .header .nav li a,
body.is-font-azeret .header .nav li a {
  padding-top: 0.6rem;
}

body.is-font-azeret .font-normal {
  font-size: 1rem;
}

body.is-font-azeret .lg\:text-3xl {
  font-size: 1.6rem;
  line-height: 1.5;
}

body.is-font-azeret .md\:text-sm {
  line-height: 1.2;
  font-size: 0.75rem;
}

.prose ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Header
/* ---------------------------------------------------------- */

button.gh-search-icon {
  width: 16px !important;
  height: 26px !important;
}

.header,
.navbar {
  transition: 0.3s ease;
}

.header.active:hover .navbar {
  background-color: rgb(255 255 255 / 0.8);
}

.header.active:hover .navbar .indicator::before {
  box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.gh-head-brand img {
  max-width: 70px;
}

.navbar {
  visibility: hidden;
  position: fixed;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  max-width: 100%;
  transform-origin: top right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  overflow: hidden;
  opacity: 0;
  transition-duration: 400ms;
}

.navbar ul {
  padding-top: 20px;
}

.header .nav {
  display: flex;
}

.header .navbar a {
  position: relative;
  z-index: 20;
  display: block;
  padding-top: 0.85rem;
  padding-bottom: 0.6rem;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1;
  color: #404040;
}

@media (min-width: 1280px) {
  .header .navbar a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cover-inactive .header .nav-hover li.nav-current a {
    color: #404040;
  }
}

@media (min-width: 1024px) {
  .navbar {
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 1;
  }

  .navbar ul {
    padding-top: 0;
    justify-content: space-between;
  }
}

.navOpen .navbar {
  visibility: visible;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.lg\:\[\&\.scrolled\]\:opacity-0.scrolled {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .navbar a {
    color: #dddddd;
  }
}

.navbar a {
  transition: 0.25s color 0s, 0.25s opacity 0s;
}

.navToggler {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3rem;
  width: 3rem;
  border-radius: 0;
  padding: 0;
  outline: none;
}

@media (min-width: 1024px) {
  .navToggler {
    display: none;
  }
}

.navToggler svg:last-child {
  display: none;
}

.navOpen .navToggler svg:first-child {
  display: none;
}

.navOpen .navToggler svg:last-child {
  display: block;
}

.navOverlay {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 20;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.navOverlay.navOverlayVisible {
  visibility: visible;
  opacity: 1;
}

.website-banner::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  pointer-events: none;
  background-image: url(https://assets.nicholeciotti.com/website/bg.jpg);
  background-size: 600%;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent 100%);
  mask-image: linear-gradient(rgba(0, 0, 0, 1), transparent 100%);
}

@media (min-width: 333px) {
  .website-banner::before {
    background-size: 500%;
  }
}

@media (min-width: 480px) {
  .website-banner::before {
    background-size: 400%;
  }
}

@media (min-width: 600px) {
  .website-banner::before {
    background-size: 300%;
  }
}

@media (min-width: 900px) {
  .website-banner::before {
    background-size: 200%;
    background-position-x: center;
  }
}

@media (min-width: 1280px) {
  .website-banner::before {
    background-size: 150%;
  }
}

@media (min-width: 1800px) {
  .website-banner::before {
    background-size: 100%;
  }
}

.website-banner .bg-text {
  pointer-events: none;
  position: fixed;
  top: -5%;
  left: -5%;
  z-index: -99999;
  white-space: nowrap;
  font-size: 115vh;
  line-height: 1;
}

.website-banner .bg-text span {
  opacity: 0.04;
}

.website-banner .name {
  font-size: clamp(2.4em, 7vw, 6.5em);
  font-weight: 600;
  letter-spacing: -3pt;
  line-height: 1.25;
}

.website-footer {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  pointer-events: none;
  background-image: url(https://assets.nicholeciotti.com/website/bg.jpg);
  background-size: 600%;
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  -webkit-mask-image: linear-gradient(transparent, rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(transparent, rgba(0, 0, 0, 1) 100%);
}

@media (min-width: 333px) {
  .website-footer {
    background-size: 500%;
  }
}

@media (min-width: 480px) {
  .website-footer {
    background-size: 400%;
  }
}

@media (min-width: 600px) {
  .website-footer {
    background-size: 300%;
  }
}

@media (min-width: 900px) {
  .website-footer {
    background-size: 200%;
  }
}

@media (min-width: 1280px) {
  .website-footer {
    background-size: 150%;
  }
}

@media (min-width: 1800px) {
  .website-footer {
    background-size: 100%;
  }
}

.gh-card-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1 / 1;
}

.gh-card-image:first-of-type {
  aspect-ratio: 3 / 2;
}

.macaw-social {
  padding: 0 0.5rem;
}

.macaw-social li a svg {
  fill: #404040;
}

.macaw-post-sneak-peek {
  position: relative;
}

.macaw-post-sneak-peek.fading {
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.featured-wrapper .no-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.macaw-no-icon {
  font-size: 0;
}

.macaw-no-icon::first-letter {
  font-size: 9rem;
  opacity: .2;
}

/* Footer
/* ---------------------------------------------------------- */

.footer {
  color: black;
}

.footer .links .left {
  padding-bottom: 30px;
}

.footer .links h4 {
  padding-bottom: 10px;
}

.footer .links .nav li {
  height: 30px;
  display: block;
  white-space: nowrap;
  position: relative;
}

.footer .links .social-icons a {
  color: black;
}

.footer .links .social-icons img {
  display: inline-block;
  width: 25px;
  padding-right: 10px;
}

/* Theme utils
/* ---------------------------------------------------------- */

.text-accent,
.hover\:text-accent:hover,
.group:hover .group-hover\:text-accent {
  color: var(--ghost-accent-color);
}

.bg-acc {
  background-color: var(--ghost-accent-color);
}

.bg-acc-before {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}

.bg-acc-before:before {
  content: "";
  background-color: var(--ghost-accent-color);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .15;
  z-index: -1;
  transition: all .25s ease-in-out;
}

.bg-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.group:hover .bg-acc-before:before {
  opacity: .25;
}

.bg-acc-before:hover:before {
  opacity: .3;
}

.fill-bg-acc {
  fill: var(--ghost-accent-color);
}

.submitting {
  display: none;
}

.loading .default {
  display: none;
}

.loading .submitting {
  display: block;
}

.macaw-alert,
.macaw-success-message,
.macaw-error-message {
  display: none;
}

form.error .macaw-error-message,
form.success .macaw-success-message {
  display: block;
}

/* Hide have-account when form.success is visible */

form.success + .have-account, 
form.error + .have-account {
  visibility: hidden;
}

.macaw-alert {
  font-weight: normal;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 0;
  right: 0;
  text-align: center;
  align-items: center;
}

.error .macaw-alert {
  color: #ff0700;
}

.success .macaw-alert {
  color: magenta;
}

.visibility {
  color: #167616;
}

.macaw-post-author {
  display: inline-flex;
  align-items: center;
}

.macaw-post-meta>span:after,
.macaw-post-meta>time:after {
  content: "\2022";
  margin: 0 0.5rem 0 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.macaw-post-meta>span:last-child:after,
.macaw-post-meta>time:last-child:after {
  display: none;
}

/* Content grid
/* ---------------------------------------------------------- */

.gh-canvas,
.kg-width-full.kg-content-wide {
  --gap: 4vw;
  --main: min(var(--content-width, 960px), 100% - var(--gap) * 2);
  --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 960px)) / 2));
  --full: minmax(var(--gap), 1fr);
  display: grid;
  grid-template-columns:
        [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end];
}

.gh-canvas>* {
  grid-column: full-start / full-end;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media (min-width: 600px) {
  .gh-canvas>* {
    grid-column: main-start / main-end;
    padding-left: 0;
    padding-right: 0;
  }
}

.kg-width-wide,
.kg-content-wide>div {
  grid-column: wide-start / wide-end;
}

.kg-width-full {
  grid-column: full-start / full-end;
}

.kg-width-full img {
  width: 100%;
}

/* Cards
/* ---------------------------------------------------------- */

.gh-content .kg-toggle-heading svg {
  color: black;
}

.gh-content .kg-card,
.gh-content blockquote,
.gh-content>iframe {
  margin-top: 0px;
  margin-bottom: 3.5rem;
}

.gh-content .kg-card img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.gh-content blockquote {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.is-font-elegant .gh-content blockquote {
  font-family: var(--font-display);
}

.is-font-playful .gh-content blockquote {
  font-family: var(--font-display);
}

.is-font-tight .gh-content blockquote {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content blockquote {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content blockquote {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content blockquote {
  font-family: var(--font-display);
}

.gh-content blockquote {
  position: relative;
  border-width: 0px;
  padding: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.375;
  font-style: normal;
}

.gh-content blockquote p:only-of-type {
  margin-bottom: 0px;
}

.gh-content blockquote p:before,
.gh-content blockquote p:after {
  display: inline-flex;
  line-height: 1;
  margin-right: 5px;
  font-size: 2rem;
}

.gh-content blockquote p:after {
  margin-left: 5px;
}

.gh-content .kg-toggle-card {
  margin-bottom: 1.5rem;
  border-radius: 1.5rem;
}

.gh-content .kg-toggle-card+.kg-toggle-card,
.gh-content .kg-callout-card+.kg-callout-card {
  margin-top: 0;
}

.gh-content .kg-video-card video {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.gh-content .kg-product-card-container {
  border-radius: 1.5rem;
}

.gh-content .kg-btn,
.gh-content .kg-button-card a.kg-btn,
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.is-font-elegant .gh-content .kg-btn,.is-font-elegant 
.gh-content .kg-button-card a.kg-btn,.is-font-elegant 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-btn,.is-font-playful 
.gh-content .kg-button-card a.kg-btn,.is-font-playful 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-btn,.is-font-tight 
.gh-content .kg-button-card a.kg-btn,.is-font-tight 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-btn,.is-font-kreon 
.gh-content .kg-button-card a.kg-btn,.is-font-kreon 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-btn,.is-font-qucksand 
.gh-content .kg-button-card a.kg-btn,.is-font-qucksand 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-btn,.is-font-azeret 
.gh-content .kg-button-card a.kg-btn,.is-font-azeret 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  font-family: var(--font-display);
}

.is-font-elegant .gh-content .kg-btn,.is-font-elegant 
.gh-content .kg-button-card a.kg-btn,.is-font-elegant 
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  padding-top: 4px;
}

.gh-content .kg-btn,
.gh-content .kg-button-card a.kg-btn,
.gh-content .kg-product-card a.kg-product-card-btn-accent {
  background-color: var(--ghost-accent-color);
}

.gh-content .kg-btn:hover,
.gh-content .kg-button-card a.kg-btn:hover,
.gh-content .kg-product-card a.kg-product-card-btn-accent:hover {
  opacity: 0.8;
}

.is-font-elegant .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-bookmark-title {
  font-family: var(--font-display);
}

.gh-content .kg-bookmark-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gh-content .kg-bookmark-metadata {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.is-font-elegant .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-bookmark-metadata {
  font-family: var(--font-display);
}

.gh-content .kg-bookmark-card a.kg-bookmark-container,
.gh-content .kg-bookmark-card a.kg-bookmark-container:hover {
  border-radius: 1.5rem;
}

.gh-content figcaption {
  text-align: center;
}

.gh-canvas>pre {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.gh-canvas .kg-callout-card {
  border-radius: 1.5rem;
  padding: 2rem;
}

.gh-canvas .kg-callout-card div.kg-callout-text {
  line-height: 1.6
}

.gh-content .kg-callout-card div.kg-callout-emoji {
  margin-top: 5px
}

.gh-content .kg-file-card a.kg-file-card-container {
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.gh-content .kg-file-card-title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.is-font-elegant .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-file-card-title {
  font-family: var(--font-display);
}

.gh-content .kg-file-card-metadata {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.is-font-elegant .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-file-card-metadata {
  font-family: var(--font-display);
}

.gh-content .kg-file-card-icon {
  overflow: hidden;
  border-radius: 1.5rem;
}

.gh-content .kg-file-card-title+.kg-file-card-caption {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gh-content .kg-header-card.kg-width-full.kg-layout-split h2.kg-header-card-heading,
.gh-content .kg-signup-card.kg-width-full.kg-layout-split h2.kg-signup-card-heading {
  font-size: clamp(2.8rem, 4vw, 3.8rem);
}

.gh-content a.kg-header-card-button {
  border-radius: 1.5rem;
}

.is-font-elegant .gh-content .kg-header-card.kg-v2.kg-width-full .kg-header-card-button {
  padding: 5px 40px 0;
  height: 50px;
}

.gh-content .kg-header-card.kg-v2.kg-width-full .kg-header-card-button {
  padding: 0 40px 0;
  height: 50px;
}

.kg-header-card.kg-style-accent a.kg-header-card-button {
  border-radius: 1.5rem;
}

figcaption {
  margin-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}

.is-font-elegant figcaption {
  font-family: var(--font-display);
}

.is-font-playful figcaption {
  font-family: var(--font-display);
}

.is-font-tight figcaption {
  font-family: var(--font-display);
}

.is-font-kreon figcaption {
  font-family: var(--font-display);
}

.is-font-qucksand figcaption {
  font-family: var(--font-display);
}

.is-font-azeret figcaption {
  font-family: var(--font-display);
}

figcaption strong,
figcaption a {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

figcaption a:hover {
  text-decoration-line: none;
}

.macaw-post-author a+a:before {
  content: ",";
}

.macaw-authors section+section {
  margin-top: 4rem;
}

.gh-canvas :not(pre) code {
  vertical-align: middle;
  padding: 0.15em 0.4em 0.15em;
  border: #e1eaef 1px solid;
  font-weight: 400 !important;
  font-size: 0.9em;
  line-height: 1em;
  color: #dc0050;
  background: #f0f6f9;
  border-radius: 0.25em;
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.page-template .no-image .gh-canvas .kg-header-card:first-of-type {
  margin-top: -180px;
}

.page-template .no-image .kg-header-card>picture>.kg-header-card-image {
  border-radius: 0;
}

.gh-content .kg-header-card-subheading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.is-font-elegant .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-header-card-subheading {
  font-family: var(--font-display);
}

body.is-font-azeret .gh-content .kg-header-card-subheading {
  font-size: 1rem;
}

.gh-content .kg-header-card-button {
  display: inline-flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.is-font-elegant .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-playful .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-tight .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content .kg-header-card-button {
  font-family: var(--font-display);
}

.is-font-elegant .gh-content .kg-header-card-button {
  padding-top: 4px;
}

.gh-content .kg-header-card-button {
  background-color: var(--ghost-accent-color);
}

.gh-content .kg-header-card-button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .page-template .no-image .gh-canvas .kg-header-card:first-of-type {
    margin-top: -100px;
    grid-column: full-start/full-end;
  }
}

@media (max-width: 640px) {
  .page-template .no-image .gh-canvas .kg-header-card:first-of-type {
    margin-top: -44px;
    grid-column: full-start/full-end;
  }
}

/* Default to 16 / 9 aspect ratio for YouTube & Vimeo embeds  */

.kg-embed-card> :where(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.kg-image-card img {
  margin: auto;
}

.kg-image-card a[data-fslightbox]:hover,
.kg-gallery-image a[data-fslightbox]:hover {
  cursor: zoom-in;
}

.copy-is-active .hidden {
  display: flex;
  font-size: 0.5rem;
}

.copy-is-active i {
  display: none;
}

.gh-post-upgrade-cta-content {
  margin-bottom: 2.5rem !important;
  border-radius: 1.5rem !important;
}

.gh-post-upgrade-cta a.gh-btn {
  border-radius: 1.5rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
}

.is-font-elegant .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

.is-font-playful .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

.is-font-tight .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

.is-font-kreon .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

.is-font-qucksand .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

.is-font-azeret .gh-post-upgrade-cta a.gh-btn {
  font-family: var(--font-display) !important;
}

body.is-font-azeret .gh-post-upgrade-cta a.gh-btn {
  font-size: 1rem !important;
}

.gh-post-upgrade-cta small {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.big-card.post-card.no-image .gh-card-link {
  padding-right: 24rem;
  position: relative;
  display: flex;
  align-items: center;
}

.big-card.post-card.no-image .gh-card-link:after {
  content: "\2192";
  position: absolute;
  right: 7rem;
  font-size: 6rem;
  transition: all .15s ease-in-out;
  z-index: -1;
}

.big-card.post-card.no-image:hover .gh-card-link::after {
  transform: rotate(-45deg);
}

/* Card captions
/* ---------------------------------------------------------- */

.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start / wide-end;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1 / -1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start / main-end;
}

.macaw-authors,
.w-wide {
  grid-column: wide-start / wide-end;
}

.max-w-content {
  max-width: var(--content-width);
}

/* Form elements */

.gh-content input[type=color],
.gh-content input[type=date],
.gh-content input[type=datetime],
.gh-content input[type=email],
.gh-content input[type=number],
.gh-content input[type=search],
.gh-content input[type=text],
.gh-content input[type=time],
.gh-content input[type=url],
.gh-content textarea {
  backface-visibility: hidden;
  border: 1px solid var(--tw-prose-hr);
  border-radius: 8px;
  padding: 0 20px;
  outline: 0;
  line-height: 50px;
  width: 100%;
  margin: 0;
  height: 50px;
  vertical-align: baseline;
  background: #FFF;
  color: var(--tw-prose-body);
}

.gh-content form label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.is-font-elegant .gh-content form label {
  font-family: var(--font-display);
}

.is-font-playful .gh-content form label {
  font-family: var(--font-display);
}

.is-font-tight .gh-content form label {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content form label {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content form label {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content form label {
  font-family: var(--font-display);
}

body.is-font-azeret .gh-content form label {
  font-size: 1rem;
}

.gh-content form label {
  opacity: .85;
}

.gh-content textarea {
  min-height: 150px;
  line-height: 1.4;
  padding: 1rem;
}

.gh-content form label+button[type="submit"],
.gh-content form label+label,
.gh-content form input+label,
.gh-content form fieldset+input[type="submit"] {
  margin-top: 1rem;
  display: block;
}

.gh-content form label+label {
  display: block;
}

.gh-content form button,
.gh-content form [type='button'],
.gh-content form [type='reset'],
.gh-content form [type='submit'] {
  display: inline-flex;
  height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.is-font-elegant .gh-content form button,.is-font-elegant 
.gh-content form [type='button'],.is-font-elegant 
.gh-content form [type='reset'],.is-font-elegant 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-playful .gh-content form button,.is-font-playful 
.gh-content form [type='button'],.is-font-playful 
.gh-content form [type='reset'],.is-font-playful 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-tight .gh-content form button,.is-font-tight 
.gh-content form [type='button'],.is-font-tight 
.gh-content form [type='reset'],.is-font-tight 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-kreon .gh-content form button,.is-font-kreon 
.gh-content form [type='button'],.is-font-kreon 
.gh-content form [type='reset'],.is-font-kreon 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-qucksand .gh-content form button,.is-font-qucksand 
.gh-content form [type='button'],.is-font-qucksand 
.gh-content form [type='reset'],.is-font-qucksand 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-azeret .gh-content form button,.is-font-azeret 
.gh-content form [type='button'],.is-font-azeret 
.gh-content form [type='reset'],.is-font-azeret 
.gh-content form [type='submit'] {
  font-family: var(--font-display);
}

.is-font-elegant .gh-content form button,.is-font-elegant 
.gh-content form [type='button'],.is-font-elegant 
.gh-content form [type='reset'],.is-font-elegant 
.gh-content form [type='submit'] {
  padding-top: 4px;
}

.gh-content form button,
.gh-content form [type='button'],
.gh-content form [type='reset'],
.gh-content form [type='submit'] {
  background-color: var(--ghost-accent-color);
}

.gh-content form button:hover,
.gh-content form [type='button']:hover,
.gh-content form [type='reset']:hover,
.gh-content form [type='submit']:hover {
  opacity: 0.8;
}

/* Recomendations
/* ---------------------------------------------------------- */

.recommendations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.recommendations-page .recommendations {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem
}

.recommendation a {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding: 2rem;
}

.recommendation a:hover .recommendation-title {
  color: var(--ghost-accent-color);
}

.recommendation-favicon img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommendation-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  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: 300ms;
}

.is-font-elegant .recommendation-title {
  font-family: var(--font-display);
}

.is-font-playful .recommendation-title {
  font-family: var(--font-display);
}

.is-font-tight .recommendation-title {
  font-family: var(--font-display);
}

.is-font-kreon .recommendation-title {
  font-family: var(--font-display);
}

.is-font-qucksand .recommendation-title {
  font-family: var(--font-display);
}

.is-font-azeret .recommendation-title {
  font-family: var(--font-display);
}

.recommendation-url {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.is-font-elegant .recommendation-url {
  font-family: var(--font-display);
}

.is-font-playful .recommendation-url {
  font-family: var(--font-display);
}

.is-font-tight .recommendation-url {
  font-family: var(--font-display);
}

.is-font-kreon .recommendation-url {
  font-family: var(--font-display);
}

.is-font-qucksand .recommendation-url {
  font-family: var(--font-display);
}

.is-font-azeret .recommendation-url {
  font-family: var(--font-display);
}

.recommendation-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Responsive tweaks
/* ---------------------------------------------------------- */

@media (max-width: 768px) {
  .content-cta.px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 640px) {
  .gh-canvas>ul,
    .gh-canvas>ol {
    grid-column: main-start / main-end;
  }

  .gh-content .kg-card,
    .gh-content blockquote,
    .gh-content>iframe,
    .gh-canvas>pre {
    margin-top: 0px;
    margin-bottom: 1rem;
    grid-column: main-start/main-end;
    padding: 0;
  }

  .gh-head-brand img {
    max-width: 50px;
  }

  .gh-content blockquote,
    .gh-canvas .kg-callout-card,
    .gh-canvas>pre {
    padding: 2rem;
  }

  .gh-content .kg-toggle-card {
    padding: 1rem;
  }

  .kg-gallery-card,
    .kg-image-card {
    padding: 0;
  }

  .gh-canvas .kg-callout-card,
    .gh-canvas>pre {
    padding: 1rem;
  }

  .kg-header-card.kg-v2 * {
    text-align: center;
  }

  .kg-content-wide .kg-header-card-content .kg-header-card-image {
    border-radius: 1.5rem;
  }

  .kg-layout-split.kg-content-wide .kg-header-card-text,
    .kg-layout-split.kg-content-wide.kg-swapped .kg-header-card-text {
    padding-top: 2rem;
  }

  .big-card.post-card.no-image .gh-card-link {
    padding-right: 0 !important;
  }
}

@media (max-width: 1023px) {
  .header .nav {
    flex-direction: column;
  }

  .navbar {
    background: #FFF;
  }

  .post-card.no-image .gh-card-link {
    padding-right: 0;
  }

  .post-card.no-image .gh-card-link:after {
    display: none;
  }

  .mobile-actions .hideOnScroll {
    display: block;
    width: 100%;
    pointer-events: auto;
  }

  .mobile-actions .hideOnScroll .navbar {
    position: relative;
    right: 0;
    top: 0;
    border: none;
    display: flex;
  }

  .mobile-actions .hideOnScroll .macaw-social {
    padding: 0;
  }

  .mobile-actions .hideOnScroll .macaw-social li:first-child a {
    padding-left: 0;
  }

  .invisible .navbar {
    visibility: hidden;
    opacity: 0;
  }

  .mobile-actions a {
    color: #404040;
    display: block;
  }

  .mobile-actions a[data-portal="signup"] {
    margin-top: .5rem;
  }

  .header.active:hover .navbar {
    background-color: #FFF;
  }

  .header {
    pointer-events: auto;
  }

  .big-card.post-card.no-image .gh-card-link {
    padding-right: 3rem;
  }
}

/* Membership */

.macaw-checkout-plan .price-btn-monthly,
.macaw-monthly-price {
  display: none !important;
}

.macaw-active .macaw-monthly-price {
  display: block !important;
}

.macaw-active .macaw-checkout-plan .price-btn-monthly {
  display: inline-flex !important;
}

.macaw-active .macaw-checkout-plan .price-btn-annually,
.macaw-active .macaw-yearly-price {
  display: none !important;
}

.macaw-toggle-btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1vw;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

input:checked+.slider {
  background-color: var(--ghost-accent-color);
}

.slider.round {
  border-radius: 34px;
}

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

input:checked+.slider:before {
  transform: translateX(26px);
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
  border-radius: 50%;
}

/* Content
/* ---------------------------------------------------------- */

.content {
  position: relative;
}

.content header {
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
}

.content header h3 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .content header h3 {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .content header h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.content header h3 {
  letter-spacing: -1px;
}

.content a.view-all {
  line-height: 40px;
  position: relative;
  margin-top: 1.25rem;
  display: block;
  height: 40px;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 3rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--ghost-accent-color);
}

.content a.view-all:hover {
  right: 0px;
  text-decoration-line: none;
}

@media (min-width: 768px) {
  .content a.view-all {
    position: absolute;
    top: -4px;
    right: 5px;
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .content a.view-all {
    top: 20px;
  }

  .tag-hair-tutorial .content a.view-all,
.tag-product-review .content a.view-all,
.tag-hair-hack .content a.view-all {
    top: 0px;
  }
}

.content a.view-all i {
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Container to enable 3D perspective */

.content-preview-wrapper {
  perspective: 1000px;
  /* Slightly increased depth for realism */
}

/* The content preview card */

.content-preview-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0.8, 0.5, 1), box-shadow 0.3s ease-out;
  transform-origin: center;
  transform-style: preserve-3d;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/* Hover effect applies only on screens wider than 768px */

@media (min-width: 768px) {
  .content-preview-wrapper:hover .content-preview-card {
    transform: rotateY(-6deg);
    /* Slight tilt */
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
    /* Slight shadow lift */
  }
}

/* Ensure the image is clipped inside the rounded corners */

.content-preview-card img {
  width: 100%;
  height: auto;
  display: block;
}

aside.restricted .content-preview-card {
  /* Remove the default shadow and transform */
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* Also override any hover rules that might still apply */

aside.restricted .content-preview-wrapper:hover .content-preview-card {
  transform: none !important;
  box-shadow: none !important;
}

/* Container to enable 3D perspective */

.newsletter-preview-wrapper {
  perspective: 1000px;
  /* Slightly increased depth for realism */
  margin-bottom: 3px;
}

/* The newsletter preview card */

.newsletter-preview-card {
  color: black;
  text-align: left;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0.8, 0.5, 1), box-shadow 0.3s ease-out;
  transform-origin: center;
  transform-style: preserve-3d;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.newsletter-preview-card aside {
  text-align: center;
}

.newsletter-preview-card aside i {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .newsletter-preview-card aside i {
    font-size: 3rem;
    line-height: 1;
  }
}

.newsletter-preview-card aside i {
  padding-top: 1.25rem;
}

.newsletter-preview-card section {
  padding: 1.25rem;
  padding-left: 0;
}

.newsletter-preview-card header {
  margin: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.newsletter-preview-card p {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Hover effect applies only on screens wider than 768px */

@media (min-width: 768px) {
  .newsletter-preview-wrapper:hover .newsletter-preview-card {
    transform: rotateY(-2deg);
    /* Slight tilt */
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
    /* Slight shadow lift */
  }
}

/* Giveaway post */

.giveaway-post {
  text-align: center;
}

.giveaway-post article {
  position: relative;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  --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);
}

.giveaway-post .winnings article cite {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.giveaway-post .winnings h4 {
  font-size: 1.5rem;
}

.giveaway-post .winnings p.desc {
  color: gray;
  margin: 5px 0 15px;
}

.giveaway-post .winnings article img {
  max-height: 250px;
  margin: 0 auto;
}

/* Giveaway entry ticket */

.entry .ticket {
  position: relative;
  height: 160px;
}

.entry .ticket i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  font-size: 11rem;
  color: var(--ghost-accent-color)
}

.entry .ticket div {
  position: absolute;
  color: white;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  margin: auto;
}

.entry .ticket div header {
  font-weight: 600;
  letter-spacing: -0.025em;
  font-size: 3rem;
  line-height: 4rem;
}

.entry .ticket div footer {
  font-size: 0.75rem;
}

/* 16:9 container using the modern aspect-ratio property */

.video-container {
  position: relative;
  max-height: 80vh;
  min-height: 600px;
  aspect-ratio: 9 / 16;
  background-color: clear;
  margin: 0 auto 20px;
}

.spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Utility class to hide the spinner */

.hidden {
  display: none;
}

/* Share Section */

section.share div.item a {
  height: 40px;
  width: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  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;
  border-radius: 9999px;
}

section.share div.item a:hover {
  text-decoration-line: none;
}

section.share div.item a {
  bottom: 0;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

section.share div.item:hover a {
  bottom: 2px;
}

/* Shop products */

section.products a article {
  position: relative;
  bottom: 0;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

section.products a:hover article {
  bottom: 2px;
}

/* Restricted access cover */

aside.restricted {
  position: absolute;
  width: auto;
  top: 50%;
  margin-left: 10px;
  margin-right: 10px;
  transform: translateY(-50%);
  z-index: 999;
}

aside.restricted .container {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --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);
}

@media (min-width: 600px) {
  aside.restricted {
    top: 50%;
    left: 50%;
    width: 120%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 640px) {
  .sm\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

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

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

  .sm\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

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

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

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

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

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

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

  .sm\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

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

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

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

  .sm\:prose-lg :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

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

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

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

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

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

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

  .sm\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }

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

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

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

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

  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }

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

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

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

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

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

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

  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }

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

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

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

  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }

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

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

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

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

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

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

  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.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\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

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

.group:hover .group-hover\:-rotate-1 {
  --tw-rotate: -1deg;
  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\:scale-110 {
  --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));
}

.group:hover .group-hover\:pr-0 {
  padding-right: 0px;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:brightness-95 {
  --tw-brightness: brightness(.95);
  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);
}

.prose-headings\:mb-2 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-headings\:mt-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
}

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

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

.prose-p\:mb-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 0.5rem;
}

.prose-p\:mb-6 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.5rem;
}

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

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.hover\:prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  text-decoration-line: none;
}

.prose-ol\:mb-6 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.5rem;
}

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

.prose-ul\:mb-6 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.5rem;
}

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

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

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

.prose-img\:rounded-3xl :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: 1.5rem;
}

.prose-hr\:mb-6 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-bottom: 1.5rem;
}

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

@media (min-width: 640px) {
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

  .sm\:w-\[450px\] {
    width: 450px;
  }

  .sm\:w-xs {
    width: 480px;
  }

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:prose-p\:mb-10 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 2.5rem;
  }

  .sm\:prose-p\:mb-5 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 1.25rem;
  }

  .sm\:prose-ol\:mb-10 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 2.5rem;
  }

  .sm\:prose-ul\:mb-10 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 2.5rem;
  }

  .sm\:prose-hr\:mb-10 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-6 {
    bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:max-h-\[309px\] {
    max-height: 309px;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-sm {
    width: 640px;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:rounded-none {
    border-radius: 0px;
  }

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[7rem\] {
    padding-bottom: 7rem;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-shadow: 0 0 10px rgba(0,0,0,0.05);
    --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:prose-p\:mb-12 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3rem;
  }

  .md\:prose-p\:mb-6 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 1.5rem;
  }

  .md\:prose-ol\:mb-12 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3rem;
  }

  .md\:prose-ul\:mb-12 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3rem;
  }

  .md\:prose-hr\:mb-12 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

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

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

  .lg\:right-10 {
    right: 2.5rem;
  }

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

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

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-lg {
    width: 1024px;
  }

  .lg\:w-md {
    width: 768px;
  }

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

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

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

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .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-\[7rem\] {
    font-size: 7rem;
  }

  .lg\:text-card {
    font-size: 2.8rem;
    line-height: 1.19;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .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\:prose-p\:mb-14 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .lg\:prose-p\:mb-7 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 1.75rem;
  }

  .lg\:prose-ol\:mb-14 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .lg\:prose-ul\:mb-14 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .lg\:prose-hr\:mb-14 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .xl\:w-lg {
    width: 1024px;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-\[3\.333rem\] {
    gap: 3.333rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-\[3\.333rem\] {
    padding-left: 3.333rem;
    padding-right: 3.333rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:prose-p\:mb-14 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .xl\:prose-p\:mb-8 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 2rem;
  }

  .xl\:prose-ol\:mb-14 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .xl\:prose-ul\:mb-14 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }

  .xl\:prose-hr\:mb-14 :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:gap-20 {
    gap: 5rem;
  }
}

@media (max-width: 640px) {
  .max-sm\:order-1 {
    order: 1;
  }

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

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

  .max-sm\:rounded-none {
    border-radius: 0px;
  }

  .max-sm\:p-0 {
    padding: 0px;
  }

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

@media (max-width: 768px) {
  .max-md\:max-w-sm {
    max-width: 24rem;
  }
}

@media (max-width: 1024px) {
  .max-lg\:text-left {
    text-align: left;
  }

  .max-lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 30rem) {
  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:w-\[200px\] {
    width: 200px;
  }

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

  .xs\:gap-3 {
    gap: 0.75rem;
  }

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

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\.scrolled\]\:translate-x-8.scrolled {
    --tw-translate-x: 2rem;
    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));
  }

  .lg\:\[\&\.scrolled\]\:opacity-0.scrolled {
    opacity: 0;
  }
}