:root
{
    --main-nav-height: 4.75rem;

    --section-element-title-heading-color: #111827;
    --section-element-title-subheading-color: #00622f;

    --section-element-text-color: #111827;


    --section-element-spacer-border-color: #813023;
}
/*
! tailwindcss v3.2.2 | 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.
*/
html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-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;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after
{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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-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:  ;
}
.section-element-banner
{
    --section-min-height:       0px;
}
.section-element-banner--h25 { --section-min-height: 25vh; }
.section-element-banner--h50 { --section-min-height: 50vh; }
.section-element-banner--h75 { --section-min-height: 75vh; }
.section-element-banner--h80 { --section-min-height: 80vh; }
.section-element-banner--h90 { --section-min-height: 90vh; }
.section-element-banner--h100 { --section-min-height: 100vh; }
.section-element-banner
{

    min-height: calc(var(--section-min-height));
}
.section-element-banner:only-child
{
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: calc(var(--section-padding-top) * -1);
    margin-bottom: calc(var(--section-padding-bottom) * -1);
}
.section-element-banner .section-element-title .section-element-title__heading,
        .section-element-banner .section-element-title .section-element-title__subheading
{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.section-bg--primary .section-element-banner .section-element-title,
        .section-bg--image .section-element-banner .section-element-title,
        .section-bg--video .section-element-banner .section-element-title,
        .section-element-banner.section-element-bg--primary .section-element-title,
        .section-element-banner.section-element-bg--image .section-element-title,
        .section-element-banner.section-element-bg--video .section-element-title
        {
            --section-element-title-heading-color: white;
            --section-element-title-subheading-color: white;
        }
.section-bg--primary .section-element-banner .section-element-text,
        .section-bg--image .section-element-banner .section-element-text,
        .section-bg--video .section-element-banner .section-element-text,
        .section-element-banner.section-element-bg--primary .section-element-text,
        .section-element-banner.section-element-bg--image .section-element-text,
        .section-element-banner.section-element-bg--video .section-element-text
        {
            --section-element-text-color: white;
            --tw-prose-body: white;
        }
.section-element-banner.section-element-bg-overlay .banner-image::before,
        .section-element-banner.section-element-bg-overlay .section-element-bg-video::before
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(0 98 47 / 0.1);
    --tw-gradient-to: rgb(0 98 47 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(0 98 47 / 0.5);
    --tw-backdrop-blur: blur(1px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-content: '';
    content: var(--tw-content);
}
.section-element-bg-video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.section-element-bg-video > .bg-video-holder,
    .section-element-bg-video > .bg-video-holder iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.section-element-bg-video > .bg-video-holder
    {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
.section-element-bg-video > .bg-video-holder[data-provider="youtube"]
{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}
.section-element-bg-video > .bg-video-holder.playing iframe
            {
                display: block;
            }
.section-element-bg-video > .bg-video-holder iframe
        {
            display: none;
            position: absolute;
            aspect-ratio: 16/9;
            height: 100%;
            width: auto;
            min-width: 100%;
            max-width: none;
            max-height: none;
        }
.section-element-bg-video > .bg-video-holder iframe.center-y
            {
                top: 50%;
                left: 0;
                width: auto;
                --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));
            }
.section-element-bg-video > .bg-video-holder iframe.center-x
            {
                top: 0;
                left: 50%;
                height: auto;
                --tw-translate-x: -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));
            }
.section-element-certificates .owl-carousel .owl-stage
{
    margin-left: auto;
    margin-right: auto;
}
.section-element-col
{
    --col-padding-left: 0px;
    --col-padding-right: 0px;
    display: flex;
    padding-left: var(--col-padding-left);
    padding-right: var(--col-padding-right);
}
.section-element-col.items-align--top
{
    align-items: flex-start;
}
.section-element-col.items-align--center
{
    align-items: center;
}
.section-element-col.items-align--bottom
{
    align-items: flex-end;
}
.section-element-col.col-padding-x--small
        {
            --col-padding-left: 0.5rem;
            --col-padding-right: 0.5rem;
        }
.section-element-col.col-padding-x--medium
        {
            --col-padding-left: 1rem;
            --col-padding-right: 1rem;
        }
.section-element-col.col-padding-x--large
        {
            --col-padding-left: 2rem;
            --col-padding-right: 2rem;
        }
.section-element-col:first-child
    {
        --col-padding-left: 0px;
    }
.section-element-col:last-child
    {
        --col-padding-right: 0px;
    }
.section-element-gallery-slider .owl-stage-outer
{
    border-radius: 0.5rem;
}
.section-element-spacer
{
    position: relative;
    margin-top: calc(var(--section-elements-gap) * -1);
    margin-bottom: calc(var(--section-elements-gap) * -1);
}
.section-element-spacer + .section-element-spacer
{
    margin-top: -0px;
}
.section-element-spacer.element-height-xs
{
    height: 2rem;
}
.section-element-spacer.element-height-sm
{
    height: 3rem;
}
.section-element-spacer.element-height-md
{
    height: 5rem;
}
.section-element-spacer.element-height-lg
{
    height: 8rem;
}
.section-element-spacer.element-border::before
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    --tw-translate-x: -50%;
    --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));
    border-top-width: 1px;
    border-color: var(--section-element-spacer-border-color);
    --tw-content: '';
    content: var(--tw-content);
}
.section-element-text.text-center
{
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem !important;
}
.section-element-text,
    .section-element-text.prose
{
    max-width: none;
    color: var(--section-element-text-color);
}
.section-element-text a
{
    --tw-text-opacity: 1;
    color: rgb(0 98 47 / var(--tw-text-opacity));
}
.section-element-text a:hover
{
    --tw-text-opacity: 1;
    color: rgb(129 48 35 / var(--tw-text-opacity));
}
.section-element-title
{
    font-family: Rosario, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.section-element-title .section-element-title__heading
{
    font-weight: 700;
    color: var(--section-element-title-heading-color);
}
.group\/section.section-bg--video .section-element-title .section-element-title__heading
{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.section-element-title .section-element-title__heading.h1
{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h1
{
        font-size: 3rem;
        line-height: 1;
    }
}
.section-element-title .section-element-title__heading.h2
{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h2
{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.section-element-title .section-element-title__heading.h3
{
    font-size: 1.5rem;
    line-height: 2rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h3
{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.section-element-title .section-element-title__heading.h4
{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h4
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.section-element-title .section-element-title__heading.h5
{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h5
{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.section-element-title .section-element-title__heading.h6
{
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.h6
{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.section-element-title .section-element-title__heading.display-1
{
    font-size: 3.75rem;
    line-height: 1;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.display-1
{
        font-size: 4.5rem;
        line-height: 1;
    }
}
.section-element-title .section-element-title__heading.display-2
{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 768px)
{
    .section-element-title .section-element-title__heading.display-2
{
        font-size: 3rem;
        line-height: 1;
    }
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.display-2
{
        font-size: 3.75rem;
        line-height: 1;
    }
}
.section-element-title .section-element-title__heading.display-3
{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
@media (min-width: 768px)
{
    .section-element-title .section-element-title__heading.display-3
{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__heading.display-3
{
        font-size: 3rem;
        line-height: 1;
    }
}
.section-element-title .section-element-title__heading.display-1,
        .section-element-title .section-element-title__heading.display-2,
        .section-element-title .section-element-title__heading.display-3
{
    line-height: 1.25;
}
.section-element-title .section-element-title__subheading
{
    font-weight: 600;
    color: var(--section-element-title-subheading-color);
}
.group\/section.section-bg--video .section-element-title .section-element-title__subheading
{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.section-element-title .section-element-title__subheading.h2,
        .section-element-title .section-element-title__subheading.h3,
        .section-element-title .section-element-title__subheading.h4
{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__subheading.h2,
        .section-element-title .section-element-title__subheading.h3,
        .section-element-title .section-element-title__subheading.h4
{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
.section-element-title .section-element-title__subheading.h5,
        .section-element-title .section-element-title__subheading.h6
{
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__subheading.h5,
        .section-element-title .section-element-title__subheading.h6
{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.section-element-title .section-element-title__subheading.display-1,
        .section-element-title .section-element-title__subheading.display-2,
        .section-element-title .section-element-title__subheading.display-3
{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__subheading.display-1,
        .section-element-title .section-element-title__subheading.display-2,
        .section-element-title .section-element-title__subheading.display-3
{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}
.section-element-title .section-element-title__subheading.display-4
{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
}
@media (min-width: 1280px)
{
    .section-element-title .section-element-title__subheading.display-4
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.section:not([data-width="fluid"]).section-cols.has-col-bg .section-inner > .row.section-cols-row
{
    margin-top: 0 !important;
    margin-left: 0;
    margin-right: 0;
}
.section:not([data-width="fluid"]).section-cols.has-col-bg .section-element-col.section-element-bg--unset:first-child,
    .section:not([data-width="fluid"]).section-cols.has-col-bg .section-element-col.section-element-bg--unset + .section-element-bg--unset
    {
        padding-left: 0;
    }
.section:not([data-width="fluid"]).section-cols.has-col-bg .section-element-col.section-element-bg--unset:last-child
    {
        /*@include media-breakpoint-up(md)
        {
            padding-right: 0;
        }*/
    }
.section-cols
{
    --section-cols-col-inner-padding-x: 0;
    --section-cols-col-padding: 1rem;
}
.section-cols.has-col-bg .section-element-col
        {
            padding: var(--section-cols-col-padding);

            /*@include media-breakpoint-down(sm)
            {
                &.section-element-bg--unset
                {
                    padding-right: 0;
                    padding-left: 0;
                }
            }*/
        }
.section-cols:not(.has-col-bg) .section-inner > .row.section-cols-row
        {
            margin-top: calc(var(--section-cols-col-padding) * -1);
        }
.section-cols .section-inner > .row.section-cols-row .section-element-col
            {
                padding-top: var(--section-cols-col-padding);
            }
.section-cols .section-inner > .row.section-cols-row .section-element-col.col-padding-x--small
                    {
                        --section-cols-col-inner-padding-x: 0.5rem;
                    }
.section-cols .section-inner > .row.section-cols-row .section-element-col.col-padding-x--large
                    {
                        --section-cols-col-inner-padding-x: 1.5rem;
                    }
.section-cols .section-inner > .row.section-cols-row .section-element-col.section-element-bg--image .section-element
                    {
                        position: relative;
                        z-index: 4;
                    }
.section-cols .section-inner > .row.section-cols-row .section-element-col .col-inner
                {
                    padding-left: var(--section-cols-col-inner-padding-x);
                    padding-right: var(--section-cols-col-inner-padding-x);
                }
.section.section-page-header:first-child
    {
        --section-offset: 0px;
    }
.section.section-page-header .section-element-banner .banner-inner
{
    margin-top: 4rem;
}
@media (min-width: 1024px)
{
    .section.section-page-header .section-element-banner .banner-inner
{
        margin-top: 8rem;
    }
}
.section
{
    --section-min-height:       0px;
    --section-offset:           0px;
    --section-padding-top:      3rem;
    --section-padding-bottom:   3rem;
    --section-elements-gap:     1.5rem;

    padding-top: calc(var(--section-padding-top) + var(--section-offset));
    padding-bottom: var(--section-padding-bottom);
}
.section.section--mh25 { --section-min-height: 25vh; }
.section.section--mh50 { --section-min-height: 50vh; }
.section.section--mh75 { --section-min-height: 75vh; }
.section.section--mh100 { --section-min-height: 100vh; }
.section.section-padding--none
        {
            --section-padding-top:    0rem;
            --section-padding-bottom: 0rem;
        }
.section.section-padding--small
        {
            --section-padding-top:    1.5rem;
            --section-padding-bottom: 1.5rem;
        }
@media (min-width: 1024px)
            {
.section.section-padding--small
        {
                --section-padding-top:    2rem;
                --section-padding-bottom: 2rem
        }
.section.section-padding--normal
        {
                --section-padding-top:      4rem;
                --section-padding-bottom:   4rem
        }
            }
.section.section-padding--large
        {
            --section-padding-top:    4rem;
            --section-padding-bottom: 4rem;
        }
@media (min-width: 1024px)
            {
.section.section-padding--large
        {
                --section-padding-top:    6rem;
                --section-padding-bottom: 6rem
        }
            }
.section.section-bg--primary,
        .section .section-element-bg--primary
        {
            --section-element-title-heading-color: white;
            --section-element-title-subheading-color: rgba(255, 255, 255, .7);
            --section-element-text-color: white;
            --tw-prose-body: white;
            --section-element-spacer-border-color: rgba(255, 255, 255, .7);

            background-color: #00622f;
        }
.section.section-bg--light,
        .section .section-element-bg--light
        {
            --section-element-title-subheading-color: rgb(129 48 35 / 80%);
            --section-element-spacer-border-color: rgb(129 48 35 / 70%);

            background-color: #f9fafb;
        }
.section.section-bg--secondary,
        .section .section-element-bg--secondary
        {
            --section-element-title-heading-color: white;
            --section-element-title-subheading-color: rgba(255, 255, 255, .7);
            --section-element-text-color: white;
            --section-element-spacer-border-color: white;

            background-color: #813023;
        }
.section.section-bg--image,
        .section .section-element-bg--image
        {
            --section-element-title-heading-color: white;
            --section-element-title-subheading-color: rgba(255, 255, 255, .7);
            --section-element-text-color: white;
            --section-element-spacer-border-color: white;

            position: relative;
        }
.section.section-bg--image .section-bg-image,
            .section .section-element-bg--image .section-bg-image
            {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                pointer-events: none;
            }
.section.section-bg--image .section-bg-image::before,
                .section .section-element-bg--image .section-bg-image::before
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(0 98 47 / 0.75);
    --tw-gradient-to: rgb(0 98 47 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(0 98 47 / 0.9);
    --tw-content: '';
    content: var(--tw-content);
}
.section.section-bg--video,
        .section .section-element-bg--video
        {
            --section-element-title-heading-color: white;
            --section-element-title-subheading-color: rgba(255, 255, 255, .7);
            --section-element-text-color: white;

            position: relative;
            overflow: hidden;
        }
.section.section-bg--video .section-element-bg-video::before,
            .section .section-element-bg--video .section-element-bg-video::before
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(0 98 47 / 0.1);
    --tw-gradient-to: rgb(0 98 47 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(0 98 47 / 0.5);
    --tw-backdrop-blur: blur(1px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-content: '';
    content: var(--tw-content);
}
.section.section-bg.section-bg--none + .section-bg.section-bg--none,
        .section.section-bg.section-bg--primary + .section-bg.section-bg--primary,
        .section.section-bg.section-bg--light + .section-bg.section-bg--light,
        .section.section-bg.section-bg--secondary + .section-bg.section-bg--secondary,
        .section .section-element-bg.section-bg--none + .section-bg.section-bg--none,
        .section .section-element-bg.section-bg--primary + .section-bg.section-bg--primary,
        .section .section-element-bg.section-bg--light + .section-bg.section-bg--light,
        .section .section-element-bg.section-bg--secondary + .section-bg.section-bg--secondary
{
    margin-top: calc(calc(var(--section-padding-top) / 2) * -1);
}
sections > .section:first-child
    {
        --section-offset: var(--main-nav-height);
    }
.section > .container
{
    position: relative;
    z-index: 10;
}
.section > .container.container--fluid
{
    max-width: none;
}
.section > .container.container--lg
{
    max-width: 1536px;
}
.section > .container.container--md
{
    max-width: 1024px;
}
.section > .container.container--sm
{
    max-width: 768px;
}
.section > .container > .section-inner > .section-cols-row
        {
            min-height: calc(var(--section-min-height) - (var(--section-padding-top) + var(--section-padding-bottom))) !important;
        }
.section-elements
{
    display: flex;
    flex-direction: column;
    gap: var(--section-elements-gap);
}
.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
@media (min-width: 1320px)
{
    .container
{
        max-width: 1320px;
    }
}
.prose
{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *))
{
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *))
{
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *))
{
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *))
{
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *))
{
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *))
{
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *))
{
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *))
{
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *))
{
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *))
{
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *))
{
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker
{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker
{
    color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *))
{
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *))
{
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before
{
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after
{
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *))
{
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *))
{
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *))
{
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *))
{
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *))
{
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before
{
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after
{
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *))
{
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *))
{
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *))
{
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))
{
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before
{
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after
{
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *))
{
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *))
{
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *))
{
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *))
{
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *))
{
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *))
{
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *))
{
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *))
{
    vertical-align: top;
}
.prose
{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *))
{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *))
{
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *))
{
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *))
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))
{
    padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))
{
    padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *))
{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *))
{
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *))
{
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *))
{
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *))
{
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *))
{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *))
{
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *))
{
    padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *))
{
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *))
{
    padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *))
{
    padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *))
{
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *))
{
    margin-bottom: 0;
}
.buttons
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}
#footer
{
    color: rgb(255 255 255 / 0.8);
    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;
}
#footer .menu > :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));
}
#footer .menu a:hover,
            #footer .menu a:focus,
            #footer .menu a.current-menu-item
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination
{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
.pagination .page-item.active .page-link
{
    --tw-bg-opacity: 1;
    background-color: rgb(129 48 35 / var(--tw-bg-opacity));
}
.pagination .page-item .page-link
{
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.25rem;
    background-color: rgb(17 24 39 / 0.5);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.section-element-text.pagination .page-item .page-link
{
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem !important;
}
.pagination .page-item .page-link:hover
{
    background-color: rgb(17 24 39 / 0.6);
}
.tns-outer
{
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
}
.tns-outer .tns-nav
{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}
.tns-outer .tns-nav > button
{
    height: 1rem;
    width: 1rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-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: 150ms;
}
.tns-outer .tns-nav > button.tns-nav-active
{
    --tw-bg-opacity: 1;
    background-color: rgb(129 48 35 / var(--tw-bg-opacity));
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none
{
    pointer-events: none;
}
.\!pointer-events-auto
{
    pointer-events: auto !important;
}
.visible
{
    visibility: visible;
}
.invisible
{
    visibility: hidden;
}
.collapse
{
    visibility: collapse;
}
.static
{
    position: static;
}
.fixed
{
    position: fixed;
}
.absolute
{
    position: absolute;
}
.relative
{
    position: relative;
}
.\!relative
{
    position: relative !important;
}
.sticky
{
    position: sticky;
}
.inset-0
{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.top-0
{
    top: 0px;
}
.right-0
{
    right: 0px;
}
.-top-7
{
    top: -1.75rem;
}
.left-1\/2
{
    left: 50%;
}
.-top-6
{
    top: -1.5rem;
}
.-right-4
{
    right: -1rem;
}
.z-20
{
    z-index: 20;
}
.z-10
{
    z-index: 10;
}
.-z-10
{
    z-index: -10;
}
.z-30
{
    z-index: 30;
}
.z-0
{
    z-index: 0;
}
.order-last
{
    order: 9999;
}
.order-first
{
    order: -9999;
}
.order-1
{
    order: 1;
}
.col-span-12
{
    grid-column: span 12 / span 12;
}
.col-span-full
{
    grid-column: 1 / -1;
}
.row-span-full
{
    grid-row: 1 / -1;
}
.float-right
{
    float: right;
}
.clear-none
{
    clear: none;
}
.m-1
{
    margin: 0.25rem;
}
.mx-auto
{
    margin-left: auto;
    margin-right: auto;
}
.-my-2
{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}
.-mx-6
{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.my-auto
{
    margin-top: auto;
    margin-bottom: auto;
}
.my-3
{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.mt-6
{
    margin-top: 1.5rem;
}
.-mr-2
{
    margin-right: -0.5rem;
}
.-ml-4
{
    margin-left: -1rem;
}
.mt-4
{
    margin-top: 1rem;
}
.mt-2
{
    margin-top: 0.5rem;
}
.mb-2
{
    margin-bottom: 0.5rem;
}
.mb-4
{
    margin-bottom: 1rem;
}
.ml-auto
{
    margin-left: auto;
}
.\!mt-0
{
    margin-top: 0px !important;
}
.mt-auto
{
    margin-top: auto;
}
.mb-auto
{
    margin-bottom: auto;
}
.mb-6
{
    margin-bottom: 1.5rem;
}
.mr-auto
{
    margin-right: auto;
}
.mt-3
{
    margin-top: 0.75rem;
}
.block
{
    display: block;
}
.inline-block
{
    display: inline-block;
}
.inline
{
    display: inline;
}
.flex
{
    display: flex;
}
.inline-flex
{
    display: inline-flex;
}
.table
{
    display: table;
}
.inline-table
{
    display: inline-table;
}
.flow-root
{
    display: flow-root;
}
.grid
{
    display: grid;
}
.inline-grid
{
    display: inline-grid;
}
.contents
{
    display: contents;
}
.list-item
{
    display: list-item;
}
.hidden
{
    display: none;
}
.aspect-auto
{
    aspect-ratio: auto;
}
.aspect-square
{
    aspect-ratio: 1 / 1;
}
.aspect-video
{
    aspect-ratio: 16 / 9;
}
.aspect-1by1
{
    aspect-ratio: 1/1;
}
.aspect-4by3
{
    aspect-ratio: 4/3;
}
.aspect-5by4
{
    aspect-ratio: 5/4;
}
.aspect-16by9
{
    aspect-ratio: 16/6;
}
.h-8
{
    height: 2rem;
}
.h-screen
{
    height: 100vh;
}
.h-10
{
    height: 2.5rem;
}
.h-full
{
    height: 100%;
}
.h-6
{
    height: 1.5rem;
}
.h-0\.5
{
    height: 0.125rem;
}
.h-0
{
    height: 0px;
}
.h-4
{
    height: 1rem;
}
.h-24
{
    height: 6rem;
}
.h-32
{
    height: 8rem;
}
.h-28
{
    height: 7rem;
}
.h-20
{
    height: 5rem;
}
.h-1
{
    height: 0.25rem;
}
.\!max-h-screen
{
    max-height: 100vh !important;
}
.max-h-11
{
    max-height: 2.75rem;
}
.min-h-\[28px\]
{
    min-height: 28px;
}
.min-h-\[300px\]
{
    min-height: 300px;
}
.w-8
{
    width: 2rem;
}
.w-full
{
    width: 100%;
}
.w-0
{
    width: 0px;
}
.w-10
{
    width: 2.5rem;
}
.w-6
{
    width: 1.5rem;
}
.w-4
{
    width: 1rem;
}
.w-52
{
    width: 13rem;
}
.w-24
{
    width: 6rem;
}
.w-32
{
    width: 8rem;
}
.w-28
{
    width: 7rem;
}
.w-20
{
    width: 5rem;
}
.min-w-fit
{
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.min-w-full
{
    min-width: 100%;
}
.max-w-screen-2xl
{
    max-width: 1536px;
}
.max-w-screen-md
{
    max-width: 768px;
}
.max-w-screen-lg
{
    max-width: 1024px;
}
.max-w-none
{
    max-width: none;
}
.max-w-prose
{
    max-width: 65ch;
}
.max-w-7xl
{
    max-width: 80rem;
}
.flex-1
{
    flex: 1 1 0%;
}
.grow
{
    flex-grow: 1;
}
.border-collapse
{
    border-collapse: collapse;
}
.-translate-x-1\/2
{
    --tw-translate-x: -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));
}
.translate-y-1
{
    --tw-translate-y: 0.25rem;
    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));
}
.translate-y-0
{
    --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));
}
.translate-y-3
{
    --tw-translate-y: 0.75rem;
    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));
}
.-translate-x-1\.5
{
    --tw-translate-x: -0.375rem;
    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));
}
.-translate-x-1
{
    --tw-translate-x: -0.25rem;
    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-90
{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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-100
{
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
}
.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));
}
.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));
}
.transform-gpu
{
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
}
.cursor-help
{
    cursor: help;
}
.cursor-text
{
    cursor: text;
}
.cursor-wait
{
    cursor: wait;
}
.cursor-move
{
    cursor: move;
}
.select-all
{
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}
.select-auto
{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.resize
{
    resize: both;
}
.grid-flow-dense
{
    grid-auto-flow: dense;
}
.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));
}
.grid-cols-5
{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6
{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7
{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8
{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9
{
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-10
{
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11
{
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12
{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-100
{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2575
{
    grid-template-columns: 25fr 75fr;
}
.grid-cols-3466
{
    grid-template-columns: 34fr 66fr;
}
.grid-cols-5050
{
    grid-template-columns: 50fr 50fr;
}
.grid-cols-6634
{
    grid-template-columns: 66fr 34fr;
}
.grid-cols-7525
{
    grid-template-columns: 75fr 25fr;
}
.grid-cols-252550
{
    grid-template-columns: 25fr 25fr 50fr;
}
.grid-cols-255025
{
    grid-template-columns: 25fr 50fr 25fr;
}
.grid-cols-333333
{
    grid-template-columns: 33fr 33fr 33fr;
}
.grid-cols-502525
{
    grid-template-columns: 50fr 25fr 25fr;
}
.grid-cols-none
{
    grid-template-columns: none;
}
.flex-col
{
    flex-direction: column;
}
.flex-col-reverse
{
    flex-direction: column-reverse;
}
.flex-wrap
{
    flex-wrap: wrap;
}
.flex-nowrap
{
    flex-wrap: nowrap;
}
.place-content-baseline
{
    place-content: baseline;
}
.place-items-baseline
{
    place-items: baseline;
}
.content-baseline
{
    align-content: baseline;
}
.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;
}
.justify-evenly
{
    justify-content: space-evenly;
}
.gap-3
{
    gap: 0.75rem;
}
.gap-6
{
    gap: 1.5rem;
}
.gap-4
{
    gap: 1rem;
}
.gap-2
{
    gap: 0.5rem;
}
.gap-1
{
    gap: 0.25rem;
}
.gap-8
{
    gap: 2rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden])
{
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-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-reverse > :not([hidden]) ~ :not([hidden])
{
    --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden])
{
    --tw-space-x-reverse: 1;
}
.divide-y > :not([hidden]) ~ :not([hidden])
{
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden])
{
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.self-baseline
{
    align-self: baseline;
}
.\!overflow-auto
{
    overflow: auto !important;
}
.overflow-hidden
{
    overflow: hidden;
}
.overflow-clip
{
    overflow: clip;
}
.overflow-x-clip
{
    overflow-x: clip;
}
.overflow-y-clip
{
    overflow-y: clip;
}
.truncate
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overflow-ellipsis
{
    text-overflow: ellipsis;
}
.text-ellipsis
{
    text-overflow: ellipsis;
}
.text-clip
{
    text-overflow: clip;
}
.whitespace-nowrap
{
    white-space: nowrap;
}
.break-all
{
    word-break: break-all;
}
.break-keep
{
    word-break: keep-all;
}
.rounded-none
{
    border-radius: 0px;
}
.rounded-sm
{
    border-radius: 0.125rem;
}
.rounded-md
{
    border-radius: 0.375rem;
}
.rounded-lg
{
    border-radius: 0.5rem;
}
.rounded-xl
{
    border-radius: 0.75rem;
}
.rounded-2xl
{
    border-radius: 1rem;
}
.rounded-3xl
{
    border-radius: 1.5rem;
}
.rounded-full
{
    border-radius: 9999px;
}
.rounded
{
    border-radius: 0.25rem;
}
.rounded-t-none
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.rounded-t-sm
{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}
.rounded-t
{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.rounded-t-md
{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.rounded-t-lg
{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-xl
{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-t-2xl
{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-t-3xl
{
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-t-full
{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}
.rounded-r-none
{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.rounded-r-sm
{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
}
.rounded-r
{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.rounded-r-md
{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.rounded-r-lg
{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-r-xl
{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.rounded-r-2xl
{
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.rounded-r-3xl
{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.rounded-r-full
{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.rounded-b-none
{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rounded-b-sm
{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.rounded-b
{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-b-md
{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-b-lg
{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl
{
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-b-2xl
{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-b-3xl
{
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-b-full
{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-l-none
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rounded-l-sm
{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
}
.rounded-l
{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.rounded-l-md
{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-l-lg
{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-l-xl
{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-l-2xl
{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-l-3xl
{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-l-full
{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-tl-none
{
    border-top-left-radius: 0px;
}
.rounded-tl-sm
{
    border-top-left-radius: 0.125rem;
}
.rounded-tl
{
    border-top-left-radius: 0.25rem;
}
.rounded-tl-md
{
    border-top-left-radius: 0.375rem;
}
.rounded-tl-lg
{
    border-top-left-radius: 0.5rem;
}
.rounded-tl-xl
{
    border-top-left-radius: 0.75rem;
}
.rounded-tl-2xl
{
    border-top-left-radius: 1rem;
}
.rounded-tl-3xl
{
    border-top-left-radius: 1.5rem;
}
.rounded-tl-full
{
    border-top-left-radius: 9999px;
}
.rounded-tr-none
{
    border-top-right-radius: 0px;
}
.rounded-tr-sm
{
    border-top-right-radius: 0.125rem;
}
.rounded-tr
{
    border-top-right-radius: 0.25rem;
}
.rounded-tr-md
{
    border-top-right-radius: 0.375rem;
}
.rounded-tr-lg
{
    border-top-right-radius: 0.5rem;
}
.rounded-tr-xl
{
    border-top-right-radius: 0.75rem;
}
.rounded-tr-2xl
{
    border-top-right-radius: 1rem;
}
.rounded-tr-3xl
{
    border-top-right-radius: 1.5rem;
}
.rounded-tr-full
{
    border-top-right-radius: 9999px;
}
.rounded-br-none
{
    border-bottom-right-radius: 0px;
}
.rounded-br-sm
{
    border-bottom-right-radius: 0.125rem;
}
.rounded-br
{
    border-bottom-right-radius: 0.25rem;
}
.rounded-br-md
{
    border-bottom-right-radius: 0.375rem;
}
.rounded-br-lg
{
    border-bottom-right-radius: 0.5rem;
}
.rounded-br-xl
{
    border-bottom-right-radius: 0.75rem;
}
.rounded-br-2xl
{
    border-bottom-right-radius: 1rem;
}
.rounded-br-3xl
{
    border-bottom-right-radius: 1.5rem;
}
.rounded-br-full
{
    border-bottom-right-radius: 9999px;
}
.rounded-bl-none
{
    border-bottom-left-radius: 0px;
}
.rounded-bl-sm
{
    border-bottom-left-radius: 0.125rem;
}
.rounded-bl
{
    border-bottom-left-radius: 0.25rem;
}
.rounded-bl-md
{
    border-bottom-left-radius: 0.375rem;
}
.rounded-bl-lg
{
    border-bottom-left-radius: 0.5rem;
}
.rounded-bl-xl
{
    border-bottom-left-radius: 0.75rem;
}
.rounded-bl-2xl
{
    border-bottom-left-radius: 1rem;
}
.rounded-bl-3xl
{
    border-bottom-left-radius: 1.5rem;
}
.rounded-bl-full
{
    border-bottom-left-radius: 9999px;
}
.border
{
    border-width: 1px;
}
.border-x
{
    border-left-width: 1px;
    border-right-width: 1px;
}
.border-y
{
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-t
{
    border-top-width: 1px;
}
.border-double
{
    border-style: double;
}
.border-hidden
{
    border-style: hidden;
}
.border-white\/10
{
    border-color: rgb(255 255 255 / 0.1);
}
.bg-black
{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent
{
    background-color: transparent;
}
.bg-primary\/40
{
    background-color: rgb(0 98 47 / 0.4);
}
.bg-white
{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-secondary
{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(129 48 35 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100
{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white\/80
{
    background-color: rgb(255 255 255 / 0.8);
}
.bg-gradient-to-b
{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-none
{
    background-image: none;
}
.bg-gradient-to-t
{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/50
{
    --tw-gradient-from: rgb(0 0 0 / 0.5);
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/20
{
    --tw-gradient-from: rgb(0 98 47 / 0.2);
    --tw-gradient-to: rgb(0 98 47 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/0
{
    --tw-gradient-to: rgb(0 0 0 / 0);
}
.to-primary\/60
{
    --tw-gradient-to: rgb(0 98 47 / 0.6);
}
.decoration-slice
{
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
}
.box-decoration-slice
{
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
}
.bg-auto
{
    background-size: auto;
}
.bg-cover
{
    background-size: cover;
}
.bg-center
{
    background-position: center;
}
.bg-no-repeat
{
    background-repeat: no-repeat;
}
.bg-repeat-round
{
    background-repeat: round;
}
.bg-repeat-space
{
    background-repeat: space;
}
.fill-none
{
    fill: none;
}
.stroke-none
{
    stroke: none;
}
.p-3
{
    padding: 0.75rem;
}
.p-2
{
    padding: 0.5rem;
}
.p-6
{
    padding: 1.5rem;
}
.py-14
{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.py-6
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.px-2
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.py-16
{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.px-6
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-8
{
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-2
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pb-2
{
    padding-bottom: 0.5rem;
}
.text-center
{
    text-align: center;
}
.text-start
{
    text-align: start;
}
.text-end
{
    text-align: end;
}
.align-sub
{
    vertical-align: sub;
}
.align-super
{
    vertical-align: super;
}
.font-display
{
    font-family: Rosario, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.font-sans
{
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.text-3xl
{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-lg
{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl
{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-6xl
{
    font-size: 3.75rem;
    line-height: 1;
}
.text-2xl
{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-base
{
    font-size: 1rem;
    line-height: 1.5rem;
}
.font-bold
{
    font-weight: 700;
}
.font-thin
{
    font-weight: 100;
}
.font-extralight
{
    font-weight: 200;
}
.font-semibold
{
    font-weight: 600;
}
.font-medium
{
    font-weight: 500;
}
.uppercase
{
    text-transform: uppercase;
}
.lowercase
{
    text-transform: lowercase;
}
.capitalize
{
    text-transform: capitalize;
}
.italic
{
    font-style: italic;
}
.not-italic
{
    font-style: normal;
}
.leading-relaxed
{
    line-height: 1.625;
}
.leading-tight
{
    line-height: 1.25;
}
.leading-normal
{
    line-height: 1.5;
}
.text-white
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-400
{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-black
{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\!text-white
{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-dark
{
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-primary
{
    --tw-text-opacity: 1;
    color: rgb(0 98 47 / var(--tw-text-opacity));
}
.text-gray-900
{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[var\(--section-element-text-color\)\]
{
    color: var(--section-element-text-color);
}
.underline
{
    text-decoration-line: underline;
}
.antialiased
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0
{
    opacity: 0;
}
.\!opacity-100
{
    opacity: 1 !important;
}
.opacity-100
{
    opacity: 1;
}
.opacity-40
{
    opacity: 0.4;
}
.opacity-80
{
    opacity: 0.8;
}
.mix-blend-plus-lighter
{
    mix-blend-mode: plus-lighter;
}
.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
{
    --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-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-none
{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.outline
{
    outline-style: solid;
}
.outline-black
{
    outline-color: #000;
}
.outline-white
{
    outline-color: #fff;
}
.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
{
    --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(3px + 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-inset
{
    --tw-ring-inset: inset;
}
.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;
}
.ring-offset-0
{
    --tw-ring-offset-width: 0px;
}
.blur-none
{
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-0
{
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur
{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale
{
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert
{
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter
{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md
{
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter
{
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all
{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.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-colors
{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-500
{
    transition-duration: 500ms;
}
.duration-200
{
    transition-duration: 200ms;
}
.duration-150
{
    transition-duration: 150ms;
}
.duration-300
{
    transition-duration: 300ms;
}
.ease-out
{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in
{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.\[k\:K\]
{
    k: K;
}
.bg-pos--top
   {
      background-position: top center !important;
   }
.bg-pos--center
   {
      background-position: center center !important;
   }
.bg-pos--bottom
   {
      background-position: bottom center !important;
   }
.background-image,
.responsive-bg-image
{
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
.background-image--contain,
   .responsive-bg-image--contain
   {
      background-size: contain;
   }
html.no-touchevents .background-image--fixed
{
   background-attachment: fixed;
}
.responsive-bg-image .ghost-img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: auto;
    width: 100%;
    opacity: 0;
      content-visibility: auto;
}
.responsive-bg-image.has-image-overlay::before
      {
         content: "";
         display: block;
         position: absolute;
         z-index: 3;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         pointer-events: none;
         background: var(--image-overlay-color);
      }
.button
{
    --button-padding-x:         1.15rem;
    --button-padding-y:         .65rem;
    --button-color:             white;
    --button-font-size:         1rem;
    --button-bg:                #00622f;
    --button-border-color:      var(--button-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border-width: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;

    padding: var(--button-padding-y) var(--button-padding-x);
    font-size: var(--button-font-size);
    color: var(--button-color);
    border-color: var(--button-border-color);
    background-color: var(--button-bg);
}
.button:focus,
    .button:hover
{
    --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);
}
.button.button-sm
    {
        --button-font-size: 0.85rem;
        --button-padding-x: 0.5rem;
        --button-padding-y: 0.15rem;
    }
.button.button-lg
    {
        --button-font-size: 1.125rem;
        --button-padding-x: 1.5rem;
        --button-padding-y: .85rem;
    }
.button-primary:hover
        {
            --button-bg:            rgb(0 98 47 / 80%);
            --button-border-color:  transparent;
        }
.button-secondary
    {
        --button-bg:                #813023;
        --button-color:             white;
    }
.button-secondary:hover
        {
            --button-bg:            rgb(129 48 35 / 80%);
            --button-color:         #f9fafb;
        }
.button-dark
    {
        --button-bg:                black;
        --button-color:             white;
    }
.button-dark:hover
        {
            --button-bg:            #111827;
            --button-color:         #f9fafb;
        }
.button-white
    {
        --button-bg:                white;
        --button-color:             #111827;
    }
.button-white:hover
        {
            --button-bg:            #111827;
            --button-color:         white;
        }
.button-outline-primary
    {
        --button-bg:                transparent;
        --button-border-color:      #00622f;
        --button-color:             #00622f;
    }
.button-outline-primary:hover
        {
            --button-bg:            #00622f;
            --button-border-color:  #00622f;
            --button-color:         white;
        }
.button-outline-secondary
    {
        --button-bg:                transparent;
        --button-border-color:      #813023;
        --button-color:             #813023;
    }
.button-outline-secondary:hover
        {
            --button-bg:            #813023;
            --button-border-color:  #813023;
            --button-color:         white;
        }
.button-outline-dark
    {
        --button-bg:                transparent;
        --button-border-color:      black;
        --button-color:             black;
    }
.button-outline-dark:hover
        {
            --button-bg:            black;
            --button-border-color:  black;
            --button-color:         white;
        }
.button-outline-white
    {
        --button-bg:                transparent;
        --button-border-color:      white;
        --button-color:             white;
    }
.button-outline-white:hover
        {
            --button-bg:            white;
            --button-border-color:  white;
            --button-color:         black;
        }
[x-cloak]
{
    display: none !important;
}
.content-element * + *
{
    margin-top: 1rem;
}
.hover\:bg-gray-800:hover
{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hover\:bg-secondary\/10:hover
{
    background-color: rgb(129 48 35 / 0.1);
}
.hover\:bg-gray-900\/40:hover
{
    background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-gray-200:hover
{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:text-gray-100:hover
{
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}
.hover\:\!text-secondary:hover
{
    --tw-text-opacity: 1 !important;
    color: rgb(129 48 35 / var(--tw-text-opacity)) !important;
}
.hover\:text-secondary:hover
{
    --tw-text-opacity: 1;
    color: rgb(129 48 35 / var(--tw-text-opacity));
}
.group\/menu-item:hover .group-hover\/menu-item\:w-1\/2
{
    width: 50%;
}
.group\/service:hover .group-hover\/service\:translate-x-0
{
    --tw-translate-x: 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));
}
.group:hover .group-hover\:rotate-6
{
    --tw-rotate: 6deg;
    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-110
{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.group\/category:hover .group-hover\/category\:scale-110
{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.group:hover .group-hover\:text-white\/80
{
    color: rgb(255 255 255 / 0.8);
}
.group\/service:hover .group-hover\/service\:text-secondary
{
    --tw-text-opacity: 1;
    color: rgb(129 48 35 / var(--tw-text-opacity));
}
.group\/menu-item:hover .group-hover\/menu-item\:opacity-40
{
    opacity: 0.4;
}
.group:hover .group-hover\:opacity-100
{
    opacity: 1;
}
.group\/menu-item-link:focus .group-focus\/menu-item-link\:w-full
{
    width: 100%;
}
.group\/menu-item-link:focus .group-focus\/menu-item-link\:opacity-100
{
    opacity: 1;
}
.group\/menu-item.current-menu-item .group-\[\.current-menu-item\]\/menu-item\:w-full
{
    width: 100%;
}
.group\/menu-item.current-menu-item .group-\[\.current-menu-item\]\/menu-item\:opacity-100
{
    opacity: 1;
}
.peer:checked ~ .peer-checked\:max-h-fit
{
    max-height: -moz-fit-content;
    max-height: fit-content;
}
html.logged-in .admin\:top-8
{
    top: 2rem;
}
body.scrolling .scrolling\:block
{
    display: block;
}
body.scrolling .scrolling\:hidden
{
    display: none;
}
body.scrolling .scrolling\:bg-black\/50
{
    background-color: rgb(0 0 0 / 0.5);
}
body.scrolling .scrolling\:backdrop-blur-md
{
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media not all and (min-width: 768px)
{
    .max-md\:pointer-events-none
{
        pointer-events: none;
    }
    .max-md\:fixed
{
        position: fixed;
    }
    .max-md\:inset-4
{
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
    }
    .max-md\:flex
{
        display: flex;
    }
    .max-md\:h-full
{
        height: 100%;
    }
    .max-md\:max-h-0
{
        max-height: 0px;
    }
    .max-md\:flex-col
{
        flex-direction: column;
    }
    .max-md\:justify-between
{
        justify-content: space-between;
    }
    .max-md\:divide-y > :not([hidden]) ~ :not([hidden])
{
        --tw-divide-y-reverse: 0;
        border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    }
    .max-md\:divide-dark\/40 > :not([hidden]) ~ :not([hidden])
{
        border-color: rgb(17 24 39 / 0.4);
    }
    .max-md\:overflow-auto
{
        overflow: auto;
    }
    .max-md\:overflow-hidden
{
        overflow: hidden;
    }
    .max-md\:bg-white
{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    .max-md\:py-16
{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .max-md\:px-8
{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .max-md\:py-2
{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    html.logged-in .max-md\:admin\:top-14
{
        top: 3.5rem;
    }
    @media (min-height: 600px)
{
        .max-md\:tall\:justify-center
{
            justify-content: center;
        }
    }
}
@media (min-width: 640px)
{
    .sm\:mt-0
{
        margin-top: 0px;
    }
    .sm\:grid
{
        display: grid;
    }
    .sm\:hidden
{
        display: none;
    }
    .sm\:aspect-auto
{
        aspect-ratio: auto;
    }
    .sm\:aspect-square
{
        aspect-ratio: 1 / 1;
    }
    .sm\:aspect-video
{
        aspect-ratio: 16 / 9;
    }
    .sm\:aspect-1by1
{
        aspect-ratio: 1/1;
    }
    .sm\:aspect-4by3
{
        aspect-ratio: 4/3;
    }
    .sm\:aspect-5by4
{
        aspect-ratio: 5/4;
    }
    .sm\:aspect-16by9
{
        aspect-ratio: 16/6;
    }
    .sm\:aspect-\[5\/4\]
{
        aspect-ratio: 5/4;
    }
    .sm\:max-h-fit
{
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .sm\:min-w-fit
{
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    .sm\:cursor-default
{
        cursor: default;
    }
    .sm\:grid-cols-1
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2
{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3
{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-4
{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .sm\:grid-cols-5
{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .sm\:grid-cols-6
{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .sm\:grid-cols-7
{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .sm\:grid-cols-8
{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .sm\:grid-cols-9
{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .sm\:grid-cols-10
{
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .sm\:grid-cols-11
{
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .sm\:grid-cols-12
{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:grid-cols-100
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:grid-cols-2575
{
        grid-template-columns: 25fr 75fr;
    }
    .sm\:grid-cols-3466
{
        grid-template-columns: 34fr 66fr;
    }
    .sm\:grid-cols-5050
{
        grid-template-columns: 50fr 50fr;
    }
    .sm\:grid-cols-6634
{
        grid-template-columns: 66fr 34fr;
    }
    .sm\:grid-cols-7525
{
        grid-template-columns: 75fr 25fr;
    }
    .sm\:grid-cols-252550
{
        grid-template-columns: 25fr 25fr 50fr;
    }
    .sm\:grid-cols-255025
{
        grid-template-columns: 25fr 50fr 25fr;
    }
    .sm\:grid-cols-333333
{
        grid-template-columns: 33fr 33fr 33fr;
    }
    .sm\:grid-cols-502525
{
        grid-template-columns: 50fr 25fr 25fr;
    }
    .sm\:grid-cols-none
{
        grid-template-columns: none;
    }
    .sm\:gap-16
{
        gap: 4rem;
    }
    .sm\:gap-8
{
        gap: 2rem;
    }
    .sm\:overflow-visible
{
        overflow: visible;
    }
    .sm\:p-0
{
        padding: 0px;
    }
    .sm\:py-20
{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sm\:px-0
{
        padding-left: 0px;
        padding-right: 0px;
    }
    .sm\:hover\:bg-transparent:hover
{
        background-color: transparent;
    }
}
@media (min-width: 768px)
{
    .md\:col-span-6
{
        grid-column: span 6 / span 6;
    }
    .md\:flex
{
        display: flex;
    }
    .md\:hidden
{
        display: none;
    }
    .md\:aspect-auto
{
        aspect-ratio: auto;
    }
    .md\:aspect-square
{
        aspect-ratio: 1 / 1;
    }
    .md\:aspect-video
{
        aspect-ratio: 16 / 9;
    }
    .md\:aspect-1by1
{
        aspect-ratio: 1/1;
    }
    .md\:aspect-4by3
{
        aspect-ratio: 4/3;
    }
    .md\:aspect-5by4
{
        aspect-ratio: 5/4;
    }
    .md\:aspect-16by9
{
        aspect-ratio: 16/6;
    }
    .md\:h-auto
{
        height: auto;
    }
    .md\:flex-1
{
        flex: 1 1 0%;
    }
    .md\:scale-100
{
        --tw-scale-x: 1;
        --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));
    }
    .md\:grid-cols-1
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2
{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3
{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4
{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5
{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .md\:grid-cols-6
{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .md\:grid-cols-7
{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .md\:grid-cols-8
{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .md\:grid-cols-9
{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .md\:grid-cols-10
{
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .md\:grid-cols-11
{
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .md\:grid-cols-12
{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:grid-cols-100
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:grid-cols-2575
{
        grid-template-columns: 25fr 75fr;
    }
    .md\:grid-cols-3466
{
        grid-template-columns: 34fr 66fr;
    }
    .md\:grid-cols-5050
{
        grid-template-columns: 50fr 50fr;
    }
    .md\:grid-cols-6634
{
        grid-template-columns: 66fr 34fr;
    }
    .md\:grid-cols-7525
{
        grid-template-columns: 75fr 25fr;
    }
    .md\:grid-cols-252550
{
        grid-template-columns: 25fr 25fr 50fr;
    }
    .md\:grid-cols-255025
{
        grid-template-columns: 25fr 50fr 25fr;
    }
    .md\:grid-cols-333333
{
        grid-template-columns: 33fr 33fr 33fr;
    }
    .md\:grid-cols-502525
{
        grid-template-columns: 50fr 25fr 25fr;
    }
    .md\:grid-cols-none
{
        grid-template-columns: none;
    }
    .md\:justify-start
{
        justify-content: flex-start;
    }
    .md\:space-x-10 > :not([hidden]) ~ :not([hidden])
{
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:space-x-6 > :not([hidden]) ~ :not([hidden])
{
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .md\:text-white
{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .md\:opacity-100
{
        opacity: 1;
    }
}
@media (min-width: 1024px)
{
    .lg\:left-1\/2
{
        left: 50%;
    }
    .lg\:col-span-7
{
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-5
{
        grid-column: span 5 / span 5;
    }
    .lg\:ml-0
{
        margin-left: 0px;
    }
    .lg\:block
{
        display: block;
    }
    .lg\:hidden
{
        display: none;
    }
    .lg\:aspect-auto
{
        aspect-ratio: auto;
    }
    .lg\:aspect-square
{
        aspect-ratio: 1 / 1;
    }
    .lg\:aspect-video
{
        aspect-ratio: 16 / 9;
    }
    .lg\:aspect-1by1
{
        aspect-ratio: 1/1;
    }
    .lg\:aspect-4by3
{
        aspect-ratio: 4/3;
    }
    .lg\:aspect-5by4
{
        aspect-ratio: 5/4;
    }
    .lg\:aspect-16by9
{
        aspect-ratio: 16/6;
    }
    .lg\:w-0
{
        width: 0px;
    }
    .lg\:flex-initial
{
        flex: 0 1 auto;
    }
    .lg\:-translate-x-1\/2
{
        --tw-translate-x: -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));
    }
    .lg\:grid-cols-1
{
        grid-template-columns: repeat(1, 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-5
{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-6
{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .lg\:grid-cols-7
{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .lg\:grid-cols-8
{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .lg\:grid-cols-9
{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:grid-cols-10
{
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .lg\:grid-cols-11
{
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .lg\:grid-cols-12
{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-100
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lg\:grid-cols-2575
{
        grid-template-columns: 25fr 75fr;
    }
    .lg\:grid-cols-3466
{
        grid-template-columns: 34fr 66fr;
    }
    .lg\:grid-cols-5050
{
        grid-template-columns: 50fr 50fr;
    }
    .lg\:grid-cols-6634
{
        grid-template-columns: 66fr 34fr;
    }
    .lg\:grid-cols-7525
{
        grid-template-columns: 75fr 25fr;
    }
    .lg\:grid-cols-252550
{
        grid-template-columns: 25fr 25fr 50fr;
    }
    .lg\:grid-cols-255025
{
        grid-template-columns: 25fr 50fr 25fr;
    }
    .lg\:grid-cols-333333
{
        grid-template-columns: 33fr 33fr 33fr;
    }
    .lg\:grid-cols-502525
{
        grid-template-columns: 50fr 25fr 25fr;
    }
    .lg\:grid-cols-none
{
        grid-template-columns: none;
    }
    .lg\:gap-10
{
        gap: 2.5rem;
    }
    .lg\:p-2
{
        padding: 0.5rem;
    }
    .lg\:text-2xl
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:hover\:bg-blue-500:hover
{
        --tw-bg-opacity: 1;
        background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    }
    body:not(.scrolling) .not-scrolling\:lg\:absolute
{
        position: absolute;
    }
    body:not(.scrolling) .not-scrolling\:lg\:-top-12
{
        top: -3rem;
    }
    body:not(.scrolling) .not-scrolling\:lg\:left-0
{
        left: 0px;
    }
    body:not(.scrolling) .not-scrolling\:lg\:h-36
{
        height: 9rem;
    }
    body:not(.scrolling) .not-scrolling\:lg\:w-32
{
        width: 8rem;
    }
    body:not(.scrolling) .not-scrolling\:lg\:bg-white
{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
    body:not(.scrolling) .not-scrolling\:lg\:p-4
{
        padding: 1rem;
    }
    body:not(.scrolling) .not-scrolling\:lg\: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);
    }
}
@media (min-width: 1280px)
{
    .xl\:col-span-8
{
        grid-column: span 8 / span 8;
    }
    .xl\:col-span-4
{
        grid-column: span 4 / span 4;
    }
    .xl\:aspect-auto
{
        aspect-ratio: auto;
    }
    .xl\:aspect-square
{
        aspect-ratio: 1 / 1;
    }
    .xl\:aspect-video
{
        aspect-ratio: 16 / 9;
    }
    .xl\:aspect-1by1
{
        aspect-ratio: 1/1;
    }
    .xl\:aspect-4by3
{
        aspect-ratio: 4/3;
    }
    .xl\:aspect-5by4
{
        aspect-ratio: 5/4;
    }
    .xl\:aspect-16by9
{
        aspect-ratio: 16/6;
    }
    .xl\:grid-cols-1
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:grid-cols-2
{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3
{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4
{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:grid-cols-5
{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .xl\:grid-cols-6
{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .xl\:grid-cols-7
{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
    .xl\:grid-cols-8
{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .xl\:grid-cols-9
{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .xl\:grid-cols-10
{
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
    .xl\:grid-cols-11
{
        grid-template-columns: repeat(11, minmax(0, 1fr));
    }
    .xl\:grid-cols-12
{
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .xl\:grid-cols-100
{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .xl\:grid-cols-2575
{
        grid-template-columns: 25fr 75fr;
    }
    .xl\:grid-cols-3466
{
        grid-template-columns: 34fr 66fr;
    }
    .xl\:grid-cols-5050
{
        grid-template-columns: 50fr 50fr;
    }
    .xl\:grid-cols-6634
{
        grid-template-columns: 66fr 34fr;
    }
    .xl\:grid-cols-7525
{
        grid-template-columns: 75fr 25fr;
    }
    .xl\:grid-cols-252550
{
        grid-template-columns: 25fr 25fr 50fr;
    }
    .xl\:grid-cols-255025
{
        grid-template-columns: 25fr 50fr 25fr;
    }
    .xl\:grid-cols-333333
{
        grid-template-columns: 33fr 33fr 33fr;
    }
    .xl\:grid-cols-502525
{
        grid-template-columns: 50fr 25fr 25fr;
    }
    .xl\:grid-cols-none
{
        grid-template-columns: none;
    }
    .xl\:gap-24
{
        gap: 6rem;
    }
    .xl\:gap-8
{
        gap: 2rem;
    }
    .xl\:space-x-10 > :not([hidden]) ~ :not([hidden])
{
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
    .xl\:p-8
{
        padding: 2rem;
    }
}
@media (min-width: 1536px)
{
    .\32xl\:grid-cols-8
{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-9
{
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .\32xl\:grid-cols-10
{
        grid-template-columns: repeat(10, minmax(0, 1fr));
    }
}
.\[\&\>div\>a\]\:text-white\/40>div>a
{
    color: rgb(255 255 255 / 0.4);
}
.\[\&\>div\>a\:hover\]\:text-white>div>a:hover
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\:nth-child\(even\)\>\.quote-icon\]\:order-2:nth-child(even)>.quote-icon
{
    order: 2;
}