/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
/*!
Theme Name:   JSWW-10813
Theme URI:    https://github.com/BrandExtract-Dev/JSWW-10813
Author:       BrandExtract
Author URI:   https://www.brandextract.com/
Description:  J&S Water Wells
Version:      0.1.0
Tested up to: 6.7
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  LICENSE
Text Domain:  JSWW-10813
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --breakpoint-2xl: 1440px;
    --text-xs: var(--wp--preset--font-size--xs);
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: var(--wp--preset--font-size--sm);
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: var(--wp--preset--font-size--lg);
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: var(--wp--preset--font-size--xl);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: var(--wp--preset--font-size--2-xl);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: var(--wp--preset--font-size--3-xl);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: var(--wp--preset--font-size--4-xl);
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: var(--wp--preset--font-size--5-xl);
    --text-5xl--line-height: 1;
    --text-6xl: var(--wp--preset--font-size--6-xl);
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --breakpoint-3xl: 1920px;
    --container-screen-md: var(--breakpoint-md);
    --container-content: var(--wp--style--global--content-size);
    --font-primary: var(--wp--preset--font-family--primary);
    --font-secondary: var(--wp--preset--font-family--secondary);
    --font-tertiary: var(--wp--preset--font-family--tertiary);
    --color-base: var(--wp--preset--color--base);
    --color-contrast: var(--wp--preset--color--contrast);
    --color-primary-1: var(--wp--preset--color--primary-1);
    --color-primary-2: var(--wp--preset--color--primary-2);
    --color-secondary-2: var(--wp--preset--color--secondary-2);
    --color-tertiary-2: var(--wp--preset--color--tertiary-2);
    --color-neutral-25: var(--wp--preset--color--neutral-25);
    --color-neutral-50: var(--wp--preset--color--neutral-50);
    --color-neutral-200: var(--wp--preset--color--neutral-200);
    --spacing-sm: var(--wp--preset--spacing--40);
    --spacing-md: var(--wp--preset--spacing--50);
    --spacing-lg: var(--wp--preset--spacing--60);
    --spacing-xl: var(--wp--preset--spacing--70);
    --spacing-vw: 1vw;
    --spacing-50vw: calc(var(--spacing-vw) * 50);
    --spacing-gutter: calc(
      var(--spacing-50vw) - var(--container-content) / 2
    );
    --spacing-track: var(--spacing-xl);
    --spacing-em: 1em;
    --spacing-anchor-top: anchor(top);
    --spacing-anchor-right: anchor(right);
    --spacing-anchor-bottom: anchor(bottom);
    --spacing-anchor-left: anchor(left);
    --spacing-header-height: 72px;
    --animate-parallax: parallax linear;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .container {
    container-type: inline-size;
    display: grid;
    column-gap: var(--spacing-sm);
    @media (width >= 1024px) {
      column-gap: var(--spacing-track);
    }
    --container-gutter: clamp(1rem, calc(var(--spacing-gutter) - var(--spacing-track)), 50vw);
    grid-template-columns: [full-start]  var(--container-gutter-left, var(--container-gutter))  [content-start]  var( --grid-template-columns,  repeat( var(--column-count, 12), [c] var(--column-width, minmax(0,1fr)) ) ) [content-end]  var(--container-gutter-right, var(--container-gutter)) [full-end];
    :where(& > *) {
      grid-column: content;
    }
    :where(& > .col-span-full, & > .alignfull, & > .alignwide) {
      grid-column: full-start / full-end;
    }
  }
  .collapse {
    visibility: collapse;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-c-1 {
    grid-column-start: c 1;
  }
  .col-start-c-7 {
    grid-column-start: c 7;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
  }
  .eyebrow {
    margin: calc(var(--spacing) * 0);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    & + *:is(h2, h3, h4, h5, h6) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .p {
    margin-block: var(--spacing-md);
  }
  .-mb-header-height\! {
    margin-bottom: calc(var(--spacing-header-height) * -1) !important;
  }
  .button {
    display: inline-block;
    padding-inline: var(--spacing-lg);
    padding-block: 12px;
    text-decoration-line: none;
    background-color: var(--color-primary-1);
    color: var(--color-base);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .container {
    @media (width >= 0) {
      max-width: none;
    }
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-x-track {
    column-gap: var(--spacing-track);
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .bg-contrast\/50 {
    background-color: var(--color-contrast);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-contrast) 50%, transparent);
    }
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .icon {
    content: var(--tw-content);
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .icon-add {
    --tw-content: "\2b";
    content: var(--tw-content);
  }
  .icon-arrow-down {
    --tw-content: "\2304";
    content: var(--tw-content);
  }
  .icon-arrow-left {
    --tw-content: "\2039";
    content: var(--tw-content);
  }
  .icon-arrow-right {
    --tw-content: "\203a";
    content: var(--tw-content);
  }
  .icon-arrow-up {
    --tw-content: "\2303";
    content: var(--tw-content);
  }
  .icon-call {
    --tw-content: "\1f4de";
    content: var(--tw-content);
  }
  .icon-clear {
    --tw-content: "\2715";
    content: var(--tw-content);
  }
  .icon-email {
    --tw-content: "\2709";
    content: var(--tw-content);
  }
  .icon-launch {
    --tw-content: "\21d7";
    content: var(--tw-content);
  }
  .icon-linkedin {
    --tw-content: "\e900";
    content: var(--tw-content);
  }
  .icon-location {
    --tw-content: "\1f4cd";
    content: var(--tw-content);
  }
  .icon-pause {
    --tw-content: "\23f8";
    content: var(--tw-content);
  }
  .icon-play {
    --tw-content: "\23f5";
    content: var(--tw-content);
  }
  .icon-remove {
    --tw-content: "\2d";
    content: var(--tw-content);
  }
  .icon-save {
    --tw-content: "\2913";
    content: var(--tw-content);
  }
  .\*\:my-0\! {
    :is(& > *) {
      margin-block: calc(var(--spacing) * 0) !important;
    }
  }
  .\*\:first\:ml-auto {
    :is(& > *) {
      &:first-child {
        margin-left: auto;
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-12 {
    @media (width >= 768px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:col-start-c-1 {
    @media (width >= 768px) {
      grid-column-start: c 1;
    }
  }
  .md\:col-start-c-3 {
    @media (width >= 768px) {
      grid-column-start: c 3;
    }
  }
  .md\:col-start-c-9 {
    @media (width >= 768px) {
      grid-column-start: c 9;
    }
  }
  .md\:col-start-c-11 {
    @media (width >= 768px) {
      grid-column-start: c 11;
    }
  }
  .md\:row-span-2 {
    @media (width >= 768px) {
      grid-row: span 2 / span 2;
    }
  }
  .md\:row-start-1 {
    @media (width >= 768px) {
      grid-row-start: 1;
    }
  }
  .md\:row-start-3 {
    @media (width >= 768px) {
      grid-row-start: 3;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
}
.\@scroller {
  container-type: scroll-state;
}
@layer base {
  html {
    font-size: 18px;
    font-family: var(--font-primary);
    color: var(--color-contrast);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
  }
  h1 {
    font-family: var(--font-secondary);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-md);
    & em {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
    &.display {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  h2 {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-secondary);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h3 {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-primary);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  h4 {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-md);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  p {
    margin-block: var(--spacing-md);
  }
  a {
    color: var(--color-primary-2);
    text-decoration-line: underline;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    &:hover {
      color: var(--color-secondary-2);
    }
  }
  .wp-block-list {
    margin-block: var(--spacing-md);
    list-style-type: disc;
    padding-left: var(--spacing-md);
    & li {
      margin-bottom: var(--spacing-md);
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  blockquote {
    font-family: var(--font-secondary);
    & p {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    & p.quote-footer {
      font-family: var(--font-primary);
      color: var(--color-base);
    }
    & footer {
      text-align: right;
      & cite {
        display: block;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        font-style: normal;
      }
    }
  }
}
.wp-block-navigation-item {
  :is(.wp-block-navigation__responsive-container &) {
    color: var(--color-neutral-200);
    &:hover {
      @media (hover: hover) {
        color: var(--color-tertiary-2);
      }
    }
    & > a {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    &.current-menu-item {
      color: var(--color-tertiary-2);
      text-decoration-line: underline;
      text-underline-offset: 4px;
    }
    &:last-child {
      display: inline-block;
      padding-inline: var(--spacing-lg);
      padding-block: 12px;
      text-decoration-line: none;
      background-color: var(--color-primary-1);
      color: var(--color-base);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      padding-block: 8px;
      font-size: 16px;
    }
  }
  &.menu-item-home {
    display: none;
  }
}
.wp-block-heading {
  .is-layout-constrained > & {
    max-width: var(--breakpoint-md);
    max-width: var(--container-screen-md);
  }
  &.is-style-display {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.is-style-h1 {
  font-family: var(--font-secondary);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-black);
  font-weight: var(--font-weight-black);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-md);
  & em {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.is-style-h2 {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.is-style-h3 {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
  font-family: var(--font-primary);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.is-style-h4 {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.is-style-h5 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.wp-block-paragraph, p {
  .is-layout-constrained > & {
    max-width: var(--breakpoint-md);
    max-width: var(--container-screen-md);
  }
  & strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.is-style-eyebrow {
  margin: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  & + *:is(h2, h3, h4, h5, h6) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.wp-block-button {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.wp-element-button {
  display: inline-block;
  padding-inline: var(--spacing-lg);
  padding-block: 12px;
  text-decoration-line: none;
  background-color: var(--color-primary-1);
  color: var(--color-base);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  :is(.is-style-link) & {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: var(--color-contrast);
    &:after {
      content: var(--tw-content);
      font-family: "icomoon";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      --tw-content: "\203a";
      content: var(--tw-content);
      display: inline-block;
      vertical-align: middle;
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    &:hover {
      text-decoration-line: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 4px;
    }
  }
  :is(.linkedin > &) {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    content: var(--tw-content);
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #007EBB;
  }
}
.wp-block-buttons {
  .is-layout-constrained > & {
    max-width: var(--breakpoint-md);
    max-width: var(--container-screen-md);
  }
}
.wp-block-cover {
  padding: calc(var(--spacing) * 0);
  container-type: inline-size;
  display: grid;
  column-gap: var(--spacing-sm);
  @media (width >= 1024px) {
    column-gap: var(--spacing-track);
  }
  --container-gutter: clamp(1rem, calc(var(--spacing-gutter) - var(--spacing-track)), 50vw);
  grid-template-columns: [full-start]  var(--container-gutter-left, var(--container-gutter))  [content-start]  var( --grid-template-columns,  repeat( var(--column-count, 12), [c] var(--column-width, minmax(0,1fr)) ) ) [content-end]  var(--container-gutter-right, var(--container-gutter)) [full-end];
  :where(& > *) {
    grid-column: content;
  }
  :where(& > .col-span-full, & > .alignfull, & > .alignwide) {
    grid-column: full-start / full-end;
  }
  width: 100%;
  @media (width >= 320px) {
    max-width: 320px;
  }
  @media (width >= 576px) {
    max-width: 576px;
  }
  @media (width >= 768px) {
    max-width: 768px;
  }
  @media (width >= 1024px) {
    max-width: 1024px;
  }
  @media (width >= 1200px) {
    max-width: 1200px;
  }
  @media (width >= 1440px) {
    max-width: 1440px;
  }
  @media (width >= 1920px) {
    max-width: 1920px;
  }
  @media (width >= 0) {
    max-width: none;
  }
  .wp-block-column & {
    --container-gutter: 0;
  }
  & .wp-block-cover__image-background, & .wp-block-cover__background, & .wp-block-cover__inner-container {
    grid-row: span 1 / span 1;
    grid-row-start: 1;
  }
  & .wp-block-cover__image-background, & .wp-block-cover__background {
    grid-column: 1 / -1;
  }
  & .wp-block-cover__background {
    mix-blend-mode: multiply;
  }
  & .wp-block-cover__inner-container {
    padding-block: 60px;
  }
  &:is( .is-position-top-left, .is-position-center-left, .is-position-bottom-left ) {
    & .wp-block-cover__inner-container {
      @media (width >= 768px) {
        grid-column: span 6 / span 6;
      }
      @media (width >= 768px) {
        grid-column-start: c 1;
      }
    }
  }
  &:is( .is-position-top-right, .is-position-center-right, .is-position-bottom-right ) {
    & .wp-block-cover__inner-container {
      @media (width >= 768px) {
        grid-column: span 6 / span 6;
      }
      @media (width >= 768px) {
        grid-column-start: c 7;
      }
    }
  }
}
.has-parallax {
  --parallax-offset: 300px;
  & .wp-block-cover__image-background {
    background-size: calc(100% + var(--parallax-offset));
    background-attachment: scroll;
    animation: var(--animate-parallax);
    animation-timeline: view();
  }
}
:root .wp-block-media-text {
  gap: var(--spacing-track);
  :root & {
    margin: calc(var(--spacing) * 0);
  }
  .wp-block-media-text__content {
    padding: calc(var(--spacing) * 0);
  }
}
.wp-block-quote {
  background-color: var(--color-neutral-50);
  padding-block: 60px;
  color: var(--color-primary-1);
  border-top-style: var(--tw-border-style);
  border-top-width: 4px;
  & * {
    margin-inline: auto;
    max-width: var(--breakpoint-md);
    max-width: var(--container-screen-md);
  }
  &:before {
    content: open-quote;
    font-family: var(--font-tertiary);
    font-size: 211px;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    display: inline-block;
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    @supports (text-box: trim-both cap alphabetic) {
      text-box: trim-both ex alphabetic;
    }
  }
  & p {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-md);
    font-family: var(--font-primary);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    color: var(--color-contrast);
  }
  & cite {
    margin-top: 48px;
    font-style: normal;
    & strong {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
}
.wp-block-details {
  position: relative;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  &:is([open], :popover-open, :open) {
    margin-bottom: var(--spacing-md);
  }
  &:not(*:is([open], :popover-open, :open)) {
    margin-top: calc(var(--spacing) * 0);
  }
  & summary {
    display: flex;
    justify-content: space-between;
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    padding-block: var(--spacing-sm);
    &::after {
      content: var(--tw-content);
      content: var(--tw-content);
      font-family: "icomoon";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    &::after {
      content: var(--tw-content);
      --tw-content: "\2304";
      content: var(--tw-content);
    }
    :where(*:is([open], :popover-open, :open)) & {
      &::after {
        content: var(--tw-content);
        --tw-content: "\2303";
        content: var(--tw-content);
      }
    }
    & ~ * {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .wp-block-cover__inner-container & {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    & summary {
      margin-top: var(--spacing-xl);
      margin-bottom: var(--spacing-md);
      font-family: var(--font-secondary);
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      margin-top: calc(var(--spacing) * 0);
      margin-bottom: calc(var(--spacing) * 0);
      padding-block: calc(var(--spacing) * 0);
      padding-right: var(--spacing-em);
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
      &::after {
        content: var(--tw-content);
        right: calc(var(--spacing) * 0);
      }
      &::after {
        content: var(--tw-content);
        bottom: calc(var(--spacing) * 0);
      }
      &::after {
        content: var(--tw-content);
        --tw-content: "\2b";
        content: var(--tw-content);
      }
      :where(*:is([open], :popover-open, :open)) & {
        &::after {
          content: var(--tw-content);
          --tw-content: "\2d";
          content: var(--tw-content);
        }
      }
    }
  }
}
.wp-block-columns {
  &.is-style-grow-on-hover {
    & > .wp-block-column {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 200ms;
      transition-duration: 200ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
      &:hover {
        @media (hover: hover) {
          flex-basis: 66.67% !important;
        }
      }
    }
  }
}
.wp-block-form-input__input {
  margin: calc(var(--spacing) * 0);
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.entry-content {
  container-type: inline-size;
  display: grid;
  column-gap: var(--spacing-sm);
  @media (width >= 1024px) {
    column-gap: var(--spacing-track);
  }
  --container-gutter: clamp(1rem, calc(var(--spacing-gutter) - var(--spacing-track)), 50vw);
  grid-template-columns: [full-start]  var(--container-gutter-left, var(--container-gutter))  [content-start]  var( --grid-template-columns,  repeat( var(--column-count, 12), [c] var(--column-width, minmax(0,1fr)) ) ) [content-end]  var(--container-gutter-right, var(--container-gutter)) [full-end];
  :where(& > *) {
    grid-column: content;
  }
  :where(& > .col-span-full, & > .alignfull, & > .alignwide) {
    grid-column: full-start / full-end;
  }
  width: 100%;
  @media (width >= 320px) {
    max-width: 320px;
  }
  @media (width >= 576px) {
    max-width: 576px;
  }
  @media (width >= 768px) {
    max-width: 768px;
  }
  @media (width >= 1024px) {
    max-width: 1024px;
  }
  @media (width >= 1200px) {
    max-width: 1200px;
  }
  @media (width >= 1440px) {
    max-width: 1440px;
  }
  @media (width >= 1920px) {
    max-width: 1920px;
  }
  @media (width >= 0) {
    max-width: none;
  }
  margin-block: calc(var(--spacing) * 0);
  background-color: var(--color-neutral-25);
  & > * {
    width: 100%;
  }
}
.wp-block-site-tagline {
  font-family: var(--font-tertiary);
  font-size: 14px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.is-style-rounded-media {
  & figure :is(img, video) {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: clip;
    border-radius: calc(infinity * 1px);
  }
}
.is-style-aspect-video {
  & .wp-embedded-content {
    aspect-ratio: var(--aspect-video);
    height: auto;
    width: 100%;
  }
}
@layer base {
  @font-face {
    font-family: 'icomoon';
    src: url('/wp-content/themes/JSWW-10813/fonts/icomoon/fonts/icomoon.ttf?4hhwe') format('truetype'), url('/wp-content/themes/JSWW-10813/fonts/icomoon/fonts/icomoon.woff?4hhwe') format('woff'), url('/wp-content/themes/JSWW-10813/fonts/icomoon/fonts/icomoon.svg?4hhwe#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  [class^="icon-"], [class*=" icon-"],  [class^="icon-"]:before, [class*=" icon-"]:before,  [class^="before:icon-"]:before, [class*="before:icon-"]:before, [class^="after:icon-"]:after, [class*="after:icon-"]:after {
    content: var(--tw-content);
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@layer base {
  @property --scroll-progress {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
  }
}
.scroller {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  &.is-layout-flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  position: relative;
  .wp-block-group:has(> &:only-child) {
    position: relative;
  }
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  @media (prefers-reduced-motion: no-preference) {
    scroll-behavior: smooth;
  }
  scroll-padding-inline: var(--spacing-gutter);
  padding-inline: var(--spacing-gutter);
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
  scroll-timeline: --carousel-timeline x;
  scroll-timeline: --carousel-timeline horizontal;
  counter-reset: carousel-item;
  anchor-name: --carousel;
  scroll-marker-group: before;
  &::scroll-marker-group {
    align-self: center;
    justify-self: center;
    order: 9999;
    display: flex;
    justify-content: center;
    max-width: var(--wp--style--global--content-size);
    position-anchor: --carousel;
    anchor-name: --scroll-marker-group;
    position: absolute;
    inset-inline: calc(var(--spacing) * 0);
    top: 100%;
    margin-inline: auto;
    margin-block: var(--spacing-xl);
    display: flex;
    column-gap: var(--spacing-sm);
  }
  @supports not (selector(::scroll-marker-group)) {
    & > .scroll-marker-group {
      align-self: center;
      justify-self: center;
      order: 9999;
      display: flex;
      justify-content: center;
      max-width: var(--wp--style--global--content-size);
      position-anchor: --carousel;
      anchor-name: --scroll-marker-group;
      position: absolute;
      inset-inline: calc(var(--spacing) * 0);
      top: 100%;
      margin-inline: auto;
      margin-block: var(--spacing-xl);
      display: flex;
      column-gap: var(--spacing-sm);
    }
  }
  &::scroll-button(*) {
    position-anchor: --scroll-marker-group;
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 1;
    align-self: center;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 1;
    line-height: 1;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    --tw-border-style: none;
    border-style: none;
    &:disabled {
      opacity: 25%;
    }
    @supports (anchor-name: --scroll-marker-group) {
      top: var(--spacing-anchor-top);
      bottom: var(--spacing-anchor-bottom);
      --tw-translate-y: calc(1/4 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @supports not (selector(::scroll-button(*))) {
    & > .scroll-button-up, & > .scroll-button-right, & > .scroll-button-down, & > .scroll-button-left {
      position-anchor: --scroll-marker-group;
      position: absolute;
      inset: calc(var(--spacing) * 0);
      z-index: 1;
      align-self: center;
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-leading: 1;
      line-height: 1;
      background-color: transparent;
      color: inherit;
      cursor: pointer;
      --tw-border-style: none;
      border-style: none;
      &:disabled {
        opacity: 25%;
      }
      @supports (anchor-name: --scroll-marker-group) {
        top: var(--spacing-anchor-top);
        bottom: var(--spacing-anchor-bottom);
        --tw-translate-y: calc(1/4 * 100%);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  &::scroll-button(*):disabled {
    opacity: 50%;
  }
  &::scroll-button(left) {
    right: auto;
    @media (width >= 768px) {
      right: calc(var(--spacing-gutter) + var(--container-content));
    }
    @supports (anchor-name: --scroll-marker-group) {
      right: var(--spacing-anchor-left);
    }
    justify-self: flex-end;
    content: var(--tw-content);
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --tw-content: '‹';
    content: var(--tw-content);
  }
  @supports not (selector(::scroll-button(left))) {
    & > .scroll-button-left {
      right: auto;
      @media (width >= 768px) {
        right: calc(var(--spacing-gutter) + var(--container-content));
      }
      @supports (anchor-name: --scroll-marker-group) {
        right: var(--spacing-anchor-left);
      }
      justify-self: flex-end;
      content: var(--tw-content);
      font-family: "icomoon";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      --tw-content: '‹';
      content: var(--tw-content);
    }
  }
  &::scroll-button(right) {
    left: auto;
    @media (width >= 768px) {
      left: calc(var(--spacing-gutter) + var(--container-content));
    }
    @supports (anchor-name: --scroll-marker-group) {
      left: var(--spacing-anchor-right);
    }
    justify-self: flex-start;
    content: var(--tw-content);
    font-family: "icomoon";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --tw-content: '›';
    content: var(--tw-content);
  }
  @supports not (selector(::scroll-button(right))) {
    & > .scroll-button-right {
      left: auto;
      @media (width >= 768px) {
        left: calc(var(--spacing-gutter) + var(--container-content));
      }
      @supports (anchor-name: --scroll-marker-group) {
        left: var(--spacing-anchor-right);
      }
      justify-self: flex-start;
      content: var(--tw-content);
      font-family: "icomoon";
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      letter-spacing: 0;
      -webkit-font-feature-settings: "liga";
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      font-feature-settings: "liga";
      -webkit-font-variant-ligatures: discretionary-ligatures;
      font-variant-ligatures: discretionary-ligatures;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      --tw-content: '›';
      content: var(--tw-content);
    }
  }
  :where(& > *) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    counter-increment: carousel-item;
    width: 100%;
    flex: none;
    @supports (container-type: scroll-state) {
      container-type: scroll-state;
      & > * {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-duration: 500ms;
        transition-duration: 500ms;
        --tw-ease: var(--ease-in);
        transition-timing-function: var(--ease-in);
        opacity: 25%;
        @container scroll-state(snapped: x) {
          opacity: 100%;
        }
        @supports not(container-type: scroll-state) {
          .\@scroll-snapped-x & {
            opacity: 100%;
          }
        }
      }
    }
  }
  :where( & > .scroll-marker-group > *, & > *:not(.block-list-appender) ) {
    &::scroll-marker {
      content: counter(carousel-item);
      display: block;
      width: var(--spacing-em);
      height: var(--spacing-em);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-leading: 1;
      line-height: 1;
      color: var(--color-contrast);
      text-decoration-line: none;
      overflow: hidden;
      border-radius: calc(infinity * 1px);
      border-style: var(--tw-border-style);
      border-width: 1px;
      text-indent: -9999px;
    }
    @supports not (selector(::scroll-marker)) {
      &.scroll-marker:before {
        content: counter(carousel-item);
        display: block;
        width: var(--spacing-em);
        height: var(--spacing-em);
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height));
        --tw-leading: 1;
        line-height: 1;
        color: var(--color-contrast);
        text-decoration-line: none;
        overflow: hidden;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 1px;
        text-indent: -9999px;
      }
    }
    &::scroll-marker:target-current {
      background-color: currentColor;
    }
  }
}
.wp-block-gallery.has-nested-images.scroller {
  flex-wrap: nowrap;
  & > figure.wp-block-image:not(#individual-image) {
    width: auto;
    & > img {
      width: revert-layer;
    }
    & > * {
      opacity: 100%;
    }
  }
}
:root :is(.wp-site-blocks) {
  & > * {
    margin-block: revert-layer;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@keyframes parallax {
  from {
    background-position: bottom 0px center;
  }
  to {
    background-position: bottom calc(var(--parallax-offset) * -1) center;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-ease: initial;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-leading: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
      --tw-scroll-snap-strictness: proximity;
    }
  }
}
