/* main.css */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 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 */
  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]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #94a3b8; /* 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;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --font-family-sans: 'ps-Inter', sans-serif;
    --font-family-mono: 'ps-JetBrainsMono', monospace;
  }
*:focus-visible {
  border-radius: 0.25rem;
  outline-style: solid;
  outline-width: 0.5rem;
  outline-offset: 4px;
  outline-color: rgb(220 38 38 / 0.5);
}
body {
  min-width: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
    font-family: var(--font-family-sans);
}
code {
  color: rgb(248 113 113 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
    font-family: var(--font-family-mono);
}
h1,
  h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity));
}
h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
@media screen and (prefers-reduced-motion: no-preference) {
        html, body {
            scroll-behavior: smooth;
        }
    }
body {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
        background-color: #cfd7cd;
}
a,
    .separator {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
/* purgecss start ignore */
h1:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h2:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 1.5rem;
  line-height: 2rem;
}
h4:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h5:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
h6:not([class*="text-lg"]):not([class*="text-xs"]):not([class*="text-sm"]):not([class*="text-base"]):not([class*="text-xl"]) {
  font-size: 1rem;
  line-height: 1.5rem;
}
h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(132 58 87 / var(--tw-text-opacity));
        font-family: "Linden Hill", serif;
}
.btn {
        transition: background 0.2s 0.1s ease-in-out;
    }
.outline-0,
    .outline-0:focus {
        outline: none!important;
    }
[x-cloak] {
        visibility: hidden;
        overflow: hidden;
    }
body.keyboard-navigation a:focus {
        outline: 2px solid #adbce6;
    }
.font-custom {
        font-family: "Linden Hill", serif;
    }
blockquote.pull-right {
        float: right;
        padding-left: 2rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
        font-style: italic;
        --tw-text-opacity: 1;
        color: rgb(132 58 87 / var(--tw-text-opacity));
    }
blockquote.pull-right::before {
        content: "“";
        margin-left: -1rem;
        --tw-text-opacity: 1;
        color: rgb(132 58 87 / var(--tw-text-opacity));
    }
blockquote.pull-right::after {
        content: "“" ;
        --tw-text-opacity: 1;
        color: rgb(132 58 87 / var(--tw-text-opacity));
    }
.bg-texture {
        background-image: url('/assets/images/bg-texture.jpg');
    }
.bg-texture-sage {
        background-image: url('/assets/images/bg-texture-sage.jpg');
    }
ul.checkmark li {
  padding-left: 0.5rem;
}
/* purgecss end ignore */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@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;
  }
}
:root {
  --gr: 1.61803398875;
  --golden-ratio: 1.61803398875px;
  --golden-ratio-base: 1.5;
  --golden-ratio-unit: 1rem;
  --golden-ratio-1: 0.13525491562416744rem;
  --golden-ratio-2: 0.21884705062541632rem;
  --golden-ratio-3: 0.35410196624961554rem;
  --golden-ratio-4: 0.5729490168750833rem;
  --golden-ratio-5: 0.9270509831247821rem;
  --golden-ratio-6: 1.5rem;
  --golden-ratio-7: 2.427050983125rem;
  --golden-ratio-8: 3.9270509831253526rem;
  --golden-ratio-9: 6.354101966250923rem;
  --golden-ratio-10: 10.281152949377198rem;
  --golden-ratio-11: 16.635254915629613rem;
  --golden-ratio-half-1: 0.06762745781208372rem;
  --golden-ratio-half-2: 0.10942352531270816rem;
  --golden-ratio-half-3: 0.17705098312480777rem;
  --golden-ratio-half-4: 0.28647450843754163rem;
  --golden-ratio-half-5: 0.46352549156239103rem;
  --golden-ratio-half-6: 0.75rem;
  --golden-ratio-half-7: 1.2135254915625rem;
  --golden-ratio-half-8: 1.9635254915626763rem;
  --golden-ratio-half-9: 3.1770509831254614rem;
  --golden-ratio-half-10: 5.140576474688599rem;
  --golden-ratio-half-11: 8.317627457814806rem;
  --golden-ratio-double-1: 0.2705098312483349rem;
  --golden-ratio-double-2: 0.43769410125083263rem;
  --golden-ratio-double-3: 0.7082039324992311rem;
  --golden-ratio-double-4: 1.1458980337501665rem;
  --golden-ratio-double-5: 1.8541019662495641rem;
  --golden-ratio-double-6: 3rem;
  --golden-ratio-double-7: 4.85410196625rem;
  --golden-ratio-double-8: 7.854101966250705rem;
  --golden-ratio-double-9: 12.708203932501846rem;
  --golden-ratio-double-10: 20.562305898754396rem;
  --golden-ratio-double-11: 33.270509831259226rem;
}
/* purgecss start ignore */
/* -------------------------------------------------- *
    * Tailwind Grid
    * -------------------------------------------------- */
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
}
.wrapper>* {
  margin-top: 0px;
  margin-bottom: 0px;
}
.wrapper>*+* {
  margin-top: 1rem;
}
.wrapper {
        /* is overflow-hidden needed? */
    }
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
        .row {
    display: flex;
    flex-wrap: wrap;
  }
    }
.container .row,
    .wrapper .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
/* row styles */
.col {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* col styles */
/* purgecss end ignore */
/* purgecss start ignore */
/* -------------------------------------------------- *
    * Menu
    * -------------------------------------------------- */
/* ============ Hamburger button ============ */
.\!burger {
  position: absolute;
  left: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  --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));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.burger {
  position: absolute;
  left: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  --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));
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-1 {
  top: 0.25rem;
  left: 0px;
  width: 100%;
}
.a11ymenu.mobile--open .burger-1 {
  top: 1rem;
  left: 50%;
  width: 0px;
}
.burger-2 {
  top: 1rem;
}
.a11ymenu.mobile--open .burger-2 {
  --tw-rotate: 45deg;
  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));
}
.burger-3 {
  top: 1rem;
}
.a11ymenu.mobile--open .burger-3 {
  --tw-rotate: -45deg;
  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));
}
.burger-4 {
  top: 1.75rem;
  left: 0px;
  width: 100%;
}
.a11ymenu.mobile--open .burger-4 {
  top: 1rem;
  left: 50%;
  width: 0px;
}
/* ============ Menu Functionality ============ */
.a11ymenu__menu,
  .a11ymenu__menu ul,
  .a11ymenu__menu li {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  border-width: 0px;
  padding: 0px;
}
.a11ymenu__menu .has-submenu {
  flex-direction: row;
}
/* Overflow: hidden stops the flash of submenus when loading */
.a11ymenu__menu {
  overflow: hidden;
}
.a11ymenu__menu:hover,
  .a11ymenu__menu:focus-within {
  overflow: visible;
}
/* Place link and button side-by-side */
.a11ymenu__menu .has-submenu {
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
      /* Remove flex-row-reverse to place open/close icon on the right. */
}
.a11ymenu__menu .has-submenu>a,
  .a11ymenu__menu .has-submenu>.separator {
  padding-left: 0.25rem;
}
.a11ymenu__menu .has-submenu>.separator {
  cursor: pointer;
}
/* No reason to show outline when using a mouse */
body:not(.keyboard-navigation) .a11ymenu__menu a,
  body:not(.keyboard-navigation) .a11ymenu__menu .separator,
  body:not(.keyboard-navigation) .a11ymenu__menu button {
      outline: none;
  }
/* All submenu containers. Must have visibility: hidden to tab across top bar with menus closed. */
.a11ymenu__menu .has-submenu ul {
  visibility: hidden;
      flex-basis: 100%;
}
.a11ymenu__menu a,
  .a11ymenu__menu .separator {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* All buttons */
.a11ymenu__menu .has-submenu>button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
/* All submenu items */
.a11ymenu__menu button[aria-expanded="true"]+ul {
  visibility: visible;
}
.a11ymenu__menu button[aria-expanded="false"]+ul {
  visibility: hidden;
}
/* ---------- Mobile Only ---------- */
@media (max-width: 767px) {
      .a11ymenu__menu {
    height: 0px;
    width: 100%;
  }
      .a11ymenu.mobile--closed .a11ymenu__menu,
      .a11ymenu__menu .has-submenu>button[aria-expanded="false"]+ul {
    overflow: hidden;
          max-height: 0;
  }
      .a11ymenu.mobile--open .a11ymenu__menu,
      .a11ymenu__menu .has-submenu>button[aria-expanded="open"]+ul {
          max-height: 2000px;
          height: auto;
      }
  }
@media (min-width: 768px) {
      .a11ymenu__menu {
    flex-direction: row;
  }
      .a11ymenu__menu ul {
    position: absolute;
  }
      .a11ymenu__menu>li>a,
      .a11ymenu__menu>li>.separator {
    justify-content: center;
  }
      .a11ymenu__menu>li>a+ul,
      .a11ymenu__menu>li>.separator+ul,
      .a11ymenu__menu>li>a+button+ul,
      .a11ymenu__menu>li>.separator+button+ul {
    top: 100%;
  }
      .a11ymenu__menu ul a+ul,
      .a11ymenu__menu ul .separator+ul,
      .a11ymenu__menu ul a+button+ul,
      .a11ymenu__menu ul .separator+button+ul {
    left: 100%;
  }
      .a11ymenu__menu>li:last-child a+ul,
      .a11ymenu__menu>li:last-child .separator+ul,
      .a11ymenu__menu>li:last-child a+button+ul,
      .a11ymenu__menu>li:last-child .separator+button+ul {
          right: 0;
      }
      .a11ymenu__menu>li:last-child ul a+ul,
      .a11ymenu__menu>li:last-child ul .separator+ul,
      .a11ymenu__menu>li:last-child ul a+button+ul,
      .a11ymenu__menu>li:last-child ul .separator+button+ul {
          left: calc(-100% - 2px);
          width: 100%;
      }
  }
/* ============ Menu Styles ============ */
.a11ymenu h1 {
  --tw-text-opacity: 1;
  color: rgb(70 84 69 / var(--tw-text-opacity));
}
/* Submenus */
.a11ymenu__menu ul {
  transform-origin: top;
  --tw-scale-y: 0;
  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));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
  --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);
  transition-property: all;
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      min-width: 12.5rem;
}
.a11ymenu__menu ul>li {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity));
}
.a11ymenu__menu ul>li:first-child {
  border-top-width: 0px;
}
.a11ymenu__menu ul>li:hover,
  .a11ymenu__menu ul>li:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
/* Open and close submenu with a click */
.a11ymenu__menu .has-submenu>button[aria-expanded="true"]+ul {
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.a11ymenu__menu .has-submenu>button[aria-expanded="false"]+ul {
  --tw-scale-y: 0;
  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));
}
.a11ymenu__menu .has-submenu>button {
  margin: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}
/* Expand/collapse icon */
.a11ymenu__menu .has-submenu button>span {
  padding: 0.25rem;
}
.no-js .a11ymenu__menu .has-submenu::after {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}
/*.no-js .a11ymenu__menu .has-submenu .has-submenu {
      @apply relative flex w-full h-full flex-row justify-center items-center;
  }*/
.a11ymenu__menu .has-submenu button>span::before,
  .no-js .a11ymenu__menu .has-submenu::after {
  transform-origin: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      content: "+";
      line-height: .1;
      /* Use origin-top if using arrows */
}
.a11ymenu__menu li>button>span,
  .no-js .a11ymenu__menu .has-submenu::after {
  transform-origin: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.a11ymenu__menu li>button[aria-expanded="true"]>span,
  .no-js .a11ymenu__menu li:hover::after {
      transform: rotate(45deg) translate(0, 0%);
  }
.a11ymenu__menu li>button[aria-expanded="false"]>span,
  .no-js .a11ymenu__menu li::after {
      transform: rotate(0deg) translate(0, 0%);
  }
/* Create space for +/- where button is and adjust if javascript is turned off. */
.no-js .a11ymenu__menu .has-submenu:after {
  left: -1rem;
}
.no-js .a11ymenu__menu .has-submenu .has-submenu:after {
  left: 1rem;
}
/* Code for using an arrow instead of + / - */
/*
  .a11ymenu__menu .has-submenu button>span:after,
  .no-js .a11ymenu__menu .has-submenu:after {
      @apply absolute top-1/2 w-2 h-2 border-t border-l border-solid border-current origin-top transition duration-500 ease-out;
      content: "";
  }
  .a11ymenu__menu li>button[aria-expanded="true"]>span:after,
  .a11ymenu__menu li:hover>button>span:after,
  .no-js .a11ymenu__menu li:hover:after {
      transform: rotate(225deg) translate(0, -50%);
  }
  .a11ymenu__menu li>button[aria-expanded="false"]>span:after,
  .no-js .a11ymenu__menu li:after {
      transform: rotate(135deg) translate(22%, -35%);
      /* Use 135deg and -45deg for left facing arrow and use translate(0, -50%) for both. *
  }
  /* Create space for arrow where button is and adjust arrow if javascript is turned off. *
  .no-js .a11ymenu__menu .has-submenu {
      @apply mr-6;
  }
  .no-js .a11ymenu__menu .has-submenu:after {
      @apply -right-4;
  }
  .no-js .a11ymenu__menu .has-submenu .has-submenu:after {
      @apply right-4;
  }
  */
@media (max-width: 767px) {
      .a11ymenu__menu {
    margin-bottom: -1rem;
    margin-top: 1rem;
    border-width: 1px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
  }
      .a11ymenu__menu .has-submenu button {
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  }
      /* Set up animations for container and buttons */
      .a11ymenu__menu,
      .a11ymenu__menu .has-submenu>button+ul {
    transform-origin: top;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
      /* Main level */
      .a11ymenu__menu>li {
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity));
  }
      /* Submenus */
      .a11ymenu__menu ul {
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(120 113 108 / var(--tw-border-opacity));
  }
      .a11ymenu.mobile--closed .a11ymenu__menu {
    --tw-scale-y: 0;
    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));
  }
      .a11ymenu.mobile--open .a11ymenu__menu {
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
      /* Add prefix symbols to submenus to show level. Add more if menu is deeper than 2 levels. */
      .a11ymenu.mobile--closed .a11ymenu__menu,
      .a11ymenu__menu .has-submenu>button[aria-expanded="false"]+ul {}
      .a11ymenu__menu ul>li>a::before,
      .a11ymenu__menu ul>li>span::before {
    margin-right: 0.5rem;
    display: inline-block;
          content: "- ";
  }
      .a11ymenu__menu ul ul>li>a::before,
      .a11ymenu__menu ul ul>li>span::before {
    margin-right: 0.5rem;
    display: inline-block;
          content: "- - ";
  }
  }
@media (min-width: 768px) {
      .a11ymenu--subtext {
    justify-content: center;
  }
      .a11ymenu__menu>li>a,
      .a11ymenu__menu>li>.separator {
    justify-content: center;
    text-align: center;
  }
      /* Hover underline on top level */
      .a11ymenu__menu>li:hover:before,
      .a11ymenu__menu>li:focus-within:before {
    position: absolute;
    bottom: 0px;
    height: 0.125rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity));
          content: "";
  }
      .a11ymenu__menu .has-submenu>button,
      .no-js .a11ymenu__menu .has-submenu::before {
    --tw-border-opacity: 1;
    border-color: rgb(214 211 209 / var(--tw-border-opacity));
          /* Add h-1/2 if using arrows */
  }
  }
/* Add support for hover to work if js is turned off */
.no-js .a11ymenu__menu li:hover>ul {
  visibility: visible;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Uncomment to use hover instead of click */
/*
  .a11ymenu__menu li:hover>ul {
      @apply transform scale-y-100;
  }
  .a11ymenu__menu .has-submenu:hover>ul,
  .a11ymenu__menu .has-submenu:hover>button+ul {
      @apply visible;
  }
  .a11ymenu__menu .has-submenu:hover>button[aria-expanded="false"]+ul {
      @apply transform scale-y-100;
  }
  .a11ymenu__menu li:hover>button[aria-expanded="false"]>span {
      transform: rotate(45deg) translate(0, 0%);
  }
  */
/* purgecss end ignore */
/* purgecss start ignore */
/* Content styles */
/* Goes into new div within .col */
.content-style--card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
  padding: 1rem;
}
.content-style--card>* {
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-style--card>*+* {
  margin-top: 1rem;
}
/* Wrap photo in a div with this class to pull it to the edge on left, right, and top. */
/* Used to push buttons to the bottom to line up in a row. */
.content-style--split {
  display: flex;
  flex-direction: column;
}
.content-style--split>*:nth-last-child(2) {
  flex-grow: 1;
}
/* -------------------------------------------------- *
    * Styled Objects
    * -------------------------------------------------- */
.btn {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
}
.btn-maroon {
  --tw-bg-opacity: 1;
  background-color: rgb(132 58 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity));
}
.btn-maroon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 49 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity));
}
.a11ymenu__menu .menu-contact a {
  margin-left: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity));
}
.a11ymenu__menu .menu-contact:before {
        display: none;
    }
/* purgecss end ignore */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-4 {
  left: 1rem;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.m-4 {
  margin: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-3 {
  height: 0.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-4 {
  width: 1rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.-translate-y-full {
  --tw-translate-y: -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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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;
}
.list-image-\[url\(\'data\:image\/svg\+xml\;base64\2c Cjxzdmcgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0icmdiKDEzMiwgNTgsIDg3KSI\+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42ODUuMTUzYS43NTIuNzUyIDAgMCAxIC4xNDMgMS4wNTJsLTggMTAuNWEuNzUuNzUgMCAwIDEtMS4xMjcuMDc1bC00LjUtNC41YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsMy44OTQgMy44OTMgNy40OC05LjgxN2EuNzUuNzUgMCAwIDEgMS4wNS0uMTQzeiIvPgo8L3N2Zz4K\'\)\] {
  list-style-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE0IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTQgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0icmdiKDEzMiwgNTgsIDg3KSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42ODUuMTUzYS43NTIuNzUyIDAgMCAxIC4xNDMgMS4wNTJsLTggMTAuNWEuNzUuNzUgMCAwIDEtMS4xMjcuMDc1bC00LjUtNC41YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsMy44OTQgMy44OTMgNy40OC05LjgxN2EuNzUuNzUgMCAwIDEgMS4wNS0uMTQzeiIvPgo8L3N2Zz4K');
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[2fr_8fr_2fr\] {
  grid-template-rows: 2fr 8fr 2fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-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-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));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 1rem;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-t-\[3px\] {
  border-top-width: 3px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(96 126 124 / var(--tw-border-opacity));
}
.border-primary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(70 84 69 / var(--tw-border-opacity));
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(201 156 129 / var(--tw-bg-opacity));
}
.bg-accent-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 112 118 / var(--tw-bg-opacity));
}
.bg-accent-2-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(38 65 60 / var(--tw-bg-opacity));
}
.bg-accent-2-light {
  --tw-bg-opacity: 1;
  background-color: rgb(192 194 184 / var(--tw-bg-opacity));
}
.bg-accent-2-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(165 174 158 / var(--tw-bg-opacity));
}
.bg-accent-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(132 58 87 / var(--tw-bg-opacity));
}
.bg-accent-light {
  --tw-bg-opacity: 1;
  background-color: rgb(233 205 193 / var(--tw-bg-opacity));
}
.bg-accent-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(215 185 169 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(96 126 124 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(70 84 69 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(207 215 205 / var(--tw-bg-opacity));
}
.bg-primary-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(133 162 157 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(205 173 105 / var(--tw-bg-opacity));
}
.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(207 185 103 / var(--tw-bg-opacity));
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 232 / var(--tw-bg-opacity));
}
.bg-secondary-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(232 225 199 / var(--tw-bg-opacity));
}
.bg-warmgray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 242 / var(--tw-bg-opacity));
}
.bg-white\/75 {
  background-color: rgb(244 243 242 / 0.75);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[url\(\/assets\/images\/molted-green-flower-bg-1\.jpg\)\] {
  background-image: url(/assets/images/molted-green-flower-bg-1.jpg);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.text-center {
  text-align: center;
}
.indent-6 {
  text-indent: 1.5rem;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[1\.2em\] {
  font-size: 1.2em;
}
.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;
}
.text-\[1\.6rem\] {
  font-size: 1.6rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-0 {
  outline-width: 0px;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.animated {
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
  }
.animated.infinite {
    animation-iteration-count: infinite;
  }
.animated.repeat-1 {
    animation-iteration-count: var(--animate-repeat);
  }
.animated.repeat-2 {
    animation-iteration-count: calc(var(--animate-repeat) * 2);
  }
.animated.repeat-3 {
    animation-iteration-count: calc(var(--animate-repeat) * 3);
  }
.animated.delay-1s {
    animation-delay: var(--animate-delay);
  }
.animated.delay-2s {
    animation-delay: calc(var(--animate-delay) * 2);
  }
.animated.delay-3s {
    animation-delay: calc(var(--animate-delay) * 3);
  }
.animated.delay-4s {
    animation-delay: calc(var(--animate-delay) * 4);
  }
.animated.delay-5s {
    animation-delay: calc(var(--animate-delay) * 5);
  }
.animated.faster {
    animation-duration: calc(var(--animate-duration) / 2);
  }
.animated.fast {
    animation-duration: calc(var(--animate-duration) * 0.8);
  }
.animated.slow {
    animation-duration: calc(var(--animate-duration) * 2);
  }
.animated.slower {
    animation-duration: calc(var(--animate-duration) * 3);
  }
@media print, (prefers-reduced-motion: reduce) {
    .animated {
      animation-duration: 1ms !important;
      transition-duration: 1ms !important;
      animation-iteration-count: 1 !important;
    }

    .animated[class*='Out'] {
      opacity: 0;
    }
  }
/* fadeIn */
@keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
.fadeIn {
    animation-name: fadeIn;
  }
/* fadeInUp */
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }

    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
/* purgecss start ignore */
/* == divider-point-up == */
.divider-point-down{
        position:relative;
        width: 100%;
        height: 3em;
        position: absolute;
        margin-top: 0px;
    }
.divider-point-down::before{
        content:'';
        font-family:'shape divider from ShapeDividers.com';
        position: absolute;
        bottom: -1px;
        left: -1px;
        right: -1px;
        top: -1px;
        z-index: 3;
        pointer-events: none;
        background-repeat: no-repeat; 
        background-size: 100% 90px;
        background-position: 50% 0%;    
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>'); 
    }
@media (min-width:768px){
        .divider-point-down::before{
            background-size: 100% 90px;
            background-position: 50% 0%;   
        }  
    }
@media (min-width:1025px){
        .divider-point-down::before{ 
            bottom: -0.1vw;
            left: -0.1vw;
            right: -0.1vw;
            top: -0.1vw; 
            background-size: 100% 42px;
            background-position: 50% 0%;  
            background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 669.4 133.88"><path fill="%23cfd7cd" d="M0 0c0 133.88 334.7 0 334.7 133.88C334.7 0 669.4 133.88 669.4 0z"/></svg>'); 
        }
    }
@media (min-width:2100px){
        .divider-point-down::before{
            background-size: 100% calc(2vw + 42px);
        }
    }
/* purgecss end ignore */
/* purgecss start ignore */
/* Used to only add space between items in an area. It won't add margins to top or under what it is placed on. The sm-max breakpoint is especially helpful for mobile layouts when they collapse into a single column of boxes. */
/* You will typically add class="row sm-max:v-spaced" to add space between columns on mobile. */
:root {
        --debug-breakpoint: "xs (<640px)";
    }
#debug-box {
        content: var(--debug-current-size);
        background: rgb(231, 231, 231);
        border: solid 1px rgb(112, 112, 112);
        font-size: 12px;
        padding: .2em;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999999;
    }
#debug-box::before {
        content: var(--debug-breakpoint);
        background: rgb(231, 231, 231);
        border: solid 1px rgb(112, 112, 112);
        font-size: 12px;
        padding: .2em;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999999;
    }
@media (min-width: 640px) {
        #debug-box:before {
            --debug-breakpoint: "sm (640px)";
        }
    }
@media (min-width: 768px) {
        #debug-box:before {
            --debug-breakpoint: "md (768px)";
        }
    }
@media (min-width: 1024px) {
        #debug-box:before {
            --debug-breakpoint: "lg (1024px)";
        }
    }
@media (min-width: 1280px) {
        #debug-box:before {
            --debug-breakpoint: "xl (1280px)";
        }
    }
@media (min-width: 1536px) {
        #debug-box:before {
            --debug-breakpoint: "2xl (1536px)";
        }
    }
/* purgecss end ignore */
/* user other custom styles */
/* animate.css */
/* https://github.com/animate-css/animate.css/ */
/* common.css */
/* home.css */
.column {
  column-count: 1;
  column-gap: 2rem;
}
@media (min-width: 640px) {
.column {
    column-count: auto;
    column-width: 20rem
}
  }
.first-letter\:mr-\[2px\]::first-letter {
  margin-right: 2px;
}
.first-letter\:text-2xl::first-letter {
  font-size: 1.5rem;
  line-height: 2rem;
}
.first-letter\:font-black::first-letter {
  font-weight: 900;
}
.focus-within\:mt-2:focus-within {
  margin-top: 0.5rem;
}
.focus-within\:translate-y-0:focus-within {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:mt-2:focus {
  margin-top: 0.5rem;
}
.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
  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));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {
  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }
  .sm\:h-64 {
    height: 16rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-80 {
    width: 20rem;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  .sm\:from-white\/95 {
    --tw-gradient-from: rgb(244 243 242 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 243 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .sm\:to-white\/25 {
    --tw-gradient-to: rgb(244 243 242 / 0.25) var(--tw-gradient-to-position);
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-xl\/relaxed {
    font-size: 1.25rem;
    line-height: 1.625;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\: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)));
  }
  .md\: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));
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:max-w-5xl {
    max-width: 64rem;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 480px) {
  .xs\:m-4 {
    margin: 1rem;
  }
  .xs\:justify-start {
    justify-content: flex-start;
  }
  .xs\:justify-end {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
    .sm-max\:v-spaced>* {
    margin-top: 0px;
    margin-bottom: 0px;
  }
    .sm-max\:v-spaced>*+* {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=main.min.css.map */