/*
! tailwindcss v3.4.1 | 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: Venus, 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

::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:  ;
}
.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;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.-mt-\[0\.15rem\] {
  margin-top: -0.15rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[14vh\] {
  margin-top: 14vh;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-full {
  height: 100% !important;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.w-0 {
  width: 0px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[90\%\] {
  width: 90%;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.flex-1 {
  flex: 1 1 0%;
}
.grow {
  flex-grow: 1;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(55 61 61 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-duckegg {
  --tw-bg-opacity: 1;
  background-color: rgb(203 215 204 / var(--tw-bg-opacity));
}
.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(44 65 68 / var(--tw-bg-opacity));
}
.bg-melon {
  --tw-bg-opacity: 1;
  background-color: rgb(229 208 192 / var(--tw-bg-opacity));
}
.bg-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(232 229 219 / var(--tw-bg-opacity));
}
.bg-pistachio {
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 167 / var(--tw-bg-opacity));
}
.bg-sage {
  --tw-bg-opacity: 1;
  background-color: rgb(111 132 123 / var(--tw-bg-opacity));
}
.bg-tangerine {
  --tw-bg-opacity: 1;
  background-color: rgb(231 165 108 / var(--tw-bg-opacity));
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-\[20vh\] {
  padding-bottom: 20vh;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-\[24vh\] {
  padding-top: 24vh;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(55 61 61 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(253 252 247 / var(--tw-text-opacity));
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset

    05.17.2022 - added some items from github.com/necolas/normalize.css (JW)
***/
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body {
  margin: 0;
}
img,
figure {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
/* Prevent words wrapping in anchor links */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}
/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}
/**
 * Remove margin & padding from lists
 */
ul,
ol,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input,
select {
  /* 1 */
  overflow: visible;
  -webkit-appearance: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-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 */
}
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  width: 100%;
}
/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}
/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}
.scrollbar-design::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*,
::before,
::after,
img {
  border-width: 0;
  border-style: solid;
  border-color: #000;
}
@font-face {
  font-family: "Junicode";
  src: url("../fonts/juni-reg.woff2") format("woff2"), url("../fonts/juni-reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Junicode";
  src: url("../fonts/juni-italic.woff2") format("woff2"), url("../fonts/juni-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Stempel";
  src: url("../fonts/sg-reg.woff2") format("woff2"), url("../fonts/sg-reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stempel";
  src: url("../fonts/sg-italic.woff2") format("woff2"), url("../fonts/sg-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Venus";
  src: url("../fonts/vsb-med.woff2") format("woff2"), url("../fonts/vsb-med.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
a,
.a,
button {
  color: #373D3D;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:focus,
.a:focus,
button:focus {
  outline: none;
}
a:link,
.a:link,
button:link {
  -webkit-tap-highlight-color: #FDFCF7;
}
a.link,
.a.link,
button.link {
  position: relative;
  padding-bottom: 0.1rem;
}
a.link::after,
.a.link::after,
button.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #373D3D;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition: opacity 300ms, transform 300ms;
}
a.link:hover::after,
.a.link:hover::after,
button.link:hover::after {
  transform: scale(1);
}
.a--block {
  display: block;
}
.a--subtle {
  color: inherit;
  text-decoration: none;
}
.a--no-hover {
  cursor: default;
}
.a--no-hover:hover {
  color: #373D3D;
}
h2 a,
h4 a,
h5 a,
h6 a,
p a {
  position: relative;
  border-bottom: none;
}
h2 a::after,
h4 a::after,
h5 a::after,
h6 a::after,
p a::after {
  position: absolute;
  bottom: -0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  content: "";
  transition: all 300ms ease;
}
h2 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
  border-bottom: none;
}
h2 a:hover::after,
h4 a:hover::after,
h5 a:hover::after,
h6 a:hover::after,
p a:hover::after {
  position: absolute;
  bottom: -0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #373D3D;
  content: "";
}
h1 a,
.h1 a {
  position: relative;
  border-bottom: none;
}
h1 a::after,
.h1 a::after {
  position: absolute;
  bottom: 0.15em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(36, 35, 35, 0.5);
  content: "";
  transition: all 300ms ease;
}
h1 a:hover,
.h1 a:hover {
  border-bottom: none;
}
h1 a:hover::after,
.h1 a:hover::after {
  opacity: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.1rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.btn-primary {
  width: 180px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    width: 150px;
    height: 34px;
  }
}
.btn-primary-sm {
  width: auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .btn-primary-sm {
    height: 36px;
    padding: 0 1.5rem;
    font-size: 1.2rem;
  }
}
.btn-primary:hover {
  border-color: #373D3D;
}
.btn:disabled {
  background-color: rgba(36, 35, 35, 0.2);
  cursor: not-allowed;
}
.btn:disabled:hover {
  background-color: rgba(36, 35, 35, 0.2);
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 0.9rem;
    letter-spacing: 0.125em;
  }
}
form {
  margin: 0;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
input,
select {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input.placeholder,
select.placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input#placeholder,
select#placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}
input,
textarea,
select {
  max-width: 100%;
  border-radius: 0;
  background-color: transparent;
}
input[disabled],
textarea[disabled],
select[disabled] {
  border-color: rgba(36, 35, 35, 0.2);
  background-color: rgba(36, 35, 35, 0.2);
  cursor: default;
}
button,
input[type=submit],
label[for] {
  cursor: pointer;
}
textarea {
  width: 100%;
  min-height: 140px;
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  resize: none;
}
textarea.placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
textarea#placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
textarea::-webkit-input-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
textarea:-moz-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
textarea::-moz-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
textarea:-ms-input-placeholder {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.3rem;
}
select::-ms-expand {
  display: none;
}
option {
  background-color: #FDFCF7;
  color: #373D3D;
}
.input-error {
  border-color: #C66A54;
  background-color: #edede9;
  color: #373D3D;
}
.wpforms-hidden, .wpforms-error, .wpforms-error-noscript {
  display: none;
}
.wpforms-container {
  max-width: 535px;
  width: 95%;
  margin: 6rem auto;
}
@media only screen and (max-width: 1024px) {
  .wpforms-container {
    margin: 4rem auto;
  }
}
.wpforms-container select {
  min-width: 40%;
  padding-left: 1rem;
}
.wpforms-field-container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin-bottom: 5rem;
}
.wpforms-field {
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #373D3D;
}
.wpforms-field-label {
  margin-right: 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.01rem;
}
.wpforms-field-text:first-of-type {
  position: relative;
}
.wpforms-field-text:first-of-type::before {
  content: "Contact Info";
  position: absolute;
  top: -0.5rem;
  left: -20vw;
  font-family: "Stempel", garamond, times, serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .wpforms-field-text:first-of-type::before {
    top: -6rem;
    left: 0;
  }
  .wpforms-field-text:first-of-type {
    margin-top: 8rem;
  }
}
.wpforms-field-textarea {
  position: relative;
  margin-top: 5rem;
  border: none;
}
.wpforms-field-textarea textarea {
  margin-top: 0.5rem;
  border: 1px solid #373D3D;
}
.wpforms-field-textarea::before {
  content: "Project Details";
  position: absolute;
  top: -0.5rem;
  left: -20vw;
  font-family: "Stempel", garamond, times, serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .wpforms-field-textarea::before {
    top: -6rem;
    left: 0;
  }
  .wpforms-field-textarea {
    margin-top: 10rem;
  }
}
.wpforms-submit {
  font-family: "Stempel", garamond, times, serif;
  font-size: 3.2rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: all 300ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
html {
  box-sizing: border-box;
  background: #FDFCF7;
  background-color: #FDFCF7;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  color: #373D3D;
  -webkit-text-size-adjust: none;
}
html.nav-is-open {
  overflow: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  min-height: 100%;
  background-color: #FDFCF7;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.rte p {
  margin-bottom: 1.8rem;
  margin-bottom: clamp(1.5rem, 1.2vw, 1.8rem);
}
.rte p:last-of-type {
  margin-bottom: 0;
}
.rte h1 {
  margin-bottom: 3.4rem;
  margin-bottom: clamp(2.9rem, 2vw, 4.2rem);
}
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte p a {
  border-bottom: 1px solid currentColor;
}
.rte h1 a:hover,
.rte h2 a:hover,
.rte h3 a:hover,
.rte h4 a:hover,
.rte p a:hover {
  border-color: rgba(36, 35, 35, 0.5);
}
.rte ul {
  margin-top: 1.8rem;
  margin-top: clamp(1.5rem, 1.2vw, 1.8rem);
  list-style-type: none;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.rte ul li {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.225vw, 1.8rem);
  line-height: 1.25;
  letter-spacing: 0.035rem;
}
.rte ul li::marker {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .rte ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.rte-sm p {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.15vw, 1.6rem);
  margin-bottom: 1.6rem;
  margin-bottom: clamp(1.4rem, 1.15vw, 1.6rem);
}
.rte-sm p:last-of-type {
  margin-bottom: 0;
}
html {
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #373D3D;
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
h1,
.h1 {
  font-family: "Junicode", palatino, georgia, serif;
  font-size: 4rem;
  font-size: clamp(4rem, 3vw, 4.8rem);
}
h2,
.h2 {
  font-family: "Junicode", palatino, georgia, serif;
  font-size: 3.2rem;
  font-size: clamp(2.8rem, 2.45vw, 3.6rem);
  letter-spacing: 0.025em;
}
h2.post-title,
.h2.post-title {
  font-size: 4rem;
  font-size: clamp(3.8rem, 2.85vw, 4.4rem);
}
h3,
.h3 {
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.1rem;
  font-size: clamp(1rem, 0.85vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h3.sm,
.h3.sm {
  font-size: 1rem;
}
h4,
.h4 {
  font-family: "Junicode", palatino, georgia, serif;
  font-size: 2.6rem;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  letter-spacing: 0.025em;
}
p,
.p {
  font-family: "Stempel", garamond, times, serif;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 1.6rem;
}
p:last-of-type,
.p:last-of-type {
  margin-bottom: 0;
}
.has-text-align-center {
  margin: 0 auto;
  text-align: center;
}
.b-list ol {
  list-style-type: none;
  list-style-position: inside;
  counter-reset: li;
}
.b-list ol li {
  position: relative;
  margin-left: 2.75rem;
  font-family: "Stempel", garamond, times, serif;
  font-size: 1.5rem;
  line-height: 1.35;
}
.b-list ol li::before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  position: absolute;
  left: -2.75rem;
}
.b-list ul {
  list-style-type: none;
  list-style-position: inside;
}
.b-list ul li {
  position: relative;
  margin-left: 1.5rem;
  font-family: "Stempel", garamond, times, serif;
  font-size: 1.5rem;
  line-height: 1.35;
}
.b-list ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -1.5rem;
  border-radius: 0.375rem;
  height: 0.5rem;
  width: 0.5rem;
  background-color: currentColor;
}
.b-list ol li,
.b-list ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.b-ingredients p {
  font-family: "Venus", helvetica, arial, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}
.b-ingredients p:last-of-type {
  margin-bottom: 0;
}
.current-menu-item .btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(55 61 61 / var(--tw-border-opacity));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .sm\:w-\[95\%\] {
    width: 95%;
  }
}
@media (min-width: 768px) {

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

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .md\:mt-\[10vh\] {
    margin-top: 10vh;
  }

  .md\:flex {
    display: flex;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .md\:pb-\[14vh\] {
    padding-bottom: 14vh;
  }

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-\[16vh\] {
    padding-top: 16vh;
  }
}
@media (min-width: 900px) {

  .ml\:w-\[97\.5\%\] {
    width: 97.5%;
  }
}
@media (min-width: 1280px) {

  .xl\:w-\[90\%\] {
    width: 90%;
  }
}
