.dialog{--background-color: var(--color-light);--padding: var(--site-header-height) var(--safe-area) calc(var(--s) * 4);--topbar-padding: calc(var(--s) * 4) 0;padding-top:var(--safe-area);pointer-events:none}.dialog__pre-title{text-transform:uppercase;color:var(--color-grey-400);font-size:var(--fs-xs);line-height:var(--lh-xs);letter-spacing:var(--ls-xs);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400);margin-bottom:calc(var(--s) * 2)}.dialog__panel{position:fixed;top:0;left:0;z-index:1005;width:100dvw;height:100dvh;background-color:var(--background-color);display:flex;flex-direction:column;overflow:auto}.dialog__backdrop{position:fixed;inset:0;background-color:rgba(var(--color-primary-rgb),.8);z-index:101;animation:fade-in .3s ease-in-out forwards}.dialog__backdrop--color-light{background-color:#fff9}.dialog__topbar{padding:0 var(--safe-area);display:flex;justify-content:flex-end;position:relative;z-index:3}.dialog__button-close{pointer-events:all;margin-right:calc(var(--safe-area));background-image:url(/static-icons/close.svg);background-size:contain;background-repeat:no-repeat;height:var(--s5);width:var(--s5);background-color:transparent}.dialog__button-back{pointer-events:all;font-size:var(--fs-sm);line-height:var(--lh-sm);letter-spacing:var(--ls-sm);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}.dialog__button-back .button-icon{margin-right:0;margin-left:calc(var(--s) * -1)}.dialog__content{flex:1;padding:0 var(--safe-area)}.dialog__content .button{pointer-events:all}.dialog__content .dialog-video{width:100%;height:100%;display:grid;place-items:center;margin-top:-5dvh}.dialog__content .dialog-video iframe,.dialog__content .dialog-video video{pointer-events:all;aspect-ratio:16/9}@media screen and (min-width: 768px){.dialog__content .dialog-video iframe,.dialog__content .dialog-video video{height:80%;max-width:80%;max-height:80%}}.dialog__content .dialog-inner-gallery{pointer-events:all}.dialog__content .dialog-inner-gallery picture{margin-top:-5dvh}.dialog__content .dialog-inner-gallery picture img{max-height:70dvh;width:100%}@media screen and (min-width: 1200px){.dialog__content .dialog-inner-gallery picture img{max-height:60dvh}}.dialog:has(.dialog-inner-gallery,.dialog-video) .dialog__topbar{padding:var(--safe-area) var(--safe-area) 0;display:flex;justify-content:flex-end}.dialog--has-button-back .dialog__topbar{justify-content:flex-start}.dialog--open .dialog__panel{animation:dialogIn .3s ease-in-out forwards}.dialog--dark{--background-color: rgba(30, 30, 30, .8)}.dialog--gallery{--padding: 0;--topbar-padding: 10dvh var(--safe-area)}@media screen and (min-width: 1200px){.dialog--desktop-sidebar{--topbar-padding: 0 0 var(--safe-area) calc(var(--s) * 4)}}.dialog--desktop-sidebar .dialog__panel{padding-top:var(--safe-area)}@media screen and (min-width: 1200px){.dialog--desktop-sidebar .dialog__panel{max-width:calc(var(--s2) * 48);right:0;left:auto;transform:translateY(-50%);animation:dialogSidebarDesktopIn .3s ease-in-out forwards}}@media screen and (min-width: 1200px){.dialog--desktop-sidebar .heading{font-size:var(--fs-sec-sm);line-height:var(--lh-sec-sm);letter-spacing:var(--ls-sec-sm);font-family:var(--font-secondary);font-variation-settings:"wght" var(--heading-font-variation-settings, 500)}}@keyframes dialogIn{0%{opacity:0;transform:translateY(50dvh)}to{opacity:1;transform:translateY(0)}}@keyframes dialogSidebarDesktopIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes dialogMuseumIn{0%{opacity:0;transform:translate(-50%)}to{opacity:1;transform:translate(-50%,-50%)}}.case-study-template .block-cta{font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400);margin-top:var(--s8);margin-left:var(--safe-area);margin-right:var(--safe-area)}@media screen and (min-width: 1200px){.case-study-template .block-cta{max-width:none;margin-left:calc(4 * 100 / 12 * 1%);margin-right:12.5%}}@media screen and (prefers-reduced-motion: no-preference){.block-cta.animate--initial .block-cta__cta{opacity:0}.block-cta.animate--play .block-cta__cta{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 333ms linear forwards}}.highlight-text{display:flex;flex-direction:column;font-size:var(--fs-sec-md);line-height:var(--lh-sec-md);letter-spacing:var(--ls-sec-md);font-family:var(--font-secondary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400);display:inline-block}@media screen and (min-width: 768px){.highlight-text{font-size:var(--fs-sec-lg);line-height:var(--lh-sec-lg);letter-spacing:var(--ls-sec-lg);font-family:var(--font-secondary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}}@media screen and (prefers-reduced-motion: no-preference){.highlight-text.animate--initial .highlight-text__text-title--long{filter:opacity(0);transition:filter 333ms linear}.highlight-text.animate--initial .heading .highlight-text__text-title:not(.highlight-text__text-title--long)>span:not(.highlight-text__context-post){opacity:0}.highlight-text.animate--initial .highlight-text__text-context,.highlight-text.animate--initial .highlight-text__cta-wrapper{--start-opacity: 0;--end-opacity: 1;opacity:0;animation:opacity 333ms linear forwards;animation-play-state:paused}.highlight-text.animate--play .highlight-text__text-title--long{filter:opacity(1)}.highlight-text.animate--play .heading .highlight-text__text-title:not(.highlight-text__text-title--long)>span{animation:var(--animation-enter-word);animation-delay:var(--animation-delay)}.highlight-text.animate--play .highlight-text__text-context,.highlight-text.animate--play .highlight-text__cta-wrapper{animation-play-state:running}}.highlight-text__text{display:flex;align-items:center;flex-direction:column}.highlight-text__text .highlight-text__text-title span{display:inline-block}@media screen and (min-width: 992px){.highlight-text__text{flex-direction:row}}.highlight-text__text-context{--heading-font-variation-settings: 400;font-size:var(--fs-sm);line-height:var(--lh-sm);letter-spacing:var(--ls-sm);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400);display:block;margin-bottom:var(--s)}@media screen and (min-width: 992px){.highlight-text__text-context{font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400);display:inline-block;margin-right:var(--s4);vertical-align:top;position:relative;top:calc(var(--s) * .4)}}@media screen and (min-width: 1200px){.highlight-text__text-context{top:calc(var(--s) * 1.4)}}.highlight-text__text .heading{font-size:unset;line-height:1}.highlight-text__context-post{font-size:var(--fs-sec-md);line-height:var(--lh-sec-md);letter-spacing:var(--ls-sec-md);font-family:var(--font-secondary);font-variation-settings:"wght" var(--heading-font-variation-settings, 500);margin-left:var(--s)}@media screen and (min-width: 768px){.highlight-text__context-post{font-size:var(--fs-sec-lg);line-height:var(--lh-sec-lg);letter-spacing:var(--ls-sec-lg);font-family:var(--font-secondary);font-variation-settings:"wght" var(--heading-font-variation-settings, 500)}}.highlight-text__cta-wrapper{margin-top:var(--s4)}.highlight-text__cta-wrapper .cta{font-size:var(--fs-base);line-height:var(--lh-base);letter-spacing:var(--ls-base);font-family:var(--font-primary);font-variation-settings:"wght" var(--heading-font-variation-settings, 400)}@media screen and (min-width: 992px){.highlight-text__cta-wrapper{margin-top:var(--s8)}}.highlight-text--small:not(.highlight-text__context-post) .heading{font-size:2vw}.highlight-text--medium:not(.highlight-text__context-post) .heading{font-size:8vw}@media screen and (min-width: 768px){.highlight-text--medium:not(.highlight-text__context-post) .heading{font-size:4vw}}.highlight-text--medium .heading{line-height:1.15}.highlight-text--large{width:100%}.highlight-text--large:not(.highlight-text__context-post) .heading{font-size:17vw}@media screen and (min-width: 576px){.highlight-text--large:not(.highlight-text__context-post) .heading{font-size:15vw}}@media screen and (min-width: 768px){.highlight-text--large:not(.highlight-text__context-post) .heading{font-size:8vw}}@media screen and (min-width: 992px){.highlight-text--large:not(.highlight-text__context-post) .heading{font-size:7vw}}.highlight-text .picture-wrapper{margin-top:var(--s5)}@media screen and (min-width: 992px){.highlight-text .picture-wrapper{margin-top:var(--s5)}}.highlight-text .picture__img{max-height:70vh;aspect-ratio:344/195;object-fit:cover;width:100%}@media screen and (min-width: 992px){.highlight-text .picture__img{aspect-ratio:1374/838}}.block.highlight-text__separation--top{--b-margin-top: var(--s6)}@media screen and (min-width: 992px){.block.highlight-text__separation--top{--b-margin-top: calc(var(--s) * 14)}}.block.highlight-text__separation--bottom{margin-bottom:var(--separation-mb)}
