/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
/*!
 * Theme Name:   ACCSC-10782
 * Theme URI:    https://github.com/BrandExtract-Dev/accesssciences.com
 * Description:  2025 Theme for Access Sciences
 * Author:       BrandExtract
 * Author URI:   https://www.brandextract.com/
 * Version:      0.1.0
 * Text Domain:  ACCSC-10782
*/
@import url('https://use.typekit.net/ttl7uwt.css');
@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: 600px;
    --breakpoint-md: 769px;
    --breakpoint-lg: 1000px;
    --breakpoint-xl: 1200px;
    --breakpoint-2xl: 1440px;
    --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;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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: 2000px;
    --container-wide: var(--wp--style--global--wide-size);
    --font-primary: var(--wp--preset--font-family--primary);
    --font-secondary: var(--wp--preset--font-family--secondary);
    --color-white: white;
    --color-base: white;
    --color-contrast: black;
    --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-primary-3: var(--wp--preset--color--primary-3);
    --color-tertiary-1: var(--wp--preset--color--tertiary-1);
    --major-third: 1.25;
    --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-3xl: var(--wp--preset--spacing--90);
    --spacing-4xl: var(--wp--preset--spacing--100);
    --spacing-vw: 1vw;
    --spacing-50vw: calc(var(--spacing-vw) * 50);
    --spacing-gutter: max(8%, calc(var(--spacing-50vw) - var(--container-wide) / 2));
    --spacing-track: var(--spacing-3xl);
    --spacing-fluid: var(--wp--preset--spacing--base);
    --spacing-em: 1em;
    --spacing-header-height: 100px;
    --animate-fade-in: fade-in 3s ease-in-out;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-c-1 {
    grid-column-start: c 1;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .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);
    & + *:is(h2, h3, h4, h5, h6) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .p {
    margin-bottom: var(--spacing-md);
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: inherit;
  }
  .button {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    padding-inline: var(--spacing-lg);
    padding-block: 10px;
    text-decoration-line: none;
    background-color: var(--color-primary-2);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    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);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: var(--color-primary-1);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-primary-1) 50%, transparent);
    }
    &:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .blockquote {
    padding-inline: var(--spacing-4xl);
    padding-block: var(--spacing-3xl);
    & p {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
      --tw-leading: 1.25;
      line-height: 1.25;
      color: var(--color-contrast);
    }
    & cite {
      display: block;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      font-style: normal;
      color: var(--color-primary-1);
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .overflow-auto {
    overflow: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .bg-primary-1 {
    background-color: var(--color-primary-1);
  }
  .py-\[29px\] {
    padding-block: 29px;
  }
  .py-fluid {
    padding-block: var(--spacing-fluid);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .link {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-secondary-2);
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .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);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .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-clear {
    --tw-content: "\2715";
    content: var(--tw-content);
  }
  .icon-launch {
    --tw-content: "\21d7";
    content: var(--tw-content);
  }
  .icon-linkedin {
    --tw-content: "\e900";
    content: var(--tw-content);
  }
  .icon-mail {
    --tw-content: "\2709";
    content: var(--tw-content);
  }
  .icon-map-pin {
    --tw-content: "\1f4cd";
    content: var(--tw-content);
  }
  .icon-pause {
    --tw-content: "\23f8";
    content: var(--tw-content);
  }
  .icon-phone {
    --tw-content: "\1f4de";
    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;
    }
  }
  .in-has-hero\:-mb-header-height\! {
    :where(*:has( .wp-site-blocks>:is(main, .entry-content)>.has-background:first-child, .wp-site-blocks>:is(main, .entry-content)>.is-reusable:first-child>.has-background )) & {
      margin-bottom: calc(var(--spacing-header-height) * -1) !important;
    }
  }
  .in-has-hero\:bg-transparent {
    :where(*:has( .wp-site-blocks>:is(main, .entry-content)>.has-background:first-child, .wp-site-blocks>:is(main, .entry-content)>.is-reusable:first-child>.has-background )) & {
      background-color: transparent;
    }
  }
  .md\:border-t-0 {
    @media (width >= 769px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:border-l {
    @media (width >= 769px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:px-fluid {
    @media (width >= 769px) {
      padding-inline: var(--spacing-fluid);
    }
  }
  .md\:py-0 {
    @media (width >= 769px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .has-modal-open\:bg-primary-1 {
    .has-modal-open & {
      background-color: var(--color-primary-1);
    }
  }
  .\@scroll-stuck-top\:bg-primary-1 {
    .\@scroll-stuck-top & {
      background-color: var(--color-primary-1);
    }
    @supports (container-type: scroll-state) {
      @container scroll-state(stuck: top) {
        background-color: var(--color-primary-1);
      }
    }
  }
}
@layer base {
  :root {
    interpolate-size: allow-keywords;
    --container-gutter: var(--ms1);
    @media (min-width: 768px) {
      --container-gutter: var(--ms3);
    }
    @media (min-width: 1024px) {
      --container-gutter: var(--ms4);
    }
    --ms-ratio: var(--major-third);
    --ms0: 19px;
  }
  html {
    font-size: 19px;
    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-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-leading: 1.15;
    line-height: 1.15;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    @media (width >= 769px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  h2 {
    font-family: var(--font-secondary);
    margin-bottom: var(--spacing-md);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 1.25;
    line-height: 1.25;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    @media (width >= 769px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    color: var(--color-primary-1);
  }
  h3 {
    margin-bottom: var(--spacing-md);
    font-family: var(--font-primary);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1.25;
    line-height: 1.25;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary-1);
  }
  h4 {
    margin-bottom: var(--spacing-md);
    font-family: var(--font-primary);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: 1.25;
    line-height: 1.25;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  p {
    margin-bottom: var(--spacing-md);
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    color: inherit;
  }
}
.wp-block-site-logo {
  & a {
    display: block;
  }
  & img {
    width: 100%;
  }
}
.wp-block-navigation {
  font-size: 16px;
  & .wp-block-navigation__submenu-icon {
    width: auto;
    height: auto;
  }
  & .has-child {
    & .wp-block-navigation-item__content {
      &:before {
        content: "";
        height: calc(var(--spacing-header-height) / 2 - 50%);
        width: 100%;
        position: absolute;
        top: 100%;
        left: calc(var(--spacing) * 0);
      }
    }
    & .wp-block-navigation__submenu-container {
      top: calc(var(--spacing-header-height) / 2 + 50%);
    }
  }
  &:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: inherit;
  }
  & .wp-block-navigation__responsive-close {
    .has-modal-open & {
      max-width: 100vw;
    }
  }
}
.wp-block-navigation__submenu-container {
  @media (width >= 769px) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  @media (width >= 769px) {
    padding: var(--spacing-md);
  }
  @media (width >= 769px) {
    --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);
  }
}
.wp-block-navigation-item {
  white-space: nowrap;
  .site-header & {
    & > a {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 3px;
      border-color: transparent;
      &:hover {
        @media (hover: hover) {
          --tw-gradient-position: to right in oklab;
          border-image: linear-gradient(var(--tw-gradient-stops));
          --tw-gradient-from: var(--color-primary-2);
          --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
          --tw-gradient-to: var(--color-primary-3);
          --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
          --tw-gradient-to-position: 50%;
          border-image-slice: 1;
        }
      }
    }
    &.current-menu-item, &.current-menu-ancestor {
      & > a {
        --tw-gradient-position: to right in oklab;
        border-image: linear-gradient(var(--tw-gradient-stops));
        --tw-gradient-from: var(--color-primary-2);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
        --tw-gradient-to: var(--color-primary-3);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
        --tw-gradient-to-position: 50%;
        border-image-slice: 1;
      }
      &.wp-block-home-link {
        display: none;
      }
    }
    .wp-block-navigation__container > & {
      & > a {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
    }
    & .wp-block-navigation-submenu {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
    &:has(> [rel="nofollow"]) {
      & > .wp-block-navigation-item__content, & > .wp-block-navigation-submenu__toggle {
        display: none;
      }
      & .wp-block-navigation-submenu {
        visibility: visible;
        position: relative;
        width: auto;
        height: auto;
        overflow: visible;
        opacity: 100%;
        --tw-border-style: none;
        border-style: none;
        background-color: transparent;
        color: inherit;
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        font-weight: inherit;
        @media (width >= 1000px) {
          flex-direction: row;
        }
        @media (width >= 1000px) {
          column-gap: var(--spacing-md);
        }
        & .wp-block-navigation-item__content {
          padding: calc(var(--spacing) * 0);
        }
      }
      .wp-block-navigation-submenu__toggle[aria-expanded=true]~ .wp-block-navigation-submenu {
        min-width: calc(var(--spacing) * 0);
      }
    }
  }
  &.menu-item-home {
    display: none;
  }
  &.wp-block-home-link {
    @media (width < 1000px) {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }
  }
  .wp-block-navigation-submenu & {
    & > a {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      text-decoration-color: var(--color-primary-2);
      text-decoration-thickness: 2px;
      text-underline-offset: 4px;
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
    &.current-menu-item {
      & > a {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
        text-decoration-line: underline;
      }
    }
  }
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}
@media (min-width: 769px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container {
  &.is-menu-open {
    .wp-block-navigation__responsive-dialog {
      top: var(--spacing-header-height);
    }
    .wp-block-navigation__responsive-container-content {
      align-items: stretch;
      padding: var(--spacing-md);
      max-height: calc(100vh - var(--spacing-header-height));
      .has-modal-open & {
        .admin-bar & {
          max-height: calc(100vh - var(--spacing-header-height) - 46px);
        }
      }
      background-color: var(--color-base);
      border-style: var(--tw-border-style);
      border-width: 20px;
      border-image: url(images/mesh-gradient-2.png);
      border-image-slice: 1;
      & .wp-block-navigation__container {
        flex: 1;
        overflow: auto;
      }
      & .has-child .wp-block-navigation__submenu-container {
        padding: calc(var(--spacing) * 0);
      }
    }
  }
}
.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close {
  display: flex;
  flex-direction: column;
  --tw-leading: 1;
  line-height: 1;
  color: var(--color-base);
  text-transform: uppercase;
  &:before {
    align-self: center;
  }
}
.wp-block-navigation__responsive-container-open {
  &:before {
    content: url("images/menu.svg");
  }
  .has-modal-open & {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  right: var(--spacing-gutter);
  --tw-translate-y: calc(calc(var(--spacing-header-height) / 2 + 50%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  &:before {
    content: url("images/close.svg");
  }
}
.wp-block-search {
  position: relative;
  :is(&.wp-block-search__button-only .wp-block-search__input) {
    position: absolute;
    top: calc(1/2 * 100%);
    right: 100%;
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    z-index: 10;
    background-color: var(--color-base);
    color: var(--color-contrast);
  }
  :is(.wp-block-search__button.has-icon) {
    align-items: center;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  &.wp-block-search__button-inside {
    align-self: stretch;
    @media (width >= 769px) {
      display: none;
    }
    & + .wp-block-search__button-only {
      @media (width < 769px) {
        display: none;
      }
    }
    & .wp-block-search__inside-wrapper {
      display: flex;
      flex-direction: row-reverse;
      border-color: var(--color-tertiary-1);
    }
  }
}
.wp-block-heading {
  &.is-style-display {
    @media (width >= 769px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
.is-style-h1 {
  font-family: var(--font-secondary);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-leading: 1.15;
  line-height: 1.15;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  @media (width >= 769px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.is-style-h2 {
  font-family: var(--font-secondary);
  margin-bottom: var(--spacing-md);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-leading: 1.25;
  line-height: 1.25;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  @media (width >= 769px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  color: var(--color-primary-1);
}
.is-style-h3 {
  margin-bottom: var(--spacing-md);
  font-family: var(--font-primary);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-leading: 1.25;
  line-height: 1.25;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary-1);
}
.is-style-h4 {
  margin-bottom: var(--spacing-md);
  font-family: var(--font-primary);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1.25;
  line-height: 1.25;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.is-style-h5 {
  margin-bottom: var(--spacing-md);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: 1.25;
  line-height: 1.25;
}
.wp-block-paragraph, p {
  & 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);
  & + *: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;
  border-radius: calc(infinity * 1px);
  padding-inline: var(--spacing-lg);
  padding-block: 10px;
  text-decoration-line: none;
  background-color: var(--color-primary-2);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  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);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-primary-1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-ring-color: color-mix(in oklab, var(--color-primary-1) 50%, transparent);
  }
  &:hover {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :is(.is-style-link) & {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: var(--color-secondary-2);
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:before {
      content: "> ";
    }
  }
  :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: var(--color-primary-2);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  :is(.dismiss > &) {
    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;
    clip-path: none;
    color: inherit;
  }
  :is(.is-style-cover > &) {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: inherit;
    &:before {
      content: "";
      position: absolute;
      inset: calc(var(--spacing) * 0);
    }
  }
}
.wp-block-separator {
  width: 100%;
  max-width: 500px;
  --tw-gradient-position: to right in oklab;
  border-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-primary-2);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: var(--color-primary-3);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to-position: 50%;
  border-image-slice: 1;
  border-top-style: var(--tw-border-style);
  border-top-width: 3px;
  @media (width < 769px) {
    &:not(.is-style-wide) {
      --wp--style--global--content-size: 60vw;
    }
  }
  &.is-style-wide {
    width: auto;
  }
}
.wp-block-list {
  padding-left: var(--spacing-xl);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  & li {
    & *::marker {
      color: var(--color-primary-2);
    }
    &::marker {
      color: var(--color-primary-2);
    }
    & *::-webkit-details-marker {
      color: var(--color-primary-2);
    }
    &::-webkit-details-marker {
      color: var(--color-primary-2);
    }
  }
  &:is(ul) {
    list-style-type: disc;
  }
  &:is(ol) {
    list-style-type: decimal;
  }
}
.wp-block-quote {
  padding-inline: var(--spacing-4xl);
  padding-block: var(--spacing-3xl);
  & p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 1.25;
    line-height: 1.25;
    color: var(--color-contrast);
  }
  & cite {
    display: block;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    font-style: normal;
    color: var(--color-primary-1);
  }
}
.wp-block-image, .wp-block-post-featured-image {
  & img {
    --tw-gradient-position: to bottom right in oklab;
    border-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-primary-2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: var(--color-primary-3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 50%;
    border-image-slice: 1;
  }
  :nth-child(even) > & {
    & img {
      --tw-gradient-from: var(--color-primary-3);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      --tw-gradient-to: var(--color-primary-2);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  :is(.wp-block-gallery.has-nested-images &.is-style-intrinsic) {
    & img {
      @media (width >= 769px) {
        max-width: none !important;
      }
      width: revert-layer;
    }
  }
}
.wp-block-cover {
  --tw-gradient-position: to right in oklab;
  border-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: var(--color-primary-2);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to: var(--color-primary-3);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  --tw-gradient-to-position: 50%;
  border-image-slice: 1;
  & .wp-block-cover__image-background {
    :is(&.has-parallax) {
      background-attachment: local;
      background-size: auto;
      @media (width >= 2000px) {
        background-size: cover;
      }
    }
  }
  :where( & .wp-block-heading, & .wp-block-paragraph, & p, & .wp-block-list, & .wp-block-buttons ) {
    position: relative;
    z-index: 10;
  }
  & .has-from-primary-3-radial-gradient-background {
    @media (width < 769px) {
      --wp--preset--gradient--from-primary-3-radial: radial-gradient(circle at bottom right, var(--color-primary-3), transparent 35%);
    }
  }
}
.wp-block-media-text {
  gap: var(--spacing-track);
  :root & {
    margin: calc(var(--spacing) * 0);
  }
  & > .wp-block-media-text__media {
    align-self: stretch;
    & > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .wp-block-media-text__content {
    padding: calc(var(--spacing) * 0);
  }
  & img {
    --tw-gradient-position: to bottom right in oklab;
    border-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-primary-2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: var(--color-primary-3);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to-position: 50%;
    border-image-slice: 1;
    border-left-style: var(--tw-border-style);
    border-left-width: 15px;
  }
}
.wp-block-gallery {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  :where( & > *:not(.block-list-appender) ) {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: none;
  }
  :where( &.columns-1 > *:not(.block-list-appender) ) {
    width: 100%;
  }
  :is(&.is-layout-deck) {
    position: relative;
    & > *:not(.block-list-appender) {
      grid-row: span 1 / span 1;
      grid-row-start: 1;
      grid-column: span 1 / span 1;
      grid-column-start: 1;
      z-index: 1;
      &:not(*:last-child) {
        display: none;
      }
      &.is-selected, &.has-child-selected {
        z-index: 10;
        display: block;
      }
    }
  }
}
.wp-block-group {
  &.is-layout-flex.is-vertical {
    overflow: auto;
  }
  &.card {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      --tw-gradient-position: 191deg;
      background-image: linear-gradient(var(--tw-gradient-stops,191deg));
      --tw-gradient-from: #F0A120;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
      --tw-gradient-from-position: -20.52%;
      --tw-gradient-to-position: 37.22%;
    }
  }
}
.wp-block-columns {
  & > .wp-block-column {
    @media (width < 769px) {
      :where(*:is(.is-stacked-on-mobile, :not(.is-not-stacked-on-mobile))) & {
        &:has( >.wp-block-image:only-child, >.wp-block-image:first-child+[aria-hidden] ) {
          order: calc(1 * -1);
        }
      }
    }
  }
}
.wp-block-details {
  position: relative;
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--color-tertiary-1);
  padding-block: var(--spacing-sm);
  .wp-block-post-template > *:first-child & {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  & summary {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: var(--spacing-em);
    margin-bottom: calc(var(--spacing) * 0);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    &::before {
      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;
    }
    &::before {
      content: var(--tw-content);
      --tw-content: "\2b";
      content: var(--tw-content);
    }
    :where(*:is([open], :popover-open, :open)) & {
      &::before {
        content: var(--tw-content);
        --tw-content: "\2d";
        content: var(--tw-content);
      }
    }
    &::before {
      content: var(--tw-content);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    &::before {
      content: var(--tw-content);
      color: var(--color-primary-2);
    }
  }
  & + & {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  & .ewd-ufaq-faq-title {
    display: none;
  }
}
.wp-block-post-date {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.wp-block-post-excerpt {
  overflow: auto;
  @supports (scrollbar-color: auto) {
    scrollbar-color: var(--color-primary-2) transparent;
  }
  @supports selector(::-webkit-scrollbar) {
    &::-webkit-scrollbar {
      background: var(--color-primary-2);
    }
  }
  scrollbar-width: thin;
}
.hbspt-form {
  & form {
    display: grid;
    gap: 24px;
  }
  & .form-columns-1 {
    & .input {
      margin: calc(var(--spacing) * 0);
    }
  }
  .hs-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    & label[for] {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    & .hs-input {
      width: 100%;
      border-style: var(--tw-border-style);
      border-width: 0.5px;
      line-height: 2;
      min-height: 2em;
      padding: 0 8px;
      .form-columns-1 & {
        width: 100%;
      }
    }
    .hs-error-msg {
      color: red;
    }
  }
  .hs-form-booleancheckbox-display {
    display: flex;
    width: fit-content;
    align-items: center;
    & .hs-input {
      width: var(--spacing-em);
    }
  }
  .hs-form-required {
    color: var(--color-primary-2);
  }
  .hs-button {
    display: inline-block;
    border-radius: calc(infinity * 1px);
    padding-inline: var(--spacing-lg);
    padding-block: 10px;
    text-decoration-line: none;
    background-color: var(--color-primary-2);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    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);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: var(--color-primary-1);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-primary-1) 50%, transparent);
    }
    &:hover {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
:root .entry-content {
  margin-block: calc(var(--spacing) * 0);
}
@layer base {
  @font-face {
    font-family: 'icomoon';
    src: url('../ACCSC-10782/fonts/icomoon/fonts/icomoon.ttf?4hhwe') format('truetype'), url('../ACCSC-10782/fonts/icomoon/fonts/icomoon.woff?4hhwe') format('woff'), url('../ACCSC-10782/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;
  }
}
.\@scroller {
  container-type: scroll-state;
}
@layer base {
  @property --scroll-progress {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: false;
  }
}
body:has(.home-page-header), body:has(.primary-page-header), body:has(.secondary-page-header) {
  @media (min-width: 1000px) {
    header.page_header:not(.sticky) {
      .q_logo {
        .dark {
          opacity: 100%;
        }
        .normal {
          opacity: 0%;
        }
      }
      .header_bottom {
        background-color: transparent;
      }
      #menu-main-menu-2 li.menu-item.menu-item-depth-0 > a {
        color: var(--color-white);
        &:hover span {
          color: var(--color-white) !important;
        }
      }
      #menu-main-menu-2 li.menu-item.menu-item-depth-0:hover > a span {
        color: var(--color-white) !important;
      }
      #menu-main-menu-2 li.menu-item.menu-item-depth-0 > .anchor-dropdown {
        color: var(--color-white);
      }
    }
    header.page_header ~ .content {
      margin-top: -100px !important;
    }
  }
}
.home-page-header {
  position: relative;
  .home-page-header__background {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 0;
    height: 100% !important;
    width: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: left top;
  }
  .home-page-header__foreground {
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    margin-top: var(--spacing-xl);
    --tw-translate-x: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    @media (width >= 1000px) {
      position: absolute;
    }
    @media (width >= 1000px) {
      margin-top: calc(var(--spacing) * 0);
    }
    @media (width >= 1000px) {
      --tw-translate-x: calc(1/2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .container_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    @media (width >= 1000px) {
      min-height: 800px;
    }
  }
  .home-page-header__content {
    margin-top: 60px;
    max-width: 650px;
    h1 {
      margin-bottom: var(--spacing-md);
    }
    h1, p {
      color: var(--color-white);
    }
    p {
      margin-bottom: var(--spacing-lg);
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
      @media (width >= 769px) {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
      }
    }
  }
}
[data-animation] {
  animation-name: attr(data-animation type(<custom-ident>));
}
[data-animation="fade-in"] {
  animation: var(--animate-fade-in);
}
[data-animation-duration] {
  animation-duration: attr(data-animation-duration s);
}
[data-animation-delay] {
  animation-delay: attr(data-animation-delay s);
}
[data-animation-direction="normal"] {
  animation-direction: normal;
}
[data-animation-direction="reverse"] {
  animation-direction: reverse;
}
[data-animation-direction="alternate"] {
  animation-direction: alternate;
}
[data-animation-direction="alternate-reverse"] {
  animation-direction: alternate-reverse;
}
dialog.is-modal {
  inset: calc(var(--spacing) * 0);
  z-index: 50;
  margin: auto !important;
  display: grid;
  flex-wrap: nowrap;
  max-height: 80vh;
  overflow: auto;
  border-style: var(--tw-border-style);
  border-width: 15px;
  border-image: url(images/mesh-gradient-2.png);
  border-image-slice: 1;
  &:modal {
    position: fixed;
  }
  &:not([open]):not(.wp-block-cover.is-selected &):not(.wp-block-cover.has-child-selected &) {
    display: none;
  }
}
.wp-block-cover:has(.is-modal) {
  & .is-modal {
    position: fixed;
    &::backdrop {
      background-color: transparent;
    }
  }
  & .wp-block-cover__background {
    display: none;
    pointer-events: none;
  }
  :is(&.is-selected, &.has-child-selected, &:has(.is-modal[open])) {
    & .wp-block-cover__background {
      position: fixed;
      z-index: 10;
      display: block;
    }
  }
  &:has(:modal) {
    & .wp-block-cover__background {
      position: fixed;
    }
  }
}
.wp-block-tag-cloud {
  & a {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-contrast);
    text-decoration-line: none;
    text-underline-offset: 4px;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
    &:has(+ &) {
      &:after {
        --tw-content: '|';
        content: var(--tw-content);
        margin-left: 0.5rem;
        display: inline-block;
        text-decoration-line: none;
      }
    }
  }
}
:root {
  scroll-padding-top: var(--spacing-header-height);
}
:root body {
  @media (width < 769px) {
    --wp--style--global--wide-size: 84vw;
    --wp--style--global--content-size: 84vw;
  }
}
:root .container {
  margin: revert-layer;
  padding: revert-layer;
  @media (width >= 0) {
    width: revert-layer;
  }
}
figure.size-full {
  width: revert;
  height: revert;
}
.sfsiaftrpstwpr {
  display: none !important;
}
#wpadminbar {
  max-width: 100vw;
  overflow-x: auto;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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-leading: initial;
      --tw-ease: initial;
      --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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-scroll-snap-strictness: proximity;
      --tw-content: "";
    }
  }
}
