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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(1px + 0px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 2px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 375px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
    .hero-social-bar {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.5rem 0.85rem;
        border: 1px solid rgb(255 255 255 / 0.22);
        border-radius: 9999px;
        background: rgb(255 255 255 / 0.09);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.18);
        backdrop-filter: blur(8px) saturate(145%);
    }

    .about-copy {
        padding-left: 1.25rem;
        border-left: 2px solid rgb(85 64 175 / 0.28);
    }

    .about-copy p + p {
        margin-top: 1.25rem;
    }

    .about-toolkit-row + .about-toolkit-row {
        padding-top: 1.25rem;
        border-top: 1px solid rgb(85 64 175 / 0.12);
    }

    .about-toolkit-label {
        font-size: clamp(0.72rem, 1.15vw, 1rem);
    }

    @media (max-width: 639px) {
        .hero-social-bar {
            width: 100%;
            border-radius: 1rem;
        }
    }

    @media (prefers-color-scheme: dark) {
        .about-copy {
            border-left-color: rgb(153 140 207 / 0.32);
        }

        .about-toolkit-row + .about-toolkit-row {
            border-top-color: rgb(255 255 255 / 0.10);
        }
    }

    .section-divider {
        border-top: 1px solid transparent;
        -o-border-image: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.24), transparent) 1;
           border-image: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.24), transparent) 1;
    }

    .page-surface {
        background-color: #fff;
        background-image:
            linear-gradient(110deg, transparent 24%, rgb(85 64 175 / 0.025) 48%, transparent 72%),
            repeating-linear-gradient(115deg, rgb(85 64 175 / 0.035) 0 1px, transparent 1px 4.5rem);
    }

    @media (prefers-color-scheme: dark) {
        .section-divider {
            border-image-source: linear-gradient(90deg, transparent, rgb(153 140 207 / 0.22), transparent);
        }

        .page-surface {
            background-color: rgb(17 12 35);
            background-image:
                linear-gradient(110deg, transparent 24%, rgb(153 140 207 / 0.035) 48%, transparent 72%),
                repeating-linear-gradient(115deg, rgb(153 140 207 / 0.04) 0 1px, transparent 1px 4.5rem);
        }
    }

    .glass-stage {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        flex-shrink: 0;
    }

    .glass-stage::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            linear-gradient(110deg, transparent 18%, rgb(85 64 175 / 0.08) 42%, transparent 66%),
            repeating-linear-gradient(115deg, rgb(85 64 175 / 0.08) 0 1px, transparent 1px 3.5rem);
        content: "";
        pointer-events: none;
    }

    .glass-panel,
    .glass-card,
    .mobile-glass-panel {
        border: 1px solid rgb(255 255 255 / 0.58);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.50), rgb(255 255 255 / 0.20)),
            rgb(238 235 247 / 0.34);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.72),
            0 12px 32px rgb(25 19 52 / 0.10);
        backdrop-filter: blur(10px) saturate(150%);
    }

    .glass-panel {
        border-radius: 1rem;
    }

    .glass-card {
        transition:
            transform 250ms ease,
            border-color 250ms ease,
            background-color 250ms ease,
            box-shadow 250ms ease;
    }

    .glass-card:hover {
        border-color: rgb(255 255 255 / 0.78);
        background:
            linear-gradient(135deg, rgb(85 64 175 / 0.58), rgb(65 47 144 / 0.38)),
            rgb(85 64 175 / 0.20);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.50),
            0 18px 42px rgb(25 19 52 / 0.20);
        transform: translateY(-0.25rem);
    }

    .glass-card-static {
        transition: none;
    }

    .glass-card-static:hover {
        border-color: rgb(255 255 255 / 0.58);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.50), rgb(255 255 255 / 0.20)),
            rgb(238 235 247 / 0.34);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.72),
            0 12px 32px rgb(25 19 52 / 0.10);
        transform: none;
    }

    .glass-button {
        --glass-button-accent: 226 207 88;

        border: 1px solid rgb(255 255 255 / 0.44);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.24), transparent 46%),
            rgb(91 65 196 / 0.96);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.34),
            0 9px 22px rgb(63 43 150 / 0.30);
        backdrop-filter: blur(8px) saturate(145%);
        transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
    }

    .glass-button:hover {
        border-color: rgb(var(--glass-button-accent) / 0.88);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.28), transparent 46%),
            rgb(105 75 216 / 0.98);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.40),
            0 12px 26px rgb(63 43 150 / 0.38),
            0 0 0 1px rgb(var(--glass-button-accent) / 0.14);
        transform: translateY(-1px);
    }

    .glass-button:focus-visible {
        outline: 3px solid rgb(var(--glass-button-accent) / 0.72);
        outline-offset: 3px;
    }

    .contact-input {
        border: 1px solid rgb(85 64 175 / 0.34);
        background-color: rgb(255 255 255 / 0.92);
        box-shadow: inset 0 1px 2px rgb(25 19 52 / 0.05);
        transition: border-color 180ms ease, box-shadow 180ms ease;
    }

    .contact-input:hover {
        border-color: rgb(85 64 175 / 0.52);
    }

    .contact-input:focus {
        border-color: rgb(85 64 175 / 0.82);
        box-shadow: 0 0 0 3px rgb(85 64 175 / 0.14);
        outline: none;
    }

    .newsletter-input {
        border: 1px solid rgb(255 255 255 / 0.52);
        background: rgb(255 255 255 / 0.86);
        box-shadow: inset 0 1px 2px rgb(25 19 52 / 0.08), 0 8px 24px rgb(25 19 52 / 0.14);
        backdrop-filter: blur(8px) saturate(140%);
        transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
    }

    .newsletter-input:focus {
        border-color: rgb(255 255 255 / 0.92);
        background: rgb(255 255 255 / 0.96);
        box-shadow: 0 0 0 3px rgb(249 231 28 / 0.28), 0 10px 28px rgb(25 19 52 / 0.18);
        outline: none;
    }

    .newsletter-button {
        min-width: 10rem;
    }

    .video-glass-card {
        overflow: hidden;
    }

    .video-glass-card iframe {
        border-radius: 0.5rem;
    }

    .article-glass {
        margin-bottom: 4rem;
    }

    .article-navigation-pill {
        width: auto;
        min-width: 0;
        height: auto;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        text-decoration: none;
    }

    .article-author {
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.58);
    }

    .content-glass-panel {
        margin-bottom: 4rem;
    }

    .glass-footer {
        position: relative;
        border-top: 1px solid rgb(255 255 255 / 0.24);
        background-image: linear-gradient(110deg, rgb(255 255 255 / 0.10), transparent 38%, rgb(255 255 255 / 0.05));
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12), 0 -10px 30px rgb(25 19 52 / 0.08);
    }

    .contact-detail + .contact-detail {
        border-top: 1px solid rgb(85 64 175 / 0.14);
    }

    .contact-detail-label {
        width: -moz-fit-content;
        width: fit-content;
        padding: 0.35rem 0.7rem;
        border: 1px solid rgb(136 121 199 / 0.14);
        border-radius: 9999px;
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.68), rgb(255 255 255 / 0.30)),
            rgb(136 121 199 / 0.035);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.78);
    }

    .contact-detail a {
        text-underline-offset: 0.2rem;
    }

    .contact-detail a:hover {
        text-decoration: underline;
    }

    .blog-post-card {
        position: relative;
    }

    .blog-post-card::before {
        position: absolute;
        top: 0;
        right: 1.5rem;
        left: 1.5rem;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgb(85 64 175 / 0.30), transparent);
        content: "";
    }

    .pagination-pill {
        min-width: 2.5rem;
        height: 2.5rem;
        padding: 0 0.7rem;
        border: 1px solid transparent;
        border-radius: 9999px;
        transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
    }

    .pagination-pill:hover {
        border-color: rgb(85 64 175 / 0.20);
        background: rgb(85 64 175 / 0.10);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.46);
    }

    .pagination-pill-current {
        border-color: rgb(255 255 255 / 0.40);
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.20), transparent 48%),
            rgb(85 64 175 / 0.94);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.28), 0 5px 14px rgb(63 43 150 / 0.24);
    }

    .pagination-pill-wide {
        gap: 0.15rem;
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .pagination-gap {
        padding: 0 0.35rem;
        color: rgb(85 64 175 / 0.64);
    }

    @media (min-width: 1024px) {
        .contact-detail + .contact-detail {
            border-top: 0;
            border-left: 1px solid rgb(85 64 175 / 0.14);
        }
    }

    .mobile-glass-panel {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        border: 1px solid rgb(255 255 255 / 0.30);
        border-radius: 1.5rem;
        background:
            linear-gradient(135deg, rgb(255 255 255 / 0.20), transparent 38%),
            rgb(85 64 175 / 0.72);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.30),
            0 18px 48px rgb(25 19 52 / 0.28);
        backdrop-filter: blur(18px) saturate(170%);
    }

    .mobile-nav {
        transition: opacity 260ms ease, backdrop-filter 260ms ease;
    }

    .mobile-nav-panel {
        position: absolute;
        top: 5.5rem;
        right: 1rem;
        left: 1rem;
        max-height: calc(100% - 6.5rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        opacity: 0.72;
        transform: translateY(-1.25rem) scale(0.98);
        transform-origin: top center;
        transition: opacity 360ms ease, transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-nav-open .mobile-nav-panel {
        opacity: 1;
        transform: translateX(0) scale(1);
    }

    .mobile-nav-panel::before {
        position: absolute;
        z-index: -1;
        top: -12rem;
        right: -10rem;
        width: 24rem;
        height: 24rem;
        border-radius: 9999px;
        background: radial-gradient(circle, rgb(255 255 255 / 0.22), transparent 68%);
        content: "";
        opacity: 0;
        transform: translate3d(3rem, -2rem, 0);
        transition: opacity 500ms ease 120ms, transform 700ms cubic-bezier(0.22, 1, 0.36, 1) 80ms;
        pointer-events: none;
    }

    .mobile-nav-open .mobile-nav-panel::before {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .mobile-nav-list > li {
        opacity: 0;
        transform: translateY(-0.6rem);
        transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .mobile-nav-open .mobile-nav-list > li {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-nav-open .mobile-nav-list > li:nth-child(1) { transition-delay: 80ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(2) { transition-delay: 105ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(3) { transition-delay: 130ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(4) { transition-delay: 155ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(5) { transition-delay: 180ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(6) { transition-delay: 205ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(7) { transition-delay: 230ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(8) { transition-delay: 255ms; }
    .mobile-nav-open .mobile-nav-list > li:nth-child(9) { transition-delay: 280ms; }

    .mobile-nav-toggle {
        position: absolute;
        top: 50%;
        right: clamp(1.25rem, 4vw, 4rem);
        display: grid;
        width: 2.5rem;
        height: 2.5rem;
        transform: translateY(-50%);
        place-items: center;
    }

    .mobile-nav-toggle-icon,
    .mobile-nav-toggle-icon::before,
    .mobile-nav-toggle-icon::after {
        width: 1.75rem;
        height: 2px;
        border-radius: 9999px;
        background: currentColor;
        content: "";
        transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
    }

    .mobile-nav-toggle-icon {
        position: relative;
        display: block;
    }

    .mobile-nav-toggle-icon::before,
    .mobile-nav-toggle-icon::after {
        position: absolute;
        left: 0;
    }

    .mobile-nav-toggle-icon::before {
        transform: translateY(-0.5rem);
    }

    .mobile-nav-toggle-icon::after {
        transform: translateY(0.5rem);
    }

    .mobile-nav-toggle-icon-open {
        background: transparent;
    }

    .mobile-nav-toggle-icon-open::before {
        transform: rotate(45deg);
    }

    .mobile-nav-toggle-icon-open::after {
        transform: rotate(-45deg);
    }

    @media (prefers-reduced-motion: reduce) {
        .mobile-nav,
        .mobile-nav-panel,
        .mobile-nav-panel::before,
        .mobile-nav-list > li,
        .mobile-nav-toggle-icon,
        .mobile-nav-toggle-icon::before,
        .mobile-nav-toggle-icon::after {
            transition-duration: 1ms;
            transition-delay: 0ms;
        }
    }

    @media (prefers-color-scheme: dark) {
        .glass-stage::before {
            background:
                linear-gradient(110deg, transparent 18%, rgb(153 140 207 / 0.10) 42%, transparent 66%),
                repeating-linear-gradient(115deg, rgb(153 140 207 / 0.09) 0 1px, transparent 1px 3.5rem);
        }

        .glass-panel,
        .glass-card {
            border-color: rgb(255 255 255 / 0.16);
            background:
                linear-gradient(135deg, rgb(255 255 255 / 0.10), transparent 48%),
                rgb(42 32 87 / 0.50);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.16),
                0 12px 32px rgb(0 0 0 / 0.22);
        }

        .glass-card:hover {
            border-color: rgb(255 255 255 / 0.30);
            background:
                linear-gradient(135deg, rgb(102 83 183 / 0.68), rgb(68 51 140 / 0.52)),
                rgb(42 32 87 / 0.42);
        }

        .glass-card-static:hover {
            border-color: rgb(255 255 255 / 0.16);
            background:
                linear-gradient(135deg, rgb(255 255 255 / 0.10), transparent 48%),
                rgb(42 32 87 / 0.50);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.16),
                0 12px 32px rgb(0 0 0 / 0.22);
        }

        .contact-detail + .contact-detail {
            border-color: rgb(255 255 255 / 0.10);
        }

        .contact-detail-label {
            border-color: rgb(255 255 255 / 0.10);
            background: rgb(255 255 255 / 0.06);
        }

        .blog-post-card::before {
            background: linear-gradient(90deg, transparent, rgb(153 140 207 / 0.28), transparent);
        }

        .pagination-pill:hover {
            border-color: rgb(255 255 255 / 0.14);
            background: rgb(255 255 255 / 0.08);
            box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.10);
        }

        .pagination-gap {
            color: rgb(153 140 207 / 0.70);
        }

        .article-author {
            box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.12);
        }

    }

    .desktop-nav {
        isolation: isolate;
        overflow: hidden;
        right: 0;
        left: 0;
        width: auto;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .navigation-container {
        width: 100%;
        max-width: 96rem;
        margin-right: auto;
        margin-left: auto;
        padding-right: clamp(1.25rem, 4vw, 4rem);
        padding-left: clamp(1.25rem, 4vw, 4rem);
    }

    /* Override Tailwind's generic .transition utility so the pill geometry animates too. */
    .desktop-nav.transition {
        transition:
            top 350ms ease,
            right 350ms ease,
            left 350ms ease,
            border-color 350ms ease,
            border-radius 350ms ease,
            background-color 350ms ease,
            box-shadow 350ms ease;
    }

    /*
        A layered, light-catching surface for the navigation once content is
        scrolling underneath it. The opaque background is also a fallback for
        browsers that do not support backdrop-filter.
    */
    .desktop-nav.nav-liquid-glass {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        width: auto;
        border: 1px solid rgb(255 255 255 / 0.44);
        border-radius: 1.5rem;
        background-color: transparent;
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.58),
            inset 0 -2px 3px rgb(25 19 52 / 0.16),
            0 12px 36px rgb(25 19 52 / 0.26);
        backdrop-filter: blur(6px) saturate(165%) contrast(105%);
    }

    .desktop-nav::before {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            radial-gradient(ellipse at 18% -70%, rgb(255 255 255 / 0.32), transparent 45%),
            radial-gradient(ellipse at 82% 170%, rgb(187 178 223 / 0.18), transparent 46%),
            linear-gradient(100deg, transparent 42%, rgb(255 255 255 / 0.08) 50%, transparent 58%),
            linear-gradient(115deg, rgb(255 255 255 / 0.18), transparent 34%),
            linear-gradient(180deg, rgb(85 64 175 / 0.22), rgb(65 47 144 / 0.12));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity 350ms ease;
    }

    .desktop-nav.nav-liquid-glass::before {
        opacity: 1;
    }

    .desktop-nav::after {
        position: absolute;
        z-index: -1;
        inset: 0;
        background:
            linear-gradient(115deg, rgb(255 255 255 / 0.28), transparent 34%),
            linear-gradient(180deg, rgb(255 255 255 / 0.30), rgb(238 235 247 / 0.12));
        content: "";
        opacity: 0;
        pointer-events: none;
        transition: opacity 350ms ease;
    }

    .desktop-nav.nav-liquid-glass a,
    .desktop-nav.nav-liquid-glass button {
        color: rgb(25 19 52);
        text-shadow: 0 1px 1px rgb(255 255 255 / 0.45);
        transition:
            color 350ms ease,
            text-shadow 350ms ease;
    }

    .desktop-nav.nav-liquid-glass button i {
        color: inherit;
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-light a:hover,
    .desktop-nav.nav-liquid-glass.nav-glass-on-light a:focus-visible {
        text-decoration-color: rgb(85 64 175);
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark {
        border-color: rgb(255 255 255 / 0.52);
        box-shadow:
            inset 0 1px 0 rgb(255 255 255 / 0.62),
            inset 0 -2px 3px rgb(0 0 0 / 0.16),
            0 12px 36px rgb(0 0 0 / 0.28);
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark::after {
        opacity: 1;
    }

    .desktop-nav.nav-liquid-glass.nav-glass-on-dark a,
    .desktop-nav.nav-liquid-glass.nav-glass-on-dark button {
        color: rgb(250 250 250);
        text-shadow: 0 1px 2px rgb(0 0 0 / 0.55);
    }

    @media (prefers-color-scheme: dark) {
        .desktop-nav.nav-liquid-glass {
            border-color: rgb(187 178 223 / 0.36);
            background-color: rgb(22 15 51 / 0.42);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.20),
                inset 0 -2px 4px rgb(5 3 15 / 0.34),
                0 12px 36px rgb(5 3 15 / 0.42);
            backdrop-filter: blur(8px) saturate(140%) contrast(108%);
        }

        .desktop-nav.nav-liquid-glass::before {
            background:
                radial-gradient(ellipse at 18% -70%, rgb(174 157 238 / 0.15), transparent 43%),
                radial-gradient(ellipse at 82% 170%, rgb(92 68 184 / 0.18), transparent 46%),
                linear-gradient(100deg, transparent 42%, rgb(255 255 255 / 0.035) 50%, transparent 58%),
                linear-gradient(115deg, rgb(126 105 210 / 0.10), transparent 34%),
                linear-gradient(180deg, rgb(58 42 121 / 0.30), rgb(20 13 48 / 0.24));
        }

        .desktop-nav.nav-liquid-glass.nav-glass-on-dark {
            border-color: rgb(187 178 223 / 0.40);
            box-shadow:
                inset 0 1px 0 rgb(255 255 255 / 0.22),
                inset 0 -2px 4px rgb(0 0 0 / 0.30),
                0 12px 36px rgb(0 0 0 / 0.42);
        }

        .desktop-nav.nav-liquid-glass.nav-glass-on-dark::after {
            background:
                linear-gradient(115deg, rgb(157 138 228 / 0.10), transparent 32%),
                linear-gradient(180deg, rgb(65 47 144 / 0.18), rgb(18 12 43 / 0.18));
        }
    }

    @media (min-width: 640px) {
        .desktop-nav.nav-liquid-glass {
            right: 1.25rem;
            left: 1.25rem;
        }
    }

html {
  font-family: Open Sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

    /*
        clicking anchor links from another page to home page must scroll the content 40px
        so it doesn't appear under the fixed navigation
    */
    scroll-padding-top: 40px;
}

body {
    background-color: #fff;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #110c23;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

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

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

.-top-5 {
  top: -1.25rem;
}

.-top-6 {
  top: -1.5rem;
}

.left-0 {
  left: 0px;
}

.left-2\/5 {
  left: 40%;
}

.left-8 {
  left: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-3 {
  top: 0.75rem;
}

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

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

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

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

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

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

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-72 {
  height: 18rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/4 {
  width: 25%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.flex-1 {
  flex: 1 1;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes hideTop {

  from {
    top: 0px;
  }

  to {
    top: -100px;
  }
}

.animate-hideTop {
  animation: hideTop 0.5s ease-in-out forwards;
}

@keyframes showTop {

  from {
    top: -100px;
  }

  to {
    top: 0px;
  }
}

.animate-showTop {
  animation: showTop 0.5s ease-in-out forwards;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border-grey-40 {
  --tw-border-opacity: 1;
  border-color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-grey-40 {
    border-color: rgb(146 146 147 / var(--tw-border-opacity, 1));
  }
}

.border-grey-70 {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-grey-70 {
    border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
  }
}

.border-lila {
  --tw-border-opacity: 1;
  border-color: rgb(230 229 236 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-lila {
    border-color: rgb(230 229 236 / var(--tw-border-opacity, 1));
  }
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-lime-800 {
    border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
  }
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-red-800 {
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.border-white {
    border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  }
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-\[\#fff\] {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

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

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

.bg-grey-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-40 {
    background-color: rgb(146 146 147 / var(--tw-bg-opacity, 1));
  }
}

.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-50 {
    background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
  }
}

.bg-grey-70 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-grey-70 {
    background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
  }
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-lime-100 {
    background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
  }
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(85 64 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-primary {
    background-color: rgb(85 64 175 / var(--tw-bg-opacity, 1));
  }
}

.bg-primary\/0 {
  background-color: rgb(85 64 175 / 0);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-red-100 {
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.bg-white {
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-work-bg-light {
  background-image: url("/assets/home/experience-figure-b0effa98.svg");
}

.from-blog-gradient-from {
  --tw-gradient-from: #8f9098 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(143 144 152 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-hero-gradient-from {
  --tw-gradient-from: rgba(85, 64, 174, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(85, 64, 174, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blog-gradient-to {
  --tw-gradient-to: #222222 var(--tw-gradient-to-position);
}

.to-cta-gradient-to {
  --tw-gradient-to: rgba(65, 47, 144, 0.85) var(--tw-gradient-to-position);
}

.to-hero-gradient-to {
  --tw-gradient-to: rgba(65, 47, 144, 0.70) var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

.pb-\[56\%\] {
  padding-bottom: 56%;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.font-body {
  font-family: Open Sans, sans-serif;
}

.font-header {
  font-family: Raleway, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

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

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

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

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

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-black {
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.text-grey-10 {
  --tw-text-opacity: 1;
  color: rgb(108 107 109 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-10 {
    color: rgb(108 107 109 / var(--tw-text-opacity, 1));
  }
}

.text-grey-20 {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-20 {
    color: rgb(124 124 124 / var(--tw-text-opacity, 1));
  }
}

.text-grey-30 {
  --tw-text-opacity: 1;
  color: rgb(145 144 145 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-30 {
    color: rgb(145 144 145 / var(--tw-text-opacity, 1));
  }
}

.text-grey-40 {
  --tw-text-opacity: 1;
  color: rgb(146 146 147 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-grey-40 {
    color: rgb(146 146 147 / var(--tw-text-opacity, 1));
  }
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-lime-900 {
    color: rgb(54 83 20 / var(--tw-text-opacity, 1));
  }
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(85 64 175 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-primary {
    color: rgb(85 64 175 / var(--tw-text-opacity, 1));
  }
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(136 121 199 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-primary-400 {
    color: rgb(136 121 199 / var(--tw-text-opacity, 1));
  }
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-red-900 {
    color: rgb(127 29 29 / var(--tw-text-opacity, 1));
  }
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(37 36 38 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-secondary {
    color: rgb(37 36 38 / var(--tw-text-opacity, 1));
  }
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-slate-800 {
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }
}

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-white {
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 231 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.text-yellow {
    color: rgb(249 231 28 / var(--tw-text-opacity, 1));
  }
}

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

.decoration-yellow {
  text-decoration-color: #f9e71c;
}

.decoration-2 {
  text-decoration-thickness: 2px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.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: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.invert-0 {
  --tw-invert: invert(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(0) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) 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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  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;
}

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

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

.hover\:bg-grey-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 124 124 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-grey-20:hover {
    background-color: rgb(124 124 124 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-lime-200:hover {
    background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
  }
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:bg-red-200:hover {
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(249 231 28 / 1);
}

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.hover\:text-yellow:hover {
    color: rgb(249 231 28 / var(--tw-text-opacity, 1));
  }
}

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

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

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.group:hover .group-hover\:text-white {
    color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  }
}

.group:hover .group-hover\:text-white\/90 {
  color: rgb(250 250 250 / 0.9);
}

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

@media (min-width: 375px) {

  .xs\:bg-\[center_top_1000rem\] {
    background-position: center top 1000rem;
  }
}

@media (min-width: 640px) {

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

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

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

  .sm\:mt-16 {
    margin-top: 4rem;
  }

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

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-84 {
    height: 21rem;
  }

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

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-56 {
    width: 14rem;
  }

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

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

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

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

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

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

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    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-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {

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

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

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

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

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

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:bg-top {
    background-position: top;
  }

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

  .lg\:pt-64 {
    padding-top: 16rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mt-16 {
    margin-top: 4rem;
  }

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

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-full {
    width: 100%;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:border-primary-70 {
    --tw-border-opacity: 1;
    border-color: rgb(59 44 122 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:border-primary-70 {
      border-color: rgb(59 44 122 / var(--tw-border-opacity, 1));
    }
}

  .dark\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(85 64 175 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary {
      background-color: rgb(85 64 175 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 12 35 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-20 {
      background-color: rgb(17 12 35 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-40 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 25 70 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-40 {
      background-color: rgb(34 25 70 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(42 32 87 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:bg-primary-50 {
      background-color: rgb(42 32 87 / var(--tw-bg-opacity, 1));
    }
}

  .dark\:bg-primary-50\/0 {
    background-color: rgb(42 32 87 / 0);
  }

  .dark\:bg-work-bg-dark {
    background-image: url("/assets/home/experience-figure-dark-3eb15bb4.svg");
  }

  .dark\:from-hero-gradient-dark-from {
    --tw-gradient-from: rgba(42, 32, 87, 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(42, 32, 87, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:to-hero-gradient-dark-to {
    --tw-gradient-to: rgba(42, 32, 87, 0.70) var(--tw-gradient-to-position);
  }

  .dark\:text-primary-1000 {
    --tw-text-opacity: 1;
    color: rgb(238 235 247 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-1000 {
      color: rgb(238 235 247 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(118 102 191 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-300 {
      color: rgb(118 102 191 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(136 121 199 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-400 {
      color: rgb(136 121 199 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(153 140 207 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-500 {
      color: rgb(153 140 207 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(187 178 223 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-700 {
      color: rgb(187 178 223 / var(--tw-text-opacity, 1));
    }
}

  .dark\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(221 216 239 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:text-primary-900 {
      color: rgb(221 216 239 / var(--tw-text-opacity, 1));
    }
}

  .dark\:shadow-primary-40 {
    --tw-shadow-color: #221946;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .dark\:brightness-200 {
    --tw-brightness: brightness(2);
    filter: var(--tw-blur) brightness(2) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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);
  }

  .dark\:invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    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);
  }

  .dark\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(153 140 207 / 1);
  }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.dark\:hover\:text-primary-500:hover {
      color: rgb(153 140 207 / var(--tw-text-opacity, 1));
    }
}
}

@media (min-width: 1024px) {

  @media (prefers-color-scheme: dark) {

    .lg\:dark\:bg-primary-20 {
      --tw-bg-opacity: 1;
      background-color: rgb(17 12 35 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.lg\:dark\:bg-primary-20 {
        background-color: rgb(17 12 35 / var(--tw-bg-opacity, 1));
      }
}

    .lg\:dark\:bg-primary-40 {
      --tw-bg-opacity: 1;
      background-color: rgb(34 25 70 / 1);
    }

@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)) {
.lg\:dark\:bg-primary-40 {
        background-color: rgb(34 25 70 / var(--tw-bg-opacity, 1));
      }
}
  }
}
