*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
    --tw-ring-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Work Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
@media (min-width: 640px){

    .container{
        max-width: 640px;
    }
}
@media (min-width: 800px){

    .container{
        max-width: 800px;
    }
}
@media (min-width: 1024px){

    .container{
        max-width: 1024px;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
    }
}
.fluid-container{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .fluid-container{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .fluid-container{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .fluid-container{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .fluid-container{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

        .fluid-container{
            max-width: 1280px;
        }
    }
}
@media (min-width: 1024px){

    .fluid-container{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
p + .wp-block-buttons{
    margin-top: 1rem;
}
.wp-block-button.is-style-primary a.has-avocado-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary a.has-avocado-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button.is-style-primary a.has-coconut-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary a.has-coconut-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button.is-style-primary a.has-grapefruit-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 85, 79, 1);
    background-color: rgba(229, 85, 79, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary a.has-grapefruit-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 85, 79, 1);
    background-color: rgba(229, 85, 79, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-button.is-style-outline a{
    border-width: 1px;
}
.wp-block-button.is-style-nav a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.wp-block-button.is-style-nav a.has-green-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-nav a.has-green-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-columns.is-style-loose{
    gap: 5rem !important;
}
.wp-block-cover + .wp-block-heading{
    margin-top: 2rem;
}
.wp-block-image + .wp-block-heading{
    margin-top: 2rem;
}
p + .wp-block-heading{
    margin-top: 1rem;
}
.wp-block-heading.is-style-2xl{
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
}
@media (min-width: 800px){

    .wp-block-heading.is-style-2xl{
        font-size: 3rem;
        line-height: 1;
    }
}
.wp-block-heading.is-style-2xl {
        font-family: "Fraunces", serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        line-height: 1.3em;
        font-variation-settings:
                "SOFT" 100,
                "WONK" 1;
    }
.wp-block-heading.is-style-xl{
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
@media (min-width: 800px){

    .wp-block-heading.is-style-xl{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.wp-block-heading.is-style-xl {
        font-family: "Fraunces", serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-variation-settings:
                "SOFT" 100,
                "WONK" 1;
    }
.wp-block-heading.is-style-lg{
    margin-bottom: 1rem;
    font-family: Fraunces, serif;
    font-size: 1.5rem;
    line-height: 2rem;
}
.wp-block-heading.is-style-md{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.wp-block-heading.is-style-sm{
    margin-bottom: 1rem;
}
.wp-block-heading.is-style-xs{
    margin-bottom: 1rem;
}
.wp-block-heading + p{
    margin-bottom: 1rem;
}
.wp-block-image.is-style-responsive{
    height: 100%;
}
.wp-block-image.is-style-responsive img{
    height: 100%;
}
.wp-block-media-text.is-style-rounded img{
    border-radius: 25px;
}
@media not all and (min-width: 800px){

    .wp-block-media-text__content{
        padding: 0px !important;
    }
}
.wp-block-media-text__content{
    padding-right: 0px !important;
}
.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 0px !important;
    padding-right: 8% !important;
}
@media not all and (min-width: 800px){

    .wp-block-media-text.is-stacked-on-mobile{
        gap: 2rem;
    }
}
p{
    line-height: 1.625;
}
p.has-medium-font-size{
    line-height: 1.625;
}
.wp-block-image + p{
    margin-top: 2rem;
}
p + p{
    margin-top: 1rem;
}
p a{
    text-decoration-line: underline;
}
@media (min-width: 800px){

    p.is-style-two-column{
        -moz-columns: 2;
             columns: 2;
        gap: 3rem;
    }
}
p.is-style-2xl{
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 1;
        font-family: "Fraunces", serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-variation-settings:
                "SOFT" 100,
                "WONK" 1;
}
p.is-style-xl{
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
        font-family: "Fraunces", serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-variation-settings:
                "SOFT" 100,
                "WONK" 1;
}
p.is-style-lg{
    margin-bottom: 1rem;
    font-family: Fraunces, serif;
    font-size: 1.5rem;
    line-height: 2rem;
}
p.is-style-md{
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
p.is-style-sm{
    margin-bottom: 1rem;
}
p.is-style-xs{
    margin-bottom: 1rem;
}
.accordion__item {
    }
.accordion__header{
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.accordion--large .accordion__header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.accordion__target{
    z-index: 10;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.75rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.accordion__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(51, 85, 37, 1);
    color: rgba(51, 85, 37, var(--tw-text-opacity, 1));
}
.accordion--large .accordion__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.accordion__body{
    height: 0px;
    overflow: hidden;
        transition: height .25s ease-in;
}
.accordion__padding{
    position: relative;
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1024px){

    .accordion__padding{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.accordion__icon-wrap{
    display: flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-text-opacity: 1;
    color: rgba(51, 85, 37, 1);
    color: rgba(51, 85, 37, var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.accordion__icon-wrap:hover .accordion__icon{
    --tw-text-opacity: 1;
    color: rgba(151, 179, 0, 1);
    color: rgba(151, 179, 0, var(--tw-text-opacity, 1));
}
.accordion__icon{
    font-size: 1.875rem;
    line-height: 2.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.accordion__icon--expanded{
    display: none;
}
.accordion__item--active .accordion__icon--expanded{
    display: block;
}
.accordion__item--active .accordion__icon--collapsed{
    display: none;
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.bottle{
    position: relative;
}
.bottle__overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.bottle__overlay-img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.bottle__overlay-img--desktop{
    display: none;
}
@media (min-width: 800px){

    .bottle__overlay-img--desktop{
        display: block;
    }

    .bottle__overlay-img--mobile{
        display: none;
    }
}
.bottle__bg{
    position: relative;
    z-index: 0;
}
.box{
    position: relative;
    overflow: clip;
}
.box--padding-loose{
    padding: 3rem;
}
@media (min-width: 800px){

    .box--padding-loose{
        padding: 5rem;
    }
}
.box--padding-tight{
    padding: 2rem;
}
@media (min-width: 800px){

    .box--padding-tight{
        padding: 3rem;
    }
}
.box--style-rounded{
    border-radius: 25px;
}
.box--bg-color {
    }
.box__inner{
    position: relative;
    z-index: 10;
}
.box__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.box__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.grid {
    display: grid;
}
.grid__item{
    width: 100%;
}
.grid--align-start{
    align-items: flex-start;
}
.grid--align-center{
    align-items: center;
}
.grid--align-end{
    align-items: flex-end;
}
.grid--align-stretch{
    align-items: stretch;
}
.grid--gap-none {}
.grid--gap-small{
    gap: 0.5rem;
}
@media (min-width: 1280px){

    .grid--gap-small{
        gap: 1rem;
    }
}
.grid--gap-normal{
    gap: 1rem;
}
@media (min-width: 1280px){

    .grid--gap-normal{
        gap: 2rem;
    }
}
.grid--gap-large{
    gap: 2rem;
}
@media (min-width: 1280px){

    .grid--gap-large{
        gap: 4rem;
    }
}
/* set up column widths per breakpoint & rows setting */
.grid--cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
        }
.grid--cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
        }
.grid--cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        }
.grid--cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
        }
.grid--cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        }
.grid--cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
        }
.grid--cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-7{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-7{
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
        }
.grid--cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 800px) {
            .grid--cols-md-8{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-8{
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
        }
.hero{
    position: relative;
    overflow: hidden;
}
.hero__sizer{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .hero__sizer{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .hero__sizer{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .hero__sizer{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .hero__sizer{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

        .hero__sizer{
            max-width: 1280px;
        }
    }
}
@media (min-width: 1024px){

    .hero__sizer{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.hero__sizer{
    position: relative;
    z-index: 30;
    height: 85vh;
}
.hero__alignment{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}
@media (min-width: 800px){

    .hero--alignment-left .hero__alignment{
        width: 50%;
        align-items: center;
    }
}
.hero--alignment-right .hero__alignment{
    margin-left: auto;
}
@media (min-width: 800px){

    .hero--alignment-right .hero__alignment{
        width: 50%;
        align-items: center;
    }
}
.hero--alignment-top .hero__alignment{
    align-items: flex-start;
}
.hero--alignment-bottom .hero__alignment{
    align-items: flex-end;
}
.hero__content{
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.hero__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.hero__overlay{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.hero__media{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.hero__media video, .hero__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero__media--desktop{
    display: none;
}
@media (min-width: 800px){

    .hero__media--desktop{
        display: block;
    }

    .hero__media--mobile{
        display: none;
    }
}
.has-overlay-color-none .hero__overlay {
    }
.has-overlay-color-light .hero__overlay{
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.has-overlay-color-dark .hero__overlay{
    --tw-gradient-to: #1E1E1E var(--tw-gradient-to-position);
}
.has-overlay-color-coconut .hero__overlay{
    --tw-gradient-to: #FDFBF6 var(--tw-gradient-to-position);
}
.has-overlay-color-cucumber .hero__overlay{
    --tw-gradient-to: #55951B var(--tw-gradient-to-position);
}
.has-overlay-color-cucumber-light .hero__overlay{
    --tw-gradient-to: #D6E2C8 var(--tw-gradient-to-position);
}
.has-overlay-color-avocado .hero__overlay{
    --tw-gradient-to: #335525 var(--tw-gradient-to-position);
}
.has-overlay-color-avocado-light .hero__overlay{
    --tw-gradient-to: #C9D1C4 var(--tw-gradient-to-position);
}
.has-overlay-color-kale .hero__overlay{
    --tw-gradient-to: #97B300 var(--tw-gradient-to-position);
}
.has-overlay-color-kale-light .hero__overlay{
    --tw-gradient-to: #E7EAC8 var(--tw-gradient-to-position);
}
.has-overlay-color-strawberry .hero__overlay{
    --tw-gradient-to: #E03E52 var(--tw-gradient-to-position);
}
.has-overlay-color-strawberry-light .hero__overlay{
    --tw-gradient-to: #F8D3D0 var(--tw-gradient-to-position);
}
.has-overlay-color-chocolate .hero__overlay{
    --tw-gradient-to: #653818 var(--tw-gradient-to-position);
}
.has-overlay-color-chocolate-light .hero__overlay{
    --tw-gradient-to: #D6C9C0 var(--tw-gradient-to-position);
}
.has-overlay-color-hazelnut .hero__overlay{
    --tw-gradient-to: #D3BC8D var(--tw-gradient-to-position);
}
.has-overlay-color-hazelnut-light .hero__overlay{
    --tw-gradient-to: #E8DCC7 var(--tw-gradient-to-position);
}
.has-overlay-color-tangerine .hero__overlay{
    --tw-gradient-to: #FF8D1E var(--tw-gradient-to-position);
}
.has-overlay-color-tangerine-light .hero__overlay{
    --tw-gradient-to: #FFE4CA var(--tw-gradient-to-position);
}
.has-overlay-color-pomegranate .hero__overlay{
    --tw-gradient-to: #991E66 var(--tw-gradient-to-position);
}
.has-overlay-color-pomegranate-light .hero__overlay{
    --tw-gradient-to: #E4C9D5 var(--tw-gradient-to-position);
}
.has-overlay-color-guava .hero__overlay{
    --tw-gradient-to: #E24585 var(--tw-gradient-to-position);
}
.has-overlay-color-guava-light .hero__overlay{
    --tw-gradient-to: #F7D5DD var(--tw-gradient-to-position);
}
.has-overlay-color-grapefruit .hero__overlay{
    --tw-gradient-to: #E5554F var(--tw-gradient-to-position);
}
.has-overlay-color-grapefruit-light .hero__overlay{
    --tw-gradient-to: #F9D7D0 var(--tw-gradient-to-position);
}
.has-overlay-color-cherry .hero__overlay{
    --tw-gradient-to: #D22730 var(--tw-gradient-to-position);
}
.has-overlay-color-cherry-light .hero__overlay{
    --tw-gradient-to: #FACDC5 var(--tw-gradient-to-position);
}
.has-overlay-color-banana .hero__overlay{
    --tw-gradient-to: #F2CD00 var(--tw-gradient-to-position);
}
.has-overlay-color-banana-light .hero__overlay{
    --tw-gradient-to: #FEF1CB var(--tw-gradient-to-position);
}
.has-overlay-color-grape .hero__overlay{
    --tw-gradient-to: #44499C var(--tw-gradient-to-position);
}
.has-overlay-color-grape-light .hero__overlay{
    --tw-gradient-to: #CFCDE3 var(--tw-gradient-to-position);
}
.review-picker{
    gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
@media (min-width: 800px){

    .review-picker{
        -moz-columns: 2;
             columns: 2;
    }
}
.review-card{
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    border-radius: 25px;
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
    padding: 2rem;
}
.review-card + .review-card{
    margin-top: 3rem;
}
.review-card__initials{
    display: flex;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(253, 251, 246, 1);
    color: rgba(253, 251, 246, var(--tw-text-opacity, 1));
}
.review-card__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.review-card__author{
    display: block;
}
.review-card__author::before {
            content: '-';
        }
.review-card__top{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.review-card__bottom{
    padding-top: 1rem;
}
.reviews__items{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
    display: grid;
}
@media (min-width: 800px){

    .reviews__items{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px){

    .reviews__items{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.reviews__filters-scroll{
    display: flex;
    min-width: -moz-max-content;
    min-width: max-content;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
@media (min-width: 800px){

    .reviews__filters-scroll{
        gap: 1.5rem;
    }
}
.reviews__filters{
    overflow-x: scroll;
}
.reviews__filters a{
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(51, 85, 37, 1);
    border-color: rgba(51, 85, 37, var(--tw-border-opacity, 1));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(51, 85, 37, 1);
    color: rgba(51, 85, 37, var(--tw-text-opacity, 1));
}
.reviews__filters a.active{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(253, 251, 246, 1);
    color: rgba(253, 251, 246, var(--tw-text-opacity, 1));
}
.reviews__spinner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews__spinner svg{
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgba(151, 179, 0, 1);
    color: rgba(151, 179, 0, var(--tw-text-opacity, 1));
}
.review__card{
    border-radius: 25px;
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, 1);
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
    padding: 1rem;
}
.review__rating{
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.review__title{
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
.review__author::before {
            content: '-';
        }
.review__media{
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 20px;
}
.review__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media not all and (min-width: 800px){

    .scallop-box{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.scallop-box__box{
    border-radius: 25px;
}
.scallop-box__media{
    position: relative;
    z-index: 10;
    margin: auto;
    margin-bottom: -6rem;
    aspect-ratio: 16 / 9;
}
@media not all and (min-width: 800px){

    .scallop-box__media{
        margin-left: -1rem;
        margin-right: -1rem;
    }
}
@media (min-width: 800px){

    .scallop-box__media{
        max-width: 600px;
    }
}
.scallop-box__media img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
            clip-path: url(#image-scallop-mask);
}
@media (min-width: 800px){

    .scallop-box--alignment-right{
        flex-direction: row-reverse;
    }
}
.scallop-box--padding-loose{
    padding: 2rem;
    padding-bottom: 3rem;
    padding-top: 8rem;
}
@media (min-width: 800px){

    .scallop-box--padding-loose{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.scallop-box--padding-tight{
    padding: 1.5rem;
    padding-top: 8rem;
}
@media (min-width: 800px){

    .scallop-box--padding-tight{
        padding: 2.5rem;
    }
}
.section{
    position: relative;
}
.section--scallop-bottom {
        margin-bottom: 24px;
    }
.section--scallop-bottom:after {
            content: '';
            height: 50px;
            width: 100%;
            position: absolute;
            clip-path: url(#scallop-clip);
            bottom: -46px;
            z-index: 100;
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, 1);
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
        }
.section--scallop-color-cherry-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 205, 197, 1);
    background-color: rgba(250, 205, 197, var(--tw-bg-opacity, 1));
}
.section--scallop-color-coconut:after{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
}
.section--scallop-color-cucumber:after{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 149, 27, 1);
    background-color: rgba(85, 149, 27, var(--tw-bg-opacity, 1));
}
.section--scallop-color-cucumber-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 226, 200, 1);
    background-color: rgba(214, 226, 200, var(--tw-bg-opacity, 1));
}
.section--scallop-color-avocado:after{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.section--scallop-color-avocado-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 209, 196, 1);
    background-color: rgba(201, 209, 196, var(--tw-bg-opacity, 1));
}
.section--scallop-color-kale:after{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 179, 0, 1);
    background-color: rgba(151, 179, 0, var(--tw-bg-opacity, 1));
}
.section--scallop-color-kale-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 234, 200, 1);
    background-color: rgba(231, 234, 200, var(--tw-bg-opacity, 1));
}
.section--scallop-color-strawberry:after{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 62, 82, 1);
    background-color: rgba(224, 62, 82, var(--tw-bg-opacity, 1));
}
.section--scallop-color-strawberry-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 211, 208, 1);
    background-color: rgba(248, 211, 208, var(--tw-bg-opacity, 1));
}
.section--scallop-color-chocolate:after{
    --tw-bg-opacity: 1;
    background-color: rgba(101, 56, 24, 1);
    background-color: rgba(101, 56, 24, var(--tw-bg-opacity, 1));
}
.section--scallop-color-chocolate-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 201, 192, 1);
    background-color: rgba(214, 201, 192, var(--tw-bg-opacity, 1));
}
.section--scallop-color-hazelnut:after{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 188, 141, 1);
    background-color: rgba(211, 188, 141, var(--tw-bg-opacity, 1));
}
.section--scallop-color-hazelnut-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 220, 199, 1);
    background-color: rgba(232, 220, 199, var(--tw-bg-opacity, 1));
}
.section--scallop-color-tangerine:after{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 141, 30, 1);
    background-color: rgba(255, 141, 30, var(--tw-bg-opacity, 1));
}
.section--scallop-color-tangerine-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 202, 1);
    background-color: rgba(255, 228, 202, var(--tw-bg-opacity, 1));
}
.section--scallop-color-pomegranate:after{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 30, 102, 1);
    background-color: rgba(153, 30, 102, var(--tw-bg-opacity, 1));
}
.section--scallop-color-pomegranate-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 201, 213, 1);
    background-color: rgba(228, 201, 213, var(--tw-bg-opacity, 1));
}
.section--scallop-color-guava:after{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 69, 133, 1);
    background-color: rgba(226, 69, 133, var(--tw-bg-opacity, 1));
}
.section--scallop-color-guava-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 213, 221, 1);
    background-color: rgba(247, 213, 221, var(--tw-bg-opacity, 1));
}
.section--scallop-color-grapefruit:after{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 85, 79, 1);
    background-color: rgba(229, 85, 79, var(--tw-bg-opacity, 1));
}
.section--scallop-color-grapefruit-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 215, 208, 1);
    background-color: rgba(249, 215, 208, var(--tw-bg-opacity, 1));
}
.section--scallop-color-cherry:after{
    --tw-bg-opacity: 1;
    background-color: rgba(210, 39, 48, 1);
    background-color: rgba(210, 39, 48, var(--tw-bg-opacity, 1));
}
.section--scallop-color-banana:after{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 205, 0, 1);
    background-color: rgba(242, 205, 0, var(--tw-bg-opacity, 1));
}
.section--scallop-color-banana-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 241, 203, 1);
    background-color: rgba(254, 241, 203, var(--tw-bg-opacity, 1));
}
.section--scallop-color-grape:after{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 73, 156, 1);
    background-color: rgba(68, 73, 156, var(--tw-bg-opacity, 1));
}
.section--scallop-color-grape-light:after{
    --tw-bg-opacity: 1;
    background-color: rgba(207, 205, 227, 1);
    background-color: rgba(207, 205, 227, var(--tw-bg-opacity, 1));
}
.section__inner{
    overflow: hidden;
}
.section__bg{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.section__bg img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.section__wrap{
    position: relative;
    z-index: 20;
    overflow: hidden;
}
.section--width-narrow .section__wrap{
    margin: auto;
    max-width: 72rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1024px){

    .section--width-narrow .section__wrap{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section--width-wide .section__wrap{
    margin: auto;
    max-width: 1600px;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1024px){

    .section--width-wide .section__wrap{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section--width-base .section__wrap{
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1280px){

    .section--width-base .section__wrap{
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 640px){

        .section--width-base .section__wrap{
            max-width: 640px;
        }
    }

    @media (min-width: 800px){

        .section--width-base .section__wrap{
            max-width: 800px;
        }
    }

    @media (min-width: 1024px){

        .section--width-base .section__wrap{
            max-width: 1024px;
        }
    }

    @media (min-width: 1280px){

        .section--width-base .section__wrap{
            max-width: 1280px;
        }
    }
}
@media (min-width: 1024px){

    .section--width-base .section__wrap{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section--width-full .section__wrap{
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
@media (min-width: 1024px){

    .section--width-full .section__wrap{
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.section--height-screen .section__wrap{
    height: 100vh;
}
.section--height-tall .section__wrap{
    height: 640px;
}
.section--height-normal .section__wrap{
    height: 480px;
}
.section--height-short .section__wrap{
    height: 320px;
}
.section--padding-loose{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section--padding-tight{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section--bg-color {
    }
.splash-box{
    display: flex;
    align-items: center;
}
@media not all and (min-width: 800px){

    .splash-box{
        flex-direction: column;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.splash-box__box{
    border-radius: 25px;
}
@media (min-width: 800px){

    .splash-box--alignment-right .splash-box__box{
        padding-right: 8rem;
    }

    .splash-box--alignment-left .splash-box__box{
        padding-left: 8rem;
    }
}
.splash-box__media{
    position: relative;
    z-index: 10;
    max-width: 200px;
}
@media not all and (min-width: 800px){

    .splash-box__media{
        margin-bottom: -4rem;
    }
}
@media (min-width: 1024px){

    .splash-box__media{
        max-width: 400px;
    }
}
@media (min-width: 800px){

    .splash-box--alignment-right .splash-box__media{
        margin-left: -8rem;
    }

    .splash-box--alignment-left .splash-box__media{
        margin-right: -8rem;
    }

    .splash-box--alignment-right{
        flex-direction: row-reverse;
    }
}
.splash-box--padding-loose{
    padding: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media not all and (min-width: 800px){

    .splash-box--padding-loose{
        padding-top: 5rem;
    }
}
@media (min-width: 800px){

    .splash-box--padding-loose{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.splash-box--padding-tight{
    padding: 1.5rem;
}
@media not all and (min-width: 800px){

    .splash-box--padding-tight{
        padding-top: 5rem;
    }
}
@media (min-width: 800px){

    .splash-box--padding-tight{
        padding: 2.5rem;
    }
}
.video__media{
    position: relative;
    display: block;
    overflow: clip;
    border-radius: 25px;
}
.video__media:hover::before{
    opacity: 1;
}
.video__media:before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.7;
      transition-property: opacity;
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      background-size: 80px 80px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMjggMTI4Jz48Y2lyY2xlIGZpbGw9JyMwMDAwMDAnIGZpbGwtb3BhY2l0eT0nMC4zJyBjeD0nNjQnIGN5PSc2NCcgcj0nNjQnLz48cGF0aCBmaWxsPScjRkZGRkZGJyBmaWxsLW9wYWNpdHk9JzAuNScgZD0nTTQxLjkzLDI2LjI4YzEuMTctLjE0LDIuMzMtLjA0LDMuMzguNWw1NS42OSwzMi4xNGMzLjU2LDIuMTMsMy43NCw3LjA2LjMsOS40NGwtNTUuNDQsMzIuMDVjLTMuNTYsMi4yNC04LjA5LS4wMi04LjU2LTQuMTRWMzEuMTljLjIyLTIuMzcsMi4yNC00LjYyLDQuNjMtNC45MVonLz48L3N2Zz4=);
    }
.video__modal{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    display: flex;
    display: none;
}
.video__modal--on{
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.video__modal--on{
          background: rgba(0,0,0,0.5);
}
.video__modal-inner{
    position: relative;
    z-index: 150;
    aspect-ratio: 16 / 9;
    width: 90%;
    overflow: hidden;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.video #player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
h1.is-coming-soon{
    margin: auto;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
}
@media (min-width: 800px){

    h1.is-coming-soon{
        max-width: 56rem;
        font-size: 4.5rem;
        line-height: 1;
    }
}
h1.is-coming-soon {
    font-family: "Fraunces", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3em;
    font-variation-settings:
            "SOFT" 100,
            "WONK" 1;
}
p.is-coming-soon{
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 800px){

    p.is-coming-soon{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
p.is-coming-soon{
    line-height: 1.625 !important;
}
.wp-block-image.is-coming-soon{
    margin-bottom: 3rem;
}
.is-bg-color-light {
        background: #fff;
    }
.is-bg-color-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, 1);
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity, 1));
}
.is-bg-color-coconut{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
}
.is-bg-color-cucumber{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 149, 27, 1);
    background-color: rgba(85, 149, 27, var(--tw-bg-opacity, 1));
}
.is-bg-color-cucumber-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 226, 200, 1);
    background-color: rgba(214, 226, 200, var(--tw-bg-opacity, 1));
}
.is-bg-color-avocado{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.is-bg-color-avocado-light{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 209, 196, 1);
    background-color: rgba(201, 209, 196, var(--tw-bg-opacity, 1));
}
.is-bg-color-kale{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 179, 0, 1);
    background-color: rgba(151, 179, 0, var(--tw-bg-opacity, 1));
}
.is-bg-color-kale-light{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 234, 200, 1);
    background-color: rgba(231, 234, 200, var(--tw-bg-opacity, 1));
}
.is-bg-color-strawberry{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 62, 82, 1);
    background-color: rgba(224, 62, 82, var(--tw-bg-opacity, 1));
}
.is-bg-color-strawberry-light{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 211, 208, 1);
    background-color: rgba(248, 211, 208, var(--tw-bg-opacity, 1));
}
.is-bg-color-chocolate{
    --tw-bg-opacity: 1;
    background-color: rgba(101, 56, 24, 1);
    background-color: rgba(101, 56, 24, var(--tw-bg-opacity, 1));
}
.is-bg-color-chocolate-light{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 201, 192, 1);
    background-color: rgba(214, 201, 192, var(--tw-bg-opacity, 1));
}
.is-bg-color-hazelnut{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 188, 141, 1);
    background-color: rgba(211, 188, 141, var(--tw-bg-opacity, 1));
}
.is-bg-color-hazelnut-light{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 220, 199, 1);
    background-color: rgba(232, 220, 199, var(--tw-bg-opacity, 1));
}
.is-bg-color-tangerine{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 141, 30, 1);
    background-color: rgba(255, 141, 30, var(--tw-bg-opacity, 1));
}
.is-bg-color-tangerine-light{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 202, 1);
    background-color: rgba(255, 228, 202, var(--tw-bg-opacity, 1));
}
.is-bg-color-pomegranate{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 30, 102, 1);
    background-color: rgba(153, 30, 102, var(--tw-bg-opacity, 1));
}
.is-bg-color-pomegranate-light{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 201, 213, 1);
    background-color: rgba(228, 201, 213, var(--tw-bg-opacity, 1));
}
.is-bg-color-guava{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 69, 133, 1);
    background-color: rgba(226, 69, 133, var(--tw-bg-opacity, 1));
}
.is-bg-color-guava-light{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 213, 221, 1);
    background-color: rgba(247, 213, 221, var(--tw-bg-opacity, 1));
}
.is-bg-color-grapefruit{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 85, 79, 1);
    background-color: rgba(229, 85, 79, var(--tw-bg-opacity, 1));
}
.is-bg-color-grapefruit-light{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 215, 208, 1);
    background-color: rgba(249, 215, 208, var(--tw-bg-opacity, 1));
}
.is-bg-color-cherry{
    --tw-bg-opacity: 1;
    background-color: rgba(210, 39, 48, 1);
    background-color: rgba(210, 39, 48, var(--tw-bg-opacity, 1));
}
.is-bg-color-cherry-light{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 205, 197, 1);
    background-color: rgba(250, 205, 197, var(--tw-bg-opacity, 1));
}
.is-bg-color-banana{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 205, 0, 1);
    background-color: rgba(242, 205, 0, var(--tw-bg-opacity, 1));
}
.is-bg-color-banana-light{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 241, 203, 1);
    background-color: rgba(254, 241, 203, var(--tw-bg-opacity, 1));
}
.is-bg-color-grape{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 73, 156, 1);
    background-color: rgba(68, 73, 156, var(--tw-bg-opacity, 1));
}
.is-bg-color-grape-light{
    --tw-bg-opacity: 1;
    background-color: rgba(207, 205, 227, 1);
    background-color: rgba(207, 205, 227, var(--tw-bg-opacity, 1));
}
/* gradients */
.is-bg-color-cucumber-cherry{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #D6E2C8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(214, 226, 200, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #FACDC5 var(--tw-gradient-to-position);
}
.is-bg-color-cucumber-tangerine{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: #D6E2C8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(214, 226, 200, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #FFE4CA var(--tw-gradient-to-position);
}
.has-light-background-color {
        background: #fff;
    }
.has-dark-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(30, 30, 30, 1);
    background-color: rgba(30, 30, 30, var(--tw-bg-opacity, 1));
}
.has-coconut-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
}
.has-cucumber-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(85, 149, 27, 1);
    background-color: rgba(85, 149, 27, var(--tw-bg-opacity, 1));
}
.has-cucumber-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 226, 200, 1);
    background-color: rgba(214, 226, 200, var(--tw-bg-opacity, 1));
}
.has-avocado-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.has-avocado-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(201, 209, 196, 1);
    background-color: rgba(201, 209, 196, var(--tw-bg-opacity, 1));
}
.has-kale-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(151, 179, 0, 1);
    background-color: rgba(151, 179, 0, var(--tw-bg-opacity, 1));
}
.has-kale-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(231, 234, 200, 1);
    background-color: rgba(231, 234, 200, var(--tw-bg-opacity, 1));
}
.has-strawberry-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(224, 62, 82, 1);
    background-color: rgba(224, 62, 82, var(--tw-bg-opacity, 1));
}
.has-strawberry-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(248, 211, 208, 1);
    background-color: rgba(248, 211, 208, var(--tw-bg-opacity, 1));
}
.has-chocolate-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(101, 56, 24, 1);
    background-color: rgba(101, 56, 24, var(--tw-bg-opacity, 1));
}
.has-chocolate-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(214, 201, 192, 1);
    background-color: rgba(214, 201, 192, var(--tw-bg-opacity, 1));
}
.has-hazelnut-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(211, 188, 141, 1);
    background-color: rgba(211, 188, 141, var(--tw-bg-opacity, 1));
}
.has-hazelnut-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(232, 220, 199, 1);
    background-color: rgba(232, 220, 199, var(--tw-bg-opacity, 1));
}
.has-tangerine-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 141, 30, 1);
    background-color: rgba(255, 141, 30, var(--tw-bg-opacity, 1));
}
.has-tangerine-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 228, 202, 1);
    background-color: rgba(255, 228, 202, var(--tw-bg-opacity, 1));
}
.has-pomegranate-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(153, 30, 102, 1);
    background-color: rgba(153, 30, 102, var(--tw-bg-opacity, 1));
}
.has-pomegranate-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(228, 201, 213, 1);
    background-color: rgba(228, 201, 213, var(--tw-bg-opacity, 1));
}
.has-guava-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(226, 69, 133, 1);
    background-color: rgba(226, 69, 133, var(--tw-bg-opacity, 1));
}
.has-guava-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(247, 213, 221, 1);
    background-color: rgba(247, 213, 221, var(--tw-bg-opacity, 1));
}
.has-grapefruit-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(229, 85, 79, 1);
    background-color: rgba(229, 85, 79, var(--tw-bg-opacity, 1));
}
.has-grapefruit-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(249, 215, 208, 1);
    background-color: rgba(249, 215, 208, var(--tw-bg-opacity, 1));
}
.has-cherry-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(210, 39, 48, 1);
    background-color: rgba(210, 39, 48, var(--tw-bg-opacity, 1));
}
.has-cherry-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(250, 205, 197, 1);
    background-color: rgba(250, 205, 197, var(--tw-bg-opacity, 1));
}
.has-banana-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(242, 205, 0, 1);
    background-color: rgba(242, 205, 0, var(--tw-bg-opacity, 1));
}
.has-banana-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(254, 241, 203, 1);
    background-color: rgba(254, 241, 203, var(--tw-bg-opacity, 1));
}
.has-grape-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(68, 73, 156, 1);
    background-color: rgba(68, 73, 156, var(--tw-bg-opacity, 1));
}
.has-grape-light-background-color{
    --tw-bg-opacity: 1;
    background-color: rgba(207, 205, 227, 1);
    background-color: rgba(207, 205, 227, var(--tw-bg-opacity, 1));
}
.collapse{
    visibility: collapse;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.hidden{
    display: none;
}
.h-10{
    height: 2.5rem;
}
.h-12{
    height: 3rem;
}
.h-full{
    height: 100%;
}
.w-40{
    width: 10rem;
}
.w-full{
    width: 100%;
}
.grow{
    flex-grow: 1;
}
.flex-col{
    flex-direction: column;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-8{
    gap: 2rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.border{
    border-width: 1px;
}
.bg-avocado{
    --tw-bg-opacity: 1;
    background-color: rgba(51, 85, 37, 1);
    background-color: rgba(51, 85, 37, var(--tw-bg-opacity, 1));
}
.bg-coconut{
    --tw-bg-opacity: 1;
    background-color: rgba(253, 251, 246, 1);
    background-color: rgba(253, 251, 246, var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, 1);
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.text-right{
    text-align: right;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.ordinal{
    --tw-ordinal: ordinal;
    font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.text-tangerine{
    --tw-text-opacity: 1;
    color: rgba(255, 141, 30, 1);
    color: rgba(255, 141, 30, var(--tw-text-opacity, 1));
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-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);
}
@media not all and (min-width: 800px){

    .max-md\:m-auto{
        margin: auto;
    }

    .max-md\:basis-1\/2{
        flex-basis: 50%;
    }

    .max-md\:flex-col{
        flex-direction: column;
    }
}
@media (min-width: 800px){

    .md\:flex{
        display: flex;
    }

    .md\:hidden{
        display: none;
    }

    .md\:h-16{
        height: 4rem;
    }

    .md\:h-24{
        height: 6rem;
    }

    .md\:basis-1\/2{
        flex-basis: 50%;
    }

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

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