/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Suisse", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 1px;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1200px;
    --breakpoint-xl: 1680px;
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --breakpoint-nav: 1080px;
    --padding-mobile: 15px;
    --padding-tablet: 15px;
    --padding-desktop: 15px;
    --color-rule: rgba(0,0,0,0.1);
    --text-mobile-body: 14px;
    --text-mobile-body--line-height: 1.26;
    --text-mobile-body--letter-spacing: 0.28px;
    --text-mobile-body--font-weight: 600;
    --text-tablet-body: 16px;
    --text-tablet-body--line-height: 1.25;
    --text-tablet-body--letter-spacing: 0.32px;
    --text-tablet-body--font-weight: 600;
    --text-desktop-body: 20px;
    --text-desktop-body--line-height: 1.2;
    --text-desktop-body--letter-spacing: 0.4px;
    --text-desktop-body--font-weight: 600;
    --text-mobile-body-small: 14px;
    --text-mobile-body-small--line-height: 1.4;
    --text-mobile-body-small--letter-spacing: 0.28px;
    --text-mobile-body-small--font-weight: 600;
    --text-tablet-body-small: 12px;
    --text-tablet-body-small--line-height: 1.4;
    --text-tablet-body-small--letter-spacing: 0.24px;
    --text-tablet-body-small--font-weight: 600;
    --text-desktop-body-small: 14px;
    --text-desktop-body-small--line-height: 1.4;
    --text-desktop-body-small--letter-spacing: 0.28px;
    --text-desktop-body-small--font-weight: 600;
    --text-mobile-body-very-small: 10px;
    --text-mobile-body-very-small--line-height: 1.2;
    --text-mobile-body-very-small--letter-spacing: 0.2px;
    --text-mobile-body-very-small--font-weight: 600;
    --text-mobile-h1: 60px;
    --text-mobile-h1--line-height: 1;
    --text-mobile-h1--letter-spacing: 1.2px;
    --text-mobile-h1--font-weight: 600;
    --text-tablet-h1: 100px;
    --text-tablet-h1--line-height: 1;
    --text-tablet-h1--letter-spacing: 2px;
    --text-tablet-h1--font-weight: 600;
    --text-desktop-h1: 150px;
    --text-desktop-h1--line-height: 1;
    --text-desktop-h1--letter-spacing: 3px;
    --text-desktop-h1--font-weight: 500;
    --text-mobile-h2: 60px;
    --text-mobile-h2--line-height: 1;
    --text-mobile-h2--letter-spacing: 1.2px;
    --text-mobile-h2--font-weight: 600;
    --text-tablet-h2: 80px;
    --text-tablet-h2--line-height: 1;
    --text-tablet-h2--letter-spacing: 1.6px;
    --text-tablet-h2--font-weight: 600;
    --text-desktop-h2: 100px;
    --text-desktop-h2--line-height: 1;
    --text-desktop-h2--letter-spacing: 2px;
    --text-desktop-h2--font-weight: 600;
    --text-mobile-h3: 35px;
    --text-mobile-h3--line-height: 1.14;
    --text-mobile-h3--letter-spacing: 0.7px;
    --text-mobile-h3--font-weight: 600;
    --text-tablet-h3: 50px;
    --text-tablet-h3--line-height: 1.1;
    --text-tablet-h3--letter-spacing: 1px;
    --text-tablet-h3--font-weight: 600;
    --text-desktop-h3: 80px;
    --text-desktop-h3--line-height: 1.125;
    --text-desktop-h3--letter-spacing: 1.6px;
    --text-desktop-h3--font-weight: 600;
    --text-mobile-h4: 23px;
    --text-mobile-h4--line-height: 1.217;
    --text-mobile-h4--letter-spacing: 0.46px;
    --text-mobile-h4--font-weight: 600;
    --text-tablet-h4: 28px;
    --text-tablet-h4--line-height: 1.178;
    --text-tablet-h4--letter-spacing: 0.56px;
    --text-tablet-h4--font-weight: 600;
    --text-desktop-h4: 40px;
    --text-desktop-h4--line-height: 1.125;
    --text-desktop-h4--letter-spacing: 0.8px;
    --text-desktop-h4--font-weight: 600;
  }
}
@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)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[-6px\] {
    top: -6px;
  }
  .top-\[0\.2em\] {
    top: 0.2em;
  }
  .top-\[395px\] {
    top: 395px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[-0\.6em\] {
    left: -0.6em;
  }
  .left-\[var\(--padding\)\] {
    left: var(--padding);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .col-start-8 {
    grid-column-start: 8;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .col-start-10 {
    grid-column-start: 10;
  }
  .container {
    width: 100%;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-\[-40px\] {
    margin-top: -40px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mr-\[calc\(var\(--padding\)\*-1\)\] {
    margin-right: calc(var(--padding) * -1);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-60 {
    margin-bottom: calc(var(--spacing) * 60);
  }
  .mb-100 {
    margin-bottom: calc(var(--spacing) * 100);
  }
  .mb-145 {
    margin-bottom: calc(var(--spacing) * 145);
  }
  .mb-\[-20px\] {
    margin-bottom: -20px;
  }
  .ml-\[calc\(var\(--padding\)\*-1\)\] {
    margin-left: calc(var(--padding) * -1);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
  }
  .line-clamp-3,.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .line-clamp-4 {
    -webkit-line-clamp: 4;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/1\] {
    aspect-ratio: 4/1;
  }
  .size-\[1\.1em\] {
    width: 1.1em;
    height: 1.1em;
  }
  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }
  .size-\[17px\] {
    width: 17px;
    height: 17px;
  }
  .size-\[29px\] {
    width: 29px;
    height: 29px;
  }
  .size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[80vw\] {
    height: 80vw;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-660 {
    min-height: calc(var(--spacing) * 660);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[0\.7em\] {
    width: 0.7em;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_0\.7em\] {
    flex: 0 0 0.7em;
  }
  .flex-\[1_0_43px\] {
    flex: 1 0 43px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-83 {
    flex-basis: calc(var(--spacing) * 83);
  }
  .basis-\[30\%\] {
    flex-basis: 30%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  }
  .-translate-x-1\/2,.-translate-y-1\/2 {
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(1\,auto\)\] {
    grid-template-columns: repeat(1,auto);
  }
  .grid-cols-\[repeat\(2\,auto\)\] {
    grid-template-columns: repeat(2,auto);
  }
  .grid-cols-\[repeat\(3\,auto\)\] {
    grid-template-columns: repeat(3,auto);
  }
  .grid-cols-\[repeat\(4\,auto\)\] {
    grid-template-columns: repeat(4,auto);
  }
  .grid-cols-\[repeat\(5\,auto\)\] {
    grid-template-columns: repeat(5,auto);
  }
  .grid-cols-\[repeat\(6\,auto\)\] {
    grid-template-columns: repeat(6,auto);
  }
  .grid-cols-\[repeat\(7\,auto\)\] {
    grid-template-columns: repeat(7,auto);
  }
  .grid-cols-\[repeat\(8\,auto\)\] {
    grid-template-columns: repeat(8,auto);
  }
  .grid-cols-\[repeat\(9\,auto\)\] {
    grid-template-columns: repeat(9,auto);
  }
  .grid-cols-\[repeat\(10\,auto\)\] {
    grid-template-columns: repeat(10,auto);
  }
  .grid-cols-\[repeat\(11\,auto\)\] {
    grid-template-columns: repeat(11,auto);
  }
  .grid-cols-\[repeat\(12\,auto\)\] {
    grid-template-columns: repeat(12,auto);
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-75 {
    gap: calc(var(--spacing) * 75);
  }
  .gap-\[0\.5em\] {
    gap: 0.5em;
  }
  .gap-\[0\.55em\] {
    gap: 0.55em;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[var\(--padding\)\] {
    gap: var(--padding);
  }
  .gap-x-\[0\.5em\] {
    column-gap: 0.5em;
  }
  .gap-x-\[1em\] {
    column-gap: 1em;
  }
  .gap-x-\[10\%\] {
    column-gap: 10%;
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[var\(--padding\)\] {
    column-gap: var(--padding);
  }
  .gap-y-30 {
    row-gap: calc(var(--spacing) * 30);
  }
  .gap-y-100 {
    row-gap: calc(var(--spacing) * 100);
  }
  .gap-y-\[0\] {
    row-gap: 0;
  }
  .gap-y-\[35px\] {
    row-gap: 35px;
  }
  .gap-y-\[60px\] {
    row-gap: 60px;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-rule {
    border-color: var(--color-rule);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[var\(--padding\)\] {
    padding-inline: var(--padding);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-60 {
    padding-block: calc(var(--spacing) * 60);
  }
  .py-100 {
    padding-block: calc(var(--spacing) * 100);
  }
  .py-\[0\.5em\] {
    padding-block: 0.5em;
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[75px\] {
    padding-block: 75px;
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .py-\[150px\] {
    padding-block: 150px;
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-60 {
    padding-top: calc(var(--spacing) * 60);
  }
  .pt-150 {
    padding-top: calc(var(--spacing) * 150);
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-\[var\(--padding\)\] {
    padding-right: var(--padding);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-60 {
    padding-bottom: calc(var(--spacing) * 60);
  }
  .pb-100 {
    padding-bottom: calc(var(--spacing) * 100);
  }
  .pb-130 {
    padding-bottom: calc(var(--spacing) * 130);
  }
  .pb-150 {
    padding-bottom: calc(var(--spacing) * 150);
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[var\(--padding\)\] {
    padding-bottom: var(--padding);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-mobile-h4 {
    font-size: var(--text-mobile-h4);
    line-height: var(--tw-leading, var(--text-mobile-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h4--font-weight));
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .whitespace-nowrap {
    white-space: normal;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/40 {
    color: color-mix(in srgb, #000000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/40 {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/50 {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-black\/60 {
    color: color-mix(in srgb, #000000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/60 {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-black {
    text-decoration-color: var(--color-black);
  }
  .decoration-\[0\.05em\] {
    text-decoration-thickness: 0.05em;
  }
  .underline-offset-\[0\.24em\] {
    text-underline-offset: 0.24em;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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));
  }
  .shadow,.ring {
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-none {
    transition-property: none;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .no-trim {
    text-box-trim: none;
    text-box-edge: none;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .trim {
    text-box: trim-both cap alphabetic;
  }
  .placeholder\:text-black\/10::placeholder {
    color: color-mix(in srgb, #000000 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-black\/10::placeholder {
      color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .first\:.border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .last\:.border-b:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
@layer base {
  @font-face {
    font-family: 'Suisse';
    src: url('../assets/fonts/SuisseIntl-Regular-WebS.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: 'Suisse';
    src: url('../assets/fonts/SuisseIntl-Medium-WebM.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: block;
  }
  @font-face {
    font-family: 'Suisse';
    src: url('../assets/fonts/SuisseIntl-SemiBold-WebM.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: block;
  }
}
@layer base {
  html, body {
    overflow-x: hidden;
    background-color: var(--color-white);
    font-family: var(--font-sans);
    font-size: var(--text-mobile-body);
    line-height: var(--tw-leading, var(--text-mobile-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body--font-weight));
    color: var(--color-black);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ol {
    list-style-type: decimal;
  }
  ol,ul {
    list-style-position: inside;
  }
  ul {
    list-style-type: disc;
  }
  a {
    text-decoration-line: underline;
    text-decoration-color: var(--color-rule);
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.24em;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }
  :where(figure) {
    margin: unset !important;
  }
  .menu-item-5889 {
    display: none;
  }
}
@layer components {
  .PageSections {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    overflow: clip;
  }
  .PageSection .PageSection-container {
    padding-inline: var(--padding);
  }
  .PageSection:first-child {
    padding-top: calc(var(--spacing) * 90);
  }
  .PageSection--profile_lead + .PageSection--5050_text {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
    padding-top: var(--padding) !important;
  }
  .Body, .Body p {
    font-size: var(--text-mobile-body);
    line-height: var(--tw-leading, var(--text-mobile-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body--font-weight));
    font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Body, .Body p,.SmallBody, .SmallBody p {
    font-family: var(--font-sans);
    --tw-font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }
  .SmallBody, .SmallBody p {
    font-size: var(--text-mobile-body-small);
    line-height: var(--tw-leading, var(--text-mobile-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body-small--font-weight));
    font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Heading-1, h1 {
    font-size: var(--text-mobile-h1);
    line-height: var(--tw-leading, var(--text-mobile-h1--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h1--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h1--font-weight));
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Heading-1, h1,.Heading-2, h2 {
    font-family: var(--font-sans);
    color: var(--color-black);
  }
  .Heading-2, h2 {
    font-size: var(--text-mobile-h2);
    line-height: var(--tw-leading, var(--text-mobile-h2--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h2--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h2--font-weight));
    font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Heading-2, h2,.Heading-3, h3 {
    --tw-font-weight: var(--font-weight-semibold);
  }
  .Heading-3, h3 {
    font-size: var(--text-mobile-h3);
    line-height: var(--tw-leading, var(--text-mobile-h3--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h3--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h3--font-weight));
    font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Heading-3, h3,.BodyToHeading-3, h3 {
    font-family: var(--font-sans);
    color: var(--color-black);
  }
  .BodyToHeading-3, h3 {
    font-size: var(--text-mobile-body);
    line-height: var(--tw-leading, var(--text-mobile-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body--font-weight));
    font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .BodyToHeading-3, h3,.Heading-4, h4 {
    --tw-font-weight: var(--font-weight-semibold);
  }
  .Heading-4, h4 {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .Heading-4, h4,.Heading4ToSmallBody, h4 {
    font-family: var(--font-sans);
    font-size: var(--text-mobile-h4);
    line-height: var(--tw-leading, var(--text-mobile-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h4--font-weight));
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }
  .Heading4ToSmallBody, h4 {
    --tw-font-weight: var(--font-weight-semibold);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}
@layer components {
}
@layer components {
  @keyframes pulse {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .Figure {
    position: relative;
    background-color: color-mix(in srgb, #000000 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .Figure {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .Figure::before {
    content: "•";
    position: absolute;
    top: calc(1/2 * 100%);
    left: calc(1/2 * 100%);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    z-index: calc(10 * -1);
    font-size: 40px;
    color: var(--color-black);
    animation: pulse 4s infinite;
    margin-top: -2px;
  }
  .Figure .desktop-version,.Figure[data-preloaded="true"]::before {
    display: none;
  }
  .RichText {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .RichText--noBullets,.RichText--noBullets ul,.RichText--noBullets ol {
    list-style-type: none;
  }
  .RichText small {
    font-family: var(--font-sans);
    font-size: var(--text-mobile-body-very-small);
    line-height: var(--tw-leading, var(--text-mobile-body-very-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body-very-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body-very-small--font-weight));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: color-mix(in srgb, #000000 30%, transparent);
  }
}
@layer components {
  @supports (color: color-mix(in lab, red, red)) {
    .RichText small {
      color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .RichText small {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .PillButton {
    display: block;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-rule);
    padding-inline: calc(var(--spacing) * 7);
    padding-inline: calc(var(--spacing) * 9);
    padding-block: calc(var(--spacing) * 7);
    padding-block: calc(var(--spacing) * 9);
    font-size: var(--text-mobile-body-small);
    line-height: var(--tw-leading, var(--text-mobile-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body-small--font-weight));
    --tw-leading: 1;
    line-height: 1;
    white-space: normal;
    color: color-mix(in srgb, #000000 40%, transparent);
  }
}
@layer components;
@layer components {
  @supports (color: color-mix(in lab, red, red)) {
    .PillButton {
      color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .PillButton {
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .PillButton svg path {
    fill: color-mix(in srgb, #000000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .PillButton svg path {
      fill: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .PillButton svg path {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  a.PillButton, button.PillButton {
    cursor: pointer;
  }
  a.PillButton:hover svg path, button.PillButton:hover svg path {
    fill: var(--color-black);
  }
  .FooterNav {
    position: relative;
    z-index: 10;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--padding);
    padding-block: calc(var(--spacing) * 20);
  }
  .FooterNav-menu ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
  }
  .MainNav {
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 10;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding-inline: var(--padding);
    padding-block: calc(var(--spacing) * 15);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .MainNav[data-nav-state="hidden"] {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .MainNav[data-nav-state="visible"] {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .MainNav[data-transitioning="true"],.MainNav[data-transitioning="true"] .MainNav-backLink, .MainNav[data-transitioning="true"] .MainNav-logoLink, .MainNav[data-transitioning="true"] .MainNav-logoLink img {
    transition: none !important;
  }
  .MainNav[data-nav-bg="solid"] {
    background-color: var(--color-white);
  }
  body.bg-offWhite .MainNav[data-nav-bg="solid"]:not([data-nav-theme="light"]) {
    background-color: #f8f8f8;
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] {
    background-color: var(--color-black);
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .MainNav-logo img {
    --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,);
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .PillButton {
    border-color: color-mix(in srgb, #ffffff 20%, transparent);
  }
}
@layer components {
}
@layer components {
  @supports (color: color-mix(in lab, red, red)) {
    .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .PillButton {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .PillButton {
    color: color-mix(in srgb, #ffffff 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .PillButton {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .current-menu-item a {
    border-color: var(--color-white) !important;
    color: var(--color-white) !important;
  }
  .MainNav[data-nav-bg="transparent"] {
    background-color: transparent;
  }
  .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .MainNav-logo img {
    --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,);
  }
  .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .PillButton {
    border-color: color-mix(in srgb, #ffffff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .PillButton {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .PillButton {
    color: color-mix(in srgb, #ffffff 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .PillButton {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .current-menu-item a {
    border-color: var(--color-white) !important;
    color: var(--color-white) !important;
  }
  .MainNav[data-nav-bg="solid"] .MainNav-menu .current-menu-item a, .MainNav[data-nav-theme="dark"] .MainNav-menu .current-menu-item a {
    border-color: var(--color-black);
    color: var(--color-black);
  }
  .MainNav-logo {
    flex-shrink: 0;
    flex-basis: 146px;
  }
  .MainNav-backLink {
    pointer-events: none;
    position: absolute;
    top: calc(1/2 * 100%);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    text-decoration-line: none;
    opacity: 0%;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 0ms;
    transition-duration: 300ms;
  }
  .MainNav-backLink,.MainNav-logoLink {
    transition-property: opacity;
    --tw-duration: 300ms;
    will-change: opacity;
    transform: translateZ(0);
  }
  .MainNav-logoLink {
    opacity: 100%;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 300ms;
    transition-duration: 300ms;
  }
  .MainNav[data-single-post="true"] .MainNav-backLink {
    pointer-events: auto;
    opacity: 100% !important;
    transition-delay: 300ms;
  }
  .MainNav[data-single-post="true"] .MainNav-logoLink {
    pointer-events: none;
    opacity: 0% !important;
    transition-delay: 0ms;
  }
  .MainNav-logoLink img {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    transition-delay: 300ms;
    --tw-duration: 300ms;
    transition-duration: 300ms;
    will-change: opacity;
    transform: translateZ(0);
  }
  .MainNav[data-single-post="true"] .MainNav-logoLink img {
    opacity: 0% !important;
    transition-delay: 0ms;
  }
  .MainNav-menuButton {
    display: block;
  }
  .MainNav-menu {
    display: none;
  }
  .MainNav-menu ul {
    display: flex;
    list-style-type: none;
  }
  .MainNav-menu .current-menu-item a {
    border-color: var(--color-black);
    color: var(--color-black);
  }
  :root {
    --hamburger-speed: 0.1s;
  }
  .Hamburger {
    position: relative;
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
  }
  .Hamburger-line {
    height: 2px;
    width: 100%;
    transform-origin: center;
    background-color: var(--color-green-900);
    transition: translate var(--hamburger-speed) ease, opacity var(--hamburger-speed) ease, rotate var(--hamburger-speed) ease, background-color 0.3s ease-in-out;
  }
  .Hamburger-line:nth-child(1) {
    translate: 0 4px;
    rotate: 0deg;
  }
  [data-hamburger="true"] .Hamburger-line:nth-child(1) {
    translate: 0 11px;
    rotate: 45deg;
    transition: translate var(--hamburger-speed) ease, rotate var(--hamburger-speed) ease 0.15s, background-color 0.3s ease-in-out;
  }
  [data-hamburger="true"] .Hamburger-line:nth-child(2) {
    opacity: 0%;
    transition: opacity var(--hamburger-speed) ease, background-color 0.3s ease-in-out;
  }
  .Hamburger-line:nth-child(2):not([data-hamburger="true"]) {
    transition: opacity var(--hamburger-speed) ease 0.1s, background-color 0.3s ease-in-out;
  }
  .Hamburger-line:nth-child(3) {
    translate: 0 -4px;
    rotate: 0deg;
  }
  [data-hamburger="true"] .Hamburger-line:nth-child(3) {
    translate: 0 -11px;
    rotate: -45deg;
    transition: translate var(--hamburger-speed) ease, rotate var(--hamburger-speed) ease 0.15s, background-color 0.3s ease-in-out;
  }
  .Hamburger-line:not([data-hamburger="true"]) {
    transition: translate var(--hamburger-speed) ease 0.15s, rotate var(--hamburger-speed) ease, background-color 0.3s ease-in-out;
  }
  [data-init-section*="Reveal"] {
    --duration: 1000ms;
    --ease: ease-out;
  }
  [data-init-section*="Reveal"] [data-reveal-item] {
    opacity: 0%;
    transition: opacity var(--duration) var(--ease);
  }
  [data-init-section*="Reveal"] [data-reveal-item="visible"] {
    opacity: 100%;
  }
  [data-init-section*="Reveal"][data-reveal-item] {
    opacity: 0%;
    transition: opacity var(--duration) var(--ease);
  }
  [data-init-section*="Reveal"][data-reveal-item][data-reveal-item="visible"] {
    opacity: 100%;
  }
  .Grid12 {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--padding-mobile);
  }
  .Grid12--lg,.Grid12--md,.Grid12--sm {
    display: flex;
    flex-direction: column;
  }
  .WorkNavToggle {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
  }
  .WorkNavToggle[data-work-nav-toggle="closed"] .WorkNavToggle-icon {
    rotate: 90deg;
  }
  .WorkNavToggle-icon {
    width: 17px;
    height: 17px;
    rotate: -90deg;
    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));
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .WorkNavToggle-text {
    font-family: var(--font-sans);
    font-size: var(--text-mobile-h4);
    line-height: var(--tw-leading, var(--text-mobile-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-h4--font-weight));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
  .WorkNav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
  .WorkNav .WorkNav-categoryList {
    list-style-type: none;
  }
  .WorkNav .WorkNav-categoryList[data-has-wrapped="true"] a {
    padding-bottom: 1lh;
  }
  .WorkNav .WorkNav-categoryList a {
    position: relative;
    display: block;
    font-family: var(--font-sans);
    font-size: var(--text-mobile-body-small);
    line-height: var(--tw-leading, var(--text-mobile-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body-small--font-weight));
    --tw-leading: 1.8;
    line-height: 1.8;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
    color: color-mix(in srgb, #000000 20%, transparent);
  }
}
@layer components {
}
@layer components {
}
@layer components {
}
@layer components {
  @supports (color: color-mix(in lab, red, red)) {
    .WorkNav .WorkNav-categoryList a {
      color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .WorkNav .WorkNav-categoryList a {
    text-decoration-line: none;
    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));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .WorkNav .WorkNav-categoryList a::before {
    position: absolute;
    top: calc(1/2 * 100%);
    left: calc(var(--spacing) * 0);
    width: 0.75em;
    height: 0.75em;
    --tw-translate-x: -170%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-black);
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-content: '';
    content: var(--tw-content);
  }
  .WorkNav .WorkNav-categoryList a[data-active="true"] {
    color: var(--color-black);
  }
  .WorkNav .WorkNav-categoryTitle {
    height: 2.5em;
    font-family: var(--font-sans);
    font-size: var(--text-mobile-body-small);
    line-height: var(--tw-leading, var(--text-mobile-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-mobile-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-mobile-body-small--font-weight));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }
  .cursor-none-important {
    cursor: none !important;
  }
  [data-work-index-project-hover] {
    overflow: hidden;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-1 {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  50% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  100% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
@keyframes fade-in-2 {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  12.5% {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
  }
  62.5% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  100% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
@keyframes fade-in-3 {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  25% {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
  }
  75% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
  100% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
@keyframes fade-in-4 {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  37.5% {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
  }
  87.5% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  100% {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes fade-out-pause {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  50% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  51% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes fade-gray-out {
  0% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  75% {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  76% {
    pointer-events: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@keyframes fade-gray-out-element {
  0% {
    opacity: 1;
    visibility: visible;
  }
  66% {
    opacity: 1;
    visibility: visible;
  }
  80% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@layer components {
  .HeroSlideshow {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    isolation: isolate;
  }
  .HeroSlideshow-item {
    grid-column: 1;
    grid-row: 1;
    pointer-events: none;
    display: flex !important;
    opacity: 0%;
    z-index: 1;
  }
  .HeroSlideshow-item[data-active="true"] {
    pointer-events: auto;
    opacity: 100%;
    z-index: 10;
  }
  .HeroSlideshow-figuresContainer {
    position: relative;
    grid-column: span 12 / span 12;
    height: 100%;
  }
  .HeroSlideshow-figure {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    grid-column: span 12 / span 12;
    display: flex;
    height: 100%;
    align-items: stretch;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .HeroSlideshow-figure[data-active-figure="true"] {
    opacity: 1;
    pointer-events: auto;
  }
  .HeroSlideshow-figure .Figure {
    height: 100% !important;
    width: 100% !important;
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .HeroSlideshow-figure .Figure[data-preloaded="true"] img, .HeroSlideshow-figure .Figure[data-preloaded="true"] video {
    opacity: 100%;
  }
  .HeroSlideshow-figure .Figure.Figure--image img,.HeroSlideshow-figure .Figure.Figure--video video {
    height: 100%;
    width: 100%;
    max-width: 100vw;
    object-fit: cover;
    object-position: center;
  }
  .HeroSlideshow-pagination {
    position: absolute;
    right: var(--padding);
    bottom: calc(var(--spacing) * 120);
    left: var(--padding);
    display: flex;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 5);
    z-index: 20;
  }
  .HeroSlideshow-paginationItem {
    position: relative;
    height: 3px;
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 100%;
    cursor: pointer;
    overflow: hidden;
    background-color: color-mix(in srgb, #000000 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .HeroSlideshow-paginationItem {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .HeroSlideshow-paginationItem {
    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));
  }
  .HeroSlideshow-paginationItem:hover {
    background-color: color-mix(in srgb, #000000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .HeroSlideshow-paginationItem:hover {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .HeroSlideshow-paginationItemProgress {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    background-color: var(--color-black);
    transition-property: none;
    transform-origin: left center;
    transform: scaleX(0);
  }
  .ProfileLead-figure {
    margin-right: calc(var(--padding) * -1);
    margin-left: calc(var(--padding) * -1);
  }
  .ProfileLead-figure .Figure {
    position: relative;
    margin-bottom: calc(var(--spacing) * 0) !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .ProfileLead-figure .Figure img, .ProfileLead-figure .Figure video {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@layer components {
}
@layer components {
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-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-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-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-content: "";
    }
  }
}
:root{
  --padding: var(--padding-mobile);
  --white-semi-transparent: rgba(255,255,255,.4);
  --black-semi-transparent: rgba(0,0,0,.4);
  --desktop-container-padding: 15px;
  --mobile-container-padding: 15px;
  --desktop-column-gap: 15px;
}
.Figure img, .Figure video{
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease-out, visibility 600ms ease-out;
}
.Figure img.ls-visible, .Figure video.ls-visible{
  visibility: visible;
  opacity: 1;
}
body.single h1, body.single h2, body.single h3, body.single h4, body.single h5, body.single h6{
  text-box-trim: unset;
  text-box-edge: unset;
}
body.single #wrap, body.single #inner, body.single #content-sidebar-wrap, body.single #content, body.single .site-inner, body.single .content-sidebar-wrap, body.single .content{
  min-height: 100vh;
  position: relative;
}
body.single #inner, body.single #content-sidebar-wrap, body.single #content, body.single .site-inner, body.single .content-sidebar-wrap, body.single .content{
  height: 100%;
  overflow: hidden;
}
body.single a{
  cursor: pointer;
  text-decoration: none;
}
body.single .ls-no-margin{
  margin: 0;
}
body.single .ls-fullheight{
  height: 100vh;
}
body.single .hide-for-not-mobile,body.single .tablet-version, body.single .mobile-version, body.single br.tablet-version, body.single figure:not(.Figure) img.mobile-version, body.single figure:not(.Figure) video.mobile-version{
  display: none;
}
body.single .desktop-version{
  display: inherit;
}
body.single br.desktop-version{
  display: inline;
}
body.single .soft-hide, body.single .site-footer, body.single .site-footer .site-menu li, body.single .site-footer .menu-menu-container li, body.single .menu-overlay .menu-menu-container li, body.single .ls-module, body.single .list-project, body.single .list-post, body.single .project-hero.video-hero svg, body.single .js-fadein, body.single .logoQuotePageHeader{
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease-out, visibility 600ms ease-out;
}
body.single .soft-hide.ls-visible, body.single .ls-visible.site-footer, body.single .site-footer .site-menu li.ls-visible, body.single .site-footer .menu-menu-container li.ls-visible, body.single .menu-overlay .menu-menu-container li.ls-visible, body.single .ls-visible.ls-module, body.single .ls-visible.list-project, body.single .ls-visible.list-post, body.single .project-hero.video-hero svg.ls-visible, body.single .js-fadein.ls-visible, body.single .logoQuotePageHeader.ls-visible{
  visibility: visible;
  opacity: 1;
}
body.single figure:not(.Figure) img, body.single figure:not(.Figure) video{
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms ease-out, visibility 600ms ease-out;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
body.single figure:not(.Figure) img.ls-visible, body.single figure:not(.Figure) video.ls-visible{
  visibility: visible;
  opacity: 1;
}
body.single figure:not(.Figure):has(img.ls-visible):before, body.single figure:not(.Figure):has(video.ls-visible):before{
  display: none;
}
body.single body .hidden, body.single body .hidden *{
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  touch-action: none;
}
body.single .ls-visible{
  visibility: visible;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
body.single img{
  max-width: 100%;
  max-height: 100%;
}
body.single input:-webkit-autofill, body.single textarea:-webkit-autofill, body.single select:-webkit-autofill{
  background: none;
}
body.single input::placeholder{
  color: #ffffff;
  opacity: .4;
}
body.single input:-ms-input-placeholder{
  color: #ffffff;
  opacity: .4;
}
body.single input::-ms-input-placeholder{
  color: #ffffff;
  opacity: .4;
}
body.single .header-1, body.single .huge{
  text-align: center;
  font-size: 200px;
  line-height: 1.125em;
  letter-spacing: 0.02em;
}
body.single .header-2, body.single h2, body.single .big, body.single .site-menu ul li, body.single .menu-menu-container ul li, body.single .home .list-project p.info{
  font-size: 50px;
  line-height: 60px;
  letter-spacing: .02em;
}
body.single p.top-margin, body.single .ls-module.services p.about-header{
  margin-top: 32px;
  margin-bottom: 32px;
}
body.single h1, body.single h3, body.single p, body.single .postTeaserHero_titles{
  margin-bottom: 22px;
}
body.single h1, body.single h3, body.single p, body.single .site-header *, body.single .text-module, body.single .text-module *, body.single .mainContentModule__headerSubtitle, body.single .postTeaser_titleBlockSubtitle, body.single .caption, body.single .caption *,body.single .project-loading-text{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .02em;
}
body.single .project-loading-text{
  text-align: center;
}
body.single .ls-row, body.single .container, body.single .menu-overlay .site-menu, body.single .menu-overlay .menu-menu-container{
  padding-left: var(--desktop-container-padding);
  padding-right: var(--desktop-container-padding);
}
body.single .ls-row{
  display: grid;
  column-gap: var(--desktop-column-gap);
  grid-template-columns: repeat(12, 1fr);
  row-gap: 0;
  position: relative;
  width: 100%;
}
body.single .menu-overlay .site-menu, body.single .menu-overlay .menu-menu-container{
  width: 100%;
  display: block;
  position: relative;
}
body.single .menu-overlay .site-menu:after, body.single .menu-overlay .menu-menu-container:after{
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
body.single .ls-row .full-bleed{
  grid-column: span 12;
}
body.single .ls-full-bleed{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
body.single .ls-row .ls-full-bleed{
  grid-column: span 12;
}
body.single .ls-col-1{
  grid-column-end: span 1;
}
body.single .ls-col-1,body.single .ls-col-2{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-2{
  grid-column-end: span 2;
}
body.single .ls-col-3{
  grid-column-end: span 3;
}
body.single .ls-col-3,body.single .ls-col-4{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-4{
  grid-column-end: span 4;
}
body.single .ls-col-5{
  grid-column-end: span 5;
}
body.single .ls-col-5,body.single .ls-col-6{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-6{
  grid-column-end: span 6;
}
body.single .ls-col-7{
  grid-column-end: span 7;
}
body.single .ls-col-7,body.single .ls-col-8{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-8{
  grid-column-end: span 8;
}
body.single .ls-col-9{
  grid-column-end: span 9;
}
body.single .ls-col-9,body.single .ls-col-10{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-10{
  grid-column-end: span 10;
}
body.single .ls-col-11{
  grid-column-end: span 11;
}
body.single .ls-col-11,body.single .ls-col-12{
  grid-column-start: auto;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-12{
  grid-column-end: span 12;
}
body.single .ls-col-offset-1{
  grid-column-start: 2;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-2{
  grid-column-start: 3;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-3{
  grid-column-start: 4;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-4{
  grid-column-start: 5;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-5{
  grid-column-start: 6;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-6{
  grid-column-start: 7;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-7{
  grid-column-start: 8;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-8{
  grid-column-start: 9;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-9{
  grid-column-start: 10;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-10{
  grid-column-start: 11;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-11{
  grid-column-start: 12;
  vertical-align: top;
  display: inline-block;
}
body.single .ls-col-offset-12{
  grid-column-start: 13;
  vertical-align: top;
  display: inline-block;
}
body.single .logoPageHeader{
  width: 46vw;
  margin: 120px auto 210px;
}
body.single .page-template-default .logoPageHeader{
  margin: 120px auto 174px;
}
body.single .page-template-default.home .logoPageHeader, body.single .page-template-default.page-id-57 .logoPageHeader{
  margin: 120px auto 80px;
}
body.single .logoPageHeader svg{
  max-width: 100%;
  height: auto;
}
body.single .logoQuotePageHeader{
  position: relative;
  margin-bottom: -4.35%;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(0);
}
body.single .logoQuotePageHeader.logoQuotePageHeader--hideOverrideVisible{
  visibility: hidden;
  opacity: 0;
}
body.single .page-template-default.home .logoQuotePageHeader_logo{
  margin-bottom: 0;
}
body.single .logoQuotePageHeader_logo path{
  fill: #000000;
}
body.single .logoQuotePageHeader_quoteWrap{
  position: absolute;
  margin-top: 126px;
  pointer-events: none;
}
body.single .logoQuotePageHeader_quote{
  display: none;
  grid-column: 1 / -1;
  padding-right: 4%;
  padding-left: 4%;
  font-size: 80px;
  font-weight: 600;
  line-height: 104px;
  letter-spacing: 0.04em;
  text-align: center;
  pointer-events: none;
}
body.single .logoQuotePageHeader_quote i{
  font-weight: 600;
  color: inherit;
}
body.single .logoQuotePageHeader_quote--displayed{
  display: block;
}
body.single .logoQuotePageHeader_quote--small{
  font-size: 63px;
  font-weight: 600;
  line-height: 83px;
  letter-spacing: 0.025em;
}
body.single .ls-module{
  margin-top: 240px;
}
body.single .ls-hero{
  overflow: hidden;
}
body.single .ls-hero,body.single .ls-fluid{
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
}
body.single .ls-fluid img,body.single .ls-fluid video{
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
}
body.single .ls-fixed{
  position: relative;
  margin-bottom: 0;
}
body.single .ls-fixed img, body.single .ls-fixed video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f8f8f8;
}
body.single .ls-hero--light-header figure img, body.single .ls-hero--light-header figure video{
  background: var(--color-black);
}
body.single .ls-module:first-of-type{
  margin-top: 240px;
}
body.single .ls-module:first-of-type.full-bleed, body.single .ls-module:first-of-type.ls-full-bleed,body.single .ls-module.flush-bottom + .ls-module{
  margin-top: 0;
}
body.single .ls-module.small-margin-bottom + .ls-module{
  margin-top: 15px;
}
body.single .ls-module.full-bleed.flush-bottom video, body.single .ls-module.ls-full-bleed.flush-bottom video{
  height: 100.5%;
  width: 100.5%;
}
body.single .mainContentModule:not(:first-child){
  margin-top: 10px;
}
body.single .mainContentModule{
  z-index: 2;
}
body.single .ls-module.main-content-module a, body.single .ls-module.text-module:not(.contact-module) a{
  text-decoration: underline;
}
body.single .ls-module.ls-hero.image-module{
  margin-bottom: 0;
  margin-top: 0;
}
body.single .ls-module.main-content-module .mainContentModule__textLegacy{
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  display: block;
}
body.single .mainContentModule__text, body.single .textModule__text{
  grid-column-start: 9;
  grid-column-end: span 4;
}
body.single .mainContentModule__text--left, body.single .textModule__text--left{
  grid-column-start: 4;
}
body.single .mainContentModule__text > :last-child{
  margin-bottom: 0;
}
body.single .mainContentModule__header{
  grid-column-start: 1;
  grid-column-end: span 2;
  margin-bottom: 32px;
}
body.single .mainContentModule__headerTitle, body.single .mainContentModule__headerSubtitle{
  margin-bottom: 0;
  text-box-trim: unset;
  text-box-edge: unset;
}
body.single .quote-module h2{
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: .03em;
}
body.single .quote-module a{
  font-weight: 600;
}
body.single .quote-module .caption{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .02em;
}
body.single .quoteModule:first-child + .image-module{
  margin-top: 2px;
}
body.single .textModule + .quoteModule, body.single .mainContentModule + .quoteModule{
  margin-top: 25px;
}
body.single .image-module + .quoteModule{
  margin-top: 5px;
}
body.single .image-module + .textModule{
  margin-top: 12px;
}
body.single .ls-module.loading.done{
  display: none;
}
body.single .ls-module.loading p{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #bbbbbb;
  margin-bottom: 0;
}
body.single .ls-module.services p{
  margin-bottom: 0;
}
body.single .ls-module.ls-module-placeholder{
  visibility: hidden;
  pointer-events: none;
}
body.single .ls-module.ls-module-float-bottom{
  position: absolute;
  bottom: 0;
  width: 100vw;
}
body.single .ls-module.contact-link-module, body.single .ls-module:last-of-type, body.single .ls-module.loading{
  margin-bottom: 50px;
}
body.single .ls-module.credits-module .caption{
  margin-top: 0;
}
body.single .ls-module.filter-module{
  margin-bottom: 150px;
}
body.single .ls-module.filter-module p > span{
  color: #cccccc;
}
body.single .ls-module.filter-module .p:last-child{
  margin-bottom: 0;
}
body.single .ls-module.filter-module .statement{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
body.single .ls-module.filter-module .statement .rotate, body.single .ls-module.filter-module .statement .no-rotate{
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single .ls-module.filter-module .show-filter{
  cursor: pointer;
}
body.single .ls-module.filter-module .active{
  color: #000000;
}
body.single .ls-module.filter-module a{
  color: #cccccc;
  cursor: pointer;
  cursor: url('data:image/svg+xml;utf8,<svg x="0px" y="0px" width="35px" height="35px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path stroke="black" stroke-width="2.98" stroke-miterlimit="10" d="m0 17.5h35"/><path stroke="black" stroke-width="2.98" stroke-miterlimit="10" d="m17.5 0v35"/></svg>') 24 16, default;
}
body.single .ls-module.filter-module a.active{
  color: #000000;
  cursor: pointer;
  cursor: url('data:image/svg+xml;utf8,<svg id="cursor-deselect" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="35px" height="35px" viewBox="0 0 35 35" style="enable-background:new 0 0 35 35;" xml:space="preserve"><line stroke="black" stroke-width="2.98" stroke-miterlimit="5" x1="5.15" y1="5.15" x2="29.85" y2="29.85"/><line stroke="black" stroke-width="2.98" stroke-miterlimit="10" x1="29.85" y1="5.15" x2="5.15" y2="29.85"/></svg>') 24 16, default;
}
body.single .ls-module.next-project-module{
  margin-top: 240px;
  margin-bottom: 220px;
}
body.single .ls-module.next-project-module .next-project-link{
  padding: 30px 100px;
  display: inline-block;
  text-align: center;
  margin: -30px -100px;
  transition: color 300ms, opacity 300ms;
}
body.single .ls-module.next-project-module h2{
  width: 100%;
  display: block;
  text-align: center;
}
body.single .ls-module.next-project-module h2 a{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .01em;
}
body.single .ls-module.contact-link-module a{
  color: #cccccc;
}
body.single .ls-module.contact-link-module .copyright p{
  text-align: right;
  margin: 30px 0 0;
}
body.single .ls-module .caption{
  margin-top: 40px;
}
body.single .ls-module.slideshow .caption{
  margin-top: 12px;
  grid-row: 2;
}
body.single .postTeaser_titleBlock{
  grid-column: 1 / span 2;
}
body.single .postTeaser_titleBlockTitle, body.single .postTeaser_titleBlockSubtitle, body.single .homeTeaser_titleBlockTitle{
  margin-bottom: 0;
}
body.single .homeTeaser_titleBlock{
  position: relative;
}
body.single .postTeaser_terms, body.single .homeTeaser_terms{
  margin-bottom: 0;
}
body.single .bg-dark .postTeaser_terms, body.single .bg-dark .postTeaser_term, body.single .bg-dark .list-post .postTeaser_titleBlockSubtitle:not(.postTeaser_titleBlockSubtitle--hero), body.single .bg-dark .postTeaser_moreText--hero{
  color: var(--white-semi-transparent);
}
body.single .postTeaser_excerpt{
  grid-column: 4 / span 4;
}
body.single .postTeaser_excerpt--event{
  grid-column-start: 6;
}
body.single .postTeaser_figure, body.single .postTeaser_more{
  grid-column: 10 / span 3;
}
body.single .postTeaser_moreText{
  margin-bottom: 0;
}
body.single .postTeaserHero_textBlock{
  grid-column: 1 / span 4;
  margin-top: auto;
}
body.single .postTeaserHero_figure{
  grid-column: 6 / span 7;
}
body.single .pastEvents_header{
  grid-column: 1 / -1;
  margin-bottom: 175px;
}
body.single .homeTeaser_terms, body.single .homeTeaser_term{
  color: var( --black-semi-transparent);
}
body.single .list-project.wait, body.single .list-post.wait{
  display: none;
}
body.single .list-project.filter-hide, body.single .list-post.filter-hide{
  visibility: hidden;
  opacity: 0;
}
body.single .list-project > .p:last-child, body.single .list-post > .p:last-child{
  margin-bottom: 0;
}
body.single .list-project .caption, body.single .list-post .caption{
  visibility: hidden;
  opacity: 0;
}
body.single .project-hero .image-module.ls-hero{
  margin-bottom: 40px;
}
body.single .project-hero.video-hero{
  position: relative;
}
body.single .project-hero.video-hero svg{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  width: 26px;
  fill: #ffffff;
  z-index: 2;
  margin-left: 4px;
  transform: translateX(-50%) translateY(-50%);
}
body.single .project-hero.video-hero svg.ls-visible{
  z-index: 2;
}
body.single .ls-module.slideshow{
  overflow: hidden;
}
body.single .ls-module.slideshow .slider{
  position: relative;
}
body.single .ls-module.slideshow .slider li{
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single .ls-module.slideshow .slider li figure{
  height: 100%;
}
body.single .ls-module.slideshow .slides{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
body.single .ls-module.slideshow .slides:after{
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
body.single .ls-module.slideshow .counter{
  text-align: right;
}
body.single .ls-module.slideshow .flex-direction-nav{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-nav-prev, body.single .ls-module.slideshow .flex-direction-nav .flex-nav-next{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  font-size: 0;
  text-indent: -99999px;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-nav-prev a, body.single .ls-module.slideshow .flex-direction-nav .flex-nav-next a{
  width: 100%;
  height: 100%;
  display: block;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-nav-prev{
  left: 0;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-nav-next{
  left: 50%;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-next{
  cursor: pointer;
  cursor: url('data:image/svg+xml;utf8,<svg x="0px" y="0" width="96px" height="37px" enable-background="new 0 0 95.2 36.9" viewBox="0 0 95.2 36.9" xmlns="http://www.w3.org/2000/svg"><path fill="#cccccc" d="m3.4 3.6v32.7h-3.4v-36.3h4.9l19.9 32.7v-32.7h3.4v36.3h-4.9z"/><path fill="#cccccc" d="m40.5 35.9c-1.6-.7-2.9-1.6-4-2.9-1.1-1.2-1.9-2.7-2.5-4.4s-.9-3.6-.9-5.7c0-2.2.3-4.1 1-5.9s1.5-3.2 2.6-4.4 2.5-2.1 4-2.8c1.5-.6 3.2-1 5-1 1.9 0 3.6.4 5.1 1.1s2.8 1.8 3.9 3.1c1 1.3 1.8 2.9 2.4 4.7.5 1.8.8 3.8.6 5.9h-21.4c0 1.6.3 3.1.8 4.4s1.2 2.4 2 3.3 1.9 1.6 3.1 2c1.2.5 2.5.7 3.8.7 2.1 0 3.9-.5 5.3-1.5s2.4-2.5 2.9-4.3h3.2c-.7 2.8-2 5-4.1 6.5s-4.6 2.2-7.6 2.2c-1.9 0-3.6-.3-5.2-1zm-1.1-21.9c-1.7 1.6-2.7 3.8-3 6.8h17.9c0-1.1-.2-2.2-.6-3.4-.4-1.1-1-2.1-1.7-2.9s-1.6-1.5-2.7-2.1c-1.1-.5-2.3-.8-3.6-.8-2.6.1-4.6.9-6.3 2.4z"/><path fill="#cccccc" d="m81.1 36.3h-3.7l-8.2-11.4-8 11.4h-3.6l9.9-13.9-9.2-13h3.7l7.5 10.5 7.5-10.5h3.5l-9.2 13z"/><path fill="#cccccc" d="m89.9 3.3v6.1h5.3v2.7h-5.3v17.2c0 .9 0 1.6.1 2.1 0 .6.2 1 .4 1.3s.6.5 1.1.6 1.2.2 2.1.2h1.6v2.8h-2.5c-1.2 0-2.2-.1-3-.2-.8-.2-1.4-.5-1.8-1s-.7-1.1-.9-2c-.2-.8-.2-1.9-.2-3.2v-17.8h-4.5v-2.7h4.5v-6.1z"/></svg>') 48 16, default;
  cursor: -webkit-image-set(url('data:image/svg+xml;utf8,<svg x="0px" y="0" width="96px" height="37px" enable-background="new 0 0 95.2 36.9" viewBox="0 0 95.2 36.9" xmlns="http://www.w3.org/2000/svg"><path fill="#cccccc" d="m3.4 3.6v32.7h-3.4v-36.3h4.9l19.9 32.7v-32.7h3.4v36.3h-4.9z"/><path fill="#cccccc" d="m40.5 35.9c-1.6-.7-2.9-1.6-4-2.9-1.1-1.2-1.9-2.7-2.5-4.4s-.9-3.6-.9-5.7c0-2.2.3-4.1 1-5.9s1.5-3.2 2.6-4.4 2.5-2.1 4-2.8c1.5-.6 3.2-1 5-1 1.9 0 3.6.4 5.1 1.1s2.8 1.8 3.9 3.1c1 1.3 1.8 2.9 2.4 4.7.5 1.8.8 3.8.6 5.9h-21.4c0 1.6.3 3.1.8 4.4s1.2 2.4 2 3.3 1.9 1.6 3.1 2c1.2.5 2.5.7 3.8.7 2.1 0 3.9-.5 5.3-1.5s2.4-2.5 2.9-4.3h3.2c-.7 2.8-2 5-4.1 6.5s-4.6 2.2-7.6 2.2c-1.9 0-3.6-.3-5.2-1zm-1.1-21.9c-1.7 1.6-2.7 3.8-3 6.8h17.9c0-1.1-.2-2.2-.6-3.4-.4-1.1-1-2.1-1.7-2.9s-1.6-1.5-2.7-2.1c-1.1-.5-2.3-.8-3.6-.8-2.6.1-4.6.9-6.3 2.4z"/><path fill="#cccccc" d="m81.1 36.3h-3.7l-8.2-11.4-8 11.4h-3.6l9.9-13.9-9.2-13h3.7l7.5 10.5 7.5-10.5h3.5l-9.2 13z"/><path fill="#cccccc" d="m89.9 3.3v6.1h5.3v2.7h-5.3v17.2c0 .9 0 1.6.1 2.1 0 .6.2 1 .4 1.3s.6.5 1.1.6 1.2.2 2.1.2h1.6v2.8h-2.5c-1.2 0-2.2-.1-3-.2-.8-.2-1.4-.5-1.8-1s-.7-1.1-.9-2c-.2-.8-.2-1.9-.2-3.2v-17.8h-4.5v-2.7h4.5v-6.1z"/></svg>') 1x, url('data:image/svg+xml;utf8,<svg x="0px" y="0px" height="74px" viewBox="0 0 191 74" width="191px" xmlns="http://www.w3.org/2000/svg"><g><path fill="#cccccc" d="m6.8 7.2v65.4h-6.8v-72.6h9.8l39.8 65.4v-65.4h6.8v72.6h-9.8z"/><path fill="#cccccc" d="m81 71.8c-3.2-1.4-5.8-3.2-8-5.8-2.2-2.4-3.8-5.4-5-8.8s-1.8-7.2-1.8-11.4c0-4.4.6-8.2 2-11.8s3-6.4 5.2-8.8 5-4.2 8-5.6c3-1.2 6.4-2 10-2 3.8 0 7.2.8 10.2 2.2s5.6 3.6 7.8 6.2c2 2.6 3.6 5.8 4.8 9.4 1 3.6 1.6 7.6 1.2 11.8h-42.8c0 3.2.6 6.2 1.6 8.8s2.4 4.8 4 6.6 3.8 3.2 6.2 4c2.4 1 5 1.4 7.6 1.4 4.2 0 7.8-1 10.6-3s4.8-5 5.8-8.6h6.4c-1.4 5.6-4 10-8.2 13s-9.2 4.4-15.2 4.4c-3.8 0-7.2-.6-10.4-2zm-2.2-43.8c-3.4 3.2-5.4 7.6-6 13.6h35.8c0-2.2-.4-4.4-1.2-6.8-.8-2.2-2-4.2-3.4-5.8s-3.2-3-5.4-4.2c-2.2-1-4.6-1.6-7.2-1.6-5.2.2-9.2 1.8-12.6 4.8z"/><path fill="#cccccc" d="m162.2 72.6h-7.4l-16.4-22.8-16 22.8h-7.2l19.8-27.8-18.4-26h7.4l15 21 15-21h7l-18.4 26z"/><path fill="#cccccc" d="m179.8 6.6v12.2h10.6v5.4h-10.6v34.4c0 1.8 0 3.2.2 4.2 0 1.2.4 2 .8 2.6s1.2 1 2.2 1.2 2.4.4 4.2.4h3.2v5.6h-5c-2.4 0-4.4-.2-6-.4-1.6-.4-2.8-1-3.6-2s-1.4-2.2-1.8-4c-.4-1.6-.4-3.8-.4-6.4v-35.6h-9v-5.4h9v-12.2z"/></g></svg>') 2x) 48 16, default;
}
body.single .ls-module.slideshow .flex-direction-nav .flex-prev{
  cursor: pointer;
  cursor: url('data:image/svg+xml;utf8,<svg x="0px" y="0" width="96px" height="37px" enable-background="new 0 0 89.5 36.9" viewBox="0 0 89.5 36.9" xmlns="http://www.w3.org/2000/svg"><path fill="#cccccc" d="m16.8.5c1.8.3 3.4.8 4.7 1.7 1.3.8 2.3 1.9 3.1 3.3s1.1 3.2 1.1 5.3c0 2.2-.4 4-1.1 5.4s-1.8 2.4-3.1 3.2-2.9 1.3-4.7 1.6-3.8.4-6 .4h-7.4v15h-3.4v-36.4h10.9c2.1 0 4.1.2 5.9.5zm-13.4 17.7h8c1.5 0 2.9-.1 4.2-.2s2.5-.5 3.5-1 1.8-1.2 2.4-2.2.9-2.3.9-4-.3-3-.9-4-1.4-1.8-2.4-2.3-2.1-.9-3.5-1.1c-1.3-.2-2.7-.2-4.2-.2h-8z"/><path fill="#cccccc" d="m40.3 12.5h-.7c-1.4 0-2.6.2-3.5.7s-1.7 1.2-2.2 2c-.6.9-1 1.9-1.2 3s-.4 2.5-.4 3.9v14.1h-3.1v-26.8h3v4.9c.3-.8.7-1.5 1.3-2.1s1.2-1.2 1.9-1.6 1.5-.8 2.3-1 1.6-.4 2.4-.4h.4.5v3.3c-.2 0-.5 0-.7 0z"/><path fill="#cccccc" d="m48.9 35.9c-1.6-.7-2.9-1.6-4-2.9s-1.9-2.7-2.5-4.4-.9-3.6-.9-5.7c0-2.2.3-4.1 1-5.9s1.5-3.2 2.6-4.4 2.5-2.1 4-2.8c1.5-.6 3.2-1 5-1 1.9 0 3.6.4 5.1 1.1s2.8 1.8 3.9 3.1c1 1.3 1.8 2.9 2.4 4.7.5 1.8.8 3.8.6 5.9h-21.4c0 1.6.3 3.1.8 4.4s1.2 2.4 2 3.3c.9.9 1.9 1.6 3.1 2 1.2.5 2.5.7 3.8.7 2.1 0 3.9-.5 5.3-1.5s2.4-2.5 2.9-4.3h3.2c-.7 2.8-2 4.9-4.1 6.4s-4.6 2.2-7.6 2.2c-1.9.1-3.7-.2-5.2-.9zm-1.1-21.9c-1.7 1.5-2.7 3.8-3 6.8h17.9c0-1.1-.2-2.2-.6-3.3s-1-2.1-1.7-2.9-1.6-1.5-2.7-2.1c-1.1-.5-2.3-.8-3.6-.8-2.6 0-4.7.8-6.3 2.3z"/><path fill="#cccccc" d="m86.2 9.4h3.4l-10 26.9h-3l-10.4-26.9h3.5l8.4 22.6z"/></svg>') 48 16, default;
  cursor: -webkit-image-set(url('data:image/svg+xml;utf8,<svg x="0px" y="0" width="96px" height="37px" enable-background="new 0 0 89.5 36.9" viewBox="0 0 89.5 36.9" xmlns="http://www.w3.org/2000/svg"><path fill="#cccccc" d="m16.8.5c1.8.3 3.4.8 4.7 1.7 1.3.8 2.3 1.9 3.1 3.3s1.1 3.2 1.1 5.3c0 2.2-.4 4-1.1 5.4s-1.8 2.4-3.1 3.2-2.9 1.3-4.7 1.6-3.8.4-6 .4h-7.4v15h-3.4v-36.4h10.9c2.1 0 4.1.2 5.9.5zm-13.4 17.7h8c1.5 0 2.9-.1 4.2-.2s2.5-.5 3.5-1 1.8-1.2 2.4-2.2.9-2.3.9-4-.3-3-.9-4-1.4-1.8-2.4-2.3-2.1-.9-3.5-1.1c-1.3-.2-2.7-.2-4.2-.2h-8z"/><path fill="#cccccc" d="m40.3 12.5h-.7c-1.4 0-2.6.2-3.5.7s-1.7 1.2-2.2 2c-.6.9-1 1.9-1.2 3s-.4 2.5-.4 3.9v14.1h-3.1v-26.8h3v4.9c.3-.8.7-1.5 1.3-2.1s1.2-1.2 1.9-1.6 1.5-.8 2.3-1 1.6-.4 2.4-.4h.4.5v3.3c-.2 0-.5 0-.7 0z"/><path fill="#cccccc" d="m48.9 35.9c-1.6-.7-2.9-1.6-4-2.9s-1.9-2.7-2.5-4.4-.9-3.6-.9-5.7c0-2.2.3-4.1 1-5.9s1.5-3.2 2.6-4.4 2.5-2.1 4-2.8c1.5-.6 3.2-1 5-1 1.9 0 3.6.4 5.1 1.1s2.8 1.8 3.9 3.1c1 1.3 1.8 2.9 2.4 4.7.5 1.8.8 3.8.6 5.9h-21.4c0 1.6.3 3.1.8 4.4s1.2 2.4 2 3.3c.9.9 1.9 1.6 3.1 2 1.2.5 2.5.7 3.8.7 2.1 0 3.9-.5 5.3-1.5s2.4-2.5 2.9-4.3h3.2c-.7 2.8-2 4.9-4.1 6.4s-4.6 2.2-7.6 2.2c-1.9.1-3.7-.2-5.2-.9zm-1.1-21.9c-1.7 1.5-2.7 3.8-3 6.8h17.9c0-1.1-.2-2.2-.6-3.3s-1-2.1-1.7-2.9-1.6-1.5-2.7-2.1c-1.1-.5-2.3-.8-3.6-.8-2.6 0-4.7.8-6.3 2.3z"/><path fill="#cccccc" d="m86.2 9.4h3.4l-10 26.9h-3l-10.4-26.9h3.5l8.4 22.6z"/></svg>') 1x, url('data:image/svg+xml;utf8,<svg x="0px" y="0px" height="74px" viewBox="0 0 180 74" width="180px" xmlns="http://www.w3.org/2000/svg"><g><path fill="#cccccc" d="m33.6 1c3.6.6 6.8 1.6 9.4 3.4 2.6 1.6 4.6 3.8 6.2 6.6s2.2 6.4 2.2 10.6c0 4.4-.8 8-2.2 10.8s-3.6 4.8-6.2 6.4-5.8 2.6-9.4 3.2-7.6.8-12 .8h-14.8v30h-6.8v-72.8h21.8c4.2 0 8.2.4 11.8 1zm-26.8 35.4h16c3 0 5.8-.2 8.4-.4s5-1 7-2 3.6-2.4 4.8-4.4 1.8-4.6 1.8-8-.6-6-1.8-8-2.8-3.6-4.8-4.6-4.2-1.8-7-2.2c-2.6-.4-5.4-.4-8.4-.4h-16z"/><path fill="#cccccc" d="m80.6 25h-1.4c-2.8 0-5.2.4-7 1.4s-3.4 2.4-4.4 4c-1.2 1.8-2 3.8-2.4 6s-.8 5-.8 7.8v28.2h-6.2v-53.6h6v9.8c.6-1.6 1.4-3 2.6-4.2s2.4-2.4 3.8-3.2 3-1.6 4.6-2 3.2-.8 4.8-.8h.8 1v6.6c-.4 0-1 0-1.4 0z"/><path fill="#cccccc" d="m97.8 71.8c-3.2-1.4-5.8-3.2-8-5.8s-3.8-5.4-5-8.8-1.8-7.2-1.8-11.4c0-4.4.6-8.2 2-11.8s3-6.4 5.2-8.8 5-4.2 8-5.6c3-1.2 6.4-2 10-2 3.8 0 7.2.8 10.2 2.2s5.6 3.6 7.8 6.2c2 2.6 3.6 5.8 4.8 9.4 1 3.6 1.6 7.6 1.2 11.8h-42.8c0 3.2.6 6.2 1.6 8.8s2.4 4.8 4 6.6c1.8 1.8 3.8 3.2 6.2 4 2.4 1 5 1.4 7.6 1.4 4.2 0 7.8-1 10.6-3s4.8-5 5.8-8.6h6.4c-1.4 5.6-4 9.8-8.2 12.8s-9.2 4.4-15.2 4.4c-3.8.2-7.4-.4-10.4-1.8zm-2.2-43.8c-3.4 3-5.4 7.6-6 13.6h35.8c0-2.2-.4-4.4-1.2-6.6s-2-4.2-3.4-5.8-3.2-3-5.4-4.2c-2.2-1-4.6-1.6-7.2-1.6-5.2 0-9.4 1.6-12.6 4.6z"/><path fill="#cccccc" d="m172.4 18.8h6.8l-20 53.8h-6l-20.8-53.8h7l16.8 45.2z"/></g></svg>') 2x) 48 16, default;
}
body.single .transition{
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.single .transition.wait, body.single .transition-delayed.wait{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
body.single .transition.default{
  background: #ffffff;
}
body.single .bg-dark .transition.default{
  background: #000000;
}
body.single .transition.default.out.go{
  animation-name: fade-out;
  animation-duration: 1000ms;
  animation-fill-mode: forwards;
}
body.single .transition.default.in{
  animation-name: fade-in;
  animation-duration: 400ms;
  animation-fill-mode: forwards;
}
body.single .transition.project.out.go{
  animation-name: fade-out-pause;
  animation-duration: 2000ms;
  animation-fill-mode: forwards;
}
body.single .transition.project.in,body.single .js-fade-in-delayed.in{
  animation-name: fade-in;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}
body.single .transition.out, body.single .transition.in{
  z-index: 100;
}
body.single .transition.studio{
  background: #ffffff;
}
body.single .transition.studio.out.go{
  animation-name: fade-gray-out;
  animation-duration: 4500ms;
  animation-fill-mode: forwards;
}
body.single .transition.studio.out.go *{
  animation-name: fade-gray-out-element;
  animation-duration: 4500ms;
  animation-fill-mode: forwards;
}
body.single .transition.studio.in .image{
  display: none;
}
body.single .transition.studio.in .image:first-child{
  display: block;
}
body.single .transition.studio .image{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translateZ(0);
}
body.single .transition.studio .image:nth-child(1){
  z-index: -0;
}
body.single .transition.studio .image:nth-child(2){
  z-index: -1;
}
body.single .transition.studio .image:nth-child(3){
  z-index: -2;
}
body.single .transition.studio .image:nth-child(4){
  z-index: -3;
}
body.single .transition.studio .image:nth-child(5){
  z-index: -4;
}
body.single .transition.studio .image:nth-child(6){
  z-index: -5;
}
body.single .transition.studio .image:nth-child(7){
  z-index: -6;
}
body.single .transition.studio .image:nth-child(8){
  z-index: -7;
}
body.single .transition.studio .image:nth-child(9){
  z-index: -8;
}
body.single .transition.studio .image:nth-child(10){
  z-index: -9;
}
body.single .transition.studio .image:nth-child(11){
  z-index: -10;
}
body.single .transition.studio .image:nth-child(12){
  z-index: -11;
}
body.single .transition.studio .image:nth-child(13){
  z-index: -12;
}
body.single .transition.studio .image:nth-child(14){
  z-index: -13;
}
body.single .transition.studio .image:nth-child(15){
  z-index: -14;
}
body.single .transition.studio .image:nth-child(16){
  z-index: -15;
}
body.single .transition.studio .image:nth-child(17){
  z-index: -16;
}
body.single .transition.studio .image:nth-child(18){
  z-index: -17;
}
body.single .transition.studio .image:nth-child(19){
  z-index: -18;
}
body.single .transition.studio .image:nth-child(20){
  z-index: -19;
}
body.single .transition.studio .image:nth-child(21){
  z-index: -20;
}
body.single .transition.studio .image:nth-child(22){
  z-index: -21;
}
body.single .transition.studio .image:nth-child(23){
  z-index: -22;
}
body.single .transition.studio .image:nth-child(24){
  z-index: -23;
}
body.single .transition p{
  color: #ffffff;
}
body.single .transition.project .ls-row, body.single .transition.project .menu-overlay .site-menu, body.single .menu-overlay .transition.project .site-menu, body.single .transition.project .menu-overlay .menu-menu-container, body.single .menu-overlay .transition.project .menu-menu-container, body.single .transition .title{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}
body.single .video-overlay{
  position: fixed;
  z-index: 20;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  touch-action: none;
  padding: 10vh;
}
body.single .video-overlay.modal-open{
  z-index: 20;
}
body.single .video-overlay > figure{
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
body.single .video-overlay > figure > div{
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  max-height: 80vh;
  top: 50%;
  transform: translateY(-50%);
}
body.single .video-overlay > figure video{
  max-width: 100%;
  max-height: 100%;
  background: none;
  pointer-events: none;
}
body.single .feed-item{
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  margin-bottom: 3.6vw;
  width: 50%;
}
body.single .feed-item:nth-child(odd){
  order: 1;
}
body.single .feed-item:nth-child(even){
  order: inherit;
}
body.single .feed-item figure{
  margin-bottom: 0;
}
body.single .filtered .feed-item.left-feed{
  order: 1;
}
body.single .filtered .feed-item.right-feed{
  order: 2;
}
body.single .feed-items-columns{
  position: relative;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}
body.single .feed-items-columns::before, body.single .feed-items-columns::after{
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}
body.single .feed-items-columns .loading{
  order: 3;
}
body.single figure:not(.Figure){
  position: relative;
}
body.single figure:not(.Figure):before{
  animation-name: pulse;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  content: "•";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 40px;
  color: #000000;
  z-index: -1;
  margin-top: -2px;
}
body.single figure:not(.Figure) > div{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.single figure:not(.Figure) > div div{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0;
}
body.single figure:not(.Figure) video, body.single figure:not(.Figure) img{
  display: block;
}
body.single figure:not(.Figure).ls-fluid{
  height: 100%;
  overflow: hidden;
}
body.single figure:not(.Figure).ls-fluid img,body.single figure:not(.Figure).ls-fluid video{
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
}
body.single figure:not(.Figure).ls-fluid video{
  object-fit: cover;
}
body.single figure:not(.Figure).ls-fixed{
  overflow: hidden;
}
body.single figure:not(.Figure).ls-fixed img, body.single figure:not(.Figure).ls-fixed video{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}
body.single figure:not(.Figure).ls-fixed iframe{
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.single .postTeaser--hero{
  margin-bottom: 188px;
}
body.single .logoQuotePageHeader.logoQuotePageHeader--noHeight{
  transition: color 400ms, visibility 400ms, opacity 400ms, max-height 400ms;
  opacity: 0;
}
body.single .logoQuotePageHeader.logoQuotePageHeader--noHeight *{
  pointer-events: none;
}
html{
  background-color: white;
  transition: background-color 0.4s ease-in-out;
}
html:has(body.bg-dark){
  background-color: var(--color-black);
}
html:has(body.bg-offWhite){
  background-color: #f8f8f8;
}
.bg-dark{
  background-color: var(--color-black);
  color: var(--color-white);
  transition: background-color 0.4s ease-in-out;
}
.bg-dark ::selection{
  background: rgba(255, 255, 255, 0.99);
  color: var(--color-black);
}
.bg-dark a{
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.bg-dark .a:hover{
  text-decoration-color: var(--color-white);
}
.bg-dark .Heading-1, .bg-dark .Heading-2, .bg-dark h1, .bg-dark h2{
  color: var(--color-white);
}
.bg-dark .PillButton{
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
}
.bg-dark .PillButton svg path{
  fill: rgba(255, 255, 255, 0.4);
}
.bg-dark a.PillButton:hover, .bg-dark button.PillButton:hover{
  color: var(--color-white);
  border-color: var(--color-white);
}
.bg-dark a.PillButton:hover svg path, .bg-dark button.PillButton:hover svg path{
  fill: var(--color-white);
}
body.single.bg-dark .figure:before{
  color: var(--color-white);
}
.bg-dark .SwarmCta{
  border-color: rgba(255, 255, 255, 0.4);
}
.bg-offWhite{
  background-color: #f8f8f8;
  transition: background-color 0.4s ease-in-out;
}
@media (width >= 640px){
  .container{
    max-width: 640px;
  }
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-start-1{
    grid-column-start: 1;
  }
  .sm\:mr-0{
    margin-right: calc(var(--spacing) * 0);
  }
  .sm\:ml-0{
    margin-left: calc(var(--spacing) * 0);
  }
  .sm\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-\[50\%\]{
    width: 50%;
  }
  .sm\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .sm\:flex-1{
    flex: 1;
  }
  .sm\:flex-\[1_1_auto\]{
    flex: 1 1 auto;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-\[1\.4em\]{
    gap: 1.4em;
  }
  .sm\:gap-\[50px\]{
    gap: 50px;
  }
  .sm\:gap-x-0{
    column-gap: calc(var(--spacing) * 0);
  }
  .sm\:gap-x-75{
    column-gap: calc(var(--spacing) * 75);
  }
  .sm\:gap-y-0{
    row-gap: calc(var(--spacing) * 0);
  }
  .sm\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .sm\:self-center{
    align-self: center;
  }
  .sm\:py-75{
    padding-block: calc(var(--spacing) * 75);
  }
  .sm\:pt-0{
    padding-top: calc(var(--spacing) * 0);
  }
  .sm\:pt-30{
    padding-top: calc(var(--spacing) * 30);
  }
  .sm\:pb-75{
    padding-bottom: calc(var(--spacing) * 75);
  }
  .sm\:text-tablet-body,.Body, .Body p{
    font-size: var(--text-tablet-body);
    line-height: var(--tw-leading, var(--text-tablet-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body--font-weight));
  }
  .SmallBody, .SmallBody p{
    font-size: var(--text-tablet-body-small);
    line-height: var(--tw-leading, var(--text-tablet-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body-small--font-weight));
  }
  .Heading-1, h1{
    font-size: var(--text-tablet-h1);
    line-height: var(--tw-leading, var(--text-tablet-h1--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-h1--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-h1--font-weight));
  }
  .Heading-2, h2{
    font-size: var(--text-tablet-h2);
    line-height: var(--tw-leading, var(--text-tablet-h2--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-h2--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-h2--font-weight));
  }
  .Heading-3, h3,.BodyToHeading-3, h3{
    font-size: var(--text-tablet-h3);
    line-height: var(--tw-leading, var(--text-tablet-h3--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-h3--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-h3--font-weight));
  }
  .Heading-4, h4{
    font-size: var(--text-tablet-h4);
    line-height: var(--tw-leading, var(--text-tablet-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-h4--font-weight));
  }
  .Heading4ToSmallBody, h4{
    font-size: var(--text-tablet-body-small);
    line-height: var(--tw-leading, var(--text-tablet-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body-small--font-weight));
  }
  .Figure .mobile-version{
    display: none;
  }
  .Figure .desktop-version{
    display: block;
  }
  .RichText small,.PillButton{
    font-size: var(--text-tablet-body-small);
    line-height: var(--tw-leading, var(--text-tablet-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body-small--font-weight));
  }
  a.PillButton:hover, button.PillButton:hover{
    border-color: var(--color-black);
    color: var(--color-black);
  }
  .FooterNav{
    padding-block: calc(var(--spacing) * 20);
  }
  .MainNav-logo{
    flex-basis: 154px;
  }
  .MainNav-menuButton{
    display: none;
  }
  .MainNav-menu{
    display: block;
  }
  .MainNav-menu ul .li:first-child{
    display: none;
  }
  .Grid12{
    gap: var(--padding-tablet);
  }
  .Grid12--sm{
    display: grid;
  }
  .WorkNavToggle{
    display: none;
  }
  .WorkNavToggle-text{
    font-size: var(--text-tablet-h4);
    line-height: var(--tw-leading, var(--text-tablet-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-h4--font-weight));
  }
  .WorkNav{
    max-height: none;
  }
  .WorkNav .WorkNav-categoryList a{
    font-size: var(--text-tablet-body-small);
    line-height: var(--tw-leading, var(--text-tablet-body-small--line-height));
    line-height: 1.5;
    letter-spacing: var(--tw-tracking, var(--text-tablet-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body-small--font-weight));
    --tw-leading: 1.5;
  }
  .WorkNav .WorkNav-categoryList a[data-active="true"]::before{
    opacity: 100%;
  }
  .WorkNav .WorkNav-categoryTitle{
    font-size: var(--text-tablet-body-small);
    line-height: var(--tw-leading, var(--text-tablet-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body-small--font-weight));
  }
}
@media (width >= 768px){
  .container{
    max-width: 768px;
  }
  .md\:top-0{
    top: calc(var(--spacing) * 0);
  }
  .md\:top-1\/2{
    top: calc(1/2 * 100%);
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:mt-0{
    margin-top: calc(var(--spacing) * 0);
  }
  .md\:mb-195{
    margin-bottom: calc(var(--spacing) * 195);
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[6\/1\]{
    aspect-ratio: 6/1;
  }
  .md\:size-\[75px\]{
    width: 75px;
    height: 75px;
  }
  .md\:h-\[500px\]{
    height: 500px;
  }
  .md\:h-\[805px\]{
    height: 805px;
  }
  .md\:min-h-0{
    min-height: calc(var(--spacing) * 0);
  }
  .md\:w-\[500px\]{
    width: 500px;
  }
  .md\:max-w-none{
    max-width: none;
  }
  .md\:basis-full{
    flex-basis: 100%;
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-x-\[80px\]{
    column-gap: 80px;
  }
  .md\:gap-y-0{
    row-gap: calc(var(--spacing) * 0);
  }
  .md\:py-60{
    padding-block: calc(var(--spacing) * 60);
  }
  .md\:py-\[200px\]{
    padding-block: 200px;
  }
  .md\:pt-0{
    padding-top: calc(var(--spacing) * 0);
  }
  .md\:pt-200{
    padding-top: calc(var(--spacing) * 200);
  }
  .md\:opacity-0{
    opacity: 0%;
  }
  .group-hover\/outcome\:md\:\!text-black\/100:is(:where(.group\/outcome):hover *){
    color: var(--color-black);
  }
  .group-hover\/outcome\:md\:opacity-100:is(:where(.group\/outcome):hover *){
    opacity: 100%;
  }
  .group-hover\/outcomes\:md\:text-black\/40:is(:where(.group\/outcomes):hover *){
    color: color-mix(in srgb, #000000 40%, transparent);
    color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
  html, body{
    font-size: var(--text-tablet-body);
    line-height: var(--tw-leading, var(--text-tablet-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-tablet-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-tablet-body--font-weight));
  }
  a{
    text-underline-offset: 0.15em;
  }
  .menu-item-5889{
    display: block;
  }
  .RichText ul:has(li:nth-child(11)), .RichText ol:has(li:nth-child(11)){
    columns: 2;
    gap: 2rem;
  }
  .MainNav[data-single-post="true"] .MainNav-backLink{
    pointer-events: none;
    opacity: 0%;
    transition-delay: 0ms;
  }
  .MainNav[data-single-post="true"] .MainNav-logoLink{
    pointer-events: auto;
    opacity: 100%;
    transition-delay: 300ms;
  }
  .MainNav[data-single-post="true"] .MainNav-logoLink img{
    opacity: 100%;
    transition-delay: 300ms;
  }
  .Grid12--md{
    display: grid;
  }
  .HeroSlideshow-pagination{
    left: auto;
    width: 16%;
    gap: calc(var(--spacing) * 5);
  }
  .HeroSlideshow-paginationItem{
    height: 3px;
    flex-basis: 31px;
  }
  .ProfileLead-figure{
    margin-right: calc(var(--spacing) * 0);
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 1080px){
  .container{
    max-width: 1080px;
  }
  .Hamburger{
    display: none;
  }
}
@media (width >= 1200px){
  .container{
    max-width: 1200px;
  }
  .lg\:order-\[unset\]{
    order: unset;
  }
  .lg\:mt-0{
    margin-top: calc(var(--spacing) * 0);
  }
  .lg\:mb-0{
    margin-bottom: calc(var(--spacing) * 0);
  }
  .lg\:mb-100{
    margin-bottom: calc(var(--spacing) * 100);
  }
  .lg\:line-clamp-none{
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: unset;
  }
  .lg\:line-clamp-none,.lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:size-\[110px\]{
    width: 110px;
    height: 110px;
  }
  .lg\:h-0{
    height: calc(var(--spacing) * 0);
  }
  .lg\:h-\[16px\]{
    height: 16px;
  }
  .lg\:min-h-\[600px\]{
    min-height: 600px;
  }
  .lg\:w-\[16px\]{
    width: 16px;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[100\%\]{
    max-width: 100%;
  }
  .min-\[1200px\]\:basis-103{
    flex-basis: calc(var(--spacing) * 103);
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .lg\:self-auto{
    align-self: auto;
  }
  .lg\:py-60{
    padding-block: calc(var(--spacing) * 60);
  }
  .lg\:py-\[100px\]{
    padding-block: 100px;
  }
  .lg\:pb-0{
    padding-bottom: calc(var(--spacing) * 0);
  }
  .lg\:pb-100{
    padding-bottom: calc(var(--spacing) * 100);
  }
  .lg\:text-desktop-body,html, body{
    font-size: var(--text-desktop-body);
    line-height: var(--tw-leading, var(--text-desktop-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-body--font-weight));
  }
  .PageSection:first-child{
    padding-top: calc(var(--spacing) * 100);
  }
  .Body, .Body p{
    font-size: var(--text-desktop-body);
    line-height: var(--tw-leading, var(--text-desktop-body--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-body--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-body--font-weight));
  }
  .SmallBody, .SmallBody p{
    font-size: var(--text-desktop-body-small);
    line-height: var(--tw-leading, var(--text-desktop-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-body-small--font-weight));
  }
  .Heading-1, h1{
    font-size: var(--text-desktop-h1);
    line-height: var(--tw-leading, var(--text-desktop-h1--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-h1--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-h1--font-weight));
  }
  .Heading-2, h2{
    font-size: var(--text-desktop-h2);
    line-height: var(--tw-leading, var(--text-desktop-h2--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-h2--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-h2--font-weight));
  }
  .Heading-3, h3,.BodyToHeading-3, h3{
    font-size: var(--text-desktop-h3);
    line-height: var(--tw-leading, var(--text-desktop-h3--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-h3--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-h3--font-weight));
  }
  .Heading-4, h4{
    font-size: var(--text-desktop-h4);
    line-height: var(--tw-leading, var(--text-desktop-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-h4--font-weight));
  }
  .Heading4ToSmallBody, h4,.RichText small,.PillButton{
    font-size: var(--text-desktop-body-small);
    line-height: var(--tw-leading, var(--text-desktop-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-body-small--font-weight));
  }
  .PillButton{
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 8);
  }
  .Grid12{
    gap: var(--padding-desktop);
  }
  .Grid12--lg{
    display: grid;
  }
  .WorkNavToggle-text{
    font-size: var(--text-desktop-h4);
    line-height: var(--tw-leading, var(--text-desktop-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-h4--font-weight));
  }
  .WorkNav .WorkNav-categoryList a,.WorkNav .WorkNav-categoryTitle{
    font-size: var(--text-desktop-body-small);
    line-height: var(--tw-leading, var(--text-desktop-body-small--line-height));
    letter-spacing: var(--tw-tracking, var(--text-desktop-body-small--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-desktop-body-small--font-weight));
  }
  .HeroSlideshow-pagination{
    bottom: calc(var(--spacing) * 95);
  }
}
@media (width >= 1680px){
  .container{
    max-width: 1680px;
  }
}
@media (width >= 96rem){
  .container{
    max-width: 96rem;
  }
}
@media (.hover:hover){
  .hover\:.text-black:hover{
    color: var(--color-black);
  }
  .hover\:.underline:hover{
    text-decoration-line: underline;
  }
  .group-hover\/outcome\:md\:\!text-black\/100:is(:where(.group\/outcome):hover *){
    color: var(--color-black);
  }
  .group-hover\/outcome\:md\:opacity-100:is(:where(.group\/outcome):hover *){
    opacity: 100%;
  }
  .group-hover\/outcomes\:md\:text-black\/40:is(:where(.group\/outcomes):hover *){
    color: color-mix(in srgb, #000000 40%, transparent);
    color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
  .a:hover{
    text-decoration-color: var(--color-black);
  }
  a.PillButton:hover, button.PillButton:hover{
    border-color: var(--color-black);
    color: var(--color-black);
  }
  .MainNav[data-nav-bg="solid"][data-nav-theme="light"] .PillButton:hover,.MainNav[data-nav-bg="transparent"][data-nav-theme="light"] .PillButton:hover{
    border-color: var(--color-white);
    color: var(--color-white);
  }
  .WorkNav .WorkNav-categoryList .a:hover{
    color: var(--color-black);
  }
}
@media (width >= 900px){
  .min-\[900px\]\:basis-91{
    flex-basis: calc(var(--spacing) * 91);
  }
  .HeroSlideshow-pagination{
    bottom: calc(var(--spacing) * 85);
  }
}
@media (width >= 1090px){
  .min-\[1090px\]\:basis-71{
    flex-basis: calc(var(--spacing) * 71);
  }
  .HeroSlideshow-pagination{
    bottom: calc(var(--spacing) * 65);
  }
}
@media (width >= 1390px){
  .min-\[1390px\]\:basis-79{
    flex-basis: calc(var(--spacing) * 79);
  }
  .HeroSlideshow-pagination{
    bottom: calc(var(--spacing) * 75);
  }
}
@media (min-width: 640px){
  :root{
    --padding: var(--padding-tablet);
  }
}
@media (min-width: 1680px){
  :root{
    --padding: var(--padding-desktop);
  }
}
@media (min-width: 1200px){
  [data-parallax-item]{
    visibility: hidden;
  }
}
@media (max-width: calc(640px - 1px)){
  .MainNav-menu{
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: calc(var(--spacing) * 0);
    right: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    z-index: 1001;
    background-color: var(--color-black);
    opacity: 0%;
  }
  .MainNav-menu,.MainNav-menu .menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .MainNav-menu .menu{
    gap: 8vh;
  }
  .MainNav-menu .menu-item{
    opacity: 0%;
  }
  .MainNav-menu .PillButton{
    border-color: color-mix(in srgb, #ffffff 50%, transparent);
    border-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    color: var(--color-white);
  }
  .MainNav-menu .current-menu-item .PillButton{
    border-color: var(--color-white);
    color: var(--color-white);
  }
  .MainNav-menu[data-menu-open="true"]{
    pointer-events: auto;
  }
}
@media screen and (min-width: 1024px){
  body.single .a:hover:not(.MainNav a){
    color: var(--black-semi-transparent);
  }
  body.single .bg-dark .a:hover{
    color: var(--white-semi-transparent);
  }
  body.single .postTeaser.ls-visible.postTeaser--dimmed .postTeaser_titleBlockTitle, body.single .postTeaser.list-project.ls-visible.postTeaser--dimmed .postTeaser_titleBlockSubtitle, body.single .postTeaser.ls-visible.postTeaser--dimmed .postTeaser_excerpt, body.single .postTeaser.ls-visible.postTeaser--dimmed .postTeaser_figure, body.single .postTeaser.ls-visible.postTeaser--dimmed .postTeaser_more{
    opacity: .4;
  }
  body.single .ls-module.image-module.ls-module--negativeTopMargin{
    margin-top: -25px;
  }
  body.single .ls-module.filter-module .a:hover, body.single .ls-module.filter-module a.active{
    color: #000000;
  }
  body.single .ls-module.contact-link-module .a:hover{
    color: black;
  }
  body.single .list-project:hover .caption, body.single .list-post:hover .caption{
    visibility: visible;
    opacity: 1;
  }
  body.single .bg-dark .list-post:hover .postTeaser_moreText--hero{
    color: #ffffff;
  }
  body.single .postTeaser_moreText:not(.postTeaser_moreText--hero){
    text-align: right;
  }
  body.single .postTeaser--hero > a{
    display: block;
    padding-bottom: 40px;
  }
  body.single .homeTeaser{
    margin-bottom: var(--desktop-column-gap);
  }
  body.single .homeTeaser_figure, body.single .homeTeaser_titleBlock{
    grid-row: 1;
  }
  body.single .homeTeaser_titleBlock--sm{
    max-width: 200px;
  }
  body.single .homeTeaser_titleBlock--lg{
    max-width: 300px;
  }
  body.single .homeTeaser_titleBlock--hero{
    max-width: none;
    margin-top: auto;
    transform: translateY(0);
    transition: transform 400ms;
  }
  body.single .homeTeaser_titleBlock--hero .homeTeaser_terms{
    position: absolute;
  }
  body.single.bg-dark .a:hover:not(.MainNav a){
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1023px){
  body.single .home.mobile-menu-open .transition.default{
    background: #000000;
  }
  body.single .menu-hover,body.single .desktop-only{
    display: none;
  }
  body.single .menu-overlay .site-menu ul, body.single .menu-overlay .menu-menu-container ul{
    display: block;
  }
  body.single .menu-overlay .site-menu li, body.single .menu-overlay .menu-menu-container li{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  body.single .menu-overlay .site-menu li a, body.single .menu-overlay .menu-menu-container li a{
    padding: 50px 100px;
    width: auto;
    display: inline-block;
    text-align: center;
  }
  body.single .menu-menu-container li.ls-visible{
    transition: color 400ms, visibility 700ms, opacity 600ms ease-out;
  }
  body.single .siteHeader_contactLink, body.single .siteHeader_currentlyLink, body.single .siteHeader_workLink, body.single .siteHeader_fullMenu{
    display: none;
  }
  body.single .siteHeader_newsLink{
    justify-content: flex-start;
  }
  body.single .js-site-header-logo{
    display: none;
  }
  body.single .site-header{
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.single .site-header::-webkit-scrollbar{
    display: none;
  }
  body.single .site-header .siteHeader_filters{
    flex: 1 0 auto;
    position: relative;
    left: auto;
    justify-content: flex-start;
    padding-right: var(--mobile-container-padding);
    transform: translateZ(0);
  }
  body.single .siteHeader_filtersInner{
    display: none;
  }
  body.single .siteHeader_filtersInner, body.single .siteHeader_filtersInner .siteHeader_filtersItem, body.single .siteHeader_filtersSeparator, body.single .home-header .siteHeader_menuWrap.siteHeader_menuWrap--hidden{
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    touch-action: none;
  }
  body.single .siteHeader_filtersCurrentFilter{
    display: none;
  }
  body.single .site-header--home .siteHeader_filtersInner--visible{
    opacity: 1;
    visibility: visible;
  }
  body.single .site-header--home .siteHeader_filters, body.single .site-header--home .siteHeader_filtersInner .siteHeader_filtersItem.siteHeader_filtersItem--visible, body.single .site-header.slim.ls-visible .siteHeader_filtersInner--visible, body.single .site-header.slim.ls-visible .siteHeader_filtersInner .siteHeader_filtersItem.siteHeader_filtersItem--visible, body.single .siteHeader_filtersSeparator.siteHeader_filtersSeparator--visible, body.single .siteHeader_filtersCurrentFilter.siteHeader_filtersCurrentFilter--visible{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: all;
    touch-action: unset;
    transition: color 400ms, visibility 700ms, opacity 900ms ease-out;
  }
  body.single .filter .a:hover, body.single .filter.all-active a.active:hover, body.single .filter.all-active a:not(.active):hover{
    color: #000000;
  }
  body.single .logoPageHeader{
    width: 68vw;
    margin-top: 178px;
    margin-bottom: 150px;
  }
  body.single .logoQuotePageHeader{
    margin-bottom: 0;
  }
  body.single .logoQuotePageHeader.logoQuotePageHeader--noHeight{
    max-height: 0;
  }
  body.single .logoQuotePageHeader_logo{
    max-height: 2000px;
    margin-bottom: 0;
  }
  body.single .logoQuotePageHeader_quoteWrap{
    position: relative;
    margin-top: 97px;
  }
  body.single .logoQuotePageHeader_quote{
    padding-right: 4%;
    padding-left: 4%;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.025em;
  }
  body.single .logoQuotePageHeader_quote--small{
    font-size: 25px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.02em;
  }
  body.single .page-template-default .logoPageHeader, body.single .page-template-default.page-id-57 .logoPageHeader{
    margin: 180px auto 145px;
  }
  body.single .page-template-default.home .logoPageHeader{
    margin: 120px auto 80px;
  }
  body.single .feed-item{
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-bottom: 5%;
    width: 50%;
  }
  body.single .feed-item:nth-child(odd){
    order: 1;
  }
  body.single .feed-item:nth-child(even){
    order: inherit;
  }
  body.single .filtered .feed-item.left-feed{
    order: 1;
  }
  body.single .filtered .feed-item.right-feed{
    order: 2;
  }
  body.single .feed-items-columns{
    position: relative;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  body.single .mainContentModule:not(:first-child){
    margin-top: 15px;
  }
  body.single .mainContentModule__text, body.single .textModule__text, body.single .mainContentModule__header{
    grid-column-start: 1;
    grid-column-end: span 10;
  }
  body.single .single-project .mainContentModule__text, body.single .single-project .textModule__text, body.single .single-project .mainContentModule__header{
    grid-column-end: span 10;
  }
  body.single .mainContentModule__header{
    margin-bottom: 27px;
  }
  body.single .single-project .mainContentModule__header{
    margin-bottom: 128px;
  }
  body.single .quote-module h2{
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .025em;
  }
  body.single .quoteModule:first-child + .image-module{
    margin-top: 10px;
  }
  body.single .textModule + .quoteModule, body.single .mainContentModule + .quoteModule{
    margin-top: 40px;
  }
  body.single .image-module + .quoteModule{
    margin-top: 8px;
  }
  body.single .ls-module.next-project-module{
    margin-bottom: 60px;
  }
  body.single .contactColumn{
    grid-column: 1 / -1;
  }
  body.single .contactColumn--mobile{
    grid-column: 4 / -1;
    margin-bottom: 100px;
  }
  body.single .subscribe-link{
    color: var(--white-semi-transparent);
  }
  body.single .contactAboutImage{
    margin-bottom: 10px;
  }
  body.single .contactCarousel{
    margin-top: 150px;
  }
  body.single .contactModule.ls-module{
    margin-top: 15px;
  }
  body.single .contactBottomMobile{
    margin-bottom: 50px;
  }
  body.single .contactCurrentlyLink{
    margin-top: 115px;
  }
  body.single .list-project, body.single .list-post{
    margin-bottom: 162px;
  }
  body.single body.bg-dark .list-project, body.single body.bg-dark .list-post{
    margin-bottom: 180px;
  }
  body.single body.bg-dark .list-project > div, body.single body.bg-dark .list-post > div, body.single body.bg-dark .list-project > a, body.single body.bg-dark .list-post > a{
    padding-top: 0;
    padding-bottom: 0;
  }
  body.single .postTeaser_titleBlock, body.single .postTeaser_excerpt, body.single .postTeaser_figure, body.single .postTeaser_more, body.single .postTeaserHero_textBlock, body.single .postTeaserHero_figure{
    grid-column: 1 / -1;
  }
  body.single .postTeaser_titleBlock{
    margin-bottom: 27px;
  }
  body.single .postTeaser_figure{
    grid-row: 2;
  }
  body.single .postTeaserHero_figure{
    grid-row: 1;
  }
  body.single .postTeaser_figure, body.single .postTeaserHero_figure{
    margin-bottom: 11px;
  }
  body.single .postTeaser_terms, body.single .homeTeaser_titleBlock{
    margin-top: 12px;
  }
  body.single .postTeaser_terms{
    max-width: 75%;
  }
  body.single .postTeaser_moreText{
    color: var(--white-semi-transparent);
  }
  body.single .pastEvents_header{
    margin-bottom: 117px;
  }
  body.single .homeTeaser--hero .homeTeaser_figure, body.single .homeTeaser--hero .homeTeaser_titleBlock{
    grid-column: 1 / -1;
  }
  body.single .ls-col-md-1{
    grid-column-end: span 1;
  }
  body.single .ls-col-md-1,body.single .ls-col-md-2{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-2{
    grid-column-end: span 2;
  }
  body.single .ls-col-md-3{
    grid-column-end: span 3;
  }
  body.single .ls-col-md-3,body.single .ls-col-md-4{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-4{
    grid-column-end: span 4;
  }
  body.single .ls-col-md-5{
    grid-column-end: span 5;
  }
  body.single .ls-col-md-5,body.single .ls-col-md-6{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-6{
    grid-column-end: span 6;
  }
  body.single .ls-col-md-7{
    grid-column-end: span 7;
  }
  body.single .ls-col-md-7,body.single .ls-col-md-8{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-8{
    grid-column-end: span 8;
  }
  body.single .ls-col-md-9{
    grid-column-end: span 9;
  }
  body.single .ls-col-md-9,body.single .ls-col-md-10{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-10{
    grid-column-end: span 10;
  }
  body.single .ls-col-md-11{
    grid-column-end: span 11;
  }
  body.single .ls-col-md-11,body.single .ls-col-md-12{
    grid-column-start: auto;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-12{
    grid-column-end: span 12;
  }
  body.single .ls-col-md-offset-1{
    grid-column-start: 2;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-2{
    grid-column-start: 3;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-3{
    grid-column-start: 4;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-4{
    grid-column-start: 5;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-5{
    grid-column-start: 6;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-6{
    grid-column-start: 7;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-7{
    grid-column-start: 8;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-8{
    grid-column-start: 9;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-9{
    grid-column-start: 10;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-10{
    grid-column-start: 11;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-11{
    grid-column-start: 12;
    vertical-align: top;
    display: inline-block;
  }
  body.single .ls-col-md-offset-12{
    grid-column-start: 13;
    vertical-align: top;
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) and (min-width: 720px){
  body.single .desktop-version,body.single br.desktop-version{
    display: none;
  }
  body.single .tablet-version{
    display: inherit;
  }
  body.single br.tablet-version{
    display: inline;
  }
  body.single .header-1-tablet, body.single .huge{
    font-size: 130px;
    line-height: 1.115em;
    letter-spacing: 0.02em;
  }
  body.single .header-2-tablet, body.single h2, body.single .big, body.single .site-menu ul li, body.single .home .list-project p.info{
    font-size: 45px;
    line-height: 50px;
    letter-spacing: .02em;
  }
  body.single h1, body.single h3, body.single p, body.single .postTeaserHero_titles{
    margin-bottom: 23px;
  }
  body.single h1, body.single h3, body.single p, body.single .site-header *, body.single .menu-menu-container ul li a, body.single .text-module, body.single .text-module *, body.single .mainContentModule__headerSubtitle, body.single .postTeaser_titleBlockSubtitle, body.single .caption, body.single .caption *{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .025em;
  }
  body.single p.top-margin, body.single .ls-module.services p.about-header{
    margin-top: 27px;
    margin-bottom: 27px;
  }
  body.single .ls-col-1,body.single .ls-col-2,body.single .ls-col-3,body.single .ls-col-4,body.single .ls-col-5{
    grid-column: 1 / -1;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  body.single .ls-col-6{
    grid-column: 1 / 10;
  }
  body.single .ls-col-6,body.single .ls-col-7{
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  body.single .ls-col-7{
    grid-column: 1 / -1;
  }
  body.single .ls-col-8{
    grid-column: 1 / 10;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  body.single .ls-col-9,body.single .ls-col-10,body.single .ls-col-11,body.single .ls-col-12{
    grid-column: 1 / -1;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  body.single .credits__header{
    grid-column: span 2;
  }
  body.single .credits__description{
    grid-column: span 10;
  }
  body.single .ls-module{
    margin-top: 175px;
  }
  body.single .ls-module:first-of-type{
    margin-top: 210px;
  }
  body.single .ls-module:first-of-type.full-bleed, body.single .ls-module:first-of-type.ls-full-bleed,body.single .ls-module.image-module.ls-hero{
    margin-top: 0;
  }
  body.single .ls-module.contact-link-module, body.single .ls-module:last-of-type{
    margin-bottom: 37.5px;
  }
  body.single .ls-module.slideshow .counter{
    text-align: left;
  }
  body.single .ls-module.slideshow .caption.left{
    display: none;
  }
  body.single .ls-module.contact-link-module .copyright p{
    margin: 26px 0 0;
  }
  body.single .ls-module .caption{
    margin-top: 30px;
  }
  body.single .ls-module.filter-module{
    margin-top: 200px;
  }
  body.single .list-project .caption, body.single .list-post .caption{
    visibility: visible;
    opacity: 1;
  }
  body.single .project-hero .image-module.ls-hero{
    margin-bottom: 33px;
  }
  body.single .news-row:first-of-type{
    margin-top: 200px;
  }
}
@media screen and (max-width: 900px) and (min-width: 720px){
  body.single .credits__header{
    grid-column: span 3;
  }
  body.single .credits__description{
    grid-column: span 9;
  }
}
@media screen and (max-width: 719px){
  body.single .desktop-version{
    display: none;
  }
  body.single .mobile-version{
    display: inherit;
  }
  body.single figure:not(.Figure) img.mobile-version, body.single figure:not(.Figure) video.mobile-version{
    display: block;
  }
  body.single .hide-for-not-mobile{
    display: inherit;
  }
  body.single .hide-for-mobile{
    display: none;
  }
  body.single .header-1-mobile, body.single .huge{
    font-size: 70px;
    line-height: 1.15em;
    letter-spacing: 0.02em;
  }
  body.single .project-loading-text{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.025em;
    text-align: center;
  }
  body.single .header-2-mobile, body.single h2, body.single .big, body.single .site-menu ul li, body.single .home .list-project p.info{
    font-size: 30px;
    line-height: 33px;
    letter-spacing: .02em;
  }
  body.single h1, body.single h3, body.single p, body.single .postTeaserHero_titles{
    margin-bottom: 23px;
  }
  body.single h1, body.single h3, body.single p, body.single .site-header *, body.single .menu-menu-container ul li a, body.single .text-module, body.single .text-module *, body.single .mainContentModule__headerSubtitle, body.single .postTeaser_titleBlockSubtitle, body.single .caption, body.single .caption *, body.single .ls-module.next-project-module h2 a{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .025em;
  }
  body.single p.top-margin, body.single .ls-module.services p.about-header{
    margin-top: 23px;
    margin-bottom: 23px;
  }
  body.single .ls-row{
    column-gap: 2%;
  }
  body.single .ls-row, body.single .container, body.single .contactCarousel, body.single .menu-overlay .site-menu, body.single .menu-overlay .menu-menu-container{
    padding-left: var(--mobile-container-padding);
    padding-right: var(--mobile-container-padding);
  }
  body.single .contactCarousel{
    margin-left: calc(-1 * var(--mobile-container-padding));
    margin-right: calc(-1 * var(--mobile-container-padding));
  }
  body.single .contactModule{
    margin-bottom: 125px;
  }
  body.single .ls-col-1,body.single .ls-col-2,body.single .ls-col-3,body.single .ls-col-4,body.single .ls-col-5,body.single .ls-col-6,body.single .ls-col-7,body.single .ls-col-8,body.single .ls-col-9,body.single .ls-col-10,body.single .ls-col-11,body.single .ls-col-12{
    grid-column: 1 / -1;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  body.single .menu-overlay .site-menu li a, body.single .menu-overlay .menu-menu-container li a{
    padding: 30px;
  }
  body.single .ls-module{
    margin-top: 175px;
  }
  body.single .ls-module:first-of-type{
    margin-top: 140px;
  }
  body.single .ls-module:first-of-type.full-bleed, body.single .ls-module:first-of-type.ls-full-bleed{
    margin-top: 0;
  }
  body.single .ls-module.services .clients .about-header{
    margin-top: 70px;
  }
  body.single .ls-module.image-module.ls-hero{
    margin-top: 0;
  }
  body.single .ls-module.contact-link-module, body.single .ls-module:last-of-type{
    margin-bottom: 30px;
  }
  body.single .ls-module.next-project-module{
    margin-bottom: 60px;
  }
  body.single .ls-module.credits-module .credits__header p{
    margin-bottom: 0;
  }
  body.single .ls-module .copyright{
    position: absolute;
    right: 0;
    right: 8%;
    width: auto;
    padding: 0;
    transform-origin: 0% 100%;
    margin-right: 8px;
    bottom: -17px;
  }
  body.single .ls-module .copyright p{
    margin-top: 0;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: 100% 0%;
  }
  body.single .ls-module.slideshow .counter{
    text-align: left;
  }
  body.single .ls-module.slideshow .caption.left{
    display: none;
  }
  body.single .ls-module .caption{
    margin-top: 20px;
  }
  body.single .ls-module.slideshow .caption{
    margin-top: 14px;
  }
  body.single .list-project .caption, body.single .list-post .caption{
    visibility: visible;
    opacity: 1;
  }
  body.single .project-hero .image-module.ls-hero{
    margin-bottom: 25px;
  }
  body.single .news-row:first-of-type{
    margin-top: 140px;
  }
  body.single .site-footer .site-menu li, body.single .site-footer .menu-menu-container li{
    font-size: 18px;
  }
  body.single .feed-item{
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 8%;
    width: 100%;
  }
  body.single .feed-item:nth-child(odd),body.single .feed-item:nth-child(even),body.single .filtered .feed-item.left-feed,body.single .filtered .feed-item.right-feed{
    order: auto;
  }
  body.single .feed-items-columns{
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }
  body.single .feed-items-columns::before, body.single .feed-items-columns::after{
    content: none;
  }
  body.single .mainContentModule__header{
    margin-bottom: 23px;
  }
}
@media (min-width: 768px){
  .HeroSlideshow{
    display: block;
    isolation: auto;
  }
  .HeroSlideshow-item{
    display: none;
    opacity: 1;
    pointer-events: auto;
    z-index: auto;
  }
  .HeroSlideshow-item[data-active="true"]{
    display: flex;
    z-index: auto;
  }
  .HeroSlideshow-figuresContainer{
    display: contents;
  }
  .HeroSlideshow-figure{
    position: relative;
    grid-column: span 6 / span 6;
    opacity: 1;
    pointer-events: auto;
  }
  .HeroSlideshow-figure[data-active-figure="true"]{
    opacity: 1;
  }
}
@media (max-width: calc(768px - 1px)){
  .group\/outcomes:has([data-outcome][data-active="true"]) [data-outcome] [data-outcome-heading]{
    color: color-mix(in srgb, #000000 40%, transparent);
    color: color-mix(in oklab, var(--color-black) 40%, transparent);
    transition: color 300ms;
  }
  .group\/outcomes:has([data-outcome][data-active="true"]) [data-outcome][data-active="true"] [data-outcome-heading]{
    color: var(--color-black);
  }
  .group\/outcomes:has([data-outcome][data-active="true"]) [data-outcome][data-active="true"] [data-outcome-mobile-arrow]{
    opacity: 100%;
  }
  [data-outcome] [data-outcome-body]{
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  }
}