@import url('https://fonts.googleapis.com/css?family=Fraunces&display=swap');
@import url('../assets/fonts/eagle-sight.css');
@import url('../assets/fonts/merch.css');
@import url('../assets/fonts/amsi-pro-condensed.css');
@import url('../assets/fonts/amsi-pro-normal.css');


/* ! tailwindcss v3.4.3 | 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] {
  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: 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;
  text-align: inherit;
}::-webkit-datetime-edit{
  display: inline-flex;
}::-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: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[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: 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");
}@media (forced-colors: active) {[type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[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");
}@media (forced-colors: active) {[type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[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;
}@media (forced-colors: active) {[type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::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:  ;
}
.container{
  width: 100%;
}
@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"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.heading-one{
  font-family: 'Amsi Pro Condensed';
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){.heading-one{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){.heading-one{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.heading-two{
  font-family: 'Amsi Pro Normal';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: 0em;
  color: rgb(43 62 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}
@media (min-width: 768px){.heading-two{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px){.heading-two{
    font-size: 3rem;
    line-height: 1;
  }
}
.heading-three{
  font-family: 'Fraunces', serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: rgb(167 73 27 / var(--tw-text-opacity));
  --tw-text-opacity: 0.95;
}
@media (min-width: 768px){.heading-three{
    font-size: 3rem;
    line-height: 1;
  }
}
.heading-four{
  font-family: 'Amsi Pro Condensed';
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  color: rgb(38 55 42 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}
@media (min-width: 768px){.heading-four{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.body-text{
  font-family: 'Fraunces', serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){.body-text{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.quote{
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(225 215 196 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: 'Fraunces', serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(235 229 216 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ftfg-transition{
  border-radius: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.button-base{
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){.button-base{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1;
  }
}
.button-highlander{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-highlander:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(90 111 94 / var(--tw-bg-opacity));
}
.button-papaya{
  --tw-bg-opacity: 1;
  background-color: rgb(193 165 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-papaya:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(206 180 89 / var(--tw-bg-opacity));
}
.button-salmon{
  --tw-bg-opacity: 1;
  background-color: rgb(167 73 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-salmon:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 105 67 / var(--tw-bg-opacity));
}
.nav-sub-menu-item{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgb(193 165 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.6;
  padding-right: 3rem;
}
.nav-sub-menu-item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(85 118 106 / var(--tw-bg-opacity));
}
.nav-sub-menu-link{
  display: block;
  text-wrap: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
  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: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.nav-sub-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(216 83 57 / var(--tw-text-opacity));
}
.group:hover .nav-sub-menu-link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){.nav-sub-menu-link{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.faq-accordion-button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.faq-accordion-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contact-page-heading-one{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tribe-events-single-event-title{
  font-family: 'Amsi Pro Condensed';
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
@media (min-width: 768px){.tribe-events-single-event-title{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1024px){.tribe-events-single-event-title{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.tribe-events-single-event-description{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.tribe-events-single-event-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tribe-events-single-event-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.tribe-events-single-event-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.tribe-events-single-event-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.tribe-events-single-event-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.tribe-events-single-event-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.tribe-events-single-event-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.tribe-events-single-event-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.tribe-events-single-event-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.tribe-events-single-event-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.tribe-events-single-event-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.tribe-events-single-event-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.tribe-events-single-event-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.tribe-events-single-event-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.tribe-events-single-event-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.tribe-events-single-event-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.tribe-events-single-event-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.tribe-events-single-event-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.tribe-events-single-event-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.tribe-events-single-event-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.tribe-events-single-event-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.tribe-events-single-event-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.tribe-events-single-event-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.tribe-events-single-event-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.tribe-events-single-event-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.tribe-events-single-event-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.tribe-events-single-event-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.tribe-events-single-event-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.tribe-events-single-event-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.tribe-events-single-event-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.tribe-events-single-event-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.tribe-events-single-event-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.tribe-events-single-event-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.tribe-events-single-event-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.tribe-events-single-event-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.tribe-events-single-event-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.tribe-events-single-event-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.tribe-events-single-event-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.tribe-events-single-event-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.tribe-events-single-event-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.tribe-events-single-event-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.tribe-events-single-event-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.tribe-events-single-event-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.tribe-events-single-event-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.tribe-events-single-event-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.tribe-events-single-event-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.tribe-events-single-event-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.tribe-events-single-event-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.tribe-events-single-event-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.tribe-events-single-event-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.tribe-events-single-event-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.tribe-events-single-event-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.tribe-events-single-event-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.tribe-events-single-event-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.tribe-events-single-event-description{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.tribe-events-single-event-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.tribe-events-single-event-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tribe-events-single-event-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.tribe-events-single-event-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.tribe-events-single-event-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tribe-events-single-event-description :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.tribe-events-single-event-description :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.tribe-events-single-event-description :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.tribe-events-single-event-description :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.tribe-events-single-event-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.tribe-events-single-event-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.tribe-events-single-event-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.tribe-events-single-event-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.tribe-events-single-event-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.tribe-events-single-event-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.tribe-events-single-event-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.tribe-events-single-event-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.tribe-events-single-event-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.tribe-events-single-event-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.tribe-events-single-event-description{
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.tribe-events-single-event-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.tribe-events-single-event-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.tribe-events-single-event-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.tribe-events-single-event-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.tribe-events-single-event-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.tribe-events-single-event-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.tribe-events-single-event-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.tribe-events-single-event-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tribe-events-single-event-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tribe-events-single-event-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.tribe-events-single-event-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tribe-events-single-event-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.tribe-events-single-event-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.tribe-events-single-event-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}
.tribe-events-single-event-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.tribe-events-single-event-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.tribe-events-single-event-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.tribe-events-single-event-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.tribe-events-single-event-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.tribe-events-single-event-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.tribe-events-single-event-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4444444em;
}
.tribe-events-single-event-description :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tribe-events-single-event-description :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.tribe-events-single-event-description :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.tribe-events-single-event-description :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.tribe-events-single-event-description :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.tribe-events-single-event-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.tribe-events-single-event-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.tribe-events-single-event-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.tribe-events-single-event-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.tribe-events-single-event-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.tribe-events-single-event-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}
.tribe-events-single-event-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.tribe-events-single-event-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.tribe-events-single-event-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.tribe-events-single-event-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.tribe-events-single-event-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.tribe-events-single-event-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.tribe-events-single-event-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.tribe-events-single-event-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.tribe-events-single-event-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.tribe-events-single-event-description :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.tribe-events-single-event-description :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.tribe-events-single-event-description{
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.025em;
}
@media (min-width: 768px){.tribe-events-single-event-description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.tribe-events-single-event-description p{
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.tribe-events-schedule h2 > span{
  font-family: 'Amsi Pro Normal';
  line-height: 2.5rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: 0em;
  color: rgb(43 62 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}
.block-main-contact-form{
  width: 100%;
}
@media (min-width: 640px){.block-main-contact-form{
    max-width: 640px;
  }
}
@media (min-width: 768px){.block-main-contact-form{
    max-width: 768px;
  }
}
@media (min-width: 1024px){.block-main-contact-form{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){.block-main-contact-form{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){.block-main-contact-form{
    max-width: 1536px;
  }
}
.block-main-contact-form{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-main-contact-form .ff-el-input--label label{
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.block-main-contact-form .main-contact-submit button.submit-button:not(.ff btn no style){
  border-radius: 0.375rem;
  background-color: rgb(90 111 94 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.block-main-contact-form :is(input.ff-el-form-control){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 82 63 / var(--tw-border-opacity));
}
.block-main-contact-form :is(textarea.ff-el-form-control){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 82 63 / var(--tw-border-opacity));
}
.block-main-contact-form input[type="radio"].ff-el-form-check-input{
  accent-color: #39523f;
}
.tribe-events-view .tribe-events-calendar-list__event-description{
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.tribe-events-view .tribe-events-calendar-list__event-details h3{
  font-family: 'Fraunces', serif;
  line-height: 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: rgb(167 73 27 / var(--tw-text-opacity));
  --tw-text-opacity: 0.95;
}
.tribe-events-view :is(.tribe-events-calendar-list__event-date-tag){
  height: 75%;
  background-color: rgb(225 215 196 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}
.product-gallery{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-gallery > img{
  border-radius: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.product-gallery > img:hover{
  opacity: 1;
}
.product-gallery > img{
  height: 8rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.product-card{
  margin-top: 1.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px){.product-card{
    margin-top: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.products-list-product-card{
  display: flex;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  padding: 1rem;
}
.products-list{
  margin-left: -1rem;
  margin-right: -1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px){.products-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){.products-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px){.block-content-with-image .block-layout.img-half_.block-img-wrapper{
    width: 50%;
  }.block-content-with-image .block-layout.img-left .block-content-wrapper .basic-content-container{
    margin-right: auto;
  }
}
.block-content-with-image .block-layout.img-left .block-img-wrapper{
  order: -9999;
}
@media (min-width: 768px){.block-content-with-image .block-layout.img-quarter .block-content-wrapper{
    width: 75%;
  }.block-content-with-image .block-layout.img-quarter .block-img-wrapper{
    width: 25%;
  }.block-content-with-image .block-layout.img-three-quarters .block-content-wrapper{
    width: 25%;
  }.block-content-with-image .block-layout.img-three-quarters .block-img-wrapper{
    width: 75%;
  }
}
.block-content-with-image .block-layout.rounded-img_.block-content-wrapper{
  display: grid;
  place-content: center;
}
.block-content-with-image .block-layout.rounded-img{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.block-content-with-image .block-layout.rounded-img .block-img-wrapper{
  display: grid;
  place-content: center;
}
@media (min-width: 768px){.block-content-with-image .block-layout.rounded-img .block-img-wrapper{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-content-with-image .block-layout.rounded-img .block-img-wrapper img{
  height: 18rem;
  width: 18rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px){.block-content-with-image .block-layout:not(.img-left) .block-content-wrapper .basic-content-container{
    margin-left: auto;
  }
}
.block-content-with-image .block-layout:not(.img-left) .block-img-wrapper{
  order: 9999;
}
.block-content-with-image .block-layout{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 64rem;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px){.block-content-with-image .block-layout{
    flex-direction: row;
  }.block-content-with-image .block-layout .block-content-wrapper{
    width: 50%;
  }.block-content-with-image .block-layout .block-content-wrapper .basic-content-container{
    max-width: 40rem;
  }.block-content-with-image .block-layout .block-img-wrapper{
    width: 50%;
  }
}
.block-repeated-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.block-repeated-card.card-campfire{
  --tw-bg-opacity: 1;
  background-color: rgb(216 83 57 / var(--tw-bg-opacity));
}
.block-repeated-card.card-campfire .block-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-campfire .block-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 207 198 / var(--tw-bg-opacity));
}
.block-repeated-card.card-campfire .block-content a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(180 69 47 / var(--tw-text-opacity));
}
.block-repeated-card.card-campfire .block-content h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-campfire .block-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-highlander{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
}
.block-repeated-card.card-highlander .block-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-highlander .block-content :is(h2,h3,h4){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-highlander .block-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 204 199 / var(--tw-bg-opacity));
}
.block-repeated-card.card-highlander .block-content a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 68 52 / var(--tw-text-opacity));
}
.block-repeated-card.card-highlander .block-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-papaya{
  --tw-bg-opacity: 1;
  background-color: rgb(193 165 48 / var(--tw-bg-opacity));
}
.block-repeated-card.card-papaya .block-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-papaya .block-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 227 199 / var(--tw-bg-opacity));
}
.block-repeated-card.card-papaya .block-content a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 137 40 / var(--tw-text-opacity));
}
.block-repeated-card.card-papaya .block-content h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-papaya .block-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-wishard{
  --tw-bg-opacity: 1;
  background-color: rgb(85 118 106 / var(--tw-bg-opacity));
}
.block-repeated-card.card-wishard .block-content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-wishard .block-content a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 211 / var(--tw-bg-opacity));
}
.block-repeated-card.card-wishard .block-content a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(71 98 88 / var(--tw-text-opacity));
}
.block-repeated-card.card-wishard .block-content h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-repeated-card.card-wishard .block-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-form-container{
  width: 100%;
}
@media (min-width: 640px){.block-form-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){.block-form-container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){.block-form-container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){.block-form-container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){.block-form-container{
    max-width: 1536px;
  }
}
.block-form-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.block-form-container .\[\&_\&\\_\.ff-el-form-check-input\:checked\]\:accent-highlander-500_.ff-el-form-check-input:checked{
  accent-color: #39523f;
}
.block-form-container .ff-el-input--label label{
  font-family: 'Fraunces', serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.block-form-container :is([type='checkbox']:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  accent-color: #39523f;
}
.block-form-container :is(button.ff-btn.ff-btn-submit){
  border-radius: 0.375rem;
  background-color: rgb(90 111 94 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.block-form-container :is(ff-btn-submit:not(.ff btn no style)){
  border-radius: 0.375rem;
  background-color: rgb(90 111 94 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.block-form-container :is(input.ff-el-form-control){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 82 63 / var(--tw-border-opacity));
}
.block-form-container :is(textarea.ff-el-form-control){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(57 82 63 / var(--tw-border-opacity));
}
.block-form-container input[type="radio"].ff-el-form-check-input{
  accent-color: #39523f;
}
.block-carousel{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  text-align: center;
}
.block-carousel.carousel-dark .carousel-item .carousel-content h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-carousel.carousel-dark .carousel-overlay{
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
}
.block-carousel.carousel-light .carousel-item .carousel-content h3{
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
}
.block-carousel.carousel-light .carousel-overlay{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
.block-content-with-video .block-content-wrapper{
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px){.block-content-with-video .block-content-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
.block-content-with-video .block-layout{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px){.block-content-with-video .block-layout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block-upcoming-events-list-comprehensive{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 222 206 / var(--tw-text-opacity));
}
.block-upcoming-events-list-comprehensive .event-date-time{
  font-family: 'Fraunces', serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(241 236 226 / var(--tw-text-opacity));
}
@media (min-width: 768px){.block-upcoming-events-list-comprehensive .event-date-time{
    text-wrap: nowrap;
  }
}
.block-upcoming-events-list-comprehensive .event-date{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  place-content: center;
  justify-content: flex-start;
}
.block-upcoming-events-list-comprehensive .event-date > :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));
}
.block-upcoming-events-list-comprehensive .event-date{
  --tw-bg-opacity: 1;
  background-color: rgb(216 83 57 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: 'Amsi Pro Condensed';
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.block-upcoming-events-list-comprehensive .event-featured-img{
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-upcoming-events-list-comprehensive .upcoming-event-card{
  display: grid;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(235 229 216 / var(--tw-border-opacity));
}
@media (min-width: 1024px){.block-upcoming-events-list-comprehensive .upcoming-event-card{
    grid-template-columns: 1fr 3fr 2fr;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1\/2{
  bottom: 50%;
}
.bottom-3{
  bottom: 0.75rem;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-full{
  right: 100%;
}
.top-0{
  top: 0px;
}
.top-8{
  top: 2rem;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-1{
  margin: 0.25rem;
}
.m-12{
  margin: 3rem;
}
.m-16{
  margin: 4rem;
}
.m-24{
  margin: 6rem;
}
.m-4{
  margin: 1rem;
}
.m-6{
  margin: 1.5rem;
}
.m-8{
  margin: 2rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-4{
  margin-bottom: -1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-9{
  margin-right: 2.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.hidden{
  display: none;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-96{
  height: 24rem;
}
.h-\[10rem\]{
  height: 10rem;
}
.h-\[12rem\]{
  height: 12rem;
}
.h-\[16rem\]{
  height: 16rem;
}
.h-\[1rem\]{
  height: 1rem;
}
.h-\[20rem\]{
  height: 20rem;
}
.h-\[24rem\]{
  height: 24rem;
}
.h-\[25rem\]{
  height: 25rem;
}
.h-\[2rem\]{
  height: 2rem;
}
.h-\[30rem\]{
  height: 30rem;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35rem\]{
  height: 35rem;
}
.h-\[36rem\]{
  height: 36rem;
}
.h-\[3rem\]{
  height: 3rem;
}
.h-\[40rem\]{
  height: 40rem;
}
.h-\[45rem\]{
  height: 45rem;
}
.h-\[4rem\]{
  height: 4rem;
}
.h-\[50rem\]{
  height: 50rem;
}
.h-\[5rem\]{
  height: 5rem;
}
.h-\[6rem\]{
  height: 6rem;
}
.h-\[7rem\]{
  height: 7rem;
}
.h-\[8rem\]{
  height: 8rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.min-h-\[12rem\]{
  min-height: 12rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[1rem\]{
  min-height: 1rem;
}
.min-h-full{
  min-height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[10rem\]{
  width: 10rem;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 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));
}
.rotate-0{
  --tw-rotate: 0deg;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-10{
  gap: 2.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-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-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));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.place-self-end{
  place-self: end;
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-campfire-500{
  --tw-border-opacity: 1;
  border-color: rgb(216 83 57 / var(--tw-border-opacity));
}
.border-current{
  border-color: currentColor;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}
.border-highlander-300{
  --tw-border-opacity: 1;
  border-color: rgb(124 141 128 / var(--tw-border-opacity));
}
.border-ivory-400{
  --tw-border-opacity: 1;
  border-color: rgb(230 222 206 / var(--tw-border-opacity));
}
.border-ivory-500{
  --tw-border-opacity: 1;
  border-color: rgb(225 215 196 / var(--tw-border-opacity));
}
.bg-campfire-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 207 198 / var(--tw-bg-opacity));
}
.bg-campfire-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 177 161 / var(--tw-bg-opacity));
}
.bg-campfire-300{
  --tw-bg-opacity: 1;
  background-color: rgb(238 147 125 / var(--tw-bg-opacity));
}
.bg-campfire-400{
  --tw-bg-opacity: 1;
  background-color: rgb(228 116 91 / var(--tw-bg-opacity));
}
.bg-campfire-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 237 236 / var(--tw-bg-opacity));
}
.bg-campfire-500{
  --tw-bg-opacity: 1;
  background-color: rgb(216 83 57 / var(--tw-bg-opacity));
}
.bg-campfire-600{
  --tw-bg-opacity: 1;
  background-color: rgb(198 76 52 / var(--tw-bg-opacity));
}
.bg-campfire-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 69 47 / var(--tw-bg-opacity));
}
.bg-campfire-800{
  --tw-bg-opacity: 1;
  background-color: rgb(162 62 43 / var(--tw-bg-opacity));
}
.bg-campfire-900{
  --tw-bg-opacity: 1;
  background-color: rgb(145 56 38 / var(--tw-bg-opacity));
}
.bg-campfire-950{
  --tw-bg-opacity: 1;
  background-color: rgb(128 49 34 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-hemlock-100{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 213 / var(--tw-bg-opacity));
}
.bg-hemlock-200{
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 187 / var(--tw-bg-opacity));
}
.bg-hemlock-300{
  --tw-bg-opacity: 1;
  background-color: rgb(182 183 162 / var(--tw-bg-opacity));
}
.bg-hemlock-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 164 138 / var(--tw-bg-opacity));
}
.bg-hemlock-50{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 239 / var(--tw-bg-opacity));
}
.bg-hemlock-500{
  --tw-bg-opacity: 1;
  background-color: rgb(144 145 114 / var(--tw-bg-opacity));
}
.bg-hemlock-600{
  --tw-bg-opacity: 1;
  background-color: rgb(132 133 104 / var(--tw-bg-opacity));
}
.bg-hemlock-700{
  --tw-bg-opacity: 1;
  background-color: rgb(120 121 95 / var(--tw-bg-opacity));
}
.bg-hemlock-800{
  --tw-bg-opacity: 1;
  background-color: rgb(108 109 86 / var(--tw-bg-opacity));
}
.bg-hemlock-900{
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 76 / var(--tw-bg-opacity));
}
.bg-hemlock-950{
  --tw-bg-opacity: 1;
  background-color: rgb(85 86 67 / var(--tw-bg-opacity));
}
.bg-highlander-100{
  --tw-bg-opacity: 1;
  background-color: rgb(198 204 199 / var(--tw-bg-opacity));
}
.bg-highlander-200{
  --tw-bg-opacity: 1;
  background-color: rgb(160 172 163 / var(--tw-bg-opacity));
}
.bg-highlander-300{
  --tw-bg-opacity: 1;
  background-color: rgb(124 141 128 / var(--tw-bg-opacity));
}
.bg-highlander-400{
  --tw-bg-opacity: 1;
  background-color: rgb(90 111 94 / var(--tw-bg-opacity));
}
.bg-highlander-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 237 236 / var(--tw-bg-opacity));
}
.bg-highlander-500{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
}
.bg-highlander-600{
  --tw-bg-opacity: 1;
  background-color: rgb(52 75 58 / var(--tw-bg-opacity));
}
.bg-highlander-700{
  --tw-bg-opacity: 1;
  background-color: rgb(47 68 52 / var(--tw-bg-opacity));
}
.bg-highlander-800{
  --tw-bg-opacity: 1;
  background-color: rgb(43 62 47 / var(--tw-bg-opacity));
}
.bg-highlander-900{
  --tw-bg-opacity: 1;
  background-color: rgb(38 55 42 / var(--tw-bg-opacity));
}
.bg-highlander-950{
  --tw-bg-opacity: 1;
  background-color: rgb(34 49 37 / var(--tw-bg-opacity));
}
.bg-iced-tea-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 214 204 / var(--tw-bg-opacity));
}
.bg-iced-tea-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 190 172 / var(--tw-bg-opacity));
}
.bg-iced-tea-300{
  --tw-bg-opacity: 1;
  background-color: rgb(214 165 141 / var(--tw-bg-opacity));
}
.bg-iced-tea-400{
  --tw-bg-opacity: 1;
  background-color: rgb(200 141 110 / var(--tw-bg-opacity));
}
.bg-iced-tea-50{
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 237 / var(--tw-bg-opacity));
}
.bg-iced-tea-500{
  --tw-bg-opacity: 1;
  background-color: rgb(186 118 81 / var(--tw-bg-opacity));
}
.bg-iced-tea-600{
  --tw-bg-opacity: 1;
  background-color: rgb(170 108 74 / var(--tw-bg-opacity));
}
.bg-iced-tea-700{
  --tw-bg-opacity: 1;
  background-color: rgb(155 98 67 / var(--tw-bg-opacity));
}
.bg-iced-tea-800{
  --tw-bg-opacity: 1;
  background-color: rgb(140 89 61 / var(--tw-bg-opacity));
}
.bg-iced-tea-900{
  --tw-bg-opacity: 1;
  background-color: rgb(125 79 54 / var(--tw-bg-opacity));
}
.bg-iced-tea-950{
  --tw-bg-opacity: 1;
  background-color: rgb(110 70 48 / var(--tw-bg-opacity));
}
.bg-ivory-100{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 237 / var(--tw-bg-opacity));
}
.bg-ivory-200{
  --tw-bg-opacity: 1;
  background-color: rgb(241 236 226 / var(--tw-bg-opacity));
}
.bg-ivory-300{
  --tw-bg-opacity: 1;
  background-color: rgb(235 229 216 / var(--tw-bg-opacity));
}
.bg-ivory-400{
  --tw-bg-opacity: 1;
  background-color: rgb(230 222 206 / var(--tw-bg-opacity));
}
.bg-ivory-50{
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 247 / var(--tw-bg-opacity));
}
.bg-ivory-500{
  --tw-bg-opacity: 1;
  background-color: rgb(225 215 196 / var(--tw-bg-opacity));
}
.bg-ivory-600{
  --tw-bg-opacity: 1;
  background-color: rgb(206 197 179 / var(--tw-bg-opacity));
}
.bg-ivory-700{
  --tw-bg-opacity: 1;
  background-color: rgb(187 179 163 / var(--tw-bg-opacity));
}
.bg-ivory-800{
  --tw-bg-opacity: 1;
  background-color: rgb(169 161 147 / var(--tw-bg-opacity));
}
.bg-ivory-900{
  --tw-bg-opacity: 1;
  background-color: rgb(151 144 131 / var(--tw-bg-opacity));
}
.bg-ivory-950{
  --tw-bg-opacity: 1;
  background-color: rgb(133 127 116 / var(--tw-bg-opacity));
}
.bg-nightsky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.bg-nightsky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity));
}
.bg-nightsky-300{
  --tw-bg-opacity: 1;
  background-color: rgb(108 108 108 / var(--tw-bg-opacity));
}
.bg-nightsky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity));
}
.bg-nightsky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.bg-nightsky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}
.bg-nightsky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity));
}
.bg-nightsky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.bg-nightsky-800{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-nightsky-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}
.bg-nightsky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}
.bg-papaya-100{
  --tw-bg-opacity: 1;
  background-color: rgb(239 227 199 / var(--tw-bg-opacity));
}
.bg-papaya-200{
  --tw-bg-opacity: 1;
  background-color: rgb(230 211 162 / var(--tw-bg-opacity));
}
.bg-papaya-300{
  --tw-bg-opacity: 1;
  background-color: rgb(219 195 126 / var(--tw-bg-opacity));
}
.bg-papaya-400{
  --tw-bg-opacity: 1;
  background-color: rgb(206 180 89 / var(--tw-bg-opacity));
}
.bg-papaya-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 244 236 / var(--tw-bg-opacity));
}
.bg-papaya-500{
  --tw-bg-opacity: 1;
  background-color: rgb(193 165 48 / var(--tw-bg-opacity));
}
.bg-papaya-600{
  --tw-bg-opacity: 1;
  background-color: rgb(177 151 44 / var(--tw-bg-opacity));
}
.bg-papaya-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 137 40 / var(--tw-bg-opacity));
}
.bg-papaya-800{
  --tw-bg-opacity: 1;
  background-color: rgb(145 124 36 / var(--tw-bg-opacity));
}
.bg-papaya-900{
  --tw-bg-opacity: 1;
  background-color: rgb(129 111 32 / var(--tw-bg-opacity));
}
.bg-papaya-950{
  --tw-bg-opacity: 1;
  background-color: rgb(114 98 28 / var(--tw-bg-opacity));
}
.bg-salmon-100{
  --tw-bg-opacity: 1;
  background-color: rgb(234 203 191 / var(--tw-bg-opacity));
}
.bg-salmon-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 170 148 / var(--tw-bg-opacity));
}
.bg-salmon-300{
  --tw-bg-opacity: 1;
  background-color: rgb(205 137 107 / var(--tw-bg-opacity));
}
.bg-salmon-400{
  --tw-bg-opacity: 1;
  background-color: rgb(187 105 67 / var(--tw-bg-opacity));
}
.bg-salmon-50{
  --tw-bg-opacity: 1;
  background-color: rgb(244 237 235 / var(--tw-bg-opacity));
}
.bg-salmon-500{
  --tw-bg-opacity: 1;
  background-color: rgb(167 73 27 / var(--tw-bg-opacity));
}
.bg-salmon-600{
  --tw-bg-opacity: 1;
  background-color: rgb(153 67 25 / var(--tw-bg-opacity));
}
.bg-salmon-700{
  --tw-bg-opacity: 1;
  background-color: rgb(139 61 23 / var(--tw-bg-opacity));
}
.bg-salmon-800{
  --tw-bg-opacity: 1;
  background-color: rgb(125 55 20 / var(--tw-bg-opacity));
}
.bg-salmon-900{
  --tw-bg-opacity: 1;
  background-color: rgb(112 49 18 / var(--tw-bg-opacity));
}
.bg-salmon-950{
  --tw-bg-opacity: 1;
  background-color: rgb(99 43 16 / var(--tw-bg-opacity));
}
.bg-shore-100{
  --tw-bg-opacity: 1;
  background-color: rgb(216 198 190 / var(--tw-bg-opacity));
}
.bg-shore-200{
  --tw-bg-opacity: 1;
  background-color: rgb(192 161 147 / var(--tw-bg-opacity));
}
.bg-shore-300{
  --tw-bg-opacity: 1;
  background-color: rgb(167 125 106 / var(--tw-bg-opacity));
}
.bg-shore-400{
  --tw-bg-opacity: 1;
  background-color: rgb(141 91 67 / var(--tw-bg-opacity));
}
.bg-shore-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 235 / var(--tw-bg-opacity));
}
.bg-shore-500{
  --tw-bg-opacity: 1;
  background-color: rgb(114 58 30 / var(--tw-bg-opacity));
}
.bg-shore-600{
  --tw-bg-opacity: 1;
  background-color: rgb(104 53 28 / var(--tw-bg-opacity));
}
.bg-shore-700{
  --tw-bg-opacity: 1;
  background-color: rgb(95 48 25 / var(--tw-bg-opacity));
}
.bg-shore-800{
  --tw-bg-opacity: 1;
  background-color: rgb(86 44 23 / var(--tw-bg-opacity));
}
.bg-shore-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 39 20 / var(--tw-bg-opacity));
}
.bg-shore-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 34 18 / var(--tw-bg-opacity));
}
.bg-white-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-600{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-white-700{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-white-800{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.bg-white-900{
  --tw-bg-opacity: 1;
  background-color: rgb(171 171 171 / var(--tw-bg-opacity));
}
.bg-white-950{
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}
.bg-wishard-100{
  --tw-bg-opacity: 1;
  background-color: rgb(205 214 211 / var(--tw-bg-opacity));
}
.bg-wishard-200{
  --tw-bg-opacity: 1;
  background-color: rgb(174 189 183 / var(--tw-bg-opacity));
}
.bg-wishard-300{
  --tw-bg-opacity: 1;
  background-color: rgb(144 165 157 / var(--tw-bg-opacity));
}
.bg-wishard-400{
  --tw-bg-opacity: 1;
  background-color: rgb(114 141 131 / var(--tw-bg-opacity));
}
.bg-wishard-50{
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 239 / var(--tw-bg-opacity));
}
.bg-wishard-500{
  --tw-bg-opacity: 1;
  background-color: rgb(85 118 106 / var(--tw-bg-opacity));
}
.bg-wishard-600{
  --tw-bg-opacity: 1;
  background-color: rgb(78 108 97 / var(--tw-bg-opacity));
}
.bg-wishard-700{
  --tw-bg-opacity: 1;
  background-color: rgb(71 98 88 / var(--tw-bg-opacity));
}
.bg-wishard-800{
  --tw-bg-opacity: 1;
  background-color: rgb(64 89 80 / var(--tw-bg-opacity));
}
.bg-wishard-900{
  --tw-bg-opacity: 1;
  background-color: rgb(57 79 71 / var(--tw-bg-opacity));
}
.bg-wishard-950{
  --tw-bg-opacity: 1;
  background-color: rgb(50 70 63 / var(--tw-bg-opacity));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}
.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1{
  padding: 0.25rem;
}
.p-12{
  padding: 3rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-24{
  padding: 6rem;
}
.p-32{
  padding: 8rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}
.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-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.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-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-56{
  padding-bottom: 14rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-60{
  padding-bottom: 15rem;
}
.pb-64{
  padding-bottom: 16rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-72{
  padding-bottom: 18rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-80{
  padding-bottom: 20rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-96{
  padding-bottom: 24rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-2\.5{
  padding-left: 0.625rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pl-28{
  padding-left: 7rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pl-32{
  padding-left: 8rem;
}
.pl-36{
  padding-left: 9rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-40{
  padding-left: 10rem;
}
.pl-44{
  padding-left: 11rem;
}
.pl-48{
  padding-left: 12rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-52{
  padding-left: 13rem;
}
.pl-56{
  padding-left: 14rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-60{
  padding-left: 15rem;
}
.pl-64{
  padding-left: 16rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-72{
  padding-left: 18rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-80{
  padding-left: 20rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-96{
  padding-left: 24rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-11{
  padding-right: 2.75rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-28{
  padding-right: 7rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-3\.5{
  padding-right: 0.875rem;
}
.pr-32{
  padding-right: 8rem;
}
.pr-36{
  padding-right: 9rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-40{
  padding-right: 10rem;
}
.pr-44{
  padding-right: 11rem;
}
.pr-48{
  padding-right: 12rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-52{
  padding-right: 13rem;
}
.pr-56{
  padding-right: 14rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-60{
  padding-right: 15rem;
}
.pr-64{
  padding-right: 16rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-72{
  padding-right: 18rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-80{
  padding-right: 20rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-96{
  padding-right: 24rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-40{
  padding-top: 10rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-48{
  padding-top: 12rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-52{
  padding-top: 13rem;
}
.pt-56{
  padding-top: 14rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-60{
  padding-top: 15rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-72{
  padding-top: 18rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-80{
  padding-top: 20rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pt-96{
  padding-top: 24rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-middle{
  vertical-align: middle;
}
.font-amsi-pro-condensed{
  font-family: 'Amsi Pro Condensed';
}
.font-amsi-pro-normal{
  font-family: 'Amsi Pro Normal';
}
.font-eagle-sight{
  font-family: 'Eagle Sight';
}
.font-fraunces{
  font-family: 'Fraunces', serif;
}
.font-merch{
  font-family: 'Merch';
}
.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-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[100\]{
  font-weight: 100;
}
.font-\[200\]{
  font-weight: 200;
}
.font-\[300\]{
  font-weight: 300;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[700\]{
  font-weight: 700;
}
.font-\[900\]{
  font-weight: 900;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-campfire-100{
  --tw-text-opacity: 1;
  color: rgb(249 207 198 / var(--tw-text-opacity));
}
.text-campfire-200{
  --tw-text-opacity: 1;
  color: rgb(245 177 161 / var(--tw-text-opacity));
}
.text-campfire-300{
  --tw-text-opacity: 1;
  color: rgb(238 147 125 / var(--tw-text-opacity));
}
.text-campfire-400{
  --tw-text-opacity: 1;
  color: rgb(228 116 91 / var(--tw-text-opacity));
}
.text-campfire-50{
  --tw-text-opacity: 1;
  color: rgb(250 237 236 / var(--tw-text-opacity));
}
.text-campfire-500{
  --tw-text-opacity: 1;
  color: rgb(216 83 57 / var(--tw-text-opacity));
}
.text-campfire-600{
  --tw-text-opacity: 1;
  color: rgb(198 76 52 / var(--tw-text-opacity));
}
.text-campfire-700{
  --tw-text-opacity: 1;
  color: rgb(180 69 47 / var(--tw-text-opacity));
}
.text-campfire-800{
  --tw-text-opacity: 1;
  color: rgb(162 62 43 / var(--tw-text-opacity));
}
.text-campfire-900{
  --tw-text-opacity: 1;
  color: rgb(145 56 38 / var(--tw-text-opacity));
}
.text-campfire-950{
  --tw-text-opacity: 1;
  color: rgb(128 49 34 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-hemlock-100{
  --tw-text-opacity: 1;
  color: rgb(222 222 213 / var(--tw-text-opacity));
}
.text-hemlock-200{
  --tw-text-opacity: 1;
  color: rgb(202 202 187 / var(--tw-text-opacity));
}
.text-hemlock-300{
  --tw-text-opacity: 1;
  color: rgb(182 183 162 / var(--tw-text-opacity));
}
.text-hemlock-400{
  --tw-text-opacity: 1;
  color: rgb(163 164 138 / var(--tw-text-opacity));
}
.text-hemlock-50{
  --tw-text-opacity: 1;
  color: rgb(242 242 239 / var(--tw-text-opacity));
}
.text-hemlock-500{
  --tw-text-opacity: 1;
  color: rgb(144 145 114 / var(--tw-text-opacity));
}
.text-hemlock-600{
  --tw-text-opacity: 1;
  color: rgb(132 133 104 / var(--tw-text-opacity));
}
.text-hemlock-700{
  --tw-text-opacity: 1;
  color: rgb(120 121 95 / var(--tw-text-opacity));
}
.text-hemlock-800{
  --tw-text-opacity: 1;
  color: rgb(108 109 86 / var(--tw-text-opacity));
}
.text-hemlock-900{
  --tw-text-opacity: 1;
  color: rgb(97 97 76 / var(--tw-text-opacity));
}
.text-hemlock-950{
  --tw-text-opacity: 1;
  color: rgb(85 86 67 / var(--tw-text-opacity));
}
.text-highlander-100{
  --tw-text-opacity: 1;
  color: rgb(198 204 199 / var(--tw-text-opacity));
}
.text-highlander-200{
  --tw-text-opacity: 1;
  color: rgb(160 172 163 / var(--tw-text-opacity));
}
.text-highlander-300{
  --tw-text-opacity: 1;
  color: rgb(124 141 128 / var(--tw-text-opacity));
}
.text-highlander-400{
  --tw-text-opacity: 1;
  color: rgb(90 111 94 / var(--tw-text-opacity));
}
.text-highlander-50{
  --tw-text-opacity: 1;
  color: rgb(236 237 236 / var(--tw-text-opacity));
}
.text-highlander-500{
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
}
.text-highlander-600{
  --tw-text-opacity: 1;
  color: rgb(52 75 58 / var(--tw-text-opacity));
}
.text-highlander-700{
  --tw-text-opacity: 1;
  color: rgb(47 68 52 / var(--tw-text-opacity));
}
.text-highlander-800{
  --tw-text-opacity: 1;
  color: rgb(43 62 47 / var(--tw-text-opacity));
}
.text-highlander-900{
  --tw-text-opacity: 1;
  color: rgb(38 55 42 / var(--tw-text-opacity));
}
.text-highlander-950{
  --tw-text-opacity: 1;
  color: rgb(34 49 37 / var(--tw-text-opacity));
}
.text-iced-tea-100{
  --tw-text-opacity: 1;
  color: rgb(236 214 204 / var(--tw-text-opacity));
}
.text-iced-tea-200{
  --tw-text-opacity: 1;
  color: rgb(226 190 172 / var(--tw-text-opacity));
}
.text-iced-tea-300{
  --tw-text-opacity: 1;
  color: rgb(214 165 141 / var(--tw-text-opacity));
}
.text-iced-tea-400{
  --tw-text-opacity: 1;
  color: rgb(200 141 110 / var(--tw-text-opacity));
}
.text-iced-tea-50{
  --tw-text-opacity: 1;
  color: rgb(246 239 237 / var(--tw-text-opacity));
}
.text-iced-tea-500{
  --tw-text-opacity: 1;
  color: rgb(186 118 81 / var(--tw-text-opacity));
}
.text-iced-tea-600{
  --tw-text-opacity: 1;
  color: rgb(170 108 74 / var(--tw-text-opacity));
}
.text-iced-tea-700{
  --tw-text-opacity: 1;
  color: rgb(155 98 67 / var(--tw-text-opacity));
}
.text-iced-tea-800{
  --tw-text-opacity: 1;
  color: rgb(140 89 61 / var(--tw-text-opacity));
}
.text-iced-tea-900{
  --tw-text-opacity: 1;
  color: rgb(125 79 54 / var(--tw-text-opacity));
}
.text-iced-tea-950{
  --tw-text-opacity: 1;
  color: rgb(110 70 48 / var(--tw-text-opacity));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.text-ivory-100{
  --tw-text-opacity: 1;
  color: rgb(246 242 237 / var(--tw-text-opacity));
}
.text-ivory-200{
  --tw-text-opacity: 1;
  color: rgb(241 236 226 / var(--tw-text-opacity));
}
.text-ivory-300{
  --tw-text-opacity: 1;
  color: rgb(235 229 216 / var(--tw-text-opacity));
}
.text-ivory-400{
  --tw-text-opacity: 1;
  color: rgb(230 222 206 / var(--tw-text-opacity));
}
.text-ivory-50{
  --tw-text-opacity: 1;
  color: rgb(251 249 247 / var(--tw-text-opacity));
}
.text-ivory-500{
  --tw-text-opacity: 1;
  color: rgb(225 215 196 / var(--tw-text-opacity));
}
.text-ivory-600{
  --tw-text-opacity: 1;
  color: rgb(206 197 179 / var(--tw-text-opacity));
}
.text-ivory-700{
  --tw-text-opacity: 1;
  color: rgb(187 179 163 / var(--tw-text-opacity));
}
.text-ivory-800{
  --tw-text-opacity: 1;
  color: rgb(169 161 147 / var(--tw-text-opacity));
}
.text-ivory-900{
  --tw-text-opacity: 1;
  color: rgb(151 144 131 / var(--tw-text-opacity));
}
.text-ivory-950{
  --tw-text-opacity: 1;
  color: rgb(133 127 116 / var(--tw-text-opacity));
}
.text-nightsky-100{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-nightsky-200{
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}
.text-nightsky-300{
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}
.text-nightsky-400{
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}
.text-nightsky-50{
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}
.text-nightsky-500{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}
.text-nightsky-600{
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}
.text-nightsky-700{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}
.text-nightsky-800{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-nightsky-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}
.text-nightsky-950{
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-papaya-100{
  --tw-text-opacity: 1;
  color: rgb(239 227 199 / var(--tw-text-opacity));
}
.text-papaya-200{
  --tw-text-opacity: 1;
  color: rgb(230 211 162 / var(--tw-text-opacity));
}
.text-papaya-300{
  --tw-text-opacity: 1;
  color: rgb(219 195 126 / var(--tw-text-opacity));
}
.text-papaya-400{
  --tw-text-opacity: 1;
  color: rgb(206 180 89 / var(--tw-text-opacity));
}
.text-papaya-50{
  --tw-text-opacity: 1;
  color: rgb(247 244 236 / var(--tw-text-opacity));
}
.text-papaya-500{
  --tw-text-opacity: 1;
  color: rgb(193 165 48 / var(--tw-text-opacity));
}
.text-papaya-600{
  --tw-text-opacity: 1;
  color: rgb(177 151 44 / var(--tw-text-opacity));
}
.text-papaya-700{
  --tw-text-opacity: 1;
  color: rgb(161 137 40 / var(--tw-text-opacity));
}
.text-papaya-800{
  --tw-text-opacity: 1;
  color: rgb(145 124 36 / var(--tw-text-opacity));
}
.text-papaya-900{
  --tw-text-opacity: 1;
  color: rgb(129 111 32 / var(--tw-text-opacity));
}
.text-papaya-950{
  --tw-text-opacity: 1;
  color: rgb(114 98 28 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-salmon-100{
  --tw-text-opacity: 1;
  color: rgb(234 203 191 / var(--tw-text-opacity));
}
.text-salmon-200{
  --tw-text-opacity: 1;
  color: rgb(221 170 148 / var(--tw-text-opacity));
}
.text-salmon-300{
  --tw-text-opacity: 1;
  color: rgb(205 137 107 / var(--tw-text-opacity));
}
.text-salmon-400{
  --tw-text-opacity: 1;
  color: rgb(187 105 67 / var(--tw-text-opacity));
}
.text-salmon-50{
  --tw-text-opacity: 1;
  color: rgb(244 237 235 / var(--tw-text-opacity));
}
.text-salmon-500{
  --tw-text-opacity: 1;
  color: rgb(167 73 27 / var(--tw-text-opacity));
}
.text-salmon-600{
  --tw-text-opacity: 1;
  color: rgb(153 67 25 / var(--tw-text-opacity));
}
.text-salmon-700{
  --tw-text-opacity: 1;
  color: rgb(139 61 23 / var(--tw-text-opacity));
}
.text-salmon-800{
  --tw-text-opacity: 1;
  color: rgb(125 55 20 / var(--tw-text-opacity));
}
.text-salmon-900{
  --tw-text-opacity: 1;
  color: rgb(112 49 18 / var(--tw-text-opacity));
}
.text-salmon-950{
  --tw-text-opacity: 1;
  color: rgb(99 43 16 / var(--tw-text-opacity));
}
.text-shore-100{
  --tw-text-opacity: 1;
  color: rgb(216 198 190 / var(--tw-text-opacity));
}
.text-shore-200{
  --tw-text-opacity: 1;
  color: rgb(192 161 147 / var(--tw-text-opacity));
}
.text-shore-300{
  --tw-text-opacity: 1;
  color: rgb(167 125 106 / var(--tw-text-opacity));
}
.text-shore-400{
  --tw-text-opacity: 1;
  color: rgb(141 91 67 / var(--tw-text-opacity));
}
.text-shore-50{
  --tw-text-opacity: 1;
  color: rgb(239 236 235 / var(--tw-text-opacity));
}
.text-shore-500{
  --tw-text-opacity: 1;
  color: rgb(114 58 30 / var(--tw-text-opacity));
}
.text-shore-600{
  --tw-text-opacity: 1;
  color: rgb(104 53 28 / var(--tw-text-opacity));
}
.text-shore-700{
  --tw-text-opacity: 1;
  color: rgb(95 48 25 / var(--tw-text-opacity));
}
.text-shore-800{
  --tw-text-opacity: 1;
  color: rgb(86 44 23 / var(--tw-text-opacity));
}
.text-shore-900{
  --tw-text-opacity: 1;
  color: rgb(76 39 20 / var(--tw-text-opacity));
}
.text-shore-950{
  --tw-text-opacity: 1;
  color: rgb(67 34 18 / var(--tw-text-opacity));
}
.text-white-100{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-200{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-300{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-400{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-500{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white-600{
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}
.text-white-700{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-white-800{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-white-900{
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.text-white-950{
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}
.text-wishard-100{
  --tw-text-opacity: 1;
  color: rgb(205 214 211 / var(--tw-text-opacity));
}
.text-wishard-200{
  --tw-text-opacity: 1;
  color: rgb(174 189 183 / var(--tw-text-opacity));
}
.text-wishard-300{
  --tw-text-opacity: 1;
  color: rgb(144 165 157 / var(--tw-text-opacity));
}
.text-wishard-400{
  --tw-text-opacity: 1;
  color: rgb(114 141 131 / var(--tw-text-opacity));
}
.text-wishard-50{
  --tw-text-opacity: 1;
  color: rgb(237 239 239 / var(--tw-text-opacity));
}
.text-wishard-500{
  --tw-text-opacity: 1;
  color: rgb(85 118 106 / var(--tw-text-opacity));
}
.text-wishard-600{
  --tw-text-opacity: 1;
  color: rgb(78 108 97 / var(--tw-text-opacity));
}
.text-wishard-700{
  --tw-text-opacity: 1;
  color: rgb(71 98 88 / var(--tw-text-opacity));
}
.text-wishard-800{
  --tw-text-opacity: 1;
  color: rgb(64 89 80 / var(--tw-text-opacity));
}
.text-wishard-900{
  --tw-text-opacity: 1;
  color: rgb(57 79 71 / var(--tw-text-opacity));
}
.text-wishard-950{
  --tw-text-opacity: 1;
  color: rgb(50 70 63 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.line-through{
  text-decoration-line: line-through;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-15{
  opacity: 0.15;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-35{
  opacity: 0.35;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-45{
  opacity: 0.45;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-55{
  opacity: 0.55;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-65{
  opacity: 0.65;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-85{
  opacity: 0.85;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-95{
  opacity: 0.95;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}


                    
/* Class styles components */                    
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body, html {
    min-height: 100vh;
}

:is(.tribe-events-pg-template) {
    margin: 0 auto;
    max-width: 1048px;
    padding: 40px 20px 20px;
}

:is(.tribe_events .type-tribe_events) {
    font-family: 'Fraunces';
}

.prose-h1\:heading-one :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Amsi Pro Condensed';
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

@media (min-width: 768px){.prose-h1\:heading-one :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){.prose-h1\:heading-one :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 4.5rem;
    line-height: 1;
  }
}

.prose-h2\:heading-two :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Amsi Pro Normal';
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  line-height: 1.375;
  letter-spacing: 0em;
  color: rgb(43 62 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

@media (min-width: 768px){.prose-h2\:heading-two :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){.prose-h2\:heading-two :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 3rem;
    line-height: 1;
  }
}

.prose-h3\:heading-three :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Fraunces', serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: rgb(167 73 27 / var(--tw-text-opacity));
  --tw-text-opacity: 0.95;
}

@media (min-width: 768px){.prose-h3\:heading-three :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 3rem;
    line-height: 1;
  }
}

.prose-h4\:heading-four :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Amsi Pro Condensed';
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  color: rgb(38 55 42 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}

@media (min-width: 768px){.prose-h4\:heading-four :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.prose-p\:body-text :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: 'Fraunces', serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

@media (min-width: 768px){.prose-p\:body-text :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

.hover\:bg-campfire-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(216 83 57 / var(--tw-bg-opacity));
}

.hover\:bg-highlander-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(160 172 163 / var(--tw-bg-opacity));
}

.hover\:bg-highlander-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
}

.hover\:bg-highlander-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(47 68 52 / var(--tw-bg-opacity));
}

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

.hover\:bg-wishard-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(114 141 131 / var(--tw-bg-opacity));
}

.hover\:text-campfire-500:hover{
  --tw-text-opacity: 1;
  color: rgb(216 83 57 / var(--tw-text-opacity));
}

.hover\:text-highlander-400:hover{
  --tw-text-opacity: 1;
  color: rgb(90 111 94 / var(--tw-text-opacity));
}

.hover\:text-highlander-500:hover{
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.hover\:text-nightsky-200:hover{
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.hover\:text-papaya-500:hover{
  --tw-text-opacity: 1;
  color: rgb(193 165 48 / var(--tw-text-opacity));
}

.hover\:text-papaya-700:hover{
  --tw-text-opacity: 1;
  color: rgb(161 137 40 / var(--tw-text-opacity));
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:bg-highlander-500{
  --tw-bg-opacity: 1;
  background-color: rgb(57 82 63 / var(--tw-bg-opacity));
}

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

.prose-a\:text-highlander-500 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
}

.prose-a\:hover\:text-highlander-400:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(90 111 94 / var(--tw-text-opacity));
}

@media (min-width: 640px){.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:mb-0{
    margin-bottom: 0px;
  }.sm\:mr-12{
    margin-right: 3rem;
  }.sm\:mt-12{
    margin-top: 3rem;
  }.sm\:mt-5{
    margin-top: 1.25rem;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:grid{
    display: grid;
  }.sm\:w-1\/3{
    width: 33.333333%;
  }.sm\:w-6\/12{
    width: 50%;
  }.sm\:w-auto{
    width: auto;
  }.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\:gap-8{
    gap: 2rem;
  }.sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.sm\:text-center{
    text-align: center;
  }.sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.md\:block{
    display: block;
  }.md\:h-\[36rem\]{
    height: 36rem;
  }.md\:h-full{
    height: 100%;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-4\/12{
    width: 33.333333%;
  }.md\:w-6\/12{
    width: 50%;
  }.md\:max-w-full{
    max-width: 100%;
  }.md\:flex-1{
    flex: 1 1 0%;
  }.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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-row-reverse{
    flex-direction: row-reverse;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }.md\:divide-wishard-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(85 118 106 / var(--tw-divide-opacity));
  }.md\:text-nowrap{
    text-wrap: nowrap;
  }.md\:p-12{
    padding: 3rem;
  }.md\:p-8{
    padding: 2rem;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:pl-0{
    padding-left: 0px;
  }.md\:text-center{
    text-align: center;
  }.md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:leading-none{
    line-height: 1;
  }
}

@media (min-width: 1024px){.lg\:relative{
    position: relative;
  }.lg\:bottom-\[5px\]{
    bottom: 5px;
  }.lg\:col-span-2{
    grid-column: span 2 / span 2;
  }.lg\:col-span-3{
    grid-column: span 3 / span 3;
  }.lg\:col-span-4{
    grid-column: span 4 / span 4;
  }.lg\:col-span-5{
    grid-column: span 5 / span 5;
  }.lg\:col-span-8{
    grid-column: span 8 / span 8;
  }.lg\:-mr-48{
    margin-right: -12rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:ml-auto{
    margin-left: auto;
  }.lg\:mr-0{
    margin-right: 0px;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-10{
    margin-top: 2.5rem;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mt-6{
    margin-top: 1.5rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-1\/5{
    width: 20%;
  }.lg\:w-2\/5{
    width: 40%;
  }.lg\:w-3\/12{
    width: 25%;
  }.lg\:w-4\/12{
    width: 33.333333%;
  }.lg\:w-8\/12{
    width: 66.666667%;
  }.lg\:w-auto{
    width: auto;
  }.lg\:max-w-\[1500px\]{
    max-width: 1500px;
  }.lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:items-baseline{
    align-items: baseline;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:gap-12{
    gap: 3rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }.lg\: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));
  }.lg\:place-self-end{
    place-self: end;
  }.lg\:border-none{
    border-style: none;
  }.lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }.lg\:p-12{
    padding: 3rem;
  }.lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:pb-0{
    padding-bottom: 0px;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pt-0{
    padding-top: 0px;
  }
}

.\[\&_a\.block-button\]\:place-self-center a.block-button{
  place-self: center;
}

.\[\&_figure\.wp-block-image\]\:w-full figure.wp-block-image{
  width: 100%;
}

.\[\&_figure\.wp-block-image_img\]\:mx-auto figure.wp-block-image img{
  margin-left: auto;
  margin-right: auto;
}

.\[\&_figure\.wp-block-image_img\]\:w-10\/12 figure.wp-block-image img{
  width: 83.333333%;
}

.\[\&_figure\.wp-block-image_img\]\:shadow-sm figure.wp-block-image img{
  --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);
}

.\[\&_figure\]\:w-full figure{
  width: 100%;
}

.\[\&_h1\]\:mb-6 h1{
  margin-bottom: 1.5rem;
}

.\[\&_h2\]\:mb-6 h2{
  margin-bottom: 1.5rem;
}

.\[\&_p\]\:mb-4 p{
  margin-bottom: 1rem;
}

.\[\&_svg\]\:w-full svg{
  width: 100%;
}

.\[\&_svg\]\:object-cover svg{
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_svg\]\:object-center svg{
  -o-object-position: center;
     object-position: center;
}

.\[\&_svg\]\:text-campfire-100 svg{
  --tw-text-opacity: 1;
  color: rgb(249 207 198 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-200 svg{
  --tw-text-opacity: 1;
  color: rgb(245 177 161 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-300 svg{
  --tw-text-opacity: 1;
  color: rgb(238 147 125 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-400 svg{
  --tw-text-opacity: 1;
  color: rgb(228 116 91 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-50 svg{
  --tw-text-opacity: 1;
  color: rgb(250 237 236 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-500 svg{
  --tw-text-opacity: 1;
  color: rgb(216 83 57 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-600 svg{
  --tw-text-opacity: 1;
  color: rgb(198 76 52 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-700 svg{
  --tw-text-opacity: 1;
  color: rgb(180 69 47 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-800 svg{
  --tw-text-opacity: 1;
  color: rgb(162 62 43 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-900 svg{
  --tw-text-opacity: 1;
  color: rgb(145 56 38 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-campfire-950 svg{
  --tw-text-opacity: 1;
  color: rgb(128 49 34 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-100 svg{
  --tw-text-opacity: 1;
  color: rgb(222 222 213 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-200 svg{
  --tw-text-opacity: 1;
  color: rgb(202 202 187 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-300 svg{
  --tw-text-opacity: 1;
  color: rgb(182 183 162 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-400 svg{
  --tw-text-opacity: 1;
  color: rgb(163 164 138 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-50 svg{
  --tw-text-opacity: 1;
  color: rgb(242 242 239 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-500 svg{
  --tw-text-opacity: 1;
  color: rgb(144 145 114 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-600 svg{
  --tw-text-opacity: 1;
  color: rgb(132 133 104 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-700 svg{
  --tw-text-opacity: 1;
  color: rgb(120 121 95 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-800 svg{
  --tw-text-opacity: 1;
  color: rgb(108 109 86 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-900 svg{
  --tw-text-opacity: 1;
  color: rgb(97 97 76 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-hemlock-950 svg{
  --tw-text-opacity: 1;
  color: rgb(85 86 67 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-100 svg{
  --tw-text-opacity: 1;
  color: rgb(198 204 199 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-200 svg{
  --tw-text-opacity: 1;
  color: rgb(160 172 163 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-300 svg{
  --tw-text-opacity: 1;
  color: rgb(124 141 128 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-400 svg{
  --tw-text-opacity: 1;
  color: rgb(90 111 94 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-50 svg{
  --tw-text-opacity: 1;
  color: rgb(236 237 236 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-500 svg{
  --tw-text-opacity: 1;
  color: rgb(57 82 63 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-600 svg{
  --tw-text-opacity: 1;
  color: rgb(52 75 58 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-700 svg{
  --tw-text-opacity: 1;
  color: rgb(47 68 52 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-800 svg{
  --tw-text-opacity: 1;
  color: rgb(43 62 47 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-900 svg{
  --tw-text-opacity: 1;
  color: rgb(38 55 42 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-highlander-950 svg{
  --tw-text-opacity: 1;
  color: rgb(34 49 37 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-100 svg{
  --tw-text-opacity: 1;
  color: rgb(236 214 204 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-200 svg{
  --tw-text-opacity: 1;
  color: rgb(226 190 172 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-300 svg{
  --tw-text-opacity: 1;
  color: rgb(214 165 141 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-400 svg{
  --tw-text-opacity: 1;
  color: rgb(200 141 110 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-50 svg{
  --tw-text-opacity: 1;
  color: rgb(246 239 237 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-500 svg{
  --tw-text-opacity: 1;
  color: rgb(186 118 81 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-600 svg{
  --tw-text-opacity: 1;
  color: rgb(170 108 74 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-700 svg{
  --tw-text-opacity: 1;
  color: rgb(155 98 67 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-800 svg{
  --tw-text-opacity: 1;
  color: rgb(140 89 61 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-900 svg{
  --tw-text-opacity: 1;
  color: rgb(125 79 54 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-iced-tea-950 svg{
  --tw-text-opacity: 1;
  color: rgb(110 70 48 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-100 svg{
  --tw-text-opacity: 1;
  color: rgb(246 242 237 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-200 svg{
  --tw-text-opacity: 1;
  color: rgb(241 236 226 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-300 svg{
  --tw-text-opacity: 1;
  color: rgb(235 229 216 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-400 svg{
  --tw-text-opacity: 1;
  color: rgb(230 222 206 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-50 svg{
  --tw-text-opacity: 1;
  color: rgb(251 249 247 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-500 svg{
  --tw-text-opacity: 1;
  color: rgb(225 215 196 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-600 svg{
  --tw-text-opacity: 1;
  color: rgb(206 197 179 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-700 svg{
  --tw-text-opacity: 1;
  color: rgb(187 179 163 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-800 svg{
  --tw-text-opacity: 1;
  color: rgb(169 161 147 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-900 svg{
  --tw-text-opacity: 1;
  color: rgb(151 144 131 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-ivory-950 svg{
  --tw-text-opacity: 1;
  color: rgb(133 127 116 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-100 svg{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-200 svg{
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-300 svg{
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-400 svg{
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-50 svg{
  --tw-text-opacity: 1;
  color: rgb(235 235 235 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-500 svg{
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-600 svg{
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-700 svg{
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-800 svg{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-900 svg{
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-nightsky-950 svg{
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-100 svg{
  --tw-text-opacity: 1;
  color: rgb(239 227 199 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-200 svg{
  --tw-text-opacity: 1;
  color: rgb(230 211 162 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-300 svg{
  --tw-text-opacity: 1;
  color: rgb(219 195 126 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-400 svg{
  --tw-text-opacity: 1;
  color: rgb(206 180 89 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-50 svg{
  --tw-text-opacity: 1;
  color: rgb(247 244 236 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-500 svg{
  --tw-text-opacity: 1;
  color: rgb(193 165 48 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-600 svg{
  --tw-text-opacity: 1;
  color: rgb(177 151 44 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-700 svg{
  --tw-text-opacity: 1;
  color: rgb(161 137 40 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-800 svg{
  --tw-text-opacity: 1;
  color: rgb(145 124 36 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-900 svg{
  --tw-text-opacity: 1;
  color: rgb(129 111 32 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-papaya-950 svg{
  --tw-text-opacity: 1;
  color: rgb(114 98 28 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-100 svg{
  --tw-text-opacity: 1;
  color: rgb(234 203 191 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-200 svg{
  --tw-text-opacity: 1;
  color: rgb(221 170 148 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-300 svg{
  --tw-text-opacity: 1;
  color: rgb(205 137 107 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-400 svg{
  --tw-text-opacity: 1;
  color: rgb(187 105 67 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-50 svg{
  --tw-text-opacity: 1;
  color: rgb(244 237 235 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-500 svg{
  --tw-text-opacity: 1;
  color: rgb(167 73 27 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-600 svg{
  --tw-text-opacity: 1;
  color: rgb(153 67 25 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-700 svg{
  --tw-text-opacity: 1;
  color: rgb(139 61 23 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-800 svg{
  --tw-text-opacity: 1;
  color: rgb(125 55 20 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-900 svg{
  --tw-text-opacity: 1;
  color: rgb(112 49 18 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-salmon-950 svg{
  --tw-text-opacity: 1;
  color: rgb(99 43 16 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-100 svg{
  --tw-text-opacity: 1;
  color: rgb(216 198 190 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-200 svg{
  --tw-text-opacity: 1;
  color: rgb(192 161 147 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-300 svg{
  --tw-text-opacity: 1;
  color: rgb(167 125 106 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-400 svg{
  --tw-text-opacity: 1;
  color: rgb(141 91 67 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-50 svg{
  --tw-text-opacity: 1;
  color: rgb(239 236 235 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-500 svg{
  --tw-text-opacity: 1;
  color: rgb(114 58 30 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-600 svg{
  --tw-text-opacity: 1;
  color: rgb(104 53 28 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-700 svg{
  --tw-text-opacity: 1;
  color: rgb(95 48 25 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-800 svg{
  --tw-text-opacity: 1;
  color: rgb(86 44 23 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-900 svg{
  --tw-text-opacity: 1;
  color: rgb(76 39 20 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-shore-950 svg{
  --tw-text-opacity: 1;
  color: rgb(67 34 18 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-100 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-200 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-300 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-400 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-50 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-500 svg{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-600 svg{
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-700 svg{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-800 svg{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-900 svg{
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-white-950 svg{
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-100 svg{
  --tw-text-opacity: 1;
  color: rgb(205 214 211 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-200 svg{
  --tw-text-opacity: 1;
  color: rgb(174 189 183 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-300 svg{
  --tw-text-opacity: 1;
  color: rgb(144 165 157 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-400 svg{
  --tw-text-opacity: 1;
  color: rgb(114 141 131 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-50 svg{
  --tw-text-opacity: 1;
  color: rgb(237 239 239 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-500 svg{
  --tw-text-opacity: 1;
  color: rgb(85 118 106 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-600 svg{
  --tw-text-opacity: 1;
  color: rgb(78 108 97 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-700 svg{
  --tw-text-opacity: 1;
  color: rgb(71 98 88 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-800 svg{
  --tw-text-opacity: 1;
  color: rgb(64 89 80 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-900 svg{
  --tw-text-opacity: 1;
  color: rgb(57 79 71 / var(--tw-text-opacity));
}

.\[\&_svg\]\:text-wishard-950 svg{
  --tw-text-opacity: 1;
  color: rgb(50 70 63 / var(--tw-text-opacity));
}