/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Hanken+Grotesk:wght@400;500;600;700&display=swap");

*, ::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: 'Hanken Grotesk', system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-top-1{
  top: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-\[-2px\]{
  bottom: -2px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-3{
  left: 0.75rem;
}
.left-3\.5{
  left: 0.875rem;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-\[-2px\]{
  right: -2px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[80\]{
  z-index: 80;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[9px\]{
  margin-bottom: 9px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[7px\]{
  margin-top: 7px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[7px\]{
  height: 7px;
}
.h-\[9px\]{
  height: 9px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.min-h-0{
  min-height: 0px;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[215px\]{
  width: 215px;
}
.w-\[264px\]{
  width: 264px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[62\%\]{
  width: 62%;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[72\%\]{
  width: 72%;
}
.w-\[7px\]{
  width: 7px;
}
.w-\[9px\]{
  width: 9px;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[78\%\]{
  max-width: 78%;
}
.max-w-\[calc\(100vw-32px\)\]{
  max-width: calc(100vw - 32px);
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[2\]{
  flex: 2;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[11px\]{
  gap: 11px;
}
.gap-\[13px\]{
  gap: 13px;
}
.gap-\[22px\]{
  gap: 22px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-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));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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-ink\/\[\.05\] > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(16 32 26 / .05);
}
.divide-ink\/\[\.06\] > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(16 32 26 / .06);
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[11px\]{
  border-radius: 11px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[13px\]{
  border-radius: 13px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[26px\]{
  border-radius: 26px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[9px\]{
  border-radius: 9px;
}
.rounded-card{
  border-radius: 18px;
}
.rounded-card-sm{
  border-radius: 13px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-bl-\[6px\]{
  border-bottom-left-radius: 6px;
}
.rounded-tl-\[5px\]{
  border-top-left-radius: 5px;
}
.rounded-tr-\[5px\]{
  border-top-right-radius: 5px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-\[2\.5px\]{
  border-width: 2.5px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#25D366\]\/20{
  border-color: rgb(37 211 102 / 0.2);
}
.border-amber\/20{
  border-color: rgb(183 116 28 / 0.2);
}
.border-amber\/25{
  border-color: rgb(183 116 28 / 0.25);
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(27 156 94 / var(--tw-border-opacity, 1));
}
.border-green\/20{
  border-color: rgb(27 156 94 / 0.2);
}
.border-green\/25{
  border-color: rgb(27 156 94 / 0.25);
}
.border-green\/30{
  border-color: rgb(27 156 94 / 0.3);
}
.border-green\/\[\.15\]{
  border-color: rgb(27 156 94 / .15);
}
.border-ink{
  --tw-border-opacity: 1;
  border-color: rgb(16 32 26 / var(--tw-border-opacity, 1));
}
.border-ink\/\[\.06\]{
  border-color: rgb(16 32 26 / .06);
}
.border-ink\/\[\.07\]{
  border-color: rgb(16 32 26 / .07);
}
.border-ink\/\[\.08\]{
  border-color: rgb(16 32 26 / .08);
}
.border-ink\/\[\.09\]{
  border-color: rgb(16 32 26 / .09);
}
.border-ink\/\[\.10\]{
  border-color: rgb(16 32 26 / .10);
}
.border-ink\/\[\.12\]{
  border-color: rgb(16 32 26 / .12);
}
.border-paper{
  --tw-border-opacity: 1;
  border-color: rgb(245 242 235 / var(--tw-border-opacity, 1));
}
.border-rose\/20{
  border-color: rgb(184 71 46 / 0.2);
}
.border-white\/\[\.08\]{
  border-color: rgb(255 255 255 / .08);
}
.bg-\[\#25D366\]\/\[\.08\]{
  background-color: rgb(37 211 102 / .08);
}
.bg-\[\#BFE0C8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 224 200 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6C0B8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 192 184 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E89B85\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 155 133 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBD9B0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 217 176 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDEFEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0C580\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 197 128 / var(--tw-bg-opacity, 1));
}
.bg-amber{
  --tw-bg-opacity: 1;
  background-color: rgb(183 116 28 / var(--tw-bg-opacity, 1));
}
.bg-amber-wash{
  --tw-bg-opacity: 1;
  background-color: rgb(248 238 220 / var(--tw-bg-opacity, 1));
}
.bg-amber\/\[\.06\]{
  background-color: rgb(183 116 28 / .06);
}
.bg-amber\/\[\.10\]{
  background-color: rgb(183 116 28 / .10);
}
.bg-amber\/\[\.14\]{
  background-color: rgb(183 116 28 / .14);
}
.bg-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-card\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-clay{
  --tw-bg-opacity: 1;
  background-color: rgb(194 121 79 / var(--tw-bg-opacity, 1));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(27 156 94 / var(--tw-bg-opacity, 1));
}
.bg-green-deep{
  --tw-bg-opacity: 1;
  background-color: rgb(21 122 74 / var(--tw-bg-opacity, 1));
}
.bg-green-light{
  --tw-bg-opacity: 1;
  background-color: rgb(123 224 168 / var(--tw-bg-opacity, 1));
}
.bg-green-light\/\[\.14\]{
  background-color: rgb(123 224 168 / .14);
}
.bg-green-wash{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 235 / var(--tw-bg-opacity, 1));
}
.bg-green-wash\/40{
  background-color: rgb(230 242 235 / 0.4);
}
.bg-green\/50{
  background-color: rgb(27 156 94 / 0.5);
}
.bg-green\/\[\.07\]{
  background-color: rgb(27 156 94 / .07);
}
.bg-green\/\[\.16\]{
  background-color: rgb(27 156 94 / .16);
}
.bg-ink{
  --tw-bg-opacity: 1;
  background-color: rgb(16 32 26 / var(--tw-bg-opacity, 1));
}
.bg-ink-3\/40{
  background-color: rgb(100 114 106 / 0.4);
}
.bg-ink-3\/50{
  background-color: rgb(100 114 106 / 0.5);
}
.bg-ink\/20{
  background-color: rgb(16 32 26 / 0.2);
}
.bg-ink\/\[\.06\]{
  background-color: rgb(16 32 26 / .06);
}
.bg-ink\/\[\.07\]{
  background-color: rgb(16 32 26 / .07);
}
.bg-ink\/\[\.08\]{
  background-color: rgb(16 32 26 / .08);
}
.bg-ink\/\[\.10\]{
  background-color: rgb(16 32 26 / .10);
}
.bg-paper{
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 235 / var(--tw-bg-opacity, 1));
}
.bg-paper-2{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 225 / var(--tw-bg-opacity, 1));
}
.bg-paper\/40{
  background-color: rgb(245 242 235 / 0.4);
}
.bg-paper\/55{
  background-color: rgb(245 242 235 / 0.55);
}
.bg-paper\/60{
  background-color: rgb(245 242 235 / 0.6);
}
.bg-paper\/\[\.82\]{
  background-color: rgb(245 242 235 / .82);
}
.bg-rose{
  --tw-bg-opacity: 1;
  background-color: rgb(184 71 46 / var(--tw-bg-opacity, 1));
}
.bg-rose-wash{
  --tw-bg-opacity: 1;
  background-color: rgb(247 231 226 / var(--tw-bg-opacity, 1));
}
.bg-rose\/\[\.06\]{
  background-color: rgb(184 71 46 / .06);
}
.bg-rose\/\[\.10\]{
  background-color: rgb(184 71 46 / .10);
}
.bg-rose\/\[\.14\]{
  background-color: rgb(184 71 46 / .14);
}
.bg-sidebar{
  --tw-bg-opacity: 1;
  background-color: rgb(15 28 22 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/\[\.04\]{
  background-color: rgb(255 255 255 / .04);
}
.bg-white\/\[\.09\]{
  background-color: rgb(255 255 255 / .09);
}
.bg-white\/\[\.10\]{
  background-color: rgb(255 255 255 / .10);
}
.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));
}
.from-green{
  --tw-gradient-from: #1B9C5E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 156 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green-deep{
  --tw-gradient-to: #157A4A var(--tw-gradient-to-position);
}
.to-green-light{
  --tw-gradient-to: #7BE0A8 var(--tw-gradient-to-position);
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-12{
  padding: 3rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[18px\]{
  padding: 18px;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[26px\]{
  padding-left: 26px;
  padding-right: 26px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[92px\]{
  padding-top: 92px;
  padding-bottom: 92px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[18px\]{
  padding-bottom: 18px;
}
.pb-\[90px\]{
  padding-bottom: 90px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-3\.5{
  padding-right: 0.875rem;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-display{
  font-family: 'Fraunces', serif;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10\.5px\]{
  font-size: 10.5px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11\.5px\]{
  font-size: 11.5px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.5px\]{
  font-size: 12.5px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13\.5px\]{
  font-size: 13.5px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14\.5px\]{
  font-size: 14.5px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15\.5px\]{
  font-size: 15.5px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16\.5px\]{
  font-size: 16.5px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18\.5px\]{
  font-size: 18.5px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-\[clamp\(26px\2c 4vw\2c 36px\)\]{
  font-size: clamp(26px, 4vw, 36px);
}
.text-\[clamp\(34px\2c 4vw\2c 42px\)\]{
  font-size: clamp(34px, 4vw, 42px);
}
.text-\[clamp\(40px\2c 5vw\2c 62px\)\]{
  font-size: clamp(40px, 5vw, 62px);
}
.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-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.02\]{
  line-height: 1.02;
}
.leading-\[1\.05\]{
  line-height: 1.05;
}
.leading-\[1\.08\]{
  line-height: 1.08;
}
.leading-\[1\.12\]{
  line-height: 1.12;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.35\]{
  line-height: 1.35;
}
.leading-\[1\.45\]{
  line-height: 1.45;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}
.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}
.tracking-\[\.02em\]{
  letter-spacing: .02em;
}
.tracking-\[\.03em\]{
  letter-spacing: .03em;
}
.tracking-\[\.04em\]{
  letter-spacing: .04em;
}
.tracking-\[\.05em\]{
  letter-spacing: .05em;
}
.tracking-\[\.06em\]{
  letter-spacing: .06em;
}
.tracking-\[\.09em\]{
  letter-spacing: .09em;
}
.tracking-\[\.15em\]{
  letter-spacing: .15em;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#1a9e4a\]{
  --tw-text-opacity: 1;
  color: rgb(26 158 74 / var(--tw-text-opacity, 1));
}
.text-\[\#25D366\]{
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}
.text-\[\#5F7167\]{
  --tw-text-opacity: 1;
  color: rgb(95 113 103 / var(--tw-text-opacity, 1));
}
.text-\[\#6F8178\]{
  --tw-text-opacity: 1;
  color: rgb(111 129 120 / var(--tw-text-opacity, 1));
}
.text-\[\#7E8F86\]{
  --tw-text-opacity: 1;
  color: rgb(126 143 134 / var(--tw-text-opacity, 1));
}
.text-\[\#8AA095\]{
  --tw-text-opacity: 1;
  color: rgb(138 160 149 / var(--tw-text-opacity, 1));
}
.text-\[\#A0B2A8\]{
  --tw-text-opacity: 1;
  color: rgb(160 178 168 / var(--tw-text-opacity, 1));
}
.text-\[\#AFBEB6\]{
  --tw-text-opacity: 1;
  color: rgb(175 190 182 / var(--tw-text-opacity, 1));
}
.text-\[\#C7D6CE\]{
  --tw-text-opacity: 1;
  color: rgb(199 214 206 / var(--tw-text-opacity, 1));
}
.text-\[\#E6EEE9\]{
  --tw-text-opacity: 1;
  color: rgb(230 238 233 / var(--tw-text-opacity, 1));
}
.text-\[\#E89B85\]{
  --tw-text-opacity: 1;
  color: rgb(232 155 133 / var(--tw-text-opacity, 1));
}
.text-\[\#EAF1ED\]{
  --tw-text-opacity: 1;
  color: rgb(234 241 237 / var(--tw-text-opacity, 1));
}
.text-\[\#F0C580\]{
  --tw-text-opacity: 1;
  color: rgb(240 197 128 / var(--tw-text-opacity, 1));
}
.text-amber{
  --tw-text-opacity: 1;
  color: rgb(183 116 28 / var(--tw-text-opacity, 1));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(27 156 94 / var(--tw-text-opacity, 1));
}
.text-green-deep{
  --tw-text-opacity: 1;
  color: rgb(21 122 74 / var(--tw-text-opacity, 1));
}
.text-green-deep\/70{
  color: rgb(21 122 74 / 0.7);
}
.text-green-light{
  --tw-text-opacity: 1;
  color: rgb(123 224 168 / var(--tw-text-opacity, 1));
}
.text-ink{
  --tw-text-opacity: 1;
  color: rgb(16 32 26 / var(--tw-text-opacity, 1));
}
.text-ink-2{
  --tw-text-opacity: 1;
  color: rgb(44 59 51 / var(--tw-text-opacity, 1));
}
.text-ink-3{
  --tw-text-opacity: 1;
  color: rgb(100 114 106 / var(--tw-text-opacity, 1));
}
.text-ink-3\/40{
  color: rgb(100 114 106 / 0.4);
}
.text-ink-3\/60{
  color: rgb(100 114 106 / 0.6);
}
.text-ink-3\/80{
  color: rgb(100 114 106 / 0.8);
}
.text-rose{
  --tw-text-opacity: 1;
  color: rgb(184 71 46 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-85{
  opacity: 0.85;
}
.shadow-\[0_0_0_9999px_rgba\(12\2c 24\2c 19\2c \.18\)\2c 0_18px_40px_rgba\(12\2c 24\2c 19\2c \.20\)\]{
  --tw-shadow: 0 0 0 9999px rgba(12,24,19,.18),0 18px 40px rgba(12,24,19,.20);
  --tw-shadow-colored: 0 0 0 9999px var(--tw-shadow-color), 0 18px 40px 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-card{
  --tw-shadow: 0 1px 2px rgba(16,32,26,.04), 0 3px 10px rgba(16,32,26,.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 3px 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);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-panel{
  --tw-shadow: 0 2px 6px rgba(16,32,26,.05), 0 16px 38px -14px rgba(16,32,26,.18);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color), 0 16px 38px -14px 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);
}
.shadow-card{
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.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);
}
.backdrop-blur-\[12px\]{
  --tw-backdrop-blur: blur(12px);
  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-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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.font-display {
    font-family: 'Fraunces', serif;
  }
.tnum {
    font-variant-numeric: tabular-nums;
  }
.border-line-2 {
    border-color: var(--line-2);
  }
.bg-sidebar {
    background-color: var(--sidebar);
  }

:root {
  --ink: #10201A;
  --ink-2: #2C3B33;
  --ink-3: #64726A;
  --paper: #F5F2EB;
  --paper-2: #EFEBE1;
  --card: #FFFFFF;
  --line: rgba(16, 32, 26, 0.09);
  --line-2: rgba(16, 32, 26, 0.06);
  --green: #1B9C5E;
  --green-deep: #157A4A;
  --green-wash: #E6F2EB;
  --green-light: #7BE0A8;
  --amber: #B7741C;
  --amber-wash: #F8EEDC;
  --rose: #B8472E;
  --rose-wash: #F7E7E2;
  --clay: #C2794F;
  --sidebar: #0F1C16;
  --shadow-sm: 0 1px 2px rgba(16, 32, 26, 0.04), 0 3px 10px rgba(16, 32, 26, 0.05);
  --shadow-md: 0 2px 6px rgba(16, 32, 26, 0.05), 0 16px 38px -14px rgba(16, 32, 26, 0.18);
  --shadow-lg: 0 8px 24px -8px rgba(16, 32, 26, 0.12), 0 40px 80px -24px rgba(16, 32, 26, 0.28);
  --r: 18px;
  --r-sm: 13px;
}

body {
  background-color: var(--paper);
  color: var(--ink);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background: var(--green-wash);
}

::selection {
  background: var(--green-wash);
}

.placeholder\:text-ink-3::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 114 106 / var(--tw-text-opacity, 1));
}

.placeholder\:text-ink-3::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 114 106 / var(--tw-text-opacity, 1));
}

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

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

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(27 156 94 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#25D366\]\/\[\.14\]:hover{
  background-color: rgb(37 211 102 / .14);
}

.hover\:bg-green-deep:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 122 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-wash:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-wash\/80:hover{
  background-color: rgb(230 242 235 / 0.8);
}

.hover\:bg-green\/\[\.12\]:hover{
  background-color: rgb(27 156 94 / .12);
}

.hover\:bg-ink-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 59 51 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paper:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 242 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paper-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 225 / var(--tw-bg-opacity, 1));
}

.hover\:bg-paper\/60:hover{
  background-color: rgb(245 242 235 / 0.6);
}

.hover\:bg-rose-wash:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 231 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose\/10:hover{
  background-color: rgb(184 71 46 / 0.1);
}

.hover\:bg-rose\/\[\.08\]:hover{
  background-color: rgb(184 71 46 / .08);
}

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

.hover\:bg-white\/\[\.05\]:hover{
  background-color: rgb(255 255 255 / .05);
}

.hover\:text-green:hover{
  --tw-text-opacity: 1;
  color: rgb(27 156 94 / var(--tw-text-opacity, 1));
}

.hover\:text-green-deep:hover{
  --tw-text-opacity: 1;
  color: rgb(21 122 74 / var(--tw-text-opacity, 1));
}

.hover\:text-ink:hover{
  --tw-text-opacity: 1;
  color: rgb(16 32 26 / var(--tw-text-opacity, 1));
}

.hover\:text-ink-2:hover{
  --tw-text-opacity: 1;
  color: rgb(44 59 51 / var(--tw-text-opacity, 1));
}

.hover\:text-rose:hover{
  --tw-text-opacity: 1;
  color: rgb(184 71 46 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-card:hover{
  --tw-shadow: 0 1px 2px rgba(16,32,26,.04), 0 3px 10px rgba(16,32,26,.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 3px 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);
}

.hover\:shadow-panel:hover{
  --tw-shadow: 0 2px 6px rgba(16,32,26,.05), 0 16px 38px -14px rgba(16,32,26,.18);
  --tw-shadow-colored: 0 2px 6px var(--tw-shadow-color), 0 16px 38px -14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-card:hover{
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-green:focus{
  --tw-border-opacity: 1;
  border-color: rgb(27 156 94 / var(--tw-border-opacity, 1));
}

.focus\:border-green\/50:focus{
  border-color: rgb(27 156 94 / 0.5);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
}

.focus\:ring-green-wash:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(230 242 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green\/\[\.10\]:focus{
  --tw-ring-color: rgb(27 156 94 / .10);
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-ink-3\/40:disabled{
  background-color: rgb(100 114 106 / 0.4);
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-55:disabled{
  opacity: 0.55;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.group:hover .group-hover\:bg-green-wash{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-green-deep{
  --tw-text-opacity: 1;
  color: rgb(21 122 74 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-ink{
  --tw-text-opacity: 1;
  color: rgb(16 32 26 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-ink-2{
  --tw-text-opacity: 1;
  color: rgb(44 59 51 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px){

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

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

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

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

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

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

  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-\[34px\]{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:text-\[12px\]{
    font-size: 12px;
  }

  .sm\:text-\[26px\]{
    font-size: 26px;
  }

  .sm\:text-\[30px\]{
    font-size: 30px;
  }
}

@media (min-width: 768px){

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

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

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

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

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

  .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-\[1\.8fr_1fr_1fr_auto\]{
    grid-template-columns: 1.8fr 1fr 1fr auto;
  }

  .md\:grid-cols-\[180px_1fr\]{
    grid-template-columns: 180px 1fr;
  }

  .md\:grid-cols-\[1fr_1fr_120px\]{
    grid-template-columns: 1fr 1fr 120px;
  }
}

@media (min-width: 1024px){

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:grid-cols-\[240px_1fr\]{
    grid-template-columns: 240px 1fr;
  }

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

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

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

  .lg\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .lg\:text-\[13\.5px\]{
    font-size: 13.5px;
  }

  .lg\:text-\[26px\]{
    font-size: 26px;
  }
}

@media (min-width: 1280px){

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

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

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

