:root{--color-surface:#fff;--color-surface-light:#e0e3e5;--color-surface-invert:#141414;--color-border:#000;--color-brand-1-base:#3b82f6;--color-brand-1-lighter:#93c5fd;--color-brand-1-darker:#1e40af;--color-brand-2-base:#f59e0b;--color-brand-2-lighter:#fde68a;--color-brand-2-darker:#b45309;--color-text:#161513;--color-text-invert:#fff;--color-text-medium:#919394;--color-navigation-links:#fff;--color-white:#fff;--color-neutral-000:#fff;--color-neutral-100:#f3f4f6;--color-neutral-200:#e5e7eb;--color-neutral-300:#d1d5db;--color-neutral-400:#9ca3af;--color-neutral-500:#6b7280;--color-neutral-600:#4b5563;--color-neutral-700:#374151;--color-neutral-800:#1f2937;--color-neutral-900:#111827;--color-error:red;--color-tag:#e0e3e5;--supt-notification-background-color:hsla(0,0%,8%,.1);--supt-notification-text-color:var(--color-text);--color-widget-background:hsla(0,0%,8%,.1);--color-widget-highlight:hsla(0,0%,8%,.6);--color-widget-highlight-text:var(--color-text-invert)}.-dark{--color-surface:#141414;--color-surface-light:#3b3c3d;--color-surface-invert:#fff;--color-border:#fff;--color-brand-1-base:#3b82f6;--color-brand-1-lighter:#93c5fd;--color-brand-1-darker:#1e40af;--color-brand-2-base:#f59e0b;--color-brand-2-lighter:#fde68a;--color-brand-2-darker:#b45309;--color-text:#fff;--color-text-invert:#161513;--color-text-medium:#646566;--color-navigation-links:#fff;--color-neutral-000:#000;--color-neutral-100:#f3f4f6;--color-neutral-200:#e5e7eb;--color-neutral-300:#d1d5db;--color-neutral-400:#9ca3af;--color-neutral-500:#6b7280;--color-neutral-600:#4b5563;--color-neutral-700:#374151;--color-neutral-800:#1f2937;--color-neutral-900:#111827;--color-error:red;--color-tag:#3b3c3d;--supt-notification-background-color:hsla(0,0%,100%,.1);--supt-notification-text-color:var(--color-text);--color-widget-background:hsla(0,0%,100%,.1);--color-widget-highlight:hsla(0,0%,100%,.6);--color-widget-highlight-text:var(--color-text-invert)}.editor-styles-wrapper{color:#161513;color:var(--color-text)}:root{--spacing-none:0px;--spacing-xs:2px;--spacing-sm:4px;--spacing-md:8px;--spacing-lg:16px;--spacing-xl:24px;--spacing-2xl:40px;--spacing-3xl:72px;--spacing-section-sm:32px;--spacing-section-lg:56px;--spacing-header-title:112px}@media screen and (min-width:768px){:root{--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:56px;--spacing-3xl:104px;--spacing-section-sm:40px;--spacing-section-lg:80px;--spacing-header-title:160px}}@keyframes slide-in{0%{transform:translateX(400px)}to{transform:translateX(0)}}@keyframes slide-out{0%{transform:translateX(0)}to{transform:translateX(400px)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(calc(100% + 100px));transform:translateY(var(--slide-down-distance,calc(100% + 100px)))}}.section-image.section{width:calc(100% - 16px)}.section-image{aspect-ratio:4/3;box-sizing:content-box;position:relative;padding:64px 8px;margin:0}@media screen and (min-width:768px){.section-image{padding:80px 8px}}.section-image:first-child{padding-top:0}.section-image__title{font-family:var(--font-primary);font-size:clamp(40px,2.25vw + 1.97rem,64px);line-height:clamp(40px,2.25vw + 1.97rem,64px);font-weight:400;letter-spacing:-1px}@media screen and (min-width:1440px){.section-image__title{font-size:clamp(64px,2.36vw + 1.88rem,89px);line-height:clamp(64px,2.36vw + 1.88rem,89px)}}.section-image__title{text-align:center;color:#fff;color:var(--color-text-invert);padding:120px 0}.section-image__title,.section-image__title-container{width:100%;display:flex;align-items:center;justify-content:center}.section-image__title-container{position:sticky;top:0;height:calc(100 * 1vh);height:calc(100 * var(--vh, 1vh));z-index:1;grid-column:span 12;mix-blend-mode:difference}