/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-pf-bg: var(--pf-bg);
    --color-pf-surface: var(--pf-surface);
    --color-pf-ink: var(--pf-ink);
    --color-pf-ink-muted: var(--pf-ink-muted);
    --color-pf-action: var(--pf-action);
    --color-pf-action-label: var(--pf-action-label);
    --color-pf-focus: var(--pf-focus);
    --font-pf-site: var(--pf-font-site);
    --font-weight-pf-regular: var(--pf-weight-regular);
    --font-weight-pf-medium: var(--pf-weight-medium);
    --font-weight-pf-semibold: var(--pf-weight-semibold);
    --text-pf-4: var(--pf-step-4);
    --text-pf-1: var(--pf-step-1);
    --text-pf-neg-1: var(--pf-step-neg-1);
    --tracking-pf-5: var(--pf-tracking-5);
    --tracking-pf-4: var(--pf-tracking-4);
    --tracking-pf-1: var(--pf-tracking-1);
    --tracking-pf-wide-sm: var(--pf-tracking-wide-sm);
    --tracking-pf-wide-lg: var(--pf-tracking-wide-lg);
    --leading-pf-3: var(--pf-leading-3);
    --leading-pf-2: var(--pf-leading-2);
    --leading-pf-1: var(--pf-leading-1);
    --leading-pf-loose: var(--pf-leading-loose);
    --spacing-pf-3: var(--pf-space-3);
    --spacing-pf-4: var(--pf-space-4);
    --spacing-pf-6: var(--pf-space-6);
    --radius-pf-xs: var(--pf-radius-xs);
    --radius-pf-lg: var(--pf-radius-lg);
    --radius-pf-pill: var(--pf-radius-pill);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-\[clamp\(8px\,0\.78vw\,12px\)\] {
    top: clamp(8px, 0.78vw, 12px);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
    @media (width >= var(--pf-bp-2xl)) {
      max-width: var(--pf-bp-2xl);
    }
    @media (width >= var(--pf-bp-lg)) {
      max-width: var(--pf-bp-lg);
    }
    @media (width >= var(--pf-bp-md)) {
      max-width: var(--pf-bp-md);
    }
    @media (width >= var(--pf-bp-sm)) {
      max-width: var(--pf-bp-sm);
    }
    @media (width >= var(--pf-bp-xl)) {
      max-width: var(--pf-bp-xl);
    }
  }
  .-m-2\.5 {
    margin: calc(var(--spacing) * -2.5);
  }
  .m-0 {
    margin: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[clamp\(6px\,0\.65vw\,10px\)\] {
    margin-top: clamp(6px, 0.65vw, 10px);
  }
  .mt-\[clamp\(8px\,0\.9vw\,10px\)\] {
    margin-top: clamp(8px, 0.9vw, 10px);
  }
  .mt-\[clamp\(8px\,0\.78vw\,12px\)\] {
    margin-top: clamp(8px, 0.78vw, 12px);
  }
  .mt-\[clamp\(24px\,2\.8vw\,38px\)\] {
    margin-top: clamp(24px, 2.8vw, 38px);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-\[calc\(-1\*\(clamp\(64px\,5\.21vw\,80px\)\+clamp\(8px\,0\.78vw\,12px\)\)\)\] {
    margin-bottom: calc(-1 * (clamp(64px, 5.21vw, 80px) + clamp(8px, 0.78vw, 12px)));
  }
  .mb-\[clamp\(20px\,2\.2vw\,32px\)\] {
    margin-bottom: clamp(20px, 2.2vw, 32px);
  }
  .mb-pf-3 {
    margin-bottom: var(--spacing-pf-3);
  }
  .mb-pf-4 {
    margin-bottom: var(--spacing-pf-4);
  }
  .-ml-\[2px\] {
    margin-left: calc(2px * -1);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-0 {
    height: 0px;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[clamp\(20px\,1\.56vw\,24px\)\] {
    height: clamp(20px, 1.56vw, 24px);
  }
  .h-\[clamp\(22px\,1\.8vw\,28px\)\] {
    height: clamp(22px, 1.8vw, 28px);
  }
  .h-\[clamp\(28px\,2\.41vw\,37px\)\] {
    height: clamp(28px, 2.41vw, 37px);
  }
  .h-\[clamp\(34px\,2\.73vw\,42px\)\] {
    height: clamp(34px, 2.73vw, 42px);
  }
  .h-\[clamp\(64px\,5\.21vw\,80px\)\] {
    height: clamp(64px, 5.21vw, 80px);
  }
  .h-\[clamp\(350px\,33\.85vw\,520px\)\] {
    height: clamp(350px, 33.85vw, 520px);
  }
  .h-\[clamp\(640px\,100vh\,960px\)\] {
    height: clamp(640px, 100vh, 960px);
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[clamp\(640px\,100vh\,960px\)\] {
    min-height: clamp(640px, 100vh, 960px);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: 0px;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[clamp\(28px\,2\.41vw\,37px\)\] {
    width: clamp(28px, 2.41vw, 37px);
  }
  .w-\[clamp\(34px\,2\.73vw\,42px\)\] {
    width: clamp(34px, 2.73vw, 42px);
  }
  .w-\[clamp\(360px\,35\.16vw\,540px\)\] {
    width: clamp(360px, 35.16vw, 540px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[22ch\] {
    max-width: 22ch;
  }
  .max-w-\[44ch\] {
    max-width: 44ch;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[62ch\] {
    max-width: 62ch;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[1080px\] {
    max-width: 1080px;
  }
  .max-w-\[var\(--pf-page-max-width\,90rem\)\] {
    max-width: var(--pf-page-max-width,90rem);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-center {
    transform-origin: center;
  }
  .translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }
  .grid-cols-\[minmax\(320px\,1fr\)_minmax\(380px\,1\.25fr\)\] {
    grid-template-columns: minmax(320px,1fr) minmax(380px,1.25fr);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4\.5 {
    gap: calc(var(--spacing) * 4.5);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[clamp\(8px\,0\.78vw\,12px\)\] {
    gap: clamp(8px, 0.78vw, 12px);
  }
  .gap-\[clamp\(8px\,0\.91vw\,14px\)\] {
    gap: clamp(8px, 0.91vw, 14px);
  }
  .gap-\[clamp\(8px\,1\.2vw\,16px\)\] {
    gap: clamp(8px, 1.2vw, 16px);
  }
  .gap-\[clamp\(10px\,0\.91vw\,14px\)\] {
    gap: clamp(10px, 0.91vw, 14px);
  }
  .gap-\[clamp\(12px\,1\.8vw\,36px\)\] {
    gap: clamp(12px, 1.8vw, 36px);
  }
  .gap-\[clamp\(14px\,1\.3vw\,20px\)\] {
    gap: clamp(14px, 1.3vw, 20px);
  }
  .gap-\[clamp\(32px\,3\.65vw\,56px\)\] {
    gap: clamp(32px, 3.65vw, 56px);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-pf-lg {
    border-radius: var(--radius-pf-lg);
  }
  .rounded-pf-pill {
    border-radius: var(--radius-pf-pill);
  }
  .rounded-pf-xs {
    border-radius: var(--radius-pf-xs);
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-pf-action {
    background-color: var(--color-pf-action);
  }
  .bg-pf-bg {
    background-color: var(--color-pf-bg);
  }
  .bg-pf-ink {
    background-color: var(--color-pf-ink);
  }
  .bg-pf-ink-muted {
    background-color: var(--color-pf-ink-muted);
  }
  .bg-pf-surface {
    background-color: var(--color-pf-surface);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-0 {
    padding: 0px;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .px-0 {
    padding-inline: 0px;
  }
  .px-\[clamp\(12px\,1\.56vw\,24px\)\] {
    padding-inline: clamp(12px, 1.56vw, 24px);
  }
  .px-\[clamp\(16px\,1\.69vw\,26px\)\] {
    padding-inline: clamp(16px, 1.69vw, 26px);
  }
  .px-\[clamp\(20px\,3\.125vw\,48px\)\] {
    padding-inline: clamp(20px, 3.125vw, 48px);
  }
  .px-\[clamp\(22px\,1\.95vw\,30px\)\] {
    padding-inline: clamp(22px, 1.95vw, 30px);
  }
  .px-\[var\(--pf-page-inset\,64px\)\] {
    padding-inline: var(--pf-page-inset,64px);
  }
  .py-\[clamp\(10px\,0\.83vw\,13px\)\] {
    padding-block: clamp(10px, 0.83vw, 13px);
  }
  .py-\[clamp\(10px\,0\.91vw\,14px\)\] {
    padding-block: clamp(10px, 0.91vw, 14px);
  }
  .py-\[clamp\(12px\,1\.04vw\,16px\)\] {
    padding-block: clamp(12px, 1.04vw, 16px);
  }
  .pt-\[clamp\(16px\,1\.8vw\,24px\)\] {
    padding-top: clamp(16px, 1.8vw, 24px);
  }
  .pt-\[clamp\(32px\,3\.2vw\,48px\)\] {
    padding-top: clamp(32px, 3.2vw, 48px);
  }
  .pt-\[clamp\(44px\,5vw\,64px\)\] {
    padding-top: clamp(44px, 5vw, 64px);
  }
  .pt-\[clamp\(88px\,6\.5vw\,108px\)\] {
    padding-top: clamp(88px, 6.5vw, 108px);
  }
  .pt-pf-4 {
    padding-top: var(--spacing-pf-4);
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[clamp\(4px\,0\.39vw\,6px\)\] {
    padding-bottom: clamp(4px, 0.39vw, 6px);
  }
  .pb-\[clamp\(16px\,1\.8vw\,24px\)\] {
    padding-bottom: clamp(16px, 1.8vw, 24px);
  }
  .pb-\[clamp\(16px\,2vw\,32px\)\] {
    padding-bottom: clamp(16px, 2vw, 32px);
  }
  .pb-pf-4 {
    padding-bottom: var(--spacing-pf-4);
  }
  .pb-pf-6 {
    padding-bottom: var(--spacing-pf-6);
  }
  .text-center {
    text-align: center;
  }
  .font-pf-site {
    font-family: var(--font-pf-site);
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }
  .text-\[clamp\(0\.8125rem\,0\.98vw\,0\.9375rem\)\] {
    font-size: clamp(0.8125rem, 0.98vw, 0.9375rem);
  }
  .text-\[clamp\(1\.25rem\,1\.56vw\,1\.5rem\)\] {
    font-size: clamp(1.25rem, 1.56vw, 1.5rem);
  }
  .text-\[clamp\(2\.35rem\,4vw\,4rem\)\] {
    font-size: clamp(2.35rem, 4vw, 4rem);
  }
  .text-\[clamp\(12px\,0\.91vw\,14px\)\] {
    font-size: clamp(12px, 0.91vw, 14px);
  }
  .text-\[clamp\(13px\,0\.98vw\,15px\)\] {
    font-size: clamp(13px, 0.98vw, 15px);
  }
  .text-pf-1 {
    font-size: var(--text-pf-1);
  }
  .text-pf-4 {
    font-size: var(--text-pf-4);
  }
  .text-pf-neg-1 {
    font-size: var(--text-pf-neg-1);
  }
  .leading-\[0\.65\] {
    --tw-leading: 0.65;
    line-height: 0.65;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-pf-1 {
    --tw-leading: var(--leading-pf-1);
    line-height: var(--leading-pf-1);
  }
  .leading-pf-2 {
    --tw-leading: var(--leading-pf-2);
    line-height: var(--leading-pf-2);
  }
  .leading-pf-3 {
    --tw-leading: var(--leading-pf-3);
    line-height: var(--leading-pf-3);
  }
  .leading-pf-loose {
    --tw-leading: var(--leading-pf-loose);
    line-height: var(--leading-pf-loose);
  }
  .font-pf-medium {
    --tw-font-weight: var(--font-weight-pf-medium);
    font-weight: var(--font-weight-pf-medium);
  }
  .font-pf-regular {
    --tw-font-weight: var(--font-weight-pf-regular);
    font-weight: var(--font-weight-pf-regular);
  }
  .font-pf-semibold {
    --tw-font-weight: var(--font-weight-pf-semibold);
    font-weight: var(--font-weight-pf-semibold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-pf-1 {
    --tw-tracking: var(--tracking-pf-1);
    letter-spacing: var(--tracking-pf-1);
  }
  .tracking-pf-4 {
    --tw-tracking: var(--tracking-pf-4);
    letter-spacing: var(--tracking-pf-4);
  }
  .tracking-pf-5 {
    --tw-tracking: var(--tracking-pf-5);
    letter-spacing: var(--tracking-pf-5);
  }
  .tracking-pf-wide-lg {
    --tw-tracking: var(--tracking-pf-wide-lg);
    letter-spacing: var(--tracking-pf-wide-lg);
  }
  .tracking-pf-wide-sm {
    --tw-tracking: var(--tracking-pf-wide-sm);
    letter-spacing: var(--tracking-pf-wide-sm);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[rgba\(255\,255\,255\,0\.85\)\] {
    color: rgba(255,255,255,0.85);
  }
  .text-\[rgba\(255\,255\,255\,0\.92\)\] {
    color: rgba(255,255,255,0.92);
  }
  .text-inherit {
    color: inherit;
  }
  .text-pf-action-label {
    color: var(--color-pf-action-label);
  }
  .text-pf-ink {
    color: var(--color-pf-ink);
  }
  .text-pf-ink-muted {
    color: var(--color-pf-ink-muted);
  }
  .text-pf-surface {
    color: var(--color-pf-surface);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-pf-md {
    --tw-shadow: var(--pf-shadow-md);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-pf-sm {
    --tw-shadow: var(--pf-shadow-sm);
    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);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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-\[transform\,box-shadow\,filter\] {
    transition-property: transform,box-shadow,filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-140 {
    --tw-duration: 140ms;
    transition-duration: 140ms;
  }
  .duration-180 {
    --tw-duration: 180ms;
    transition-duration: 180ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[text-shadow\:0_1px_8px_rgba\(0\,0\,0\,0\.45\)\] {
    text-shadow: 0 1px 8px rgba(0,0,0,0.45);
  }
  .\[text-shadow\:0_1px_16px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0 1px 16px rgba(0,0,0,0.25);
  }
  .\[text-shadow\:0_2px_24px_rgba\(0\,0\,0\,0\.3\)\] {
    text-shadow: 0 2px 24px rgba(0,0,0,0.3);
  }
  @media (hover: hover) {
    .hover\:text-pf-ink:hover {
      color: var(--color-pf-ink);
    }
  }
  .focus-visible\:rounded-pf-xs:focus-visible {
    border-radius: var(--radius-pf-xs);
  }
  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }
  .focus-visible\:outline-offset-3:focus-visible {
    outline-offset: 3px;
  }
  .focus-visible\:outline-pf-focus:focus-visible {
    outline-color: var(--color-pf-focus);
  }
  .focus-visible\:outline-pf-surface:focus-visible {
    outline-color: var(--color-pf-surface);
  }
  .active\:scale-\[0\.97\]:active {
    scale: 0.97;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  @media (width < 1024px) {
    .max-\[1024px\]\:mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .max-\[1024px\]\:-mb-\[72px\] {
      margin-bottom: calc(72px * -1);
    }
    .max-\[1024px\]\:flex {
      display: flex;
    }
    .max-\[1024px\]\:hidden {
      display: none;
    }
    .max-\[1024px\]\:h-16 {
      height: calc(var(--spacing) * 16);
    }
    .max-\[1024px\]\:rounded-\[20px\] {
      border-radius: 20px;
    }
    .max-\[1024px\]\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .max-\[1024px\]\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .max-\[1024px\]\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  @media (width < 899px) {
    .max-\[899px\]\:mt-10 {
      margin-top: calc(var(--spacing) * 10);
    }
    .max-\[899px\]\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
    .max-\[899px\]\:flex-col {
      flex-direction: column;
    }
    .max-\[899px\]\:flex-row {
      flex-direction: row;
    }
    .max-\[899px\]\:items-stretch {
      align-items: stretch;
    }
    .max-\[899px\]\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
    .max-\[899px\]\:gap-9 {
      gap: calc(var(--spacing) * 9);
    }
  }
  @media (width < 768px) {
    .max-\[768px\]\:top-2 {
      top: calc(var(--spacing) * 2);
    }
    .max-\[768px\]\:mx-auto {
      margin-inline: auto;
    }
    .max-\[768px\]\:my-2 {
      margin-block: calc(var(--spacing) * 2);
    }
    .max-\[768px\]\:-mb-\[72px\] {
      margin-bottom: calc(72px * -1);
    }
    .max-\[768px\]\:flex {
      display: flex;
    }
    .max-\[768px\]\:hidden {
      display: none;
    }
    .max-\[768px\]\:inline {
      display: inline;
    }
    .max-\[768px\]\:h-16 {
      height: calc(var(--spacing) * 16);
    }
    .max-\[768px\]\:max-w-none {
      max-width: none;
    }
    .max-\[768px\]\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-\[768px\]\:gap-9 {
      gap: calc(var(--spacing) * 9);
    }
    .max-\[768px\]\:justify-self-start {
      justify-self: flex-start;
    }
    .max-\[768px\]\:rounded-\[20px\] {
      border-radius: 20px;
    }
    .max-\[768px\]\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
    .max-\[768px\]\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
    .max-\[768px\]\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .max-\[768px\]\:px-\[22px\] {
      padding-inline: 22px;
    }
    .max-\[768px\]\:py-2\.5 {
      padding-block: calc(var(--spacing) * 2.5);
    }
    .max-\[768px\]\:py-\[13px\] {
      padding-block: 13px;
    }
    .max-\[768px\]\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
    .max-\[768px\]\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
    .max-\[768px\]\:pb-0 {
      padding-bottom: 0px;
    }
    .max-\[768px\]\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .max-\[768px\]\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .max-\[768px\]\:text-\[13px\] {
      font-size: 13px;
    }
  }
  @media (width < 480px) {
    .max-\[480px\]\:max-w-\[32ch\] {
      max-width: 32ch;
    }
    .max-\[480px\]\:whitespace-normal {
      white-space: normal;
    }
  }
  @media (width < 400px) {
    .max-\[400px\]\:hidden {
      display: none;
    }
    .max-\[400px\]\:inline {
      display: inline;
    }
    .max-\[400px\]\:px-2\.5 {
      padding-inline: calc(var(--spacing) * 2.5);
    }
    .max-\[400px\]\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
    .max-\[400px\]\:text-\[10px\] {
      font-size: 10px;
    }
  }
}
:root {
  --pf-bg: #F4F4F2;
  --pf-surface: #FFFFFF;
  --pf-ink: #0F0F0F;
  --pf-ink-muted: #4A5A68;
  --pf-action: #0F0F0F;
  --pf-action-label: #FFFFFF;
  --pf-success: #4F7A5B;
  --pf-error: #B5453D;
  --pf-focus: #C1714A;
  --pf-glass: rgba(255, 255, 255, 0.18);
  --pf-glass-border: rgba(255, 255, 255, 0.25);
  --pf-glass-blur: 18px;
  --pf-border-light: rgba(15, 15, 15, 0.06);
  --pf-font-site: 'Switzer', system-ui, sans-serif;
  --pf-weight-regular: 400;
  --pf-weight-medium: 500;
  --pf-weight-semibold: 600;
  --pf-step-5: clamp(2.35rem, 5vw, 5.5rem);
  --pf-step-4: 3.75rem;
  --pf-step-3: 2.5rem;
  --pf-step-2: 1.75rem;
  --pf-step-1: clamp(1rem, 1.2vw, 1.25rem);
  --pf-step-0: 1rem;
  --pf-step-neg-1: 0.8125rem;
  --pf-tracking-5: -0.02em;
  --pf-tracking-4: -0.015em;
  --pf-tracking-3: -0.01em;
  --pf-tracking-2: -0.005em;
  --pf-tracking-1: 0em;
  --pf-tracking-0: 0em;
  --pf-tracking-neg-1: 0.01em;
  --pf-tracking-wide-xs: 0.02em;
  --pf-tracking-wide-sm: 0.06em;
  --pf-tracking-wide-md: 0.14em;
  --pf-tracking-wide-lg: 0.16em;
  --pf-leading-5: 1.05;
  --pf-leading-4: 1.1;
  --pf-leading-3: 1.15;
  --pf-leading-2: 1.3;
  --pf-leading-1: 1.5;
  --pf-leading-0: 1.6;
  --pf-leading-neg-1: 1.4;
  --pf-leading-tight-alt: 1.28;
  --pf-leading-2-5: 1.35;
  --pf-leading-loose: 1.65;
  --pf-measure: 68ch;
  --pf-space-0: 0.25rem;
  --pf-space-1: 0.5rem;
  --pf-space-2: 1rem;
  --pf-space-3: 1.5rem;
  --pf-space-4: 2.5rem;
  --pf-space-5: 4rem;
  --pf-space-6: 6rem;
  --pf-space-7: 9rem;
  --pf-radius-xs: 4px;
  --pf-radius-sm: 8px;
  --pf-radius-md: 16px;
  --pf-radius-lg: 28px;
  --pf-radius-pill: 999px;
  --pf-shadow-sm: 0 1px 2px rgba(15, 15, 15, 0.04);
  --pf-shadow-md: 0 8px 24px rgba(15, 15, 15, 0.06);
  --pf-shadow-lg: 0 24px 64px rgba(15, 15, 15, 0.10);
  --pf-ease-out: cubic-bezier(0.65, 0, 0.35, 1);
  --pf-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --pf-dur-fast: 180ms;
  --pf-dur-mid: 420ms;
  --pf-dur-slow: 900ms;
  --pf-stagger: 50ms;
  --pf-dur-mid-reduced: 100ms;
  --pf-dur-slow-reduced: 100ms;
  --pf-scrub: 1;
  --pf-logo-clearspace: 1;
  --pf-logo-clearspace-tight: 0.5;
  --pf-logo-full-min-height: 24px;
  --pf-logo-mark-min-size: 24px;
  --pf-bp-sm: 640px;
  --pf-bp-md: 768px;
  --pf-bp-lg: 1024px;
  --pf-bp-xl: 1280px;
  --pf-bp-2xl: 1536px;
  --pf-social-facebook: #1877F2;
  --pf-social-instagram-1: #833AB4;
  --pf-social-instagram-2: #C13584;
  --pf-social-instagram-3: #E4405F;
  --pf-social-instagram-4: #FCAF45;
  --pf-social-linkedin: #0A66C2;
  --pf-social-tiktok: #000000;
  --pf-social-whatsapp: #25D366;
  --pf-star-gold: #FDCC0D;
  --pf-reviews-glass-fill: rgba(255, 255, 255, 0.40);
  --pf-page-max-width: 90rem;
  --pf-page-inset: max(clamp(1.25rem, 4.17vw, 4rem), calc((100vw - var(--pf-page-max-width)) / 2));
}
.pf-page-wrapper {
  overflow-x: clip;
  overflow-y: visible;
}
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar {
  display: none;
}
body.pf-scroll-locked {
  overflow: hidden;
  height: 100vh;
}
#pfPreloader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pf-bg);
  color: var(--pf-ink);
  transition: opacity 550ms var(--pf-ease-out);
  will-change: opacity;
}
#pfPreloader.is-exiting {
  opacity: 0;
  transition: opacity 650ms var(--pf-ease-out);
}
#pfPreloader.is-exiting .pf-loader-lockup {
  transform: scale(1.35);
  transition: transform 650ms var(--pf-ease-out);
}
#pfPreloader.is-exiting .pf-loader-path, #pfPreloader.is-exiting .pf-loader-curtain {
  animation-play-state: paused;
}
.pf-loader-lockup {
  width: min(60vw, 640px);
  height: auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  will-change: transform;
}
.pf-loader-path {
  fill: currentColor;
  fill-opacity: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: pf-loader-draw 8s var(--pf-ease-out) infinite both, pf-loader-fill 8s var(--pf-ease-out) infinite both;
}
@keyframes pf-loader-draw {
  0% {
    stroke-dashoffset: var(--len);
    stroke-dasharray: 0 var(--len);
  }
  11.3%, 100% {
    stroke-dashoffset: 0;
    stroke-dasharray: var(--len) 0;
  }
}
@keyframes pf-loader-fill {
  0%, 11.3% {
    fill-opacity: 0;
  }
  20.5%, 100% {
    fill-opacity: 0.35;
  }
}
.pf-loader-curtain {
  fill: currentColor;
  stroke: none;
  animation: pf-loader-curtain-wipe 8s infinite both;
}
@keyframes pf-loader-curtain-wipe {
  0%, 20.5% {
    clip-path: polygon(-1900px -80px, -197px -80px, -394px 300px, -1900px 300px);
    animation-timing-function: linear(0, 0.6 66.7%, 1);
  }
  47.5%, 100% {
    clip-path: polygon(-1900px -80px, 2025.4px -80px, 1828.4px 300px, -1900px 300px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-loader-path {
    animation: none;
    fill-opacity: 1;
  }
  .pf-loader-curtain {
    animation: none;
    clip-path: polygon(-1900px -80px, 2025.4px -80px, 1828.4px 300px, -1900px 300px);
  }
  #pfPreloader.is-exiting .pf-loader-lockup {
    transform: none;
    transition: none;
  }
}
#pfHeroSection, #pfDifferenceSection, #pfResultsTeaser, #pfReviewsSection, #pfServicesTeaser, #pfProcessTeaser, #pfContactSection {
  scroll-margin-top: clamp(88px, 6.5vw, 108px);
  min-height: calc(100vh - clamp(88px, 6.5vw, 108px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  #pfContactSection {
    min-height: calc(100vh - 80px);
  }
  #pfHeroSection, #pfDifferenceSection, #pfResultsTeaser, #pfReviewsSection, #pfServicesTeaser, #pfProcessTeaser, #pfContactSection {
    scroll-margin-top: 80px;
  }
}
.pf-header-wrapper {
  transition: transform 320ms var(--pf-ease-out), opacity 320ms var(--pf-ease-out);
}
.pf-header-wrapper.pf-header-hidden {
  transform: translate3d(0, -130%, 0);
  opacity: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .pf-header-wrapper {
    transition: none;
  }
}
.pf-glass-header {
  background: var(--pf-glass);
  backdrop-filter: blur(var(--pf-glass-blur)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--pf-glass-blur)) saturate(180%);
  border-bottom: 1px solid var(--pf-glass-border);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  transition: background 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, backdrop-filter 0.28s ease;
}
.pf-glass-header.pf-header-scrolled {
  background: var(--pf-surface) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(15, 15, 15, 0.06) !important;
  border-top: 1px solid transparent !important;
  box-shadow: var(--pf-shadow-sm) !important;
}
.pf-brand-logo {
  color: rgba(255, 255, 255, 0.95);
  transition: color 280ms ease, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: left center;
}
.pf-glass-header.pf-header-scrolled .pf-brand-logo {
  color: var(--pf-ink);
  transform: scale(0.96);
}
.pf-logo-mark-path {
  transition: fill 200ms ease;
}
.pf-skip-link {
  position: absolute;
  top: -100px;
  left: 12px;
  z-index: 10000;
  padding: 12px 20px;
  background: var(--pf-ink);
  color: var(--pf-surface);
  border-radius: var(--pf-radius-sm);
  font-family: var(--pf-font-site);
  font-size: 0.875rem;
  text-decoration: none;
  transition: top 160ms ease;
}
.pf-skip-link:focus {
  top: 12px;
}
.pf-skip-link:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 2px;
}
.pf-nav-link {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transition: color 0.28s ease, opacity 0.15s ease;
}
.pf-glass-header.pf-header-scrolled .pf-nav-link {
  color: var(--pf-ink);
  text-shadow: none;
}
.pf-nav-link .pf-underline {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease, background 0.28s ease;
}
.pf-nav-link.is-current .pf-underline {
  transform: scaleX(1);
  background: var(--pf-surface);
}
.pf-nav-link.is-current .label {
  font-weight: var(--pf-weight-semibold);
}
.pf-glass-header.pf-header-scrolled .pf-nav-link.is-current .pf-underline {
  background: var(--pf-ink);
}
.pf-nav-link:hover .pf-underline {
  transform: scaleX(1);
}
.pf-footer-link-underline {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.pf-footer-link::before {
  content: '';
  position: absolute;
  inset: -5px -8px;
}
.pf-footer-link:hover .pf-footer-link-underline, .pf-footer-link:focus-visible .pf-footer-link-underline {
  transform: scaleX(1);
}
.pf-menu-toggle span {
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.28s ease;
}
.pf-glass-header.pf-header-scrolled .pf-menu-toggle span {
  background: var(--pf-ink);
}
.pf-mobile-nav-panel {
  display: flex;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 99;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 20px;
  max-height: 480px;
  overflow-y: auto;
  background: var(--pf-surface);
  box-shadow: var(--pf-shadow-md);
  flex-direction: column;
  padding: 8px 24px 16px;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 0s linear 220ms;
}
.pf-mobile-nav-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 0s linear 0s;
}
@media (min-width: 1025px) {
  .pf-mobile-nav-panel {
    display: none !important;
  }
}
.pf-mobile-nav-link {
  display: block;
  color: var(--pf-ink);
  font-size: 15px;
  font-weight: var(--pf-weight-medium);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--pf-border-light);
}
.pf-mobile-nav-link.is-current {
  font-weight: var(--pf-weight-semibold);
}
.pf-mobile-nav-link:last-child {
  border-bottom: none;
}
.pf-hero-difference-stage {
  position: relative;
  isolation: isolate;
  background: var(--pf-ink);
}
.pf-hero-background-stage {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  margin-bottom: -100vh;
  overflow: hidden;
  pointer-events: none;
}
.pf-hero-difference-stage #pfHeroSection, .pf-hero-difference-stage #pfDifferenceSection {
  position: relative;
  z-index: 1;
}
.pf-hero-difference-stage #pfHeroSection {
  background: transparent;
}
.pf-hero-difference-stage #pfDifferenceSection {
  z-index: 2;
}
.pf-achievements-stage {
  position: relative;
  isolation: isolate;
  background: var(--pf-surface);
}
.pf-achievements-stage #pfResultsTeaser {
  position: relative;
  z-index: 1;
  background: transparent;
}
.pf-achievements-background-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  overflow: hidden;
  background: var(--pf-surface);
}
.pf-achievements-parallax {
  position: absolute;
  inset: 0;
  transform: scale(1.18);
  transform-origin: center center;
  will-change: transform;
}
.pf-achievements-bg {
  position: absolute;
  inset: clamp(-24px, -1.56vw, -16px);
  background: var(--pf-surface);
}
@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .pf-achievements-background-stage {
    position: absolute;
    inset: 0 0 auto;
    height: 100vh;
    margin-bottom: 0;
  }
}
.pf-hero-parallax {
  position: absolute;
  inset: 0;
  transform: scale(1.18);
  transform-origin: center center;
  will-change: transform;
}
@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .pf-hero-background-stage {
    position: absolute;
    inset: 0 0 auto;
    height: 100vh;
    margin-bottom: 0;
  }
}
.pf-hero-bg {
  position: absolute;
  inset: clamp(-24px, -1.56vw, -16px);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  opacity: 0;
  transition: opacity 2000ms var(--pf-ease-out);
  will-change: opacity;
}
.pf-hero-bg.is-active {
  opacity: 1;
}
.pf-hero-scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 58% at 50% 55%, rgba(15, 15, 15, 0.62) 0%, rgba(15, 15, 15, 0.42) 35%, rgba(15, 15, 15, 0.18) 62%, rgba(15, 15, 15, 0) 88%), linear-gradient(180deg, rgba(15, 15, 15, 0.22) 0%, rgba(15, 15, 15, 0) 22%, rgba(15, 15, 15, 0) 62%, rgba(15, 15, 15, 0.30) 100%);
  pointer-events: none;
}
.pf-hero-header-scrim {
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(120px, 12vw, 168px);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.55) 0%, rgba(15, 15, 15, 0.32) 55%, rgba(15, 15, 15, 0) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .pf-hero-header-scrim {
    display: none;
  }
}
.pf-hero-kicker {
  opacity: 0;
  animation: pfDawnKicker 1400ms var(--pf-ease-out) 0ms forwards;
  animation-play-state: paused;
  will-change: opacity, transform;
}
body.pf-splash-done .pf-hero-kicker {
  animation-play-state: running;
}
@keyframes pfDawnKicker {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pf-hero .pf-dawn-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  color: rgba(255, 255, 255, 0.4);
  animation: pfDawnCharFlow 1400ms var(--pf-ease-out) forwards;
  animation-delay: calc(300ms + var(--ci) * 26ms);
  animation-play-state: paused;
  will-change: opacity, transform, color, text-shadow;
}
body.pf-splash-done .pf-hero .pf-dawn-char {
  animation-play-state: running;
}
@keyframes pfDawnCharFlow {
  0% {
    opacity: 0;
    transform: translateY(10px);
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
  }
  35% {
    opacity: 0.7;
    transform: translateY(3px);
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    color: var(--pf-surface);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }
}
.pf-hero-subhead {
  opacity: 0;
  transform: translateY(10px);
  animation: pfDawnSubhead 1400ms var(--pf-ease-out) 1600ms forwards;
  animation-play-state: paused;
  will-change: opacity, transform;
}
body.pf-splash-done .pf-hero-subhead {
  animation-play-state: running;
}
.pf-hero-cta {
  opacity: 0;
  transform: translateY(10px);
  animation: pfDawnSubhead 1300ms var(--pf-ease-out) 1950ms forwards;
  animation-play-state: paused;
  will-change: opacity, transform;
}
body.pf-splash-done .pf-hero-cta {
  animation-play-state: running;
}
@keyframes pfDawnSubhead {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pf-contact-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  align-items: stretch;
  max-width: 1080px;
  margin-inline: auto;
  border-radius: var(--pf-radius-lg);
  box-shadow: var(--pf-shadow-lg);
  overflow: hidden;
}
.pf-contact-agent-panel {
  background: var(--pf-bg);
  padding: clamp(16px, 1.6vw, 20px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 12px);
}
.pf-contact-agent-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: clamp(12px, 1.2vw, 16px);
  flex-shrink: 0;
}
.pf-contact-agent-photo-frame {
  position: relative;
  flex-shrink: 0;
  width: clamp(96px, 9vw, 132px);
  aspect-ratio: 1 / 1;
  border-radius: var(--pf-radius-md);
  background: var(--pf-surface);
  padding: 5px;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.08);
  transform-style: preserve-3d;
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.pf-contact-agent-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--pf-radius-md) - 5px);
}
.pf-contact-agent-identity {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pf-contact-agent-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 0;
}
.pf-contact-agent-name {
  font-size: clamp(1.15rem, 1.4vw, 1.375rem);
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink);
}
.pf-contact-agent-role {
  font-size: clamp(0.6875rem, 0.72vw, 0.75rem);
  font-weight: var(--pf-weight-medium);
  letter-spacing: 0.02em;
  color: var(--pf-ink-muted);
  margin-top: 2px;
}
.pf-contact-agent-bio {
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  line-height: 1.5;
  color: var(--pf-ink-muted);
  margin: clamp(6px, 0.8vw, 10px) 0 clamp(18px, 2vw, 24px);
}
.pf-contact-book-cta {
  margin-top: clamp(6px, 0.6vw, 8px);
}
.pf-contact-book-lead {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pf-ink-muted);
}
.pf-contact-book-hint {
  margin: clamp(18px, 2vw, 24px) 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--pf-ink-muted);
}
.pf-contact-book-hint a {
  position: relative;
  color: var(--pf-ink);
  font-weight: var(--pf-weight-medium);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-contact-book-hint a::before {
  content: '';
  position: absolute;
  inset: -4px -3px;
}
.pf-contact-form-hint {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--pf-ink-muted);
}
.pf-contact-form-panel {
  background: var(--pf-surface);
  padding: clamp(12px, 1.2vw, 16px);
  display: flex;
  flex-direction: column;
}
.pf-contact-heading.pf-contact-heading {
  font-size: clamp(1.875rem, 2.6vw, 2.75rem);
}
.pf-contact-heading {
  margin-bottom: clamp(6px, 0.7vw, 8px);
}
.pf-contact-form-subhead {
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: 1.5;
  color: var(--pf-ink-muted);
  max-width: 56ch;
  margin: 0 0 clamp(10px, 1.1vw, 13px);
}
.pf-contact-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: clamp(7px, 0.8vw, 9px);
  align-items: flex-start;
}
.pf-contact-submit-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(10px, 1.2vw, 16px);
  width: 100%;
  margin-top: auto;
}
.pf-contact-submit-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1 1 0%;
  min-width: 0;
  min-height: 68px;
  font-size: 0.8125rem;
  line-height: 1.35;
}
.pf-contact-form-error {
  margin: 0;
  color: var(--pf-error);
}
.pf-booking-form-error {
  margin: 0;
  color: var(--pf-error);
  font-size: 0.8125rem;
  line-height: 1.35;
}
.pf-booking-form-error:empty {
  display: none;
}
.pf-contact-status {
  margin: 0;
  color: var(--pf-focus);
}
.pf-contact-confirm {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  gap: 16px;
}
.pf-contact-confirm .pf-booking-summary {
  font-size: 1rem;
  color: var(--pf-ink);
  margin: 0;
}
.pf-form-row-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.4vw, 16px);
  width: 100%;
}
.pf-form-row-group--uneven {
  grid-template-columns: 0.85fr 1.15fr;
}
.pf-form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.pf-form-label {
  font-size: 0.8125rem;
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pf-form-input {
  width: 100%;
  border: 1px solid rgba(15, 15, 15, 0.15);
  border-radius: var(--pf-radius-sm);
  background: var(--pf-surface);
  color: var(--pf-ink);
  font-family: var(--pf-font-site);
  font-size: 0.9375rem;
  padding: 7px 12px;
  transition: border-color 160ms ease;
}
.pf-form-input:focus-visible {
  outline: 2px solid var(--pf-ink);
  outline-offset: 2px;
  border-color: var(--pf-ink);
}
.pf-form-input.is-invalid {
  border-color: var(--pf-error);
}
.pf-form-label.is-invalid {
  color: var(--pf-error);
}
.pf-form-input.pf-shake {
  animation: pfFormShake 400ms ease-in-out;
}
@keyframes pfFormShake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-4px);
  }
  40%, 60% {
    transform: translateX(4px);
  }
}
.pf-form-textarea {
  resize: vertical;
  min-height: 72px;
}
@media (hover: hover) and (pointer: fine) {
  .pf-contact-agent-photo-frame:hover {
    box-shadow: 0 24px 48px rgba(15, 15, 15, 0.16);
  }
}
.pf-booking-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 15, 15, 0.55);
  opacity: 0;
  z-index: 20;
  transition: opacity 220ms ease;
}
.pf-booking-overlay[hidden] {
  display: none;
}
.pf-booking-overlay.is-open {
  opacity: 1;
}
@media (max-width: 768px) {
  .pf-booking-overlay {
    position: fixed;
  }
  #pfContactSection:has(.pf-booking-overlay.is-open) {
    transform: none;
    filter: none;
    transition: none;
  }
}
.pf-booking-modal {
  position: relative;
  width: min(480px, 100%);
  max-height: 100%;
  overflow-y: auto;
  background: var(--pf-surface);
  border-radius: var(--pf-radius-lg);
  box-shadow: var(--pf-shadow-lg);
  padding: clamp(24px, 3vw, 32px);
  transform: scale(0.96);
  transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pf-booking-overlay.is-open .pf-booking-modal {
  transform: scale(1);
}
.pf-booking-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--pf-bg);
  color: var(--pf-ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pf-booking-title {
  font-size: 1.125rem;
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink);
  margin: 0 0 16px;
}
.pf-booking-back {
  display: block;
  border: none;
  background: none;
  color: var(--pf-ink-muted);
  font-size: 0.8125rem;
  font-family: var(--pf-font-site);
  cursor: pointer;
  padding: 0;
  margin: 0 0 12px;
}
.pf-booking-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pf-booking-cal-nav {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: var(--pf-bg);
  color: var(--pf-ink);
  font-size: 16px;
  cursor: pointer;
}
.pf-booking-cal-month {
  font-weight: var(--pf-weight-semibold);
  font-size: 0.9375rem;
  color: var(--pf-ink);
}
.pf-booking-cal-weekdays, .pf-booking-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.pf-booking-cal-weekdays span {
  text-align: center;
  font-size: 0.75rem;
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink-muted);
  padding-bottom: 4px;
}
.pf-booking-cal-day {
  aspect-ratio: 1 / 1;
  border: none;
  background: transparent;
  border-radius: var(--pf-radius-sm);
  font-family: var(--pf-font-site);
  font-size: 0.875rem;
  color: var(--pf-ink);
  cursor: pointer;
}
.pf-booking-cal-day.is-empty {
  visibility: hidden;
  cursor: default;
}
.pf-booking-cal-day:disabled {
  color: rgba(15, 15, 15, 0.25);
  cursor: not-allowed;
}
.pf-booking-cal-day.is-selected {
  background: var(--pf-action);
  color: var(--pf-action-label);
}
@media (hover: hover) and (pointer: fine) {
  .pf-booking-cal-day:not(:disabled):not(.is-selected):hover {
    background: var(--pf-bg);
  }
}
.pf-booking-times-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pf-booking-time-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(15, 15, 15, 0.15);
  background: var(--pf-surface);
  border-radius: var(--pf-radius-sm);
  padding: 8px 14px;
  font-family: var(--pf-font-site);
  font-size: 0.875rem;
  color: var(--pf-ink);
  cursor: pointer;
}
.pf-booking-time-slot-hint {
  font-size: 0.6875rem;
  font-weight: var(--pf-weight-regular);
  color: currentColor;
  opacity: 0.65;
}
.pf-booking-time-slot.is-selected {
  background: var(--pf-action);
  border-color: var(--pf-action);
  color: var(--pf-action-label);
}
.pf-booking-time-slot:disabled {
  color: rgba(15, 15, 15, 0.25);
  border-color: rgba(15, 15, 15, 0.08);
  cursor: not-allowed;
}
.pf-booking-summary {
  font-size: 0.9375rem;
  color: var(--pf-ink-muted);
  margin: 0 0 16px;
}
.pf-booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.pf-dawn-word {
  display: inline-block;
  white-space: nowrap;
}
@keyframes pfWhyKickerReveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pfWhyBodyReveal {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pf-difference-section {
  position: relative;
  overflow-x: clip;
  background: var(--pf-bg);
  padding-top: clamp(28px, 2.4vw, 36px);
  padding-bottom: clamp(32px, 3.4vw, 48px);
  padding-left: var(--pf-page-inset, 64px);
  padding-right: var(--pf-page-inset, 64px);
  box-shadow: 0 -24px 48px -24px rgba(15, 15, 15, 0.22);
  min-height: calc(100vh - clamp(88px, 6.5vw, 108px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pf-difference-section {
    min-height: calc(100vh - 80px);
  }
}
#pfDifferenceSection.pf-reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: none;
}
.pf-difference-grid {
  display: grid;
  grid-template-columns: minmax(340px, 518px) minmax(520px, 1fr);
  gap: clamp(40px, 4.5vw, 64px);
  align-items: start;
}
.pf-difference-left {
  position: static;
  display: flex;
  flex-direction: column;
}
.pf-difference-right {
  display: flex;
  flex-direction: column;
}
.pf-difference-left .pf-difference-portfolio, .pf-difference-right .pf-principles {
  margin-top: var(--pf-diff-align-offset, 0px);
}
.pf-difference-heading {
  font-family: var(--pf-font-site);
  font-size: clamp(2.25rem, 3.4vw, 3.75rem);
  font-weight: var(--pf-weight-semibold);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--pf-ink);
  margin: 0 0 clamp(10px, 1.1vw, 16px);
}
.pf-diff-line {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.06em;
}
.pf-diff-line-text {
  display: block;
  color: rgba(15, 15, 15, 0.35);
  clip-path: polygon(-50% 0%, -0.9em 0%, -1.8em 100%, -50% 100%);
  transition: color 900ms var(--pf-ease-out), clip-path 900ms var(--pf-ease-out);
}
#pfDifferenceHeadline.pf-diff-headline-active .pf-diff-line-text, #pfAchievementsHeadline.pf-diff-headline-active .pf-diff-line-text, #pfServicesHeadline.pf-diff-headline-active .pf-diff-line-text, #pfContactHeadline.pf-diff-headline-active .pf-diff-line-text, #pfProcessHeadline.pf-diff-headline-active .pf-diff-line-text, #pfProcessSubtext.pf-diff-headline-active .pf-diff-line-text, #pfDifferenceIntro.pf-diff-headline-active .pf-diff-line-text, #pfReviewsHeadline.pf-diff-headline-active .pf-diff-line-text {
  color: var(--pf-ink);
  clip-path: polygon(-50% 0%, calc(100% + 0.9em) 0%, 100% 100%, -50% 100%);
  transition: color 2160ms linear(0, 0.6 66.7%, 1), clip-path 2160ms linear(0, 0.6 66.7%, 1);
}
#pfDifferenceHeadline.pf-diff-headline-active .pf-diff-line:nth-child(2) .pf-diff-line-text {
  transition-delay: 70ms;
}
.pf-reviews-headline-text .pf-diff-line {
  display: inline-block;
}
.pf-achievements-heading {
  text-align: center;
  max-width: none;
  margin: 0 auto clamp(48px, 5.5vw, 80px);
}
#pfAchievementsHeadline .pf-diff-line-text {
  color: rgba(255, 255, 255, 0.35);
}
#pfAchievementsHeadline.pf-diff-headline-active .pf-diff-line-text {
  color: var(--pf-surface);
}
.pf-achievements-heading .pf-diff-line--center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.pf-difference-portfolio {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.48;
  color: var(--pf-ink-muted);
  margin: 0;
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
  transition: margin-bottom 250ms var(--pf-ease-out);
}
.pf-difference-section.is-revealed .pf-difference-portfolio, .pf-difference-section.is-revealed .pf-difference-transition-line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
  transition: opacity 1300ms var(--pf-ease-out), transform 1300ms var(--pf-ease-out), filter 1300ms var(--pf-ease-out);
  transition-delay: 400ms;
}
.pf-difference-section.is-revealed .pf-difference-portfolio {
  transition-delay: 460ms;
}
.pf-difference-section.is-revealed .pf-difference-transition-line {
  transition-delay: 490ms;
}
.pf-difference-section.is-revealed .pf-principle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0px);
  transition: opacity 1700ms var(--pf-ease-out), transform 1700ms var(--pf-ease-out), filter 1700ms var(--pf-ease-out);
  transition-delay: 0ms;
}
.pf-difference-section.is-revealed .pf-principle[data-index="1"] {
  transition-delay: 60ms;
}
.pf-difference-section.is-revealed .pf-principle[data-index="2"] {
  transition-delay: 120ms;
}
.pf-difference-section.is-revealed .pf-principle[data-index="3"] {
  transition-delay: 180ms;
}
.pf-difference-section.is-revealed .pf-principle[data-index="4"] {
  transition-delay: 240ms;
}
.pf-difference-section.is-revealed .pf-principle[data-index="5"] {
  transition-delay: 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .pf-difference-portfolio, .pf-difference-transition-line, .pf-principle, .pf-services-subhead, .pf-services-closing {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .pf-diff-line-text {
    clip-path: none;
    color: var(--pf-ink);
    transition: none;
  }
}
.pf-difference-intro {
  font-family: var(--pf-font-site);
  font-size: clamp(1.125rem, 1.7vw, 1.5rem);
  font-weight: var(--pf-weight-semibold);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--pf-ink);
  margin: 0 0 clamp(8px, 1vw, 12px);
}
.pf-difference-block + .pf-difference-block {
  margin-top: clamp(6px, 0.7vw, 8px);
}
.pf-difference-label {
  margin: 0 0 4px;
  font-size: clamp(1.125rem, 1.7vw, 1.5rem);
  font-style: normal;
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink);
  letter-spacing: 0.02em;
}
.pf-difference-portfolio .pf-difference-label {
  font-size: inherit;
}
.pf-difference-para {
  margin: 0;
}
.pf-difference-strong {
  font-weight: var(--pf-weight-medium);
  color: var(--pf-ink-muted);
}
.pf-difference-cta {
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
}
.pf-difference-section.is-revealed .pf-difference-cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
  transition: opacity 1300ms var(--pf-ease-out), transform 1300ms var(--pf-ease-out), filter 1300ms var(--pf-ease-out);
  transition-delay: 520ms;
}
@media (prefers-reduced-motion: reduce) {
  .pf-difference-cta {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.pf-difference-transition-line {
  font-family: var(--pf-font-site);
  font-size: 1.0625rem;
  font-weight: var(--pf-weight-medium);
  line-height: var(--pf-leading-2);
  color: var(--pf-ink-muted);
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
  transition: margin-bottom 250ms var(--pf-ease-out);
}
.pf-principles {
  border-bottom: 1px solid rgba(15, 15, 15, 0);
  transition: border-color 1700ms var(--pf-ease-out);
  transition-delay: 300ms;
}
.pf-difference-section.is-revealed .pf-principles {
  border-bottom-color: rgba(15, 15, 15, 0.10);
}
.pf-principle {
  position: relative;
  border-top: 1px solid rgba(15, 15, 15, 0.10);
  opacity: 0;
  transform: translate3d(90px, 0, 0) scale(0.94);
  filter: blur(8px);
}
.pf-principle.is-open, .pf-principle.is-open + .pf-principle {
  border-top-color: rgba(15, 15, 15, 0.20);
}
.pf-principle-heading {
  margin: 0;
}
.pf-principle-trigger {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  width: 100%;
  min-height: clamp(62px, 4.35vw, 71px);
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}
.pf-principle-trigger:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 4px;
  border-radius: var(--pf-radius-xs);
}
.pf-principle-number {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: var(--pf-weight-semibold);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: var(--pf-ink-muted);
  transition: color 240ms var(--pf-ease-out);
}
.pf-principle.is-open .pf-principle-number {
  color: var(--pf-focus);
}
.pf-principle-title {
  flex: 1;
  font-size: clamp(1.0625rem, 1.2vw, 1.1875rem);
  font-weight: var(--pf-weight-regular);
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--pf-ink);
}
.pf-principle-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pf-ink-muted);
  transform: translate3d(0, 0, 0);
  transition: transform 240ms cubic-bezier(0.77, 0, 0.175, 1), color 240ms var(--pf-ease-out);
}
.pf-principle-icon svg {
  display: block;
}
.pf-principle-icon .pf-plus-v {
  transition: transform 240ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pf-principle.is-open .pf-principle-icon {
  color: var(--pf-focus);
}
.pf-principle.is-open .pf-principle-icon .pf-plus-v {
  transform: scaleY(0);
}
@media (hover: hover) and (pointer: fine) {
  .pf-principle:not(.is-open):hover .pf-principle-icon {
    transform: translate3d(1px, -1px, 0);
  }
}
.pf-principle-content {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  overflow: hidden;
  transition: grid-template-rows 320ms var(--pf-ease-out), margin-bottom 320ms var(--pf-ease-out);
  background: rgba(15, 15, 15, 0.03);
  border-radius: var(--pf-radius-sm);
  box-shadow: inset 0 0 0 1px rgba(15, 15, 15, 0.06);
  margin-bottom: 0;
}
.pf-principle.is-open .pf-principle-content {
  grid-template-rows: minmax(0, 1fr);
  margin-bottom: clamp(10px, 1.2vw, 14px);
}
.pf-principle-content-inner {
  width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 10px clamp(20px, 2vw, 28px) 10px clamp(40px, 3.2vw, 46px);
  box-sizing: border-box;
  border-radius: calc(var(--pf-radius-sm) - 4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.pf-principle-desc {
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  line-height: 1.35;
  color: var(--pf-ink-muted);
  max-width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .pf-contact-card {
    grid-template-columns: 1fr;
  }
  .pf-form-row-group {
    grid-template-columns: 1fr;
  }
  .pf-contact-submit-row {
    margin-top: clamp(16px, 3vw, 20px);
    align-items: center;
  }
  .pf-contact-submit {
    align-self: center;
  }
  .pf-contact-form-hint {
    margin-top: clamp(16px, 3vw, 20px);
  }
  .pf-difference-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pf-difference-left {
    position: static;
    top: auto;
  }
  .pf-difference-right {
    margin-top: clamp(24px, 4vw, 32px);
  }
  .pf-difference-cta {
    margin-top: clamp(24px, 4vw, 32px);
  }
}
@media (max-width: 768px) {
  .pf-difference-section {
    padding-top: 64px;
    padding-bottom: 88px;
  }
  .pf-principle-content-inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pf-principle-desc {
    font-size: 14px;
    line-height: 1.3;
  }
}
#pfReviewsSection {
  --pf-reviews-glass-fill: rgba(255, 255, 255, 0.40);
}
.pf-reviews-quote-mark {
  user-select: none;
}
.pf-reviews-subhead {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
}
#pfReviewsSection.is-revealed .pf-reviews-subhead {
  animation: pfWhyBodyReveal 1800ms var(--pf-ease-out) 600ms forwards;
}
.pf-reviews-badge {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
}
#pfReviewsSection.is-revealed .pf-reviews-badge {
  animation: pfWhyBodyReveal 1800ms var(--pf-ease-out) 800ms forwards;
}
.pf-reviews-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#pfProcessTeaser {
  min-height: calc(100vh - clamp(88px, 6.5vw, 108px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  #pfProcessTeaser {
    min-height: calc(100vh - 80px);
  }
}
.pf-process-headline {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
}
.pf-process-subtext {
  font-family: var(--pf-font-site);
  font-size: clamp(1.125rem, 1.7vw, 1.5rem);
  font-weight: var(--pf-weight-semibold);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--pf-ink);
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.pf-process-body {
  will-change: opacity, transform;
}
#pfProcessTeaser.is-revealed .pf-process-body {
  translate: none;
  animation: pfWhyBodyReveal 1800ms var(--pf-ease-out) 350ms forwards;
}
.pf-process-timeline::before {
  content: '';
  position: absolute;
  left: calc(100% / 14);
  right: calc(100% / 14);
  top: 50%;
  height: 1px;
  background: rgba(15, 15, 15, 0.16);
  transform: translateY(-50%);
}
.pf-process-mobile-connector {
  position: absolute;
  width: 1px;
  background: rgba(15, 15, 15, 0.16);
  z-index: 0;
  pointer-events: none;
}
.pf-process-stage {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
.pf-process-stage--up {
  transform: translateY(-44px);
}
.pf-process-stage--down {
  transform: translateY(44px);
}
.pf-process-stage-trigger {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.pf-process-stage-trigger:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 4px;
  border-radius: var(--pf-radius-xs);
}
.pf-process-stage-inner {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
}
.pf-process-stage--up .pf-process-stage-inner {
  flex-direction: column-reverse;
}
#pfProcessTeaser.is-revealed .pf-process-stage-inner {
  animation: pfWhyKickerReveal 1800ms var(--pf-ease-out) forwards;
  animation-delay: calc(650ms + var(--ci) * var(--pf-stagger) * 3);
}
.pf-process-stage-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--pf-radius-pill);
  background: var(--pf-surface);
  border: 1px solid rgba(15, 15, 15, 0.14);
  color: var(--pf-ink);
  box-shadow: var(--pf-shadow-sm);
}
.pf-process-stage-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.pf-process-stage-badge {
  position: absolute;
  right: -2px;
  bottom: -2px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pf-ink);
  color: var(--pf-surface);
  border: 2px solid var(--pf-surface);
  transition: background-color 240ms var(--pf-ease-out);
}
.pf-process-stage-badge svg {
  width: 10px;
  height: 10px;
  fill: none;
}
.pf-process-stage-number {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--pf-ink);
  color: var(--pf-surface);
  border: 2px solid var(--pf-surface);
  font-family: var(--pf-font-site);
  font-size: 9px;
  font-weight: var(--pf-weight-semibold);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.pf-process-stage-badge .pf-plus-v {
  transition: transform 240ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pf-process-stage.is-open .pf-process-stage-badge {
  background: var(--pf-focus);
}
.pf-process-stage.is-open .pf-process-stage-badge .pf-plus-v {
  transform: scaleY(0);
}
.pf-process-hint {
  margin: clamp(24px, 2.8vw, 38px) 0 0;
  text-align: left;
  font-family: var(--pf-font-site);
  font-size: 12px;
  color: var(--pf-ink-muted);
}
.pf-process-stage-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(15, 15, 15, 0.16);
}
.pf-process-stage--up .pf-process-stage-icon::after {
  top: 100%;
  height: 44px;
}
.pf-process-stage--down .pf-process-stage-icon::after {
  bottom: 100%;
  height: 44px;
}
.pf-process-stage-heading {
  font-family: var(--pf-font-site);
  font-size: 0.875rem;
  font-weight: var(--pf-weight-semibold);
  line-height: var(--pf-leading-2);
  color: var(--pf-ink);
  text-align: center;
  max-width: 14ch;
}
.pf-process-stage-desc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: clamp(160px, 20vw, 240px);
  padding: 12px 16px;
  background: var(--pf-surface);
  border-radius: var(--pf-radius-sm);
  box-shadow: var(--pf-shadow-md);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--pf-ink-muted);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--pf-ease-out), transform 220ms var(--pf-ease-out);
  z-index: 5;
}
.pf-process-stage--up .pf-process-stage-desc {
  top: 100%;
  margin-top: 14px;
}
.pf-process-stage--down .pf-process-stage-desc {
  bottom: 100%;
  margin-bottom: 14px;
  transform: translateX(-50%) translateY(6px);
}
.pf-process-stage.is-open .pf-process-stage-desc {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
@media (max-width: 899px) {
  .pf-process-timeline::before {
    display: none;
  }
  .pf-process-stage-badge, .pf-process-hint {
    display: none;
  }
  .pf-process-stage, .pf-process-stage--up, .pf-process-stage--down {
    transform: none;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
  .pf-process-stage--up .pf-process-stage-inner {
    flex-direction: row;
  }
  .pf-process-stage-icon::after {
    display: none;
  }
  .pf-process-stage-inner {
    width: 190px;
    flex-shrink: 0;
  }
  .pf-process-stage-heading {
    text-align: left;
    max-width: none;
    flex: 1;
    min-width: 0;
  }
  .pf-process-stage-desc {
    position: static;
    width: auto;
    max-width: none;
    flex: 1;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    opacity: 1;
    pointer-events: auto;
    transform: none !important;
  }
}
#pfReviewsSection.is-revealed .pf-reviews-badge {
  animation: pfWhyBodyReveal 1800ms var(--pf-ease-out) 800ms forwards;
}
.pf-reviews-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pf-services-header {
  max-width: 62ch;
  margin: 0 auto;
  text-align: center;
}
.pf-services-headline {
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.pf-services-subhead {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  line-height: 1.62;
  color: var(--pf-ink);
  margin: 0;
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
}
#pfServicesTeaser.is-revealed .pf-services-subhead {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
  transition: opacity 1300ms var(--pf-ease-out), transform 1300ms var(--pf-ease-out), filter 1300ms var(--pf-ease-out);
  transition-delay: 100ms;
}
.pf-services-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  max-width: 900px;
  margin: clamp(28px, 3.5vw, 44px) auto;
}
.pf-services-panel {
  opacity: 0;
  transform: translateY(12px);
  will-change: opacity, transform;
  text-align: center;
  padding-left: clamp(32px, 4vw, 56px);
  border-left: 1px solid var(--pf-border-light);
}
.pf-services-panel:first-child {
  padding-left: 0;
  border-left: none;
}
#pfServicesTeaser.is-revealed .pf-services-panel {
  animation: pfWhyKickerReveal 1800ms var(--pf-ease-out) forwards;
  animation-delay: calc(200ms + var(--ci) * var(--pf-stagger) * 3);
}
.pf-services-panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--pf-radius-pill);
  background: var(--pf-bg);
  color: var(--pf-ink);
  margin: 0 auto 16px;
}
.pf-services-panel-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.pf-services-panel-heading {
  font-family: var(--pf-font-site);
  font-size: clamp(1.0625rem, 1.3vw, 1.25rem);
  font-weight: var(--pf-weight-semibold);
  line-height: var(--pf-leading-2);
  color: var(--pf-ink);
  margin: 0 0 10px;
}
.pf-services-panel-text {
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: 1.6;
  color: var(--pf-ink-muted);
  margin: 0;
}
.pf-services-closing {
  max-width: 52ch;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.0625rem, 1.2vw, 1.1875rem);
  line-height: 1.55;
  color: var(--pf-ink);
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
}
#pfServicesTeaser.is-revealed .pf-services-closing {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
  transition: opacity 1300ms var(--pf-ease-out), transform 1300ms var(--pf-ease-out), filter 1300ms var(--pf-ease-out);
  transition-delay: 550ms;
}
@media (max-width: 768px) {
  .pf-services-panels {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pf-services-panel {
    padding-left: 0;
    padding-top: 32px;
    border-left: none;
    border-top: 1px solid var(--pf-border-light);
  }
  .pf-services-panel:first-child {
    padding-top: 0;
    border-top: none;
  }
}
.pf-showcase {
  position: relative;
  outline: none;
}
.pf-showcase:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 3px;
}
.pf-showcase-viewport {
  position: relative;
  height: clamp(340px, 48vh, 620px);
  perspective: 1400px;
  overflow: hidden;
}
.pf-showcase-track {
  position: relative;
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transform-style: preserve-3d;
}
.pf-showcase-item {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(320px, 38vw, 540px);
  height: 100%;
  margin-left: calc(-1 * clamp(320px, 38vw, 540px) / 2);
  border-radius: var(--pf-radius-md);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(15, 15, 15, 0.16), 0 2px 6px rgba(15, 15, 15, 0.06);
  will-change: transform, opacity;
}
.pf-showcase-item-btn {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.pf-showcase-item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pf-showcase-item-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 45%, rgba(15, 15, 15, 0.72) 100%);
  opacity: 0;
  transition: opacity 200ms var(--pf-ease-out);
  pointer-events: none;
}
.pf-showcase-item.is-centered .pf-showcase-item-scrim {
  opacity: 1;
}
.pf-showcase-item-info {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: clamp(18px, 2.2vw, 30px);
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 14px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 200ms var(--pf-ease-out), transform 200ms var(--pf-ease-out);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 2px 12px rgba(0, 0, 0, 0.45);
}
.pf-showcase-item.is-centered .pf-showcase-item-info {
  opacity: 1;
  transform: translateY(0);
}
.pf-showcase-item-label {
  font-family: var(--pf-font-site);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-surface);
}
.pf-showcase-item-stats {
  display: flex;
  gap: clamp(18px, 2.4vw, 36px);
}
.pf-showcase-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pf-showcase-stat-label {
  font-family: var(--pf-font-site);
  font-size: 10.5px;
  font-weight: var(--pf-weight-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.pf-showcase-stat-value {
  font-family: var(--pf-font-site);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-surface);
  font-variant-numeric: tabular-nums;
}
.pf-showcase-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 15, 15, 0.28);
  color: var(--pf-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background-color 160ms var(--pf-ease-out), border-color 160ms var(--pf-ease-out), transform 160ms var(--pf-ease-out);
}
.pf-showcase-arrow svg {
  width: 20px;
  height: 20px;
}
.pf-showcase-prev {
  left: clamp(8px, 2vw, 24px);
}
.pf-showcase-next {
  right: clamp(8px, 2vw, 24px);
}
@media (max-width: 640px) {
  .pf-showcase-arrow {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pf-showcase-arrow:hover {
    background: rgba(15, 15, 15, 0.55);
    border-color: rgba(255, 255, 255, 0.8);
  }
}
.pf-showcase-arrow:focus-visible, .pf-showcase-item-btn:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 3px;
}
.pf-showcase-pause {
  position: absolute;
  bottom: clamp(10px, 1.4vw, 16px);
  right: clamp(10px, 1.4vw, 16px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(15, 15, 15, 0.28);
  color: var(--pf-surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background-color 160ms var(--pf-ease-out), border-color 160ms var(--pf-ease-out);
}
.pf-showcase-pause svg {
  width: 16px;
  height: 16px;
}
.pf-showcase-play-icon, .pf-showcase-pause[aria-pressed="true"] .pf-showcase-pause-icon {
  display: none;
}
.pf-showcase-pause[aria-pressed="true"] .pf-showcase-play-icon {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .pf-showcase-pause:hover {
    background: rgba(15, 15, 15, 0.55);
    border-color: rgba(255, 255, 255, 0.8);
  }
}
.pf-showcase-pause:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 3px;
}
.pf-showcase-hint {
  display: none;
  margin: 8px 0 0;
  text-align: center;
  font-family: var(--pf-font-site);
  font-size: 11.5px;
  color: var(--pf-ink-muted);
}
@media (hover: hover) and (pointer: fine) {
  .pf-showcase-hint {
    display: block;
  }
}
@media (max-width: 640px) {
  .pf-showcase-viewport {
    height: clamp(260px, 52vh, 380px);
  }
  .pf-showcase-item {
    width: clamp(210px, 62vw, 300px);
    margin-left: calc(-1 * clamp(210px, 62vw, 300px) / 2);
  }
  .pf-showcase-item-stats {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-showcase-item {
    transition: opacity 200ms ease !important;
  }
  .pf-showcase-item-scrim, .pf-showcase-item-info {
    transition: opacity 200ms ease !important;
    transform: none !important;
  }
}
.pf-achievements-section {
  min-height: calc(100vh - clamp(88px, 6.5vw, 108px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(24px, 3vw, 48px);
  padding-left: var(--pf-page-inset, 64px);
  padding-right: var(--pf-page-inset, 64px);
}
@media (max-width: 1024px) {
  .pf-achievements-section {
    min-height: calc(100vh - 80px);
  }
}
#pfResultsTeaser.pf-reveal-on-scroll {
  opacity: 1;
  transform: none;
  transition: none;
}
.pf-reviews-stars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.pf-reviews-stars svg {
  width: clamp(18px, 1.50vw, 23px);
  height: clamp(18px, 1.50vw, 23px);
}
.pf-review-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pf-review-stars svg {
  width: clamp(12px, 0.91vw, 14px);
  height: clamp(12px, 0.91vw, 14px);
}
.pf-reviews-stars svg, .pf-review-stars svg {
  fill: var(--pf-star-gold);
}
.pf-reviews-stack-wrap {
  container-type: inline-size;
  container-name: reviewstack;
}
.pf-review-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-radius: var(--pf-radius-md);
  padding: clamp(18px, 1.56vw, 24px) clamp(20px, 1.82vw, 28px);
  background: var(--pf-surface);
  border: 1px solid var(--pf-border-light);
  box-shadow: var(--pf-shadow-sm);
  color: var(--pf-ink-muted);
  overflow: hidden;
  transition: transform 1600ms cubic-bezier(0.22, 1, 0.36, 1), opacity 1600ms cubic-bezier(0.22, 1, 0.36, 1), height 1600ms cubic-bezier(0.22, 1, 0.36, 1), padding 1600ms cubic-bezier(0.22, 1, 0.36, 1), background 1600ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 1600ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
.pf-review-card:focus-visible {
  outline: 2px solid var(--pf-focus);
  outline-offset: 3px;
}
.pf-review-text {
  white-space: pre-line;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.pf-review-readmore {
  display: none;
  position: relative;
  margin-top: 8px;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--pf-font-site);
  font-size: clamp(11px, 0.85vw, 13px);
  font-weight: var(--pf-weight-semibold);
  color: var(--pf-ink);
  letter-spacing: var(--pf-tracking-1);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color var(--pf-dur-fast) var(--pf-ease-out);
}
.pf-review-readmore:hover, .pf-review-readmore:focus-visible {
  text-decoration-color: currentColor;
}
.pf-review-readmore::before {
  content: '';
  position: absolute;
  inset: -8px -6px;
}
.pf-review-close {
  display: none;
  position: absolute;
  top: clamp(12px, 1.17vw, 18px);
  right: clamp(12px, 1.17vw, 18px);
  width: clamp(26px, 2.08vw, 32px);
  height: clamp(26px, 2.08vw, 32px);
  border-radius: 50%;
  border: 1px solid var(--pf-border-light);
  background: var(--pf-surface);
  color: var(--pf-ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.pf-review-close::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
}
.pf-review-card[data-offset="0"] {
  height: clamp(160px, 13.35vw, 205px);
  transform: translate(-50%, -50%) translate(0, 0) scale(1);
  opacity: 1;
  z-index: 5;
  background: rgba(255, 255, 255, 0.40) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(12px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(140%) !important;
  box-shadow: 0 20px 48px rgba(15, 15, 15, 0.16), 0 2px 6px rgba(15, 15, 15, 0.06);
  color: var(--pf-ink);
  cursor: default;
}
.pf-review-card[data-offset="0"] .pf-review-body {
  overflow: hidden;
}
.pf-review-card[data-offset="0"] .pf-review-text {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.pf-review-card[data-offset="0"][data-overflow="true"] .pf-review-readmore {
  display: inline-block;
}
.pf-review-card[data-offset="-1"], .pf-review-card[data-offset="1"] {
  height: clamp(105px, 8.46vw, 130px);
  opacity: 1;
  z-index: 3;
  cursor: pointer;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms var(--pf-ease-out), border-color 300ms var(--pf-ease-out), opacity 600ms var(--pf-ease-out);
}
.pf-review-card[data-offset="-1"] {
  transform: translate(-50%, -50%) translateY(-112%) scale(0.96);
}
.pf-review-card[data-offset="1"] {
  transform: translate(-50%, -50%) translateY(112%) scale(0.96);
}
.pf-review-card[data-offset="-1"]:hover:not(.is-expanded) {
  transform: translate(-50%, -50%) translateY(-112%) scale(0.985);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.12);
}
.pf-review-card[data-offset="1"]:hover:not(.is-expanded) {
  transform: translate(-50%, -50%) translateY(112%) scale(0.985);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.12);
}
.pf-review-card[data-offset="-1"]:active:not(.is-expanded) {
  transform: translate(-50%, -50%) translateY(-112%) scale(0.94);
}
.pf-review-card[data-offset="1"]:active:not(.is-expanded) {
  transform: translate(-50%, -50%) translateY(112%) scale(0.94);
}
.pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"]) {
  height: clamp(105px, 8.46vw, 130px);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"])[data-offset^="-"] {
  transform: translate(-50%, -50%) translateY(-205%) scale(0.90);
}
.pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"]):not([data-offset^="-"]) {
  transform: translate(-50%, -50%) translateY(205%) scale(0.90);
}
.pf-review-card.is-expanded {
  width: 100%;
  height: 100%;
  padding: clamp(20px, 1.82vw, 28px) clamp(24px, 2.08vw, 32px);
  transform: translate(-50%, -50%) translate(0, 0) scale(1);
  z-index: 10;
  background: rgba(255, 255, 255, 0.40) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(12px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(140%) !important;
  box-shadow: 0 28px 64px rgba(15, 15, 15, 0.22);
  color: var(--pf-ink);
  cursor: default;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.pf-review-card.is-expanded, .pf-review-card.is-collapsing {
  transition: height 1600ms cubic-bezier(0.22, 1, 0.36, 1), transform 1600ms cubic-bezier(0.22, 1, 0.36, 1), padding 1600ms cubic-bezier(0.22, 1, 0.36, 1), background 1600ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 1600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.pf-review-card.is-expanded .pf-review-card-head, .pf-review-card.is-collapsing .pf-review-card-head {
  flex-shrink: 0;
}
.pf-review-card.is-expanded .pf-review-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 15, 15, 0.20) transparent;
  padding-right: 4px;
}
.pf-review-card.is-expanded .pf-review-body::-webkit-scrollbar {
  width: 5px;
}
.pf-review-card.is-expanded .pf-review-body::-webkit-scrollbar-track {
  background: transparent;
}
.pf-review-card.is-expanded .pf-review-body::-webkit-scrollbar-thumb {
  background: rgba(15, 15, 15, 0.20);
  border-radius: 999px;
}
.pf-review-card.is-expanded .pf-review-body::-webkit-scrollbar-thumb:hover {
  background: rgba(15, 15, 15, 0.35);
}
.pf-review-card.is-expanded .pf-review-text {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}
.pf-review-card.is-collapsing .pf-review-body {
  overflow: hidden;
}
.pf-review-card.is-collapsing .pf-review-text {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
}
.pf-review-card.is-expanded .pf-review-readmore, .pf-review-card.is-collapsing .pf-review-readmore {
  display: none !important;
}
.pf-review-card.is-expanded .pf-review-close, .pf-review-card.is-collapsing .pf-review-close {
  display: flex;
}
.pf-review-card.is-collapsing .pf-review-close {
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms var(--pf-ease-out);
}
.pf-reviews-stack.has-expanded .pf-review-card:not(.is-expanded) {
  pointer-events: none;
}
.pf-reviews-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.04vw, 16px);
  margin-left: clamp(16px, 1.82vw, 28px);
  z-index: 5;
}
.pf-reviews-dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--pf-ink);
  cursor: pointer;
  opacity: 0.35;
  transform: scale(0.9);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1), background 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-reviews-dot[data-dot="center"] {
  opacity: 1;
  transform: scale(1.3);
  position: relative;
}
.pf-reviews-dot[data-dot="center"]::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  border: 1px solid var(--pf-ink);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}
.pf-reviews-dot::after {
  content: '';
  position: absolute;
  inset: -6px -10px;
}
@container reviewstack (max-width: 460px) {
  .pf-reviews-stack {
    width: 100%;
  }
  .pf-review-card {
    padding: 16px 18px;
  }
  .pf-review-avatar {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  .pf-reviews-dots {
    margin-left: 12px;
  }
}
.pf-reviews-stack-wrap.is-autoplay-running .pf-reviews-dot[data-dot="center"]::before {
  animation: pfAutoplayPulse 5000ms linear infinite;
}
@keyframes pfAutoplayPulse {
  0% {
    opacity: 0.65;
    transform: scale(0.8);
  }
  75% {
    opacity: 0.2;
    transform: scale(1.7);
  }
  100% {
    opacity: 0;
    transform: scale(2.0);
  }
}
.pf-reveal-on-scroll {
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  filter: blur(8px);
  transition: opacity 1300ms var(--pf-ease-out), transform 1300ms var(--pf-ease-out), filter 1300ms var(--pf-ease-out);
}
.pf-reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
@media (hover: hover) and (pointer: fine) {
  .pf-cta:hover {
    transform: scale(1.02);
    filter: brightness(1.08);
    box-shadow: 0 6px 16px rgba(15, 15, 15, 0.15);
  }
  .pf-social:hover .pf-social-icon {
    transform: translateY(-2px);
  }
  .pf-custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: var(--pf-focus);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.2s cubic-bezier(0.16, 1, 0.3, 1), height 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, opacity 0.2s ease;
  }
  .pf-custom-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(193, 113, 74, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), height 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease, background 0.2s ease;
  }
  .pf-cursor-hover .pf-custom-cursor {
    width: 12px;
    height: 12px;
    background: var(--pf-surface);
  }
  .pf-cursor-hover .pf-custom-cursor-ring {
    width: 44px;
    height: 44px;
    border-color: rgba(232, 149, 106, 0.7);
    background: rgba(193, 113, 74, 0.08);
  }
}
@media (max-width: 1024px) {
  .pf-hero {
    height: auto;
    min-height: 520px;
  }
  .pf-hero-container {
    padding: 96px var(--pf-page-inset) 40px;
    min-height: 520px;
  }
  .pf-reviews-inner {
    padding: 0 var(--pf-page-inset);
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.2fr);
    gap: 24px;
  }
  .pf-reviews-left {
    max-width: none;
    min-height: auto;
  }
  .pf-reviews-headline {
    font-size: var(--pf-step-3);
    white-space: normal;
  }
  .pf-reviews-stack {
    width: 100%;
    max-width: 440px;
    height: clamp(380px, 42vw, 500px);
  }
}
@media (max-width: 860px) {
  .pf-reviews-inner {
    grid-template-columns: 1fr;
    gap: var(--pf-space-5);
  }
  .pf-reviews-left {
    max-width: 540px;
    margin: 0 auto;
    text-align: left;
  }
  .pf-reviews-stack {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pf-hero {
    height: auto;
    min-height: auto;
  }
  .pf-hero-scrim {
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.65) 0%, rgba(15, 15, 15, 0.40) 45%, rgba(15, 15, 15, 0.75) 100%);
  }
  .pf-hero-container {
    padding: 96px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .pf-hero-copy-block {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }
  .pf-hero-title {
    font-size: 2.15rem;
    line-height: var(--pf-leading-3);
    max-width: 100%;
  }
  .pf-hero-subhead {
    font-size: 0.95rem;
    max-width: 100%;
  }
  .pf-hero-cta {
    font-size: 13px;
    padding: 13px 22px;
  }
  .pf-reviews-inner {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: var(--pf-space-4);
  }
  .pf-reviews-left {
    max-width: none;
    min-height: auto;
  }
  .pf-reviews-headline {
    font-size: var(--pf-step-3);
  }
  .pf-reviews-stack-wrap {
    margin-top: 65px;
  }
  .pf-reviews-stack {
    position: relative;
    width: 100%;
    height: clamp(300px, 78vw, 350px);
  }
  .pf-review-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(84vw, 400px);
    margin: 0;
    pointer-events: none;
    background: var(--pf-reviews-glass-fill);
    border: 1px solid var(--pf-glass-border);
    backdrop-filter: blur(var(--pf-glass-blur));
    -webkit-backdrop-filter: blur(var(--pf-glass-blur));
    box-shadow: var(--pf-shadow-lg);
    color: var(--pf-ink);
    transition: transform 500ms var(--pf-ease-out), opacity 500ms var(--pf-ease-out);
  }
  .pf-review-card[data-offset="0"] {
    height: auto;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    cursor: default;
  }
  .pf-review-card[data-offset="-1"] {
    height: auto;
    transform: translate(-50%, -50%) translateY(-88%) scale(0.88);
    opacity: 0.5;
    z-index: 3;
    pointer-events: auto;
    cursor: pointer;
  }
  .pf-review-card[data-offset="1"] {
    height: auto;
    transform: translate(-50%, -50%) translateY(88%) scale(0.88);
    opacity: 0.5;
    z-index: 3;
    pointer-events: auto;
    cursor: pointer;
  }
  .pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"]) {
    height: auto;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
  }
  .pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"])[data-offset^="-"] {
    transform: translate(-50%, -50%) translateY(-150%) scale(0.8);
  }
  .pf-review-card:not([data-offset="0"]):not([data-offset="-1"]):not([data-offset="1"]):not([data-offset^="-"]) {
    transform: translate(-50%, -50%) translateY(150%) scale(0.8);
  }
  .pf-review-card.is-expanded-mobile {
    z-index: 6;
  }
  .pf-reviews-stack.has-expanded-mobile .pf-review-card:not(.is-expanded-mobile) {
    opacity: 0;
    pointer-events: none;
  }
  .pf-review-card .pf-review-text {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
  }
  .pf-review-card[data-overflow="true"] .pf-review-readmore {
    display: inline-block;
  }
  .pf-review-card.is-expanded-mobile .pf-review-text {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .pf-review-card .pf-review-close {
    display: none !important;
  }
  .pf-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: var(--pf-space-3);
  }
  .pf-reviews-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: var(--pf-border-light);
    cursor: pointer;
  }
  .pf-reviews-dot[aria-current="true"] {
    background: var(--pf-ink);
  }
  .pf-reviews-dot::after {
    inset: -8px -3px;
  }
}
@keyframes pfReviewMobileIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@supports not (backdrop-filter: blur(1px)) {
  .pf-glass-header, #pfReviewsSection .pf-review-card {
    background: var(--pf-surface) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .pf-glass-header, #pfReviewsSection .pf-review-card {
    background: var(--pf-surface) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-cta, .pf-social-icon {
    transition: none !important;
  }
  .pf-form-input.pf-shake {
    animation: none !important;
  }
  .pf-cta:hover, .pf-social:hover .pf-social-icon {
    transform: none !important;
    filter: none !important;
  }
  .pf-hero-bg {
    transition: none !important;
  }
  .pf-hero-kicker, .pf-hero-title, .pf-hero-subhead, .pf-hero-cta {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    letter-spacing: normal !important;
  }
  .pf-contact-agent-photo-frame {
    transition: none !important;
  }
  .pf-hero-copy-block, .pf-hero-scrim {
    opacity: 1 !important;
    filter: none !important;
  }
  .pf-diff-line-text {
    clip-path: none !important;
    color: var(--pf-ink) !important;
    transition: none !important;
  }
  .pf-difference-portfolio, .pf-difference-transition-line, .pf-principle {
    opacity: 1 !important;
    transform: none !important;
    transition: opacity 200ms ease !important;
  }
  .pf-principles {
    border-bottom-color: rgba(15, 15, 15, 0.10) !important;
    transition: none !important;
  }
  .pf-difference-left {
    position: static !important;
    top: auto !important;
  }
  .pf-principle-trigger, .pf-principle-content, .pf-principle-icon {
    transition-duration: 150ms !important;
  }
  #pfReviewsSection .pf-review-card {
    transition-duration: var(--pf-dur-mid-reduced), var(--pf-dur-mid-reduced), var(--pf-dur-mid-reduced), var(--pf-dur-slow-reduced), var(--pf-dur-slow-reduced);
  }
  #pfReviewsSection .pf-review-card.is-expanded, #pfReviewsSection .pf-review-card.is-collapsing {
    transition-duration: var(--pf-dur-slow-reduced);
  }
  #pfReviewsSection .pf-review-card.is-mobile-active {
    animation: none !important;
  }
  .pf-reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .pf-custom-cursor, .pf-custom-cursor-ring {
    display: none !important;
  }
  #pfProcessTeaser .pf-process-body, #pfProcessTeaser .pf-process-stage-inner {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .pf-process-stage-desc {
    transition: none !important;
  }
  #pfServicesTeaser .pf-services-headline {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.pf-diff-line::before {
  content: attr(data-curtain-text);
  position: absolute;
  inset: 0;
  display: block;
  color: rgba(15, 15, 15, 0.35);
  pointer-events: none;
}
.pf-diff-line-text, #pfAchievementsHeadline .pf-diff-line-text, #pfAchievementsHeadline.pf-diff-headline-active .pf-diff-line-text {
  color: var(--pf-ink);
}
@media (prefers-reduced-motion: reduce) {
  .pf-diff-line::before {
    display: none;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-outline-style: solid;
    }
  }
}
