:root{--reveal-distance: 8px;--reveal-ease: linear;--reveal-start: 0%;--reveal-span: 35%;--reveal-stagger: 8%}[data-reveal],[data-reveal-children]>*{--reveal-from: translateY(var(--reveal-distance));--reveal-index: 0}.reveal-from-bottom{--reveal-from: translateY(var(--reveal-distance))}.reveal-from-top{--reveal-from: translateY(calc(var(--reveal-distance) * -1))}.reveal-from-left{--reveal-from: translateX(calc(var(--reveal-distance) * -1))}.reveal-from-right{--reveal-from: translateX(var(--reveal-distance))}[data-reveal-children]>*:nth-child(2){--reveal-index: 1}[data-reveal-children]>*:nth-child(3){--reveal-index: 2}[data-reveal-children]>*:nth-child(4){--reveal-index: 3}[data-reveal-children]>*:nth-child(5){--reveal-index: 4}[data-reveal-children]>*:nth-child(6){--reveal-index: 5}[data-reveal-children]>*:nth-child(7){--reveal-index: 6}[data-reveal-children]>*:nth-child(8){--reveal-index: 7}[data-reveal-children]>*:nth-child(9){--reveal-index: 8}[data-reveal-children]>*:nth-child(10){--reveal-index: 9}[data-reveal-children]>*:nth-child(11){--reveal-index: 10}[data-reveal-children]>*:nth-child(n+12){--reveal-index: 11}@keyframes wm-reveal{0%{opacity:0;transform:var(--reveal-from)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){[data-reveal]:not([data-reveal-none]),[data-reveal-children]>*:not([data-reveal-none]){--_range-start: min( calc(var(--reveal-start) + var(--reveal-index) * var(--reveal-stagger)), calc(95% - var(--reveal-span)) );animation:wm-reveal var(--reveal-ease) both;animation-timeline:view();animation-range:cover var(--_range-start) cover calc(var(--_range-start) + var(--reveal-span))}}}@media print{[data-reveal],[data-reveal-children]>*,[data-reveal-image]{animation:none!important;opacity:1!important;transform:none!important;clip-path:none!important}}[data-parallax]{--parallax-depth: 25;position:relative;aspect-ratio:var(--parallax-ratio, 3 / 2);overflow:clip;container-type:size;view-timeline-name:--wm-parallax}[data-parallax]>img,[data-parallax]>picture>img,[data-parallax]>video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:calc(100cqh + var(--parallax-depth) * 1cqh);object-fit:cover}@keyframes wm-parallax{to{translate:0 calc(var(--parallax-depth) * -1cqh)}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){[data-parallax]>img,[data-parallax]>picture>img,[data-parallax]>video{animation:wm-parallax linear both;animation-timeline:--wm-parallax;animation-range:cover 0% cover 100%}}}[data-reveal-image]{--reveal-image-start: 0%;--reveal-image-span: 40%;--reveal-image-from: inset(100% 0 0 0);overflow:clip;clip-path:inset(0)}.reveal-image-from-top{--reveal-image-from: inset(0 0 100% 0)}.reveal-image-from-left{--reveal-image-from: inset(0 100% 0 0)}.reveal-image-from-right{--reveal-image-from: inset(0 0 0 100%)}@keyframes wm-reveal-image{0%{clip-path:var(--reveal-image-from)}to{clip-path:inset(0)}}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){[data-reveal-image]:not([data-reveal-none]){animation:wm-reveal-image linear both;animation-timeline:view();animation-range:cover var(--reveal-image-start) cover calc(var(--reveal-image-start) + var(--reveal-image-span))}}}@view-transition{navigation:auto}.site-header{view-transition-name:header}::view-transition-group(header){animation:none}::view-transition-old(header),::view-transition-new(header){animation:none;mix-blend-mode:normal}::view-transition-old(root){animation:wt-fade-out .4s ease}::view-transition-new(root){animation:wt-fade-in .4s ease}@keyframes wt-fade-out{to{opacity:0}}@keyframes wt-fade-in{0%{opacity:0}}@media(prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}}
