/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*!
Theme Name: WordPress + Tailwind
*/
@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;
    --color-orange-700: #803E19;
    --color-blue-600: #3B6C8E;
    --color-black: #121212;
    --color-white: #FFFDFA;
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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);
    --font-barlow: "Barlow", sans-serif;
    --color-cream-50: #FFFDFA;
    --color-cream-100: #FEFAF0;
    --color-cream-200: #FEF6E7;
    --color-orange: #D46629;
    --color-brown: #9C3912;
    --color-maroon: #701D01;
    --color-yellow: #FDB738;
    --color-cream: #FCE8BF;
    --color-blue: #4B83A5;
    --color-darkblue: #2C556C;
    --color-navy: #183C4F;
    --color-green: #5E5D26;
    --color-darkgreen: #303B11;
    --color-black-50: #F6F6F6;
    --color-black-400: #888888;
    --color-black-700: #4f4f4f;
    --color-black-800: #454545;
    --text-body: clamp(0.88rem, 0.18vi + 0.84rem, 1rem);
    --text-display: clamp(2.5rem, 2.86vi + 1.93rem, 4.5rem);
    --text-h1: clamp(2.5rem, 1.43vi + 2.21rem, 3.5rem);
    --text-h2: clamp(2.25rem, 1.07vi + 2.04rem, 3rem);
    --text-h3: clamp(2rem, 0.71vi + 1.86rem, 2.5rem);
    --text-h4: clamp(1.75rem, 0.36vi + 1.68rem, 2rem);
    --text-h5: clamp(1.38rem, 0.18vi + 1.34rem, 1.5rem);
    --text-h6: clamp(1.13rem, 0.18vi + 1.09rem, 1.25rem);
    --text-large-body: clamp(1.25rem, 0.36vi + 1.18rem, 1.5rem);
    --text-small-body: clamp(0.75rem, 0.18vi + 0.71rem, 0.88rem);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[1px\] {
    top: 1px;
  }
  .top-\[9px\] {
    top: 9px;
  }
  .top-\[18px\] {
    top: 18px;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[68px\] {
    top: 68px;
  }
  .top-\[88px\] {
    top: 88px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-12px\] {
    left: -12px;
  }
  .left-\[32px\] {
    left: 32px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-998 {
    z-index: 998;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 528px) {
      max-width: 528px;
    }
    @media (width >= 767px) {
      max-width: 767px;
    }
    @media (width >= 980px) {
      max-width: 980px;
    }
    @media (width >= 1069px) {
      max-width: 1069px;
    }
    @media (width >= 1441px) {
      max-width: 1441px;
    }
    @media (width >= 1921px) {
      max-width: 1921px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .mt-\[-16px\] {
    margin-top: -16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[48px\] {
    margin-right: 48px;
  }
  .\!mb-5 {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .ml-\[48px\] {
    margin-left: 48px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-column {
    display: table-column;
  }
  .aspect-\[0\.85\/1\] {
    aspect-ratio: 0.85/1;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[12\.5px\] {
    height: 12.5px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[85\%\] {
    height: 85%;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[calc\(100vh-68px\)\] {
    height: calc(100vh - 68px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[90px\] {
    max-height: 90px;
  }
  .max-h-\[120px\] {
    max-height: 120px;
  }
  .max-h-\[140px\] {
    max-height: 140px;
  }
  .\!w-\[280px\] {
    width: 280px !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[192px\] {
    width: 192px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[calc\(100\%-24px\)\] {
    width: calc(100% - 24px);
  }
  .w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px);
  }
  .w-\[calc\(100vw-32px\)\] {
    width: calc(100vw - 32px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[190px\] {
    max-width: 190px;
  }
  .max-w-\[864px\] {
    max-width: 864px;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-45deg\]\! {
    rotate: -45deg !important;
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .rotate-\[45deg\] {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .gap-x-\[16px\] {
    column-gap: 16px;
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-tl-\[12px\] {
    border-top-left-radius: 12px;
  }
  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }
  .rounded-tl-\[24px\] {
    border-top-left-radius: 24px;
  }
  .rounded-tl-\[32px\] {
    border-top-left-radius: 32px;
  }
  .rounded-r-\[999px\] {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
  }
  .rounded-tr-\[12px\] {
    border-top-right-radius: 12px;
  }
  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }
  .rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }
  .rounded-tr-\[32px\] {
    border-top-right-radius: 32px;
  }
  .rounded-br-\[24px\] {
    border-bottom-right-radius: 24px;
  }
  .rounded-br-\[32px\] {
    border-bottom-right-radius: 32px;
  }
  .rounded-bl-\[24px\] {
    border-bottom-left-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[12px\] {
    border-style: var(--tw-border-style);
    border-width: 12px;
  }
  .border-\[16px\] {
    border-style: var(--tw-border-style);
    border-width: 16px;
  }
  .border-x-\[1\.5px\] {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1.5px;
  }
  .border-t-\[16px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 16px;
  }
  .border-r-\[12px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 12px;
  }
  .border-r-\[16px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 16px;
  }
  .border-b-\[1\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1.5px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[12px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 12px;
  }
  .border-l-\[16px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 16px;
  }
  .border-l-\[20px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 20px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-brown {
    border-color: var(--color-brown);
  }
  .border-navy {
    border-color: var(--color-navy);
  }
  .border-orange {
    border-color: var(--color-orange);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-yellow {
    border-color: var(--color-yellow);
  }
  .bg-\[\#FEF6E7\] {
    background-color: #FEF6E7;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-blue {
    background-color: var(--color-blue);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-cream-50 {
    background-color: var(--color-cream-50);
  }
  .bg-cream-200 {
    background-color: var(--color-cream-200);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .bg-\[url\(\'\/wp-content\/themes\/tca\/assets\/media\/icons\/build\/chevron-down\.svg\'\)\] {
    background-image: url('/wp-content/themes/tca/assets/media/icons/build/chevron-down.svg');
  }
  .bg-\[length\:16px_auto\] {
    background-size: 16px auto;
  }
  .bg-\[position\:calc\(100\%-8px\)_center\] {
    background-position: calc(100% - 8px) center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-black {
    fill: var(--color-black);
  }
  .fill-cream {
    fill: var(--color-cream);
  }
  .fill-cream-50 {
    fill: var(--color-cream-50);
  }
  .fill-orange {
    fill: var(--color-orange);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-bottom-left {
    object-position: left bottom;
  }
  .object-bottom-right {
    object-position: right bottom;
  }
  .object-top-left {
    object-position: left top;
  }
  .object-top-right {
    object-position: right top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-\[0\] {
    padding-inline: 0;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[48px\] {
    padding-block: 48px;
  }
  .py-\[64px\] {
    padding-block: 64px;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pr-\[18px\] {
    padding-right: 18px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-\[24px\] {
    padding-bottom: 24px;
  }
  .pb-\[32px\] {
    padding-bottom: 32px;
  }
  .pb-\[33\.333\%\] {
    padding-bottom: 33.333%;
  }
  .pb-\[40\.333\%\] {
    padding-bottom: 40.333%;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[66\.666\%\] {
    padding-bottom: 66.666%;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-\[0\] {
    padding-left: 0;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-body {
    font-size: var(--text-body);
  }
  .text-display {
    font-size: var(--text-display);
  }
  .text-h1 {
    font-size: var(--text-h1);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h4 {
    font-size: var(--text-h4);
  }
  .text-h5 {
    font-size: var(--text-h5);
  }
  .text-h6 {
    font-size: var(--text-h6);
  }
  .text-h6\! {
    font-size: var(--text-h6) !important;
  }
  .text-large-body {
    font-size: var(--text-large-body);
  }
  .text-small-body {
    font-size: var(--text-small-body);
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-\[150\%\] {
    --tw-leading: 150%;
    line-height: 150%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-normal\! {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-\[0\.24px\] {
    --tw-tracking: 0.24px;
    letter-spacing: 0.24px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-cream {
    color: var(--color-cream) !important;
  }
  .text-\[\#F6F6F6\] {
    color: #F6F6F6;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-black-50 {
    color: var(--color-black-50);
  }
  .text-brown {
    color: var(--color-brown);
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-cream-50 {
    color: var(--color-cream-50);
  }
  .text-inherit {
    color: inherit;
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .underline-offset-\[3px\] {
    text-underline-offset: 3px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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, 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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .content-\[\'\'\] {
    --tw-content: '';
    content: var(--tw-content);
  }
  .group-focus-within\:pointer-events-auto {
    &:is(:where(.group):focus-within *) {
      pointer-events: auto;
    }
  }
  .group-focus-within\:visible {
    &:is(:where(.group):focus-within *) {
      visibility: visible;
    }
  }
  .group-focus-within\:opacity-100 {
    &:is(:where(.group):focus-within *) {
      opacity: 100%;
    }
  }
  .group-hover\:pointer-events-auto {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        pointer-events: auto;
      }
    }
  }
  .group-hover\:visible {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        visibility: visible;
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-\[\.open\]\:pointer-events-auto {
    &:is(:where(.group):is(.open) *) {
      pointer-events: auto;
    }
  }
  .group-\[\.open\]\:h-auto {
    &:is(:where(.group):is(.open) *) {
      height: auto;
    }
  }
  .group-\[\.open\]\:overflow-visible {
    &:is(:where(.group):is(.open) *) {
      overflow: visible;
    }
  }
  .group-\[\.open\]\:pt-\[8px\] {
    &:is(:where(.group):is(.open) *) {
      padding-top: 8px;
    }
  }
  .group-\[\.open\]\:opacity-100 {
    &:is(:where(.group):is(.open) *) {
      opacity: 100%;
    }
  }
  .hover\:bg-black-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black-700);
      }
    }
  }
  .hover\:fill-black-700 {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-black-700);
      }
    }
  }
  .hover\:fill-cream-50 {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-cream-50);
      }
    }
  }
  .hover\:fill-orange {
    &:hover {
      @media (hover: hover) {
        fill: var(--color-orange);
      }
    }
  }
  .hover\:text-black-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black-700);
      }
    }
  }
  .hover\:text-cream-50 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-cream-50);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:underline-offset-4 {
    &:hover {
      @media (hover: hover) {
        text-underline-offset: 4px;
      }
    }
  }
  .focus\:pointer-events-auto {
    &:focus {
      pointer-events: auto;
    }
  }
  .focus\:left-\[32px\] {
    &:focus {
      left: 32px;
    }
  }
  .focus\:opacity-100 {
    &:focus {
      opacity: 100%;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-white {
    &:focus {
      --tw-ring-color: var(--color-white);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-blue {
    &:focus {
      --tw-ring-offset-color: var(--color-blue);
    }
  }
  .focus\:outline {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 1px;
    }
  }
  .focus\:outline-\[2px\] {
    &:focus {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus\:outline-orange {
    &:focus {
      outline-color: var(--color-orange);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-sm\:mt-4 {
    @media (width < 980px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:py-12 {
    @media (width < 980px) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .xs\:block {
    @media (width >= 767px) {
      display: block;
    }
  }
  .xs\:hidden {
    @media (width >= 767px) {
      display: none;
    }
  }
  .xs\:w-\[calc\(50\%-12px\)\] {
    @media (width >= 767px) {
      width: calc(50% - 12px);
    }
  }
  .xs\:w-\[calc\(50\%-16px\)\] {
    @media (width >= 767px) {
      width: calc(50% - 16px);
    }
  }
  .xs\:grid-cols-2 {
    @media (width >= 767px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:top-\[80px\] {
    @media (width >= 980px) {
      top: 80px;
    }
  }
  .sm\:float-left {
    @media (width >= 980px) {
      float: left;
    }
  }
  .sm\:mt-0 {
    @media (width >= 980px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[32px\] {
    @media (width >= 980px) {
      margin-top: 32px;
    }
  }
  .sm\:mt-\[64px\] {
    @media (width >= 980px) {
      margin-top: 64px;
    }
  }
  .sm\:mt-\[80px\] {
    @media (width >= 980px) {
      margin-top: 80px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 980px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-\[32px\] {
    @media (width >= 980px) {
      margin-bottom: 32px;
    }
  }
  .sm\:mb-\[64px\] {
    @media (width >= 980px) {
      margin-bottom: 64px;
    }
  }
  .sm\:block {
    @media (width >= 980px) {
      display: block;
    }
  }
  .sm\:hidden {
    @media (width >= 980px) {
      display: none;
    }
  }
  .sm\:h-\[75\%\] {
    @media (width >= 980px) {
      height: 75%;
    }
  }
  .sm\:h-\[80px\] {
    @media (width >= 980px) {
      height: 80px;
    }
  }
  .sm\:h-\[calc\(100vh-80px\)\] {
    @media (width >= 980px) {
      height: calc(100vh - 80px);
    }
  }
  .sm\:min-h-\[600px\] {
    @media (width >= 980px) {
      min-height: 600px;
    }
  }
  .sm\:w-\[33\.333\%\] {
    @media (width >= 980px) {
      width: 33.333%;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 980px) {
      width: 50%;
    }
  }
  .sm\:w-\[66\.666\%\] {
    @media (width >= 980px) {
      width: 66.666%;
    }
  }
  .sm\:w-\[224px\] {
    @media (width >= 980px) {
      width: 224px;
    }
  }
  .sm\:w-\[calc\(33\.333\%-21\.333px\)\] {
    @media (width >= 980px) {
      width: calc(33.333% - 21.333px);
    }
  }
  .sm\:w-\[calc\(33\.333\%-32px\)\] {
    @media (width >= 980px) {
      width: calc(33.333% - 32px);
    }
  }
  .sm\:w-\[calc\(50\%\+32px\)\] {
    @media (width >= 980px) {
      width: calc(50% + 32px);
    }
  }
  .sm\:w-\[calc\(50\%-16px\)\] {
    @media (width >= 980px) {
      width: calc(50% - 16px);
    }
  }
  .sm\:w-\[calc\(50\%-32px\)\] {
    @media (width >= 980px) {
      width: calc(50% - 32px);
    }
  }
  .sm\:w-\[calc\(60\%-32px\)\] {
    @media (width >= 980px) {
      width: calc(60% - 32px);
    }
  }
  .sm\:w-\[calc\(66\.666\%-32px\)\] {
    @media (width >= 980px) {
      width: calc(66.666% - 32px);
    }
  }
  .sm\:w-full {
    @media (width >= 980px) {
      width: 100%;
    }
  }
  .sm\:min-w-0 {
    @media (width >= 980px) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex-1 {
    @media (width >= 980px) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 980px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 980px) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 980px) {
      align-items: center;
    }
  }
  .sm\:items-stretch {
    @media (width >= 980px) {
      align-items: stretch;
    }
  }
  .sm\:justify-end {
    @media (width >= 980px) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-0 {
    @media (width >= 980px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:gap-\[12px\] {
    @media (width >= 980px) {
      gap: 12px;
    }
  }
  .sm\:gap-\[16px\] {
    @media (width >= 980px) {
      gap: 16px;
    }
  }
  .sm\:gap-\[24px\] {
    @media (width >= 980px) {
      gap: 24px;
    }
  }
  .sm\:gap-\[32px\] {
    @media (width >= 980px) {
      gap: 32px;
    }
  }
  .sm\:gap-\[64px\] {
    @media (width >= 980px) {
      gap: 64px;
    }
  }
  .sm\:rounded-none {
    @media (width >= 980px) {
      border-radius: 0;
    }
  }
  .sm\:rounded-tl-\[32px\] {
    @media (width >= 980px) {
      border-top-left-radius: 32px;
    }
  }
  .sm\:rounded-tr-\[32px\] {
    @media (width >= 980px) {
      border-top-right-radius: 32px;
    }
  }
  .sm\:rounded-br-\[24px\] {
    @media (width >= 980px) {
      border-bottom-right-radius: 24px;
    }
  }
  .sm\:border-0 {
    @media (width >= 980px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .sm\:border-t-\[16px\] {
    @media (width >= 980px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 16px;
    }
  }
  .sm\:border-r-\[12px\] {
    @media (width >= 980px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 12px;
    }
  }
  .sm\:border-r-\[16px\] {
    @media (width >= 980px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 16px;
    }
  }
  .sm\:border-b-\[16px\] {
    @media (width >= 980px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 16px;
    }
  }
  .sm\:border-l-\[16px\] {
    @media (width >= 980px) {
      border-left-style: var(--tw-border-style);
      border-left-width: 16px;
    }
  }
  .sm\:border-yellow {
    @media (width >= 980px) {
      border-color: var(--color-yellow);
    }
  }
  .sm\:p-0 {
    @media (width >= 980px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .sm\:p-\[24px\] {
    @media (width >= 980px) {
      padding: 24px;
    }
  }
  .sm\:p-\[32px\] {
    @media (width >= 980px) {
      padding: 32px;
    }
  }
  .sm\:p-\[48px\] {
    @media (width >= 980px) {
      padding: 48px;
    }
  }
  .sm\:px-0 {
    @media (width >= 980px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-\[20px\] {
    @media (width >= 980px) {
      padding-inline: 20px;
    }
  }
  .sm\:px-\[32px\] {
    @media (width >= 980px) {
      padding-inline: 32px;
    }
  }
  .sm\:py-\[20px\] {
    @media (width >= 980px) {
      padding-block: 20px;
    }
  }
  .sm\:py-\[32px\] {
    @media (width >= 980px) {
      padding-block: 32px;
    }
  }
  .sm\:py-\[64px\] {
    @media (width >= 980px) {
      padding-block: 64px;
    }
  }
  .sm\:pt-\[0\] {
    @media (width >= 980px) {
      padding-top: 0;
    }
  }
  .sm\:pt-\[20px\] {
    @media (width >= 980px) {
      padding-top: 20px;
    }
  }
  .sm\:pt-\[32px\] {
    @media (width >= 980px) {
      padding-top: 32px;
    }
  }
  .sm\:pt-\[64px\] {
    @media (width >= 980px) {
      padding-top: 64px;
    }
  }
  .sm\:pr-\[32px\] {
    @media (width >= 980px) {
      padding-right: 32px;
    }
  }
  .sm\:pb-\[32px\] {
    @media (width >= 980px) {
      padding-bottom: 32px;
    }
  }
  .sm\:pb-\[64px\] {
    @media (width >= 980px) {
      padding-bottom: 64px;
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 980px) {
      font-size: 24px;
    }
  }
  .md\:mt-\[88px\] {
    @media (width >= 1069px) {
      margin-top: 88px;
    }
  }
  .md\:ml-auto {
    @media (width >= 1069px) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 1069px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 1069px) {
      display: none;
    }
  }
  .md\:h-\[56\.666vh\] {
    @media (width >= 1069px) {
      height: 56.666vh;
    }
  }
  .md\:h-\[66\.666vh\] {
    @media (width >= 1069px) {
      height: 66.666vh;
    }
  }
  .md\:h-\[88px\] {
    @media (width >= 1069px) {
      height: 88px;
    }
  }
  .md\:h-\[416px\] {
    @media (width >= 1069px) {
      height: 416px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 1069px) {
      height: 600px;
    }
  }
  .md\:h-\[650px\] {
    @media (width >= 1069px) {
      height: 650px;
    }
  }
  .md\:h-\[700px\] {
    @media (width >= 1069px) {
      height: 700px;
    }
  }
  .md\:w-\[176px\] {
    @media (width >= 1069px) {
      width: 176px;
    }
  }
  .md\:w-\[calc\(25\%-24px\)\] {
    @media (width >= 1069px) {
      width: calc(25% - 24px);
    }
  }
  .md\:w-\[calc\(25\%-32px\)\] {
    @media (width >= 1069px) {
      width: calc(25% - 32px);
    }
  }
  .md\:w-\[calc\(45\%-16px\)\] {
    @media (width >= 1069px) {
      width: calc(45% - 16px);
    }
  }
  .md\:w-\[calc\(75\%-32px\)\] {
    @media (width >= 1069px) {
      width: calc(75% - 32px);
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 1069px) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[864px\] {
    @media (width >= 1069px) {
      max-width: 864px;
    }
  }
  .md\:max-w-\[1280px\] {
    @media (width >= 1069px) {
      max-width: 1280px;
    }
  }
  .md\:shrink-0 {
    @media (width >= 1069px) {
      flex-shrink: 0;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 1069px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 1069px) {
      flex-direction: row;
    }
  }
  .md\:items-start {
    @media (width >= 1069px) {
      align-items: flex-start;
    }
  }
  .md\:gap-\[16px\] {
    @media (width >= 1069px) {
      gap: 16px;
    }
  }
  .md\:gap-x-\[16px\] {
    @media (width >= 1069px) {
      column-gap: 16px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 1069px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:px-\[32px\] {
    @media (width >= 1069px) {
      padding-inline: 32px;
    }
  }
  .md\:px-\[64px\] {
    @media (width >= 1069px) {
      padding-inline: 64px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 1069px) {
      padding-block: 40px;
    }
  }
  .md\:py-\[64px\] {
    @media (width >= 1069px) {
      padding-block: 64px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 1069px) {
      padding-block: 80px;
    }
  }
  .md\:pb-\[64px\] {
    @media (width >= 1069px) {
      padding-bottom: 64px;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 1441px) {
      aspect-ratio: auto;
    }
  }
  .lg\:h-\[60\.666vh\] {
    @media (width >= 1441px) {
      height: 60.666vh;
    }
  }
  .lg\:h-\[61\.666vh\] {
    @media (width >= 1441px) {
      height: 61.666vh;
    }
  }
  .lg\:h-\[62\.666vh\] {
    @media (width >= 1441px) {
      height: 62.666vh;
    }
  }
  .lg\:h-\[66\.666vh\] {
    @media (width >= 1441px) {
      height: 66.666vh;
    }
  }
  .lg\:w-\[40\%\] {
    @media (width >= 1441px) {
      width: 40%;
    }
  }
  .lg\:w-\[224px\] {
    @media (width >= 1441px) {
      width: 224px;
    }
  }
  .lg\:w-\[calc\(20\%-25\.666px\)\] {
    @media (width >= 1441px) {
      width: calc(20% - 25.666px);
    }
  }
  .lg\:max-w-\[1536px\] {
    @media (width >= 1441px) {
      max-width: 1536px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 1441px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:gap-\[16px\] {
    @media (width >= 1441px) {
      gap: 16px;
    }
  }
  .lg\:gap-\[22px\] {
    @media (width >= 1441px) {
      gap: 22px;
    }
  }
  .lg\:gap-\[32px\] {
    @media (width >= 1441px) {
      gap: 32px;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-barlow);
    font-size: var(--text-body);
  }
  h1 {
    margin-bottom: 16px;
    font-size: var(--text-h1);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h2 {
    margin-bottom: 16px;
    font-size: var(--text-h2);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h3 {
    font-size: var(--text-h3);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h4 {
    font-size: var(--text-h4);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h5 {
    font-size: var(--text-h5);
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  h6 {
    font-size: var(--text-h6);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  p {
    font-size: var(--text-body);
    --tw-leading: 150%;
    line-height: 150%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    &:not(*:last-child) {
      margin-bottom: 22px;
    }
  }
  p.text-large-body {
    font-size: var(--text-large-body);
  }
  p.text-small-body {
    font-size: var(--text-small-body);
  }
  p a {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-decoration-line: underline;
    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: 300ms;
    transition-duration: 300ms;
  }
  .text p a {
    color: var(--color-brown);
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange);
      }
    }
  }
  .content-highlighted-cream p, .content-highlighted-cream li, .content-highlighted-cream strong, .content-highlighted-cream h1, .content-highlighted-cream h2, .content-highlighted-cream h3, .content-highlighted-cream h4, .content-highlighted-cream h5, .content-highlighted-cream h6, .content-highlighted-cream a {
    color: var(--color-black);
  }
  .content-highlighted-cream a:hover {
    color: var(--color-black);
  }
  .text p img {
    margin-block: calc(var(--spacing) * 6);
  }
  .text ul {
    margin-bottom: calc(var(--spacing) * 6);
    list-style-type: disc;
    padding-left: 16px;
  }
  .text ul li strong {
    color: var(--color-orange);
  }
  .text ul li {
    padding-left: 8px;
  }
  .content-highlighted .text p {
    font-size: 24px;
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .content-block .text h2, h3, h4, h5, h6 {
    margin-bottom: calc(var(--spacing) * 6);
    color: var(--color-orange);
  }
  .small-wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 1080px;
    padding-inline: 24px;
    @media (width >= 980px) {
      padding-inline: 32px;
    }
  }
  .wrapper {
    margin-inline: auto;
    width: 100%;
    max-width: 1080px;
    padding-inline: 24px;
    @media (width >= 980px) {
      padding-inline: 32px;
    }
    @media (width >= 1069px) {
      max-width: 1280px;
    }
    @media (width >= 1441px) {
      max-width: 1536px;
    }
  }
  .padding-t-b {
    padding-block: 24px;
    @media (width >= 980px) {
      padding-block: 64px;
    }
  }
  .padding-t-b {
    padding-block: 24px;
    @media (width >= 980px) {
      padding-block: 64px;
    }
  }
  .padding-t {
    padding-top: 24px;
    padding-bottom: calc(var(--spacing) * 0);
    @media (width >= 980px) {
      padding-top: 64px;
    }
  }
  .padding-b {
    padding-top: calc(var(--spacing) * 0);
    padding-bottom: 24px;
    @media (width >= 980px) {
      padding-bottom: 64px;
    }
  }
  header.logged-in {
    top: 46px !important;
  }
  @media only screen and (min-width: 782px) {
    header.logged-in {
      top: 32px !important;
    }
  }
  header.down {
    @media (width >= 1069px) {
      pointer-events: none;
    }
    @media (width >= 1069px) {
      position: fixed;
    }
    @media (width >= 1069px) {
      top: -32px !important;
    }
    @media (width >= 1069px) {
      opacity: 0%;
    }
  }
  header.scrolled {
    --tw-shadow: 4px;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  header .get-involved {
    margin-top: 16px;
    cursor: auto !important;
    text-decoration-line: none !important;
    @media (width >= 1069px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  header .get-involved a {
    display: block;
    width: fit-content;
    border-radius: 32px !important;
    background-color: var(--color-black) !important;
    padding-inline: 16px !important;
    padding-block: 8px !important;
    color: var(--color-white) !important;
    text-decoration-line: none !important;
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black-800) !important;
      }
    }
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-black {
    color: var(--color-black);
  }
}
@layer components {
  .button.fill {
    display: block;
    width: fit-content;
    border-radius: 32px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-black);
    background-color: var(--color-black);
    fill: var(--color-cream-50);
    padding-inline: 16px;
    padding-block: 8px;
    color: var(--color-cream-50);
    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: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black-700);
      }
    }
  }
  .button.stroke {
    display: block;
    width: fit-content;
    border-radius: 32px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-black);
    background-color: transparent;
    fill: var(--color-black);
    padding-inline: 16px;
    padding-block: 8px;
    color: var(--color-black);
    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: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        fill: var(--color-cream-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-cream-50);
      }
    }
  }
  .button.fill.cream {
    border-color: var(--color-cream);
    background-color: var(--color-cream);
    fill: var(--color-black) !important;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-cream-100);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-cream-200);
      }
    }
  }
  .button.stroke.cream {
    display: block;
    width: fit-content;
    border-radius: 32px;
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--color-black);
    border-color: var(--color-cream);
    background-color: transparent;
    padding-inline: 16px;
    padding-block: 8px;
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
    color: var(--color-cream);
    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: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-cream-200);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-cream-200);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .button.text.cream {
    width: fit-content;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    fill: var(--color-cream);
    padding-inline: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-cream);
    &:hover {
      @media (hover: hover) {
        fill: var(--color-cream-50);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-cream-50);
      }
    }
  }
  .button.text.orange {
    width: fit-content;
    border-radius: 0;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    fill: var(--color-orange);
    padding-inline: calc(var(--spacing) * 0);
    padding-block: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-orange);
    &:hover {
      @media (hover: hover) {
        fill: var(--color-orange-700);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-700);
      }
    }
  }
  .text-blue {
    color: var(--color-blue);
  }
  .text-brown {
    color: var(--color-brown);
  }
  .text-cream {
    color: var(--color-cream);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-blue {
    background-color: var(--color-blue-600);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-brown {
    background-color: var(--color-brown);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-blue-cream {
    background-color: var(--color-blue-600);
    color: var(--color-cream);
  }
  .bg-brown-cream {
    background-color: var(--color-brown);
    color: var(--color-cream);
  }
  .bg-cream-black {
    background-color: var(--color-cream);
    color: var(--color-black);
  }
  .bg-green-cream {
    background-color: var(--color-green);
    color: var(--color-cream);
  }
  .bg-orange-cream {
    background-color: var(--color-orange);
    color: var(--color-cream);
  }
  .bg-navy-cream {
    background-color: var(--color-navy);
    color: var(--color-cream);
  }
  .disabled-arrow {
    pointer-events: none;
    opacity: 30%;
  }
  .swiper-pagination-bullet {
    height: 3px;
    width: 32px;
    border-radius: 0;
  }
  .bullets .swiper-pagination-bullet {
    height: 8px !important;
    width: 8px !important;
    background-color: var(--color-cream) !important;
    opacity: 100% !important;
  }
  .bullets .swiper-pagination-bullet-active {
    background-color: var(--color-black) !important;
  }
}
.hero.theme-home {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 22px;
  border-bottom-color: var(--color-yellow);
}
.hero.theme-home h1 {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-display);
}
.hero.theme-cream h1 {
  color: var(--color-orange);
}
.hero-copy p {
  font-size: 20px;
}
.introduction.rounded-bottomleft {
  border-bottom-left-radius: 64px;
}
.introduction.rounded-bottomright {
  border-bottom-right-radius: 64px;
}
.aa-areas .area.blue, .area-theme-blue {
  border-bottom-right-radius: 32px;
  border-right-style: var(--tw-border-style);
  border-right-width: 12px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 12px;
  border-color: var(--color-darkblue);
  background-color: var(--color-blue-600);
}
.aa-areas .area.brown, .area-theme-brown {
  border-bottom-right-radius: 32px;
  border-right-style: var(--tw-border-style);
  border-right-width: 12px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 12px;
  border-color: var(--color-maroon);
  background-color: var(--color-brown);
}
.aa-areas .area.green, .area-theme-green {
  border-bottom-right-radius: 32px;
  border-right-style: var(--tw-border-style);
  border-right-width: 12px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 12px;
  border-color: var(--color-darkgreen);
  background-color: var(--color-green);
}
.aa-areas .area.navy, .area-theme-navy {
  border-bottom-right-radius: 32px;
  border-right-style: var(--tw-border-style);
  border-right-width: 12px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 12px;
  border-color: var(--color-blue);
  background-color: var(--color-navy);
}
.aa-areas .area.orange, .area-theme-orange {
  border-bottom-right-radius: 32px;
  border-right-style: var(--tw-border-style);
  border-right-width: 12px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 12px;
  border-color: var(--color-maroon);
  background-color: var(--color-orange);
}
.archive .listing .item.aa-listing-item {
  overflow: visible;
}
.archive .listing .item.aa-listing-item::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  right: -12.5px;
  left: 0;
  bottom: -12.5px;
  border-right: 13px solid var(--color-cream);
  border-bottom: 13px solid var(--color-cream);
  border-bottom-right-radius: 32px;
  clip-path: inset(0 0 100% calc(100% - 12px) round 0 0 32px 0);
  animation: aa-border-undraw 420ms linear both;
}
.archive .listing .item.aa-listing-item:hover::before {
  animation: aa-border-draw 420ms linear both;
}
@keyframes aa-border-draw {
  0% {
    clip-path: inset(0 0 100% calc(100% - 13px) round 0 0 32px 0);
  }
  55% {
    clip-path: inset(0 0 0 calc(100% - 13px) round 0 0 32px 0);
  }
  100% {
    clip-path: inset(0 0 0 0 round 0 0 32px 0);
  }
}
@keyframes aa-border-undraw {
  0% {
    clip-path: inset(0 0 0 0 round 0 0 32px 0);
  }
  45% {
    clip-path: inset(0 0 0 calc(100% - 13px) round 0 0 32px 0);
  }
  100% {
    clip-path: inset(0 0 100% calc(100% - 13px) round 0 0 32px 0);
  }
}
.aa-area-introduction h2 {
  color: var(--color-orange);
}
.form .gform_heading {
  margin-bottom: 24px;
  @media (width >= 980px) {
    margin-bottom: 32px;
  }
}
.form .gform_heading h2 {
  font-size: var(--text-h2);
  color: var(--color-orange);
}
.form .gform_heading p {
  font-size: var(--text-body) !important;
}
.form .gform_heading .gform_required_legend {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.form .gform_heading .gform_required_legend .gfield_required_asterisk {
  color: var(--color-black);
}
.form .gform_body .gfield--type-section {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 0px !important;
}
.form .gform_body .gfield--type-section h3 {
  margin-bottom: calc(var(--spacing) * 2);
  font-size: var(--text-h3);
  color: var(--color-orange);
}
.form .gform_body .gfield label, .form .gform_body .gfield legend {
  font-size: var(--text-body);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.form .gform_body .gfield label .gfield_required_asterisk {
  color: var(--color-black);
}
.form .gform_body .gfield input {
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
  border-color: var(--color-black);
  font-size: var(--text-body) !important;
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-color: var(--color-orange);
  }
}
.form .gform_body .gfield select {
  width: 100% !important;
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
  border-color: var(--color-black);
  font-size: var(--text-body) !important;
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-color: var(--color-orange);
  }
}
.form .gform-theme--foundation .ginput_address_country {
  width: 100% !important;
}
.form .gform_body .gfield textarea {
  border-radius: 0 !important;
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
  border-color: var(--color-black);
  font-size: var(--text-body) !important;
  &:focus {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  &:focus {
    outline-color: var(--color-orange);
  }
}
.form .gform_body .gform_required_legend .gfield_required_asterisk {
  color: var(--color-black);
}
.form .gfield label.gfield_consent_label {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.form .gfield label.gfield_consent_label a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-brown);
  text-decoration-line: underline;
  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: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      color: var(--color-orange);
    }
  }
}
.form .gfield input[type='checkbox']:before {
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
  color: var(--color-black) !important;
}
.gform_fields {
  grid-row-gap: 23px !important;
}
.form .gform-footer .gform_button {
  border-radius: 32px !important;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  background-color: var(--color-black) !important;
  padding-inline: 16px;
  padding-block: 8px;
  color: var(--color-cream-50) !important;
  transition-property: all !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black-700) !important;
    }
  }
}
.form .gform_body .gfield_checkbox label {
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
}
.searchandfilter select.sf-input-select {
  min-width: calc(var(--spacing) * 0) !important;
}
.filters form {
  width: 100%;
}
.filters.two .searchandfilter ul {
  @media (width >= 767px) {
    justify-content: space-between;
  }
}
.filters.two .searchandfilter ul {
  display: flex !important;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  padding: calc(var(--spacing) * 0);
  @media (width >= 767px) {
    flex-direction: row;
  }
}
.filters.two .searchandfilter ul li {
  width: 100%;
  padding: calc(var(--spacing) * 0) !important;
  @media (width >= 767px) {
    width: calc(50% - 13px);
  }
  @media (width >= 980px) {
    width: calc(25% - 13px);
  }
}
.filters.two .searchandfilter ul li h4 {
  margin-bottom: 8px;
  padding: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.filters.two .searchandfilter ul li label {
  width: 100%;
}
.filters.two .searchandfilter ul li.sf-field-post-meta-event_0_prospect_free ul li label {
  font-size: 0;
}
.filters.two .searchandfilter ul li select {
  position: relative;
  width: 100%;
  appearance: none;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  background-color: transparent;
  background-image: url("./../media/icons/build/chevron-down.svg");
  background-size: 16px auto;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  padding: 8px;
  color: var(--color-black);
}
.filters.two .searchandfilter ul li select:focus {
  outline-offset: 2px;
  outline-color: var(--color-orange);
}
a:focus, button:focus {
  outline-offset: 2px;
  outline-color: var(--color-green);
}
.green a:focus, .green button:focus {
  outline-offset: 2px;
  outline-color: var(--color-yellow);
}
.filters.two .searchandfilter ul li input {
  position: relative;
  width: 100%;
  appearance: none;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  background-color: transparent;
  background-image: url("./../media/icons/social/search.svg");
  background-size: 16px auto;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  padding: 8px;
  color: var(--color-black);
}
.filters.two .searchandfilter ul li input:focus {
  outline-offset: 2px;
  outline-color: var(--color-orange);
}
.aa-filters .searchandfilter ul li ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.aa-filters .searchandfilter h4 {
  margin-bottom: 16px;
  padding: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.aa-filters .searchandfilter .sf-field-taxonomy-action-agenda-interest .sf-input-checkbox {
  pointer-events: none;
  position: absolute;
  opacity: 0%;
}
.aa-filters .searchandfilter .sf-field-taxonomy-action-agenda-interest ul {
  margin: calc(var(--spacing) * 0);
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 12px;
  padding: calc(var(--spacing) * 0);
}
.aa-filters .searchandfilter .sf-field-taxonomy-action-agenda-interest .sf-label-checkbox {
  display: inline-block;
  cursor: pointer;
  border-radius: 32px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  background-color: transparent;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: var(--text-small-body);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  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: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-black-700);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black-700);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.aa-filters .sf-field-taxonomy-action-agenda-interest {
  margin-bottom: 32px;
  width: 100% !important;
  @media (width >= 980px) {
    width: 66.666% !important;
  }
}
.aa-filters .sf-field-taxonomy-action-agenda-area {
  margin-right: 32px;
  margin-bottom: 32px;
  width: 100% !important;
  @media (width >= 980px) {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (width >= 980px) {
    width: 66.666% !important;
  }
}
.aa-filters .sf-field-taxonomy-action-agenda-interest .sf-input-checkbox:checked + .sf-label-checkbox {
  border-color: var(--color-black) !important;
  background-color: var(--color-black) !important;
  color: var(--color-white) !important;
}
.aa-filters .searchandfilter ul li {
  padding: calc(var(--spacing) * 0) !important;
}
.aa-filters .searchandfilter ul li li {
  padding: calc(var(--spacing) * 0) !important;
}
.aa-filters .searchandfilter .sf-input-checkbox:focus + .sf-label-checkbox {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-color: var(--color-orange);
}
.aa-filters .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
}
.aa-filters .sf-field-taxonomy-action-agenda-area label {
  width: 100%;
}
.aa-filters .sf-field-taxonomy-action-agenda-area .sf-input-select {
  position: relative;
  width: 100%;
  appearance: none;
  border-radius: 0;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-color: var(--color-black);
  background-color: transparent;
  background-image: url("./../media/icons/build/chevron-down.svg");
  background-size: 16px auto;
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  padding: 8px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-color: transparent;
  &:focus {
    outline-color: var(--color-orange);
  }
}
.aa-filters .searchandfilter .sf-field-submit {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.aa-filters .searchandfilter .sf-field-submit input {
  cursor: pointer;
  border-radius: 32px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  background-color: var(--color-black);
  padding-inline: 16px;
  padding-block: 8px;
  color: var(--color-white);
  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: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-black-700);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black-700);
    }
  }
}
.aa-filters .searchandfilter .sf-field-reset {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.aa-filters .searchandfilter .sf-field-reset input {
  cursor: pointer;
  border-radius: 32px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-black);
  padding-inline: 16px;
  padding-block: 8px;
  color: var(--color-black);
  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: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-black-700);
    }
  }
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black-700);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
@media (max-width: 979px) {
  .sf-mobile-toggle {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: var(--text-body);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    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: 300ms;
    transition-duration: 300ms;
  }
  .sf-mobile-toggle.is-open {
    margin-bottom: 16px;
  }
  .sf-mobile-toggle .chevron {
    transition: transform 0.3s ease;
  }
  .sf-mobile-toggle.is-open .chevron {
    transform: rotate(180deg);
  }
  .sf-mobile-collapsible {
    display: none !important;
  }
  .sf-mobile-collapsible.is-open {
    display: flex !important;
  }
}
.single-action-agenda .text h2 {
  margin-bottom: 24px;
  color: var(--color-orange);
  @media (width >= 980px) {
    margin-bottom: 32px;
  }
}
.action-agenda-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.action-agenda-overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay-backdrop {
  position: absolute;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: var(--color-black);
  opacity: 60%;
}
.overlay-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.overlay-container {
  -webkit-overflow-scrolling: touch;
}
.action-agenda-overlay-wrapper {
  position: relative;
  float: right;
  height: auto;
  width: calc(100% - 24px);
  border-left-style: var(--tw-border-style);
  border-left-width: 16px;
  border-color: var(--color-yellow);
  background-color: var(--color-white);
  @media (width >= 980px) {
    width: calc(100% - 32px);
  }
  @media (width >= 1069px) {
    width: 66.666%;
  }
}
.close-overlay {
  position: fixed;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-bottom-left-radius: 8px;
  background-color: var(--color-cream);
  font-size: var(--text-h4);
  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: 300ms;
  transition-duration: 300ms;
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-cream-50);
    }
  }
}
body.overlay-open {
  overflow: hidden;
}
.action-agenda-overlay.loading .overlay-container::before {
  content: 'Loading...';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: white;
}
.form ::-webkit-input-placeholder, .form ::-webkit-textarea-placeholder {
  color: var(--color-black-400) !important;
  opacity: 100%;
}
.form :-moz-placeholder {
  color: var(--color-black-400) !important;
  opacity: 100%;
}
.form ::-moz-placeholder {
  color: var(--color-black-400) !important;
  opacity: 100%;
}
.form :-ms-input-placeholder {
  color: var(--color-black-400) !important;
  opacity: 100%;
}
.form input:-moz-placeholder {
  color: var(--color-black-400) !important;
  opacity: 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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-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-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-outline-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-ease: initial;
      --tw-content: "";
    }
  }
}
