/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@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-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[110\] {
    z-index: 110;
  }
  .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;
    }
  }
  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[21px\] {
    height: 21px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }
  .pb-\[59px\] {
    padding-bottom: 59px;
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-neutral-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-neutral-600);
      }
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-neutral-900 {
    &:focus-visible {
      outline-color: var(--color-neutral-900);
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:gap-x-6 {
    @media (width < 64rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:gap-y-12 {
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .max-lg\:pt-5 {
    @media (width < 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pb-20 {
    @media (width < 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:gap-y-10 {
    @media (width < 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pt-4 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pb-16 {
    @media (width < 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[1\.83rem\] {
    @media (width >= 48rem) {
      font-size: 1.83rem;
    }
  }
  .md\:text-\[2\.44rem\] {
    @media (width >= 48rem) {
      font-size: 2.44rem;
    }
  }
  .md\:leading-tight {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .\[\&_p\+p\]\:mt-6 {
    & p+p {
      margin-top: calc(var(--spacing) * 6);
    }
  }
}
@font-face {
  font-family: "Futura PT Book";
  src: url("../media/fonts/futura-pt-book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --background: #ffffff;
  --foreground: #171717;
  --header-height: 101px;
  --font-futura-pt: "Futura PT Book", sans-serif;
}
body {
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-futura-pt), sans-serif;
}
.site-container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .site-container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .site-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .site-container {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .site-container {
    max-width: 1400px;
  }
}
@media (min-width: 1920px) {
  .site-container {
    max-width: 1600px;
  }
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.wp-content p {
  margin-bottom: 1em;
  line-height: 1.75;
}
.wp-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.wp-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.wp-content ul,
.wp-content ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.wp-content blockquote {
  border-left: 3px solid #e5e5e5;
  padding-left: 1em;
  margin: 1.5em 0;
  font-style: italic;
  color: #525252;
}
.about-slider {
  position: relative;
  width: 100%;
}
.about-slider .swiper {
  aspect-ratio: 4 / 5;
  padding-bottom: 28px;
}
.about-slider .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.about-slider .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  border-radius: 1.5px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.about-slider .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.6);
}
.hero-slider--fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: calc(-1 * var(--header-height));
  overflow: hidden;
}
html.be-home-intro-pending:has([data-be-home-hero-intro]) [data-be-home-hero-intro] {
  background-color: #e9e9eb;
}
html.be-home-intro-pending [data-be-home-hero-intro] .hero-slider__video {
  transition: opacity 1.55s ease;
}
html.be-home-intro-pending:not(.be-home-intro-video) [data-be-home-hero-intro] .hero-slider__video {
  opacity: 0;
}
html.be-home-intro-pending [data-be-header-logo] {
  transition: opacity 1.15s ease,
  filter 0.65s ease;
}
html.be-home-intro-pending [data-be-primary-nav],
html.be-home-intro-pending [data-be-mobile-menu-trigger] {
  transition: opacity 1.15s ease;
}
html.be-home-intro-pending:not(.be-home-intro-logo):has([data-be-home-hero-intro]) [data-be-header-logo] {
  opacity: 0;
}
html.be-home-intro-pending:not(.be-home-intro-nav):has([data-be-home-hero-intro]) [data-be-primary-nav],
html.be-home-intro-pending:not(.be-home-intro-nav):has([data-be-home-hero-intro]) [data-be-mobile-menu-trigger] {
  opacity: 0;
  pointer-events: none;
}
.hero-slider__slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.hero-slider__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .swiper-pagination {
  bottom: 20px !important;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.hero-slider .swiper-pagination-bullet {
  width: 36px;
  height: 3px;
  border-radius: 1.5px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  transition: background 0.3s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .hero-slider .swiper {
    padding-bottom: 32px;
  }
  .hero-slider .swiper-pagination {
    bottom: 0 !important;
  }
  .hero-slider .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.15);
  }
  .hero-slider .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.6);
  }
}
.hero-slider__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
  pointer-events: none;
}
.hero-slider__overlay-content {
  width: 100%;
  padding: 2.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .hero-slider__overlay-content {
    padding: 3rem;
  }
}
.hero-slider__overlay-title {
  font-size: clamp(1.02rem, 2.03vw, 1.625rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.hero-slider__overlay-location {
  margin-left: 0.5em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
}
.hero-slider__overlay-desc {
  margin-top: 0.5rem;
  font-size: clamp(0.66rem, 0.975vw, 0.8125rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 32rem;
  line-height: 1.6;
}
.projects {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 1.5rem 8rem;
}
@media screen and (min-width: 1536px) {
  .projects {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .projects {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1024px) {
  .projects {
    padding: 3rem 1.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .projects {
    padding: 2.5rem 1rem 4rem;
  }
}
.projects__title {
  font-size: clamp(1.625rem, 3.25vw, 2.84rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .projects__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    border: 0;
    white-space: nowrap;
  }
}
.project-filters {
  display: none;
  justify-content: center;
  gap: 0;
  padding-bottom: 3.5rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .project-filters {
    padding-bottom: 2.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .project-filters::-webkit-scrollbar {
    display: none;
  }
}
.project-filters__item {
  color: #828282;
  white-space: nowrap;
  padding-right: 1.6rem;
  transition: color 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
  font: inherit;
}
.project-filters__item:last-child {
  padding-right: 0;
}
.project-filters__item.is-active {
  color: #000;
}
.project-filters__item:hover {
  color: #000;
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  row-gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .projects__grid {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1rem;
    row-gap: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .projects__grid {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
  }
}
.project-tile {
  display: flex;
  flex-direction: column;
  height: fit-content;
  text-decoration: none;
  color: inherit;
}
.project-tile__media {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}
.project-tile__image {
  object-fit: cover;
}
.project-tile__title {
  margin-top: 0.75rem;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.project-tile__location {
  padding-left: 0.75rem;
  color: #828282;
}
.project-tile:nth-child(9n + 1) {
  grid-column: 3 / span 8;
}
.project-tile:nth-child(9n + 2),
.project-tile:nth-child(9n + 3) {
  grid-column: span 6;
}
.project-tile:nth-child(9n + 4) {
  grid-column: 5 / span 8;
}
.project-tile:nth-child(9n + 5),
.project-tile:nth-child(9n + 6) {
  grid-column: span 6;
}
.project-tile:nth-child(9n + 7) {
  grid-column: 1 / span 8;
}
.project-tile:nth-child(9n + 8),
.project-tile:nth-child(9n + 9) {
  grid-column: span 6;
}
.project-tile:nth-child(9n + 1) .project-tile__media,
.project-tile:nth-child(9n + 4) .project-tile__media,
.project-tile:nth-child(9n + 7) .project-tile__media {
  aspect-ratio: 1.45;
}
.project-tile:nth-child(9n + 2) .project-tile__media,
.project-tile:nth-child(9n + 3) .project-tile__media,
.project-tile:nth-child(9n + 5) .project-tile__media,
.project-tile:nth-child(9n + 6) .project-tile__media,
.project-tile:nth-child(9n + 8) .project-tile__media,
.project-tile:nth-child(9n + 9) .project-tile__media {
  aspect-ratio: 1.5;
}
.project-tile:nth-child(9n + 2),
.project-tile:nth-child(9n + 6),
.project-tile:nth-child(9n + 8) {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .project-tile:nth-child(9n + 1) {
    grid-column: 2 / span 4;
  }
  .project-tile:nth-child(9n + 4) {
    grid-column: 3 / span 4;
  }
  .project-tile:nth-child(9n + 7) {
    grid-column: 1 / span 4;
  }
  .project-tile:nth-child(9n + 2),
  .project-tile:nth-child(9n + 3),
  .project-tile:nth-child(9n + 5),
  .project-tile:nth-child(9n + 6),
  .project-tile:nth-child(9n + 8),
  .project-tile:nth-child(9n + 9) {
    grid-column: span 3;
  }
  .project-tile:nth-child(9n + 2),
  .project-tile:nth-child(9n + 6),
  .project-tile:nth-child(9n + 8) {
    margin-top: 5rem;
  }
  .project-tile:nth-child(9n + 1) .project-tile__media,
  .project-tile:nth-child(9n + 2) .project-tile__media,
  .project-tile:nth-child(9n + 3) .project-tile__media,
  .project-tile:nth-child(9n + 4) .project-tile__media,
  .project-tile:nth-child(9n + 5) .project-tile__media,
  .project-tile:nth-child(9n + 6) .project-tile__media,
  .project-tile:nth-child(9n + 7) .project-tile__media,
  .project-tile:nth-child(9n + 8) .project-tile__media,
  .project-tile:nth-child(9n + 9) .project-tile__media {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .project-tile:nth-child(9n + 1),
  .project-tile:nth-child(9n + 2),
  .project-tile:nth-child(9n + 3),
  .project-tile:nth-child(9n + 4),
  .project-tile:nth-child(9n + 5),
  .project-tile:nth-child(9n + 6),
  .project-tile:nth-child(9n + 7),
  .project-tile:nth-child(9n + 8),
  .project-tile:nth-child(9n + 9) {
    grid-column: 1 / -1;
    margin-top: 0;
  }
}
.featured-projects {
  padding: 0 0 6rem;
}
.featured-projects__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1920px) {
  .featured-projects__inner {
    max-width: 1600px;
  }
}
@media screen and (min-width: 2560px) {
  .featured-projects__inner {
    max-width: 1920px;
  }
}
.featured-projects__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4rem;
  padding: 0 0.5rem;
}
.featured-projects__title {
  font-size: 1.22rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
}
.featured-projects__link {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}
.featured-projects__link:hover {
  color: #828282;
}
.featured-projects .projects__grid {
  align-items: start;
}
.featured-projects .project-tile:nth-child(9n + 2),
.featured-projects .project-tile:nth-child(9n + 6),
.featured-projects .project-tile:nth-child(9n + 8) {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .featured-projects {
    padding: 0 0 4rem;
  }
  .featured-projects__inner {
    padding: 0 1.25rem;
  }
  .featured-projects__header {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.project-hero {
  width: 100%;
}
.project-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .project-hero__media {
    aspect-ratio: 2.1 / 1;
  }
}
.project-hero__banner {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .project-hero__banner {
    padding: 3rem 2rem 2rem;
  }
}
.project-hero__title {
  font-size: clamp(1.22rem, 2.44vw, 1.83rem);
  font-weight: 300;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
.project-hero__location {
  margin-left: 0.6em;
  color: #828282;
  font-weight: 300;
}
.project-hero__info {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .project-hero__info {
    padding: 0 0 3rem;
  }
}
.project-hero__info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0;
}
.project-hero__info-label {
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
}
.project-hero__info-value {
  font-size: 0.9rem;
  font-weight: 300;
  color: #1a1a1a;
  text-align: right;
}
.project-detail {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}
@media screen and (min-width: 1536px) {
  .project-detail {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .project-detail {
    max-width: 1600px;
  }
}
@media screen and (max-width: 767px) {
  .project-detail {
    padding: 0 1rem 2.5rem;
  }
}
.project-detail__description {
  max-width: 800px;
  margin: 2.5rem auto 6rem;
  text-align: center;
}
.project-detail__description p {
  font-size: clamp(0.9rem, 1.22vw, 1.12rem);
  line-height: 1.8;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .project-detail__description {
    margin: 1.5rem auto 4rem;
  }
}
.project-detail__text {
  max-width: 700px;
  margin: 5rem auto;
}
.project-detail__text p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .project-detail__text {
    margin: 3rem auto;
  }
}
.project-detail__single {
  width: 100%;
  max-width: 1200px;
  margin: 6rem auto;
  cursor: default;
}
.project-detail__single-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #f0f0f0;
}
.project-detail__single--medium {
  max-width: 820px;
}
.project-detail__single--medium .project-detail__single-inner {
  aspect-ratio: 4 / 5;
}
@media screen and (max-width: 767px) {
  .project-detail__single {
    margin: 3.5rem auto;
  }
}
.project-detail__two-col {
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 6rem auto;
}
.project-detail__two-col--left-large {
  grid-template-columns: 7fr 5fr;
}
.project-detail__two-col--right-large {
  grid-template-columns: 5fr 7fr;
}
@media screen and (max-width: 767px) {
  .project-detail__two-col--left-large,
  .project-detail__two-col--right-large {
    grid-template-columns: 1fr;
  }
  .project-detail__two-col {
    margin: 3.5rem auto;
    gap: 1rem;
  }
}
.project-detail__two-col-item {
  cursor: default;
}
.project-detail__two-col-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0f0f0;
}
.project-detail__two-col-image--cover {
  object-fit: cover;
}
.project-detail__two-col-image--contain {
  object-fit: contain;
  object-position: center center;
}
.project-detail__two-col--left-large .project-detail__two-col-item--second .project-detail__two-col-inner,
.project-detail__two-col--right-large .project-detail__two-col-item--first .project-detail__two-col-inner {
  aspect-ratio: 3 / 4;
}
@media screen and (max-width: 767px) {
  .project-detail__two-col-inner {
    aspect-ratio: 3 / 2;
  }
  .project-detail__two-col--left-large .project-detail__two-col-item--second .project-detail__two-col-inner,
  .project-detail__two-col--right-large .project-detail__two-col-item--first .project-detail__two-col-inner {
    aspect-ratio: 3 / 2;
  }
}
.project-slider {
  position: relative;
  width: 100%;
  margin: 6rem 0;
  overflow: hidden;
}
.project-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  line-height: 0;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.project-slider__nav-icon {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.project-slider__nav--prev .project-slider__nav-icon {
  transform: translateX(-0.5px);
}
.project-slider__nav--next .project-slider__nav-icon {
  transform: translateX(0.5px);
}
.project-slider__nav:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.project-slider__nav--prev {
  left: 0.5rem;
}
.project-slider__nav--next {
  right: 0.5rem;
}
.project-slider:has(.swiper-slide:only-of-type) .project-slider__nav {
  display: none;
}
.project-slider__nav.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
  box-shadow: none;
}
.project-slider__swiper {
  overflow: visible !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .project-slider__nav {
    width: 44px;
    height: 44px;
  }
  .project-slider__nav-icon {
    width: 20px;
    height: 20px;
  }
  .project-slider__nav--prev {
    left: 0.35rem;
  }
  .project-slider__nav--next {
    right: 0.35rem;
  }
  .project-slider {
    margin: 3.5rem 0;
  }
}
.project-slider__slide {
  width: auto !important;
}
.project-slider__image-wrapper {
  position: relative;
  height: 55vh;
  min-height: 320px;
  max-height: 600px;
  overflow: hidden;
  background: #f0f0f0;
  cursor: default;
}
.project-slider__slide:nth-child(odd) .project-slider__image-wrapper {
  aspect-ratio: 3 / 2;
}
.project-slider__slide:nth-child(even) .project-slider__image-wrapper {
  aspect-ratio: 1 / 1;
}
[data-be-lightbox-trigger] {
  cursor: pointer;
}
.project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
}
.project-lightbox.is-open {
  display: flex;
}
.project-lightbox__image-wrapper {
  position: relative;
  width: 85vw;
  height: 80vh;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .project-lightbox__image-wrapper {
    width: 95vw;
    height: 70vh;
  }
}
.project-lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: color 0.2s ease;
}
.project-lightbox__close:hover {
  color: #000;
}
.project-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.project-lightbox__nav:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}
.project-lightbox__nav--prev {
  left: 1.5rem;
}
.project-lightbox__nav--next {
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .project-lightbox__nav--prev {
    left: 0.5rem;
  }
  .project-lightbox__nav--next {
    right: 0.5rem;
  }
  .project-lightbox__close {
    top: 0.75rem;
    right: 0.75rem;
  }
}
.project-lightbox__counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  letter-spacing: 0.1em;
}
.project-detail__next {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-detail__next-link {
  margin-bottom: 3rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #828282;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.project-detail__next-link:hover {
  opacity: 0.6;
}
.be-fade-in {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 0.8s ease-out,
  transform 0.8s ease-out;
}
.be-fade-in.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.projects__grid.is-transitioning {
  opacity: 0;
}
.project-tile__media.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.project-tile__media {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out,
  transform 0.8s ease-out;
}
.project-tile__title {
  opacity: 0;
  transition: opacity 0.6s ease-out 0.15s;
}
.project-tile.is-in-view .project-tile__title {
  opacity: 1;
}
.be-header--transparent .be-nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.be-header--transparent .be-nav-link.font-bold {
  color: #fff;
}
.be-header--transparent .be-nav-link:hover {
  color: #fff;
}
.be-header--transparent .be-header-sep {
  color: rgba(255, 255, 255, 0.3);
}
.be-header--transparent .be-header-tr {
  color: rgba(255, 255, 255, 0.75);
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent [data-be-header-logo] {
  filter: none !important;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent .be-nav-link {
  color: rgba(23, 23, 23, 0.7);
  transition: color 0.55s ease, opacity 1.15s ease;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent .be-nav-link.font-bold {
  color: #171717;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent .be-nav-link:hover {
  color: #0a0a0a;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent .be-header-sep {
  color: rgba(0, 0, 0, 0.25);
  transition: color 0.55s ease;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent .be-header-tr {
  color: rgba(23, 23, 23, 0.7);
  transition: color 0.55s ease;
}
html.be-home-intro-pending:not(.be-home-intro-video):has([data-be-home-hero-intro]) [data-be-header].be-header--transparent [data-be-mobile-bar] {
  background-color: #000 !important;
  transition: background-color 0.55s ease,
  opacity 1.15s ease;
}
[data-be-header].be-mobile-menu-open {
  position: relative;
  z-index: 110;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
[data-be-header].be-mobile-menu-open [data-be-header-logo] {
  filter: none !important;
}
[data-be-header].be-mobile-menu-open [data-be-mobile-bar] {
  background-color: #171717 !important;
}
[data-be-mobile-menu-trigger].is-open [data-be-mobile-bar]:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
[data-be-mobile-menu-trigger].is-open [data-be-mobile-bar]:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
[data-be-mobile-menu-trigger].is-open [data-be-mobile-bar]:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.be-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}
.be-mobile-overlay.is-open {
  visibility: visible;
  pointer-events: auto;
}
.be-mobile-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(23, 23, 23, 0.28);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.be-mobile-overlay.is-open .be-mobile-backdrop {
  opacity: 1;
}
.be-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100vw - 2.5rem, 20rem);
  height: 100%;
  background: #fff;
  box-shadow: -16px 0 48px rgba(0, 0, 0, 0.06);
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.be-mobile-overlay.is-open .be-mobile-panel {
  transform: translateX(0);
}
.be-mobile-panel-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 5.5rem 1.75rem 2rem;
}
.be-mobile-nav {
  flex: 1;
}
.be-mobile-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.be-mobile-nav-item + .be-mobile-nav-item {
  margin-top: 0.25rem;
}
.be-mobile-nav-link {
  display: block;
  padding: 0.65rem 0;
  font-family: var(--font-futura-pt);
  font-size: 0.8125rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #525252;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.2s ease,
  padding-left 0.25s ease;
}
.be-mobile-nav-link:hover {
  color: #171717;
}
.be-mobile-nav-link.is-current {
  font-weight: 700;
  color: #171717;
}
.be-mobile-nav-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #737373;
}
.be-mobile-nav-sep {
  color: #d4d4d4;
}
@media (prefers-reduced-motion: reduce) {
  .be-mobile-backdrop,
  .be-mobile-panel,
  .be-mobile-nav-link,
  [data-be-mobile-bar] {
    transition-duration: 0.01ms !important;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-space-y-reverse: 0;
      --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-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-outline-style: solid;
    }
  }
}
