/*
Theme Name: Limagrain Field Seeds
Theme URI: https://codeaware.at
Author: codeaware GmbH
Author URI: https://codeaware.at
Description: Limagrain Field Seeds Theme
Version: 1.0.0
Text Domain: limagrain-field-seeds
*/

/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --color-brand-primary: #ee002d;
  --color-grey: #646568;
  --font-ui: "Inter", var(--font-sans);
  --font-sans: "Source Sans 3", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-display: "Microbrew Three", var(--font-sans);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  --color-slate-200: oklch(92.9% 0.013 255.508);
  --color-slate-300: oklch(86.9% 0.022 252.894);
  --color-slate-600: oklch(44.6% 0.043 257.281);
  --color-slate-900: oklch(20.8% 0.042 265.755);
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --radius-3xl: 1.5rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
}
@layer theme, base, components, utilities;
@layer theme;
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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;
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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,);
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-9 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-4 {
    @media (width >= 48rem) {
      grid-column-start: 4;
    }
  }
  .md\:col-start-5 {
    @media (width >= 48rem) {
      grid-column-start: 5;
    }
  }
  .md\:col-start-6 {
    @media (width >= 48rem) {
      grid-column-start: 6;
    }
  }
  .md\:col-start-7 {
    @media (width >= 48rem) {
      grid-column-start: 7;
    }
  }
  .md\:col-start-8 {
    @media (width >= 48rem) {
      grid-column-start: 8;
    }
  }
  .md\:col-start-9 {
    @media (width >= 48rem) {
      grid-column-start: 9;
    }
  }
  .md\:col-start-10 {
    @media (width >= 48rem) {
      grid-column-start: 10;
    }
  }
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-200.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-300.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-500.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-600.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-700.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-800.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Regular-900.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-200.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-300.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-400.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-500.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-600.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-700.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-800.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/source-sans-3/SourceSans3-Italic-900.ttf") format("truetype");
}
@font-face {
  font-family: "Microbrew Three";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/microbrew-three/MicrobrewThree.woff2") format("woff2"), url("./assets/fonts/microbrew-three/MicrobrewThree.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/inter/Inter-400.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/inter/Inter-700.ttf") format("truetype");
}
@layer base {
  :root {
    --content-max-width: 80rem;
    --content-inner-max-width: calc(var(--content-max-width) - 4rem);
    --content-inner-half-width: calc(var(--content-inner-max-width) * 0.5);
    --site-header-scroll-offset: 0px;
    --scrollbar-width: 0px;
    --scrollbar-safe-viewport-width: calc(100vw - var(--scrollbar-width));
  }
  html {
    font-size: 14px;
    scroll-padding-top: calc(var(--site-header-scroll-offset) + 1rem);
  }
  [id] {
    scroll-margin-top: calc(var(--site-header-scroll-offset) + 1rem);
  }
  *, ::before, ::after {
    box-sizing: border-box;
  }
  body {
    line-height: 1.4;
    margin: calc(var(--spacing) * 0);
    background-color: var(--color-white);
    font-family: var(--font-sans);
    color: var(--color-slate-900);
  }
  .layout-guides {
    inset: 0;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
  }
  .layout-guides__container {
    height: 100%;
    margin-inline: auto;
    position: relative;
    width: min(100% - 6rem, var(--content-max-width));
  }
  .layout-guides__container::before, .layout-guides__container::after {
    border-left: 1px dashed rgb(34 197 94 / 0.75);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
  }
  .layout-guides__container::before {
    left: 0;
  }
  .layout-guides__container::after {
    right: 0;
    transform: translateX(1px);
  }
  .layout-guides {
    --layout-guide-padding: 2rem;
  }
  .layout-guides::before, .layout-guides::after {
    border-left: 1px dashed rgb(236 72 153 / 0.75);
    bottom: 0;
    content: "";
    position: fixed;
    top: 0;
    z-index: 10000;
  }
  .layout-guides::before {
    left: max(calc(var(--scrollbar-safe-viewport-width) * 0.5 - calc(var(--content-max-width) * 0.5) + var(--layout-guide-padding)), var(--layout-guide-padding));
  }
  .layout-guides::after {
    left: min(calc(var(--scrollbar-safe-viewport-width) * 0.5 + calc(var(--content-max-width) * 0.5) - var(--layout-guide-padding)), calc(var(--scrollbar-safe-viewport-width) - var(--layout-guide-padding)));
  }
  @media (max-width: 48rem) {
    .layout-guides__container {
      width: min(100% - 2rem, var(--content-max-width));
    }
    html {
      font-size: 12px;
    }
  }
}
@layer components {
  .container {
    margin-inline: auto;
    max-width: var(--content-max-width);
    width: min(100% - 6rem, var(--content-max-width));
  }
  .container-narrow {
    width: min(100%, 48rem);
    margin-inline: auto;
  }
  .site-main {
    width: min(100% - 6rem, var(--content-max-width));
    margin-inline: auto;
  }
  .site-main {
    padding-block: calc(var(--spacing) * 8);
    padding-bottom: calc(var(--spacing) * 16);
  }
  .site-main:has(.entry-content > .hero:first-child) {
    padding-top: 0;
  }
  .site-main--featured-header-page {
    padding-bottom: 0;
  }
  .entry-content .wp-block-button__link {
    background: var(--color-brand-primary);
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media (max-width: 48rem) {
    .container, .site-main {
      width: min(100% - 2rem, var(--content-max-width));
    }
  }
}
@layer components {
  .site-header {
    background-color: #f4f4f4;
    color: #000;
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .site-header-inner {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr auto;
    margin-inline: auto;
    width: min(100% - 6rem, var(--content-max-width));
    padding-block: calc(var(--spacing) * 4);
  }
  .site-branding a {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: inherit;
    text-decoration-line: none;
  }
  .site-branding {
    position: relative;
    z-index: 1;
  }
  .site-branding::before {
    background: var(--color-brand-primary);
    bottom: -1rem;
    content: "";
    left: calc(var(--scrollbar-safe-viewport-width) * -1);
    position: absolute;
    right: -4rem;
    top: -1rem;
    z-index: -1;
  }
  .custom-logo-link, .custom-logo {
    display: block;
  }
  .custom-logo {
    height: auto;
    max-height: 100px;
    width: auto;
  }
  @media (max-width: 72rem) {
    .custom-logo {
      max-height: 110px;
    }
  }
  @media (max-width: 48rem) {
    .site-header-inner {
      width: min(100% - 2rem, var(--content-max-width));
    }
    .custom-logo {
      max-height: 90px;
    }
  }
  @media (max-width: 36rem) {
    .custom-logo {
      max-height: 72px;
    }
  }
  .site-navigation {
    justify-self: center;
  }
  .site-header-toggle {
    display: none;
  }
  .site-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
  }
  .site-navigation .site-menu a {
    color: inherit;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 2.28;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .site-navigation .site-menu .current-menu-item > a::after, .site-navigation .site-menu .current-menu-ancestor > a::after, .site-navigation .site-menu .current_page_item > a::after, .site-navigation .site-menu .current-page-ancestor > a::after {
    background: currentcolor;
    bottom: 0.5rem;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
  }
  .site-header-cta {
    justify-self: end;
  }
  .header-widget a {
    background: transparent;
    background-color: transparent;
    border: 1px solid currentcolor;
    border-radius: 6.25rem;
    color: inherit;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
    line-height: normal;
    padding: 1.4375rem 3rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media (max-width: 72rem) {
    .site-header {
      background: var(--color-brand-primary);
      color: #fff;
    }
    .site-header-inner {
      grid-template-columns: minmax(0, 1fr) auto;
      justify-items: stretch;
      text-align: left;
    }
    .site-branding::before {
      display: none;
    }
    .site-header .custom-logo {
      filter: brightness(0) invert(1);
    }
    .site-header-toggle {
      align-items: center;
      align-self: center;
      background: transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      display: inline-flex;
      flex-direction: column;
      gap: 0.375rem;
      grid-column: 2;
      justify-content: center;
      justify-self: end;
      padding: 0;
    }
    .site-header-toggle__line {
      background: currentcolor;
      display: block;
      height: 0.125rem;
      transition: transform 0.2s ease, opacity 0.2s ease;
      width: 1.75rem;
    }
    .site-header.is-menu-open .site-header-toggle__line:nth-child(1) {
      transform: translateY(0.5rem) rotate(45deg);
    }
    .site-header.is-menu-open .site-header-toggle__line:nth-child(2) {
      opacity: 0;
    }
    .site-header.is-menu-open .site-header-toggle__line:nth-child(3) {
      transform: translateY(-0.5rem) rotate(-45deg);
    }
    .site-navigation, .site-header-cta {
      display: none;
      grid-column: 1 / -1;
      justify-self: stretch;
      width: 100%;
    }
    .site-header.is-menu-open .site-navigation, .site-header.is-menu-open .site-header-cta {
      display: block;
    }
    .site-navigation {
      margin-top: 1.5rem;
    }
    .site-menu {
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
    }
    .site-navigation .site-menu a {
      line-height: 1.2;
    }
    .site-navigation .site-menu .current-menu-item > a::after, .site-navigation .site-menu .current-menu-ancestor > a::after, .site-navigation .site-menu .current_page_item > a::after, .site-navigation .site-menu .current-page-ancestor > a::after {
      bottom: 0;
    }
    .site-header-cta {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    .header-widget a {
      width: fit-content;
    }
  }
}
@layer components {
  .site-footer {
    background-color: var(--color-brand-primary);
    font-size: 20px;
    color: var(--color-white);
  }
  .site-footer-inner {
    margin-inline: auto;
    width: min(100% - 6rem, var(--content-max-width));
    padding-block: calc(var(--spacing) * 18);
    padding-bottom: calc(var(--spacing) * 18);
  }
  .footer-widgets {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 2rem;
  }
  .footer-widget-area-primary {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: calc(var(--spacing) * 4);
  }
  .footer-widget-area-inner {
    text-align: center;
  }
  .footer-widget-area-secondary {
    text-align: left;
    margin-bottom: calc(var(--spacing) * 4);
  }
  .footer-widgets > .footer-widget-area-secondary:nth-of-type(2) {
    grid-column: 2;
  }
  .footer-widgets > .footer-widget-area-secondary:nth-of-type(3) {
    grid-column: 3;
  }
  .footer-widget + .footer-widget {
    margin-top: 1.5rem;
  }
  .footer-widget-title {
    margin-bottom: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
  }
  .site-footer-copyright {
    font-size: 16px;
    text-align: center;
  }
  @media (max-width: 640px) {
    .site-footer-inner {
      width: min(100% - 2rem, var(--content-max-width));
    }
    .footer-widgets {
      grid-template-columns: minmax(0, 1fr);
    }
    .footer-widget-area-primary {
      grid-column: auto;
    }
    .footer-widgets > .footer-widget-area-secondary:nth-of-type(2), .footer-widgets > .footer-widget-area-secondary:nth-of-type(3) {
      grid-column: auto;
    }
  }
}
@layer components {
  .featured-page-hero {
    --featured-page-hero-header-offset: 8.25rem;
    display: grid;
    left: 50%;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    margin-top: var(--featured-page-hero-header-offset);
    position: relative;
    width: var(--scrollbar-safe-viewport-width);
  }
  .featured-page-hero__image {
    display: block;
    grid-area: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .featured-page-hero__header {
    grid-area: 1 / 1;
    inset: 0 auto auto 0;
    position: absolute;
    width: 100%;
    z-index: 20;
  }
  .featured-page-hero__content-wrap {
    align-items: center;
    display: grid;
    grid-area: 1 / 1;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    inset: 0;
    position: absolute;
    z-index: 15;
  }
  .featured-page-hero__content {
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-column: 2 / span 10;
    justify-items: center;
    margin-inline: auto;
    text-align: center;
    transform: translateY(var(--featured-page-hero-header-offset));
  }
  .featured-page-hero__text {
    font-family: var(--font-display);
    font-size: 4.375rem;
    font-weight: 400;
    letter-spacing: 0.0875rem;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .featured-page-hero__button {
    background: var(--color-brand-primary);
    border-radius: 9999px;
    color: #fff;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  .featured-page-hero__cta {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 16;
  }
  .featured-page-hero__cta-image {
    display: block;
    height: auto;
    max-height: 60px;
    max-width: 25vw;
    width: auto;
  }
  .site-header--overlay {
    background: #f4f4f4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .admin-bar .site-header--overlay {
    top: 32px;
  }
  .site-header--overlay .site-branding, .site-header--overlay .site-navigation, .site-header--overlay .site-header-cta, .site-header--overlay .site-header-toggle, .site-header--overlay .site-menu a, .site-header--overlay .site-branding a {
    color: #000;
  }
  .site-header--overlay .site-branding {
    position: relative;
    z-index: 1;
  }
  .site-header--overlay .site-branding::before {
    background: var(--color-brand-primary);
    bottom: -1rem;
    content: "";
    left: calc(var(--scrollbar-safe-viewport-width) * -1);
    position: absolute;
    right: -4rem;
    top: -1rem;
    z-index: -1;
  }
  .site-header--overlay .header-widget a {
    color: #000;
  }
  .site-header--overlay .custom-logo {
    filter: none;
  }
  @media (max-width: 72rem) {
    .site-header--overlay {
      background: var(--color-brand-primary);
    }
    .featured-page-hero__content-wrap {
      align-items: end;
    }
    .featured-page-hero__image {
      height: auto;
    }
    .site-header-inner--overlay {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .site-header--overlay .site-branding::before {
      display: none;
    }
    .site-header--overlay .site-branding, .site-header--overlay .site-navigation, .site-header--overlay .site-header-cta, .site-header--overlay .site-header-toggle, .site-header--overlay .site-menu a, .site-header--overlay .site-branding a, .site-header--overlay .header-widget a {
      color: #fff;
    }
    .site-header--overlay .custom-logo {
      filter: brightness(0) invert(1);
    }
    .featured-page-hero__content {
      gap: 1.5rem;
      grid-column: 1 / -1;
      max-width: 36rem;
      margin-bottom: calc(2rem + 60px);
      padding-top: 8rem;
      transform: none;
    }
    .featured-page-hero__text {
      font-size: 2.5rem;
      padding-inline: 2rem;
    }
    .featured-page-hero__button {
      font-size: 1.25rem;
      padding: 1rem 1.5rem;
    }
    .featured-page-hero__cta-image {
      max-width: 25vw;
    }
  }
  @media (max-width: 782px) {
    .admin-bar .site-header--overlay {
      top: 46px;
    }
  }
  @media (max-width: 40rem) {
    .featured-page-hero__cta {
      top: 130px;
    }
  }
}
@layer components {
  .site-main--single {
    padding-top: 4rem;
    padding-bottom: 0;
    width: min(100% - 6rem, var(--content-max-width));
  }
  .post-single__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .post-single__header {
    grid-column: 3 / span 8;
    text-align: center;
  }
  .post-single__meta {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    line-height: 1.4;
    margin: 0 0 1.25rem;
  }
  .post-single__meta-separator {
    background: #000;
    display: inline-block;
    height: 1px;
    width: 1.25rem;
  }
  .post-single__title {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
  }
  .post-single__featured {
    left: 50%;
    margin: 1.5rem 0 3rem;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    position: relative;
    width: var(--scrollbar-safe-viewport-width);
  }
  .post-single__featured-image {
    display: block;
    height: min(calc(var(--scrollbar-safe-viewport-width) * 0.5), 800px);
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .post-single__content {
    grid-column: 4 / span 6;
  }
  .post-single__content p, .post-single__content ul, .post-single__content ol {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .post-single__recent-news {
    background: rgba(217, 217, 217, 0.29);
    left: 50%;
    margin-top: 7.5rem;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    padding: 4rem 0 10rem;
    position: relative;
    width: var(--scrollbar-safe-viewport-width);
  }
  .post-single > .latest-news {
    margin-top: 7.5rem;
    margin-bottom: 0;
  }
  .post-single__recent-news-title {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 3.4375rem;
    text-align: center;
    text-transform: uppercase;
  }
  .post-single__recent-news-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  @media (max-width: 90rem) {
    .post-single__recent-news-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (max-width: 64rem) {
    .post-single__recent-news-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .site-main--news-overview {
    padding-bottom: 0;
    padding-top: 0;
    width: min(100% - 6rem, var(--content-max-width));
  }
  .news-overview {
    background: rgba(217, 217, 217, 0.29);
    left: 50%;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    padding: 4rem 0 10rem;
    position: relative;
    width: var(--scrollbar-safe-viewport-width);
  }
  .news-overview__inner {
    margin-inline: auto;
    width: min(100% - 6rem, var(--content-inner-max-width));
  }
  .news-overview__title {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 3.4375rem;
    text-align: center;
    text-transform: uppercase;
  }
  .news-overview__pagination {
    margin-top: 4rem;
  }
  .news-overview__pagination-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .news-overview__pagination-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    color: #646568;
    display: inline-flex;
    font-family: var(--font-ui);
    font-size: 0.875rem;
    font-weight: 400;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.42;
    min-width: 3rem;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
  }
  .news-overview__pagination-item.current {
    background: #ee002d;
    border-color: #ee002d;
    color: #fff;
    font-weight: 700;
  }
  .news-overview__pagination-item.dots {
    padding-inline: 1rem;
  }
  .news-overview__pagination-item--edge {
    min-width: 6rem;
  }
  .recent-news-card {
    background: #fff;
    border-radius: 0 4rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
  }
  .recent-news-card__image-link {
    display: block;
  }
  .recent-news-card__image {
    border-radius: 0 4rem;
    display: block;
    aspect-ratio: 1.3;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .recent-news-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.75rem 1.75rem 2rem;
  }
  .recent-news-card__title {
    color: #646568;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem;
  }
  .recent-news-card__title a {
    color: inherit;
    text-decoration: none;
  }
  .recent-news-card__teaser {
    color: #646568;
    flex: 1;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
  }
  .recent-news-card__teaser p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
  }
  .recent-news-card__link {
    align-items: center;
    color: var(--color-brand-primary);
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 0.5rem;
    letter-spacing: 1.2px;
    line-height: normal;
    margin-left: auto;
    margin-top: 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  .recent-news-card__link svg {
    display: block;
    flex-shrink: 0;
  }
  @media (max-width: 48rem) {
    .site-main--single, .site-main--news-overview {
      width: min(100% - 2rem, var(--content-max-width));
    }
    .news-overview__inner {
      width: min(100% - 2rem, var(--content-inner-max-width));
    }
    .post-single__content p, .post-single__content ul, .post-single__content ol {
      font-size: 1.5rem;
    }
    .post-single__recent-news {
      padding: 4rem 2rem 10rem;
    }
    .news-overview {
      padding: 4rem 2rem 10rem;
    }
    .post-single__header, .post-single__content {
      grid-column: 1 / -1;
    }
    .post-single__title {
      font-size: 3rem;
    }
    .post-single__recent-news-title {
      font-size: 3rem;
    }
    .post-single__recent-news-grid {
      grid-template-columns: 1fr;
    }
    .news-overview__title {
      font-size: 3rem;
    }
    .post-single__recent-news-grid, .news-overview .post-single__recent-news-grid {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .icon-feature {
    align-items: start;
    display: grid;
    gap: 3.5rem;
    grid-template-columns: 14rem minmax(0, 1fr);
    margin-bottom: 3.5rem;
    margin-inline: auto;
    width: min(100% - 2rem, 72rem);
  }
  .icon-feature__media {
    display: flex;
    justify-content: center;
  }
  .icon-feature__image, .icon-feature__image-placeholder {
    aspect-ratio: 1;
    border-radius: 9999px;
    display: block;
    height: 14rem;
    object-fit: cover;
    width: 14rem;
  }
  .icon-feature__image-placeholder {
    align-items: center;
    background-color: rgba(238, 0, 45, 0.08);
    color: var(--color-brand-primary);
    display: flex;
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 0.5rem;
    text-align: center;
  }
  .icon-feature__body {
    min-width: 0;
  }
  .icon-feature__heading {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 1.83;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  .icon-feature__heading::after {
    color: var(--color-brand-primary);
    content: " \2713";
  }
  .icon-feature__inspector-actions {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .icon-feature__text {
    color: var(--color-grey);
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .icon-feature__text p + p {
    margin-top: 0.75rem;
  }
  @media (max-width: 640px) {
    .icon-feature {
      align-items: start;
      gap: 0.5rem;
      grid-template-columns: 1fr;
    }
    .icon-feature__media, .icon-feature__body {
      grid-column: 1 / -1;
      width: 100%;
    }
    .icon-feature__media {
      justify-content: flex-start;
    }
    .icon-feature__image, .icon-feature__image-placeholder {
      height: 4.5rem;
      width: 4.5rem;
    }
    .icon-feature__heading {
      font-size: 2.25rem;
    }
    .icon-feature__text {
      font-size: 1.5rem;
    }
  }
}
@layer components {
  .hero {
    align-items: center;
    background-color: #d9d9d9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    min-height: 34rem;
    margin-bottom: 3.5rem;
    margin-left: calc(50% - var(--scrollbar-safe-viewport-width) * 0.5);
    margin-right: calc(50% - var(--scrollbar-safe-viewport-width) * 0.5);
    padding: 3rem;
    position: relative;
    text-align: center;
    width: var(--scrollbar-safe-viewport-width);
  }
  .hero__content {
    display: grid;
    justify-items: center;
    max-width: 72rem;
  }
  .hero__heading {
    color: white;
    font-family: var(--font-display);
    font-size: 6.25rem;
    line-height: normal;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  .hero__subline {
    color: white;
    font-family: var(--font-display);
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 2rem;
    max-width: 64rem;
    text-transform: uppercase;
  }
  .hero__subline p + p {
    margin-top: 1rem;
  }
  .hero__button {
    background-color: var(--color-brand-primary);
    border-radius: 9999px;
    color: white;
    display: inline-flex;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
  }
  @media (max-width: 640px) {
    .hero {
      min-height: 26rem;
      padding: 2rem;
    }
    .hero__heading {
      font-size: 4rem;
      line-height: 1;
    }
    .hero__subline {
      font-size: 2rem;
      line-height: 1.2;
    }
    .hero__button {
      font-size: 1.25rem;
      padding: 1rem 1.5rem;
    }
  }
}
@layer components {
  .content-block {
    box-sizing: border-box;
    left: 50%;
    margin-bottom: 5rem;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    max-width: var(--scrollbar-safe-viewport-width);
    padding: 0;
    position: relative;
    right: 50%;
    width: var(--scrollbar-safe-viewport-width);
  }
  .content-block[style*="background-color"] {
    padding: 4rem 0;
  }
  .entry-content > .content-block:last-child {
    margin-bottom: 0;
  }
  .content-block__inner {
    display: grid;
    gap: 2rem;
    margin: 0 auto;
    width: min(100% - 6rem, var(--content-inner-max-width));
  }
  .content-block__heading {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 4rem;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .content-block__content {
    color: var(--color-slate-900);
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .content-block__content ul, .content-block__content ol {
    margin-left: 1.5rem;
  }
  .content-block__content ul {
    list-style: disc;
  }
  .content-block__content ol {
    list-style: decimal;
  }
  .content-block__content p + p, .content-block__content p + ul, .content-block__content p + ol, .content-block__content p + .wp-block-buttons, .content-block__content ul + p, .content-block__content ul + .wp-block-buttons, .content-block__content ol + p, .content-block__content ol + .wp-block-buttons, .content-block__content .wp-block-buttons + p {
    margin-top: 1rem;
  }
  .content-block__content table {
    border-color: #000;
  }
  .content-block__content table th, .content-block__content table td {
    border-color: #000;
    min-width: 12rem;
    vertical-align: top;
  }
  .content-block__content .wp-block-table table thead th {
    background-color: var(--color-brand-primary) !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  .content-block__content .wp-block-table {
    max-width: min(calc(var(--scrollbar-safe-viewport-width) - 6rem), var(--content-inner-max-width));
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .content-block__content .wp-block-table table {
    min-width: 70rem;
  }
  @media (max-width: 48rem) {
    .content-block {
      margin-bottom: 5rem;
    }
    .content-block[style*="background-color"] {
      padding-block: 4rem;
    }
    .content-block__inner {
      width: min(100% - 2rem, var(--content-inner-max-width));
    }
    .content-block__content .wp-block-table {
      max-width: min(calc(var(--scrollbar-safe-viewport-width) - 2rem), var(--content-inner-max-width));
    }
  }
}
@layer components {
  .text-image {
    box-sizing: border-box;
    left: 50%;
    margin-bottom: 5rem;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    max-width: var(--scrollbar-safe-viewport-width);
    padding: 0;
    position: relative;
    right: 50%;
    width: var(--scrollbar-safe-viewport-width);
  }
  .text-image[style*="background-color"] {
    padding: 4rem 0;
  }
  .entry-content > .text-image:last-child {
    margin-bottom: 0;
  }
  .text-image__inner {
    align-items: start;
    gap: 2rem;
    margin: 0 auto;
    width: min(100% - 6rem, var(--content-inner-max-width));
  }
  .text-image[style*="background-color"] .text-image__inner {
    width: min(100% - 6rem, var(--content-inner-max-width));
  }
  .text-image__heading {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 4rem;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .text-image__image-wrap {
    align-self: start;
    grid-row: 2;
    width: 100%;
  }
  .text-image__image {
    display: block;
    height: auto;
    width: 100%;
  }
  .text-image__content {
    color: var(--color-slate-900);
    font-size: 1.2rem;
    grid-row: 2;
    line-height: 1.4;
  }
  .text-image__content ul, .text-image__content ol {
    margin-left: 1.5rem;
  }
  .text-image__content ul {
    list-style: disc;
  }
  .text-image__content ol {
    list-style: decimal;
  }
  .text-image__content p + p, .text-image__content p + ul, .text-image__content p + ol, .text-image__content p + .wp-block-buttons, .text-image__content ul + p, .text-image__content ul + .wp-block-buttons, .text-image__content ol + p, .text-image__content ol + .wp-block-buttons, .text-image__content .wp-block-buttons + p {
    margin-top: 1rem;
  }
  @media (max-width: 48rem) {
    .text-image[style*="background-color"] {
      padding-block: 4rem;
    }
    .text-image__inner {
      grid-template-columns: 1fr;
    }
    .text-image__inner .text-image__heading, .text-image__inner .text-image__image-wrap, .text-image__inner .text-image__content {
      grid-column: 1 / -1;
      grid-row: auto;
    }
    .text-image[data-mobile-image-position="above-heading"] .text-image__image-wrap {
      order: 1;
    }
    .text-image[data-mobile-image-position="above-heading"] .text-image__heading {
      order: 2;
    }
    .text-image[data-mobile-image-position="above-heading"] .text-image__content {
      order: 3;
    }
    .text-image[data-mobile-image-position="between-heading-content"] .text-image__heading {
      order: 1;
    }
    .text-image[data-mobile-image-position="between-heading-content"] .text-image__image-wrap {
      order: 2;
    }
    .text-image[data-mobile-image-position="between-heading-content"] .text-image__content {
      order: 3;
    }
    .text-image[data-mobile-image-position="below-content"] .text-image__heading {
      order: 1;
    }
    .text-image[data-mobile-image-position="below-content"] .text-image__content {
      order: 2;
    }
    .text-image[data-mobile-image-position="below-content"] .text-image__image-wrap {
      order: 3;
    }
  }
  @media (max-width: 48rem) {
    .text-image {
      margin-bottom: 5rem;
    }
    .text-image__inner, .text-image[style*="background-color"] .text-image__inner {
      width: min(100% - 2rem, var(--content-inner-max-width));
    }
  }
}
@layer components {
  .video {
    margin-bottom: 7.5rem;
    position: relative;
  }
  .video__media {
    display: block;
    object-fit: cover;
    width: 100%;
  }
  .video__overlay {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 0;
    position: absolute;
    transition: opacity 0.2s ease;
  }
  .video__overlay svg {
    display: block;
  }
  .video.is-playing .video__overlay {
    opacity: 0;
    pointer-events: none;
  }
  .video.alignfull, .video.wp-block-limagrain-field-seeds-video {
    left: auto;
    margin-inline: calc(50% - min(calc(var(--scrollbar-safe-viewport-width) * 0.5), 40rem));
    right: auto;
    width: min(var(--scrollbar-safe-viewport-width), 80rem);
  }
  @media (max-width: 48rem) {
    .video {
      margin-bottom: 5rem;
    }
  }
}
@layer components {
  .slider {
    margin-bottom: 7.5rem;
    margin-inline: auto;
    width: min(100%, var(--content-max-width));
  }
  .slider__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 4.375rem;
  }
  .slider__tab {
    background: transparent;
    border: 1px solid var(--color-brand-primary);
    border-radius: 999px;
    color: var(--color-brand-primary);
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.7rem 1.3rem;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }
  .slider__tab.is-active {
    background: var(--color-brand-primary);
    color: #fff;
  }
  .slider__frame {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 10fr) minmax(0, 1fr);
    width: 100%;
  }
  .slider__viewport {
    grid-column: 2;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }
  .slider__arrow-wrap {
    align-self: start;
    display: flex;
    padding-top: clamp(8rem, 18vw, 14rem);
  }
  .slider__arrow-wrap--prev {
    grid-column: 1;
    justify-content: flex-start;
  }
  .slider__arrow-wrap--next {
    grid-column: 3;
    justify-content: flex-end;
  }
  .slider__arrow {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease;
  }
  .slider__arrow[disabled] {
    cursor: default;
    opacity: 0.2;
  }
  .slider__slides {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  .slider__slide {
    height: auto;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .slider-item__layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    max-width: 100%;
    width: 100%;
  }
  .slider-item__image-wrap, .slider-item__content {
    align-self: start;
  }
  .slider-item__content {
    align-self: center;
    color: #000;
    min-width: 0;
  }
  .slider-item__image {
    display: block;
    height: auto;
    width: 100%;
  }
  .slider-item__content p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .slider-item__content p:not(:last-child) {
    margin-bottom: 1rem;
  }
  @media (max-width: 48rem) {
    .slider__frame {
      gap: 1rem;
      grid-template-columns: 1fr;
    }
    .slider__arrow-wrap {
      display: none;
    }
    .slider__viewport {
      grid-column: 1 / -1;
      overflow: hidden;
    }
    .slider__slide, .slider__slide.is-active {
      display: block;
    }
    .slider-item__layout {
      grid-template-columns: 1fr;
    }
    .slider-item__layout .slider-item__image-wrap, .slider-item__layout .slider-item__content {
      grid-column: 1 / -1 !important;
      grid-row: auto !important;
      width: 100%;
    }
    .slider-item__layout .slider-item__image-wrap {
      order: 1;
    }
    .slider-item__layout .slider-item__content {
      order: 2;
    }
    .slider-item__content p {
      font-size: 1.7rem;
    }
  }
}
@layer components {
  .locations {
    left: auto;
    margin-bottom: 7.5rem;
    margin-inline: calc(50% - min(calc(var(--scrollbar-safe-viewport-width) * 0.5 - 3rem), var(--content-inner-half-width)));
    position: relative;
    right: auto;
    width: min(calc(var(--scrollbar-safe-viewport-width) - 6rem), var(--content-inner-max-width));
  }
  .locations__headline-wrap {
    display: grid;
    gap: 0.75rem;
    justify-items: start;
    margin-bottom: 3rem;
  }
  .locations__headline-row {
    align-items: center;
    display: inline-flex;
    gap: 1rem;
  }
  .locations__heading {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
  }
  .locations__heading-icon {
    display: inline-flex;
    flex-shrink: 0;
  }
  .locations__description {
    color: var(--color-slate-900);
    font-size: 1.2rem;
    grid-row: 2;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
  }
  .locations__description > p {
    margin: 0;
  }
  .locations__description > p + p {
    margin-top: 0.75rem;
  }
  .locations__grid {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .locations__map {
    grid-column: 1 / span 9;
    min-width: 0;
  }
  .locations__map svg, .locations__map img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .locations__map [id], .locations__map [data-map-id] {
    stroke: #fff !important;
  }
  .locations__map .is-clickable {
    cursor: pointer;
    transition: opacity 0.2s ease, fill 0.2s ease, stroke 0.2s ease, stroke-width 0.2s ease;
  }
  .locations__map .is-clickable.is-mobile-disabled {
    cursor: default;
  }
  .locations__map .locations__map-overlay.is-hover-overlay {
    fill: none !important;
    stroke: #111827 !important;
    stroke-width: 3px !important;
    pointer-events: none !important;
  }
  .locations__map .is-clickable:focus, .locations__map .is-clickable:focus-visible {
    box-shadow: none;
    outline: none;
  }
  .locations__location-button:hover, .locations__location-button:focus-visible {
    color: var(--color-brand-primary);
  }
  .locations__map .has-website:not(.is-active) {
    fill: #B1B2B3 !important;
  }
  .locations__map .has-contact:not(.is-active) {
    fill: #B1B2B3 !important;
  }
  .locations__map [id].is-active, .locations__map [data-map-id].is-active, .locations__map [data-country-id].is-active {
    fill: var(--location-base-fill) !important;
    opacity: 1 !important;
  }
  .locations__map-placeholder {
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 0 4rem;
    color: var(--color-grey);
    display: flex;
    justify-content: center;
    min-height: 32rem;
    padding: 2rem;
    text-align: center;
  }
  .locations__filters {
    border: 1px solid #e5e5e5;
    grid-column: 10 / span 3;
    padding: 1.5rem;
  }
  .locations__category + .locations__category {
    border-top: 1px solid #d9d9d9;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .locations__category-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr auto;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .locations__category-toggle-box {
    background: #fff;
    border: 3px solid #111827;
    border-radius: 0.35rem;
    display: block;
    height: 2rem;
    width: 2rem;
  }
  .locations__category.is-active .locations__category-toggle-box {
    background: var(--color-brand-primary);
    border-color: var(--color-brand-primary);
    box-shadow: inset 0 0 0 0.25rem #fff;
  }
  .locations__category-toggle-label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .locations__category-toggle-chevron {
    border-bottom: 3px solid #111827;
    border-right: 3px solid #111827;
    display: block;
    height: 1rem;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 1rem;
  }
  .locations__category.is-open .locations__category-toggle-chevron {
    transform: rotate(-135deg);
  }
  .locations__category-panel {
    display: none;
    padding-top: 1.5rem;
  }
  .locations__category.is-open .locations__category-panel {
    display: block;
  }
  .locations__location-list {
    display: grid;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    max-height: 20rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    scrollbar-color: var(--color-brand-primary) transparent;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
  }
  .locations__location-list::-webkit-scrollbar {
    width: 0.5rem;
  }
  .locations__location-list::-webkit-scrollbar-track {
    background: transparent;
  }
  .locations__location-list::-webkit-scrollbar-thumb {
    background: var(--color-brand-primary);
    border-radius: 0;
  }
  .locations__location-item:nth-child(odd) {
    background: rgb(0 0 0 / 5%);
  }
  .locations__location-item:nth-child(even) {
    background: transparent;
  }
  .locations__location-button {
    background: transparent;
    border: 0;
    color: #111827;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.5rem 0.75rem;
    text-align: left;
    width: 100%;
  }
  .locations__location-button.is-active {
    color: var(--color-brand-primary);
    font-weight: 700;
  }
  .locations__modal {
    inset: 0;
    position: fixed;
    z-index: 1000;
  }
  .locations__modal-backdrop {
    backdrop-filter: blur(4px);
    background: rgb(0 0 0 / 68%);
    position: absolute;
    inset: 0;
  }
  .locations__modal-dialog {
    inset: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    position: absolute;
  }
  .locations__modal-content {
    background: #fff;
    box-shadow: 0 2rem 5rem rgb(0 0 0 / 12%);
    color: var(--color-grey);
    max-width: 46rem;
    padding: 2.5rem 3rem;
    position: relative;
    text-align: center;
    width: min(100%, 46rem);
  }
  .locations__modal-close {
    align-items: center;
    color: var(--color-grey);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 0;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }
  .locations__modal-title {
    color: #111827;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.28;
    margin: 0 0 1.5rem;
  }
  .locations__modal-copy {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto 1.75rem;
    max-width: 40rem;
  }
  .locations__modal-details {
    display: grid;
    justify-items: center;
  }
  .locations__modal-brand, .locations__modal-row {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
  }
  .locations__modal-brand {
    margin-bottom: 0.25rem;
  }
  .locations__modal-row a {
    color: var(--color-brand-primary);
    text-decoration: none;
  }
  body.has-location-modal-open {
    overflow: hidden;
  }
  @media (max-width: 75rem) {
    .locations__map {
      grid-column: 1 / span 8;
    }
    .locations__filters {
      grid-column: 9 / span 4;
    }
  }
  @media (max-width: 64rem) {
    .locations__map {
      grid-column: 1 / span 6;
    }
    .locations__filters {
      grid-column: 7 / span 6;
    }
  }
  @media (max-width: 48rem) {
    .locations {
      margin-inline: calc(50% - min(calc(var(--scrollbar-safe-viewport-width) * 0.5 - 1rem), var(--content-inner-half-width)));
      width: min(calc(var(--scrollbar-safe-viewport-width) - 2rem), var(--content-inner-max-width));
    }
    .locations__map, .locations__filters {
      grid-column: 1 / -1;
    }
    .locations__heading {
      font-size: 3rem;
    }
    .locations__modal-dialog {
      padding: 1rem;
    }
    .locations__modal-content {
      padding: 2rem 1.5rem;
    }
  }
}
@layer components {
  .latest-news {
    background: rgba(217, 217, 217, 0.29);
    left: 50%;
    margin-bottom: 7.5rem;
    margin-left: calc(var(--scrollbar-safe-viewport-width) * -0.5);
    padding: 4rem 0 5rem;
    position: relative;
    width: var(--scrollbar-safe-viewport-width);
  }
  .entry-content > .latest-news:last-child {
    margin-bottom: 0;
  }
  .latest-news__inner {
    margin-inline: auto;
    width: min(100% - 6rem, var(--content-inner-max-width));
  }
  .latest-news__title {
    color: var(--color-grey);
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 3.4375rem;
    text-align: center;
    text-transform: uppercase;
  }
  .latest-news__slider {
    overflow: hidden;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-color: var(--color-brand-primary);
    --swiper-theme-color: var(--color-brand-primary);
  }
  .latest-news__slides {
    align-items: stretch;
  }
  .latest-news__slide {
    box-sizing: border-box;
    display: flex;
    height: auto;
  }
  .latest-news__slide.recent-news-card {
    height: 100%;
    width: 100%;
  }
  .latest-news__pagination {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 2rem;
  }
  .latest-news__pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--color-brand-primary);
    border-radius: 999px;
    box-sizing: content-box;
    height: 1.0625rem;
    margin: 0 !important;
    opacity: 1;
    width: 1.0625rem;
    border-width: 3px;
  }
  .latest-news__pagination .swiper-pagination-bullet-active {
    background: var(--color-brand-primary);
    opacity: 1;
  }
  .latest-news__empty {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
  }
  @media (max-width: 64rem) {
    .latest-news {
      padding: 4rem 0;
    }
  }
  @media (max-width: 48rem) {
    .latest-news__inner {
      width: min(100% - 2rem, var(--content-inner-max-width));
    }
  }
}
.entry-content .wp-block-button .wp-block-button__link {
  background: var(--color-brand-primary);
  background-color: var(--color-brand-primary);
  border: 0;
  border-radius: 6.25rem;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.0875rem;
  line-height: normal;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-button.has-contact-icon .wp-block-button__link {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
}
.wp-block-button.has-contact-icon .wp-block-button__link::before {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 30 23' fill='none'%3E%3Cpath d='M8.87985 10.3705L28.0483 1.25M8.87985 10.3705L10.1833 20.97C10.196 21.1132 10.2495 21.2497 10.3375 21.3633C10.4255 21.4769 10.5442 21.5629 10.6796 21.611C10.8151 21.6591 10.9615 21.6673 11.1014 21.6346C11.2414 21.602 11.369 21.5298 11.4691 21.4267L28.0483 1.25M8.87985 10.3705L1.47738 2.67286C1.3743 2.57272 1.30215 2.44509 1.26949 2.30514C1.23684 2.16519 1.24504 2.0188 1.29314 1.88338C1.34125 1.74796 1.42721 1.62919 1.54084 1.5412C1.65446 1.45321 1.79095 1.39969 1.9341 1.387L28.0483 1.25' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 30 23' fill='none'%3E%3Cpath d='M8.87985 10.3705L28.0483 1.25M8.87985 10.3705L10.1833 20.97C10.196 21.1132 10.2495 21.2497 10.3375 21.3633C10.4255 21.4769 10.5442 21.5629 10.6796 21.611C10.8151 21.6591 10.9615 21.6673 11.1014 21.6346C11.2414 21.602 11.369 21.5298 11.4691 21.4267L28.0483 1.25M8.87985 10.3705L1.47738 2.67286C1.3743 2.57272 1.30215 2.44509 1.26949 2.30514C1.23684 2.16519 1.24504 2.0188 1.29314 1.88338C1.34125 1.74796 1.42721 1.62919 1.54084 1.5412C1.65446 1.45321 1.79095 1.39969 1.9341 1.387L28.0483 1.25' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 1.5625rem;
  transform: rotate(19.555deg);
  width: 1.5625rem;
}
.site-header .header-widget a {
  background: transparent;
  background-color: transparent;
  border: 1px solid currentcolor;
  border-radius: 6.25rem;
  color: inherit;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: normal;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.latest-news__slider .latest-news__slide.swiper-slide {
  display: flex;
}
@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-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;
}
@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-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-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;
    }
  }
}
