@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");:root{--color-ink:#231f20;--color-carbon:#131313;--color-indigo:#485cc7;--color-white:#fff;--color-grey-100:#f2f2f2;--color-grey-200:#dcdde0;--color-grey-300:#afb1b8;--color-grey-400:#878a94;--color-grey-500:#535766;--color-grey-600:#475467}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,system-ui,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-ink);background-color:var(--color-white);margin:0;padding:0}.preloader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-ink)}.preloader img{width:275px;max-width:100vw;opacity:0;transform:translateY(60px);transition:opacity .6s ease,transform .6s ease}.preloader.loaded img{opacity:1;transform:translateY(0)}.preloader.hide{opacity:0;pointer-events:none;transition:opacity .4s ease .3s}.scroll-progress-bar{position:fixed;top:0;left:0;height:3px;background:var(--color-indigo);z-index:9998;width:0;transition:width .1s linear}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-grey-200)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:0 9.5vw;height:80px;max-width:100%}.left-nav-container{display:flex;align-items:center;gap:24px}.nav-logo img{height:40px;width:auto}.navbar-text-container{display:flex;align-items:center;gap:16px}.navbar-text{font-size:.875rem;color:var(--color-grey-500);line-height:1.1}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-size:.875rem;color:var(--color-ink);text-decoration:none;transition:color .2s ease}.nav-link:hover{color:var(--color-indigo)}.nav-link.primary{padding:8px 24px;border:1px solid var(--color-ink);border-radius:0;transition:background .2s ease,color .2s ease}.nav-link.primary:hover{background:var(--color-ink);color:var(--color-white)}.menu-button{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:8px}.menu-button .line{width:24px;height:2px;background:var(--color-ink);transition:all .3s ease}.menu-button.open .line:first-child{transform:rotate(45deg) translate(4px,4px)}.menu-button.open .line:nth-child(2){transform:rotate(-45deg) translate(4px,-4px)}.section{padding:0 9.5vw;position:relative}.section.grey-background{background:var(--color-grey-100)}.section.no-margin-bottom{margin-bottom:0}.section.padding-vertical,.section.services-section,.section.team-section,.section.usp-section{padding-top:80px;padding-bottom:80px}.container{max-width:1200px;margin:0 auto;width:100%}._12-column-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.hero-section{position:relative;min-height:100vh;padding:118px 0 92px;background:var(--color-ink);color:var(--color-white);overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(72,92,199,.11),transparent 34%),linear-gradient(90deg,var(--color-ink),rgba(35,31,32,.78) 46%,rgba(35,31,32,.28));pointer-events:none}.hero-content-container{position:relative;z-index:2;min-height:calc(100vh - 210px);display:grid;grid-template-columns:minmax(0,1fr) .55fr;align-items:center}.hero-text-container{max-width:850px;padding:38px 0;border-top:1px solid hsla(0,0%,100%,.18);border-bottom:1px solid hsla(0,0%,100%,.18)}.hero-kicker{display:flex;align-items:center;gap:10px;margin:0 0 22px;color:var(--color-grey-300);font-size:.75rem;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.hero-text-container h1{font-family:Roboto,system-ui,sans-serif;font-size:clamp(3.4rem,7.6vw,8rem);line-height:.86;letter-spacing:-.075em;font-weight:400;margin:0;max-width:850px;text-wrap:balance}.hero-text-container h1 span{color:var(--color-indigo);font-style:italic}.hero-copy-row{display:grid;grid-template-columns:120px minmax(0,560px);gap:34px;align-items:start;margin-top:34px}.hero-subheading{font-size:1.125rem;line-height:1.65;color:var(--color-grey-300);max-width:560px;margin:0;text-wrap:pretty}.hero-mark{width:66px;height:auto;margin-top:6px}.hero-image{right:0;z-index:0;width:64vw;height:100%;-o-object-fit:cover;object-fit:cover;display:block;filter:grayscale(1) contrast(1.12) brightness(.66);opacity:.75}.hero-image,.scroll-down{position:absolute;bottom:0}.scroll-down{left:0;z-index:3;display:inline-flex;align-items:center;gap:10px;color:var(--color-grey-300);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transform:translateY(60px)}.scroll-down-arrow{width:18px;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.numbers-grid{padding:80px 9.5vw}.numbers-grid>div{grid-column:span 3}.text-5xl{font-size:3.5rem;line-height:1;font-weight:400;letter-spacing:-.05rem}.primary-text{color:var(--color-indigo)}.grey-500-text{color:var(--color-grey-500)}.grey-400-text{color:var(--color-grey-400)}.grey-600-text{color:var(--color-grey-600)}.text-large{font-size:1.125rem;line-height:1.4;font-weight:500}.text-xl{font-size:1.25rem;line-height:1.4}.text-2xl{font-size:1.75rem;line-height:1.3}.text-2xl,.text-3xl{letter-spacing:-.025rem}.text-3xl{font-size:2rem;line-height:1.2}.text-medium{font-size:1rem;line-height:1.6}.paragraph-2,.paragraph-3,.text-base{font-size:.875rem;line-height:1.4}.text-s{font-size:.875rem;line-height:1.1;letter-spacing:.05em;text-transform:uppercase}.usp-section-dark,.white-text{color:var(--color-white)}.usp-section-dark{background:var(--color-ink);padding:96px 9.5vw}.usp-dark-headline{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;letter-spacing:-.035rem;font-weight:300;max-width:800px;margin:0 0 80px}.usp-dark-headline em{font-style:normal;color:var(--color-indigo);font-weight:400}.usp-dark-items{display:flex;flex-direction:column}.usp-dark-item{display:grid;grid-template-columns:1fr 2fr;gap:48px;padding:36px 0;border-top:1px solid hsla(0,0%,100%,.12);align-items:center;transition:padding-left .3s ease}.usp-dark-item:last-child{border-bottom:1px solid hsla(0,0%,100%,.12)}.usp-dark-item:hover{padding-left:16px}.usp-dark-item .text-xl{margin-bottom:0}.grey-300-text,.usp-dark-item .text-medium{color:var(--color-grey-300)}@media (max-width:767px){.usp-dark-item{grid-template-columns:1fr;gap:12px}.usp-dark-headline{font-size:1.5rem;margin-bottom:48px}}.usp-container{grid-column:span 4}.margin-bottom-24{margin-bottom:24px}.margin-bottom-32{margin-bottom:32px}.margin-bottom-56{margin-bottom:56px}.margin-bottom-104{margin-bottom:104px}.margin-top-8{margin-top:8px}.margin-top-12{margin-top:12px}.margin-top-24{margin-top:24px}.margin-top-48{margin-top:48px}.margin-left-8{margin-left:8px}.margin-left-16{margin-left:16px}.margin-right-16{margin-right:16px}.margin-bottom-160{margin-bottom:160px}.padding-bt-160{padding-bottom:160px}.padding-vertical-80{padding-top:80px;padding-bottom:80px}.max-width-80{max-width:80%}.section-heading-container{display:flex;align-items:center;gap:16px;margin-bottom:48px}.section-heading-content{display:flex;align-items:center;gap:8px}.dot{width:6px;height:6px;border-radius:50%;background:var(--color-indigo)}.contrast{color:var(--color-white)!important}.accordion-wrapper{display:flex;flex-direction:column}.accordion-item{border-top:1px solid var(--color-grey-200)}.accordion-item:last-child{border-bottom:1px solid var(--color-grey-200)}.accordion-item-trigger{display:flex;align-items:center;justify-content:space-between;padding:32px 0;cursor:pointer;transition:padding .3s ease}.accordion-item-header{flex:1}.accordion-item-header .text-3xl{font-size:1.75rem}.accordion-item-icon-container{display:flex;align-items:center;gap:16px}.accordion-text-link{color:var(--color-grey-400);transition:color .2s ease}.accordion-item-trigger:hover .accordion-text-link{color:var(--color-indigo)}.accordion-icon{width:16px;height:16px;transition:transform .3s ease}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.accordion-item-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-item.active .accordion-item-content{max-height:2000px}.deliverables-container{display:flex;flex-wrap:wrap;gap:0;margin-top:24px}.deliverable-container{width:50%;padding:12px 0;border-bottom:1px solid var(--color-grey-100)}.deliverable-container p{font-size:1rem;color:var(--color-grey-600)}.accordion-item.team{border:none;border-top:1px solid var(--color-grey-200);border-bottom:1px solid var(--color-grey-200);margin-top:16px}.accordion-item.team .accordion-item-trigger{padding:16px 0}.accordion-item.team .accordion-item-content{max-height:0;padding:0}.accordion-item.team.active .accordion-item-content{max-height:3000px;padding-bottom:32px}.accordion-item.team .accordion-item-header{display:none}.accordion-item.team .accordion-item-icon-container{width:100%;justify-content:flex-start}.accordion-text-link.team{font-size:.875rem;color:var(--color-grey-500);text-transform:uppercase;letter-spacing:.05em}.accordion-icon.team{width:14px;height:14px}.filosofia-dark{background:var(--color-ink);color:var(--color-white);padding:96px 9.5vw}.filosofia-intro{display:flex;align-items:center;gap:12px;margin-bottom:64px}.filosofia-items{display:flex;flex-direction:column}.filosofia-item{display:grid;grid-template-columns:80px 1fr;gap:48px;padding:40px 0;border-top:1px solid hsla(0,0%,100%,.08);align-items:start;transition:background .3s ease,padding-left .3s ease}.filosofia-item:last-child{border-bottom:1px solid hsla(0,0%,100%,.08)}.filosofia-item:hover{background:rgba(72,92,199,.05);padding-left:24px}.filosofia-number{font-size:3rem;line-height:1;font-weight:200;color:var(--color-grey-500);transition:color .3s ease}.filosofia-item:hover .filosofia-number{color:var(--color-indigo)}.filosofia-title{font-size:1.375rem;font-weight:500;margin-bottom:12px;color:var(--color-white)}.filosofia-body{color:var(--color-grey-300);font-size:.9375rem;line-height:1.7}.filosofia-body p{margin-bottom:8px}.filosofia-body p:last-child{margin-bottom:0}.filosofia-body em{font-style:normal;color:var(--color-indigo);font-weight:500}@media (max-width:767px){.filosofia-item{grid-template-columns:1fr;gap:16px}.filosofia-number{font-size:2rem}}.approach-item-container{grid-column:span 6;margin-bottom:64px}.divider{height:1px;background:var(--color-grey-600);width:100%}.split-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:80px 0}.split-container.reverse{direction:rtl}.split-container.reverse>*{direction:ltr}.split-container.midpage{padding:40px 0}.image-container{position:relative}.image-container>img:not(.split-section-graphic-element){width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;display:block}.split-section-graphic-element{position:absolute;bottom:-20px;right:-20px;width:48px!important;height:auto!important;z-index:2;pointer-events:none}.split-section-content-container{padding:24px 0}.button{display:inline-block;padding:12px 32px;background:var(--color-ink);color:var(--color-white);text-decoration:none;font-size:.875rem;border:1px solid var(--color-ink);transition:all .2s ease}.button:hover{background:var(--color-indigo);border-color:var(--color-indigo)}.team{gap:32px}.team>div{grid-column:span 6}.team-member-image-container{width:100%;aspect-ratio:2/3;overflow:hidden;margin-bottom:24px}.team-member-image{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.email-link{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:1rem;transition:color .2s ease}.email-link,.email-link:hover{color:var(--color-indigo)}.email-link-icon{width:14px;height:14px}.email-link-icon.large-icon{width:20px;height:20px}.newsletter-container{background:var(--color-grey-100);padding:80px 48px;text-align:center;position:relative}.newsletter-container .graphic-element{position:absolute;top:24px;left:24px}.newsletter-container .graphic-element.left-aligned{left:24px}.text-field{padding:12px 20px;border:1px solid var(--color-grey-300);font-size:.875rem;width:300px;max-width:100%;outline:none;transition:border-color .2s ease}.text-field:focus{border-color:var(--color-indigo)}.submit-button{padding:12px 32px;background:var(--color-ink);color:var(--color-white);border:none;font-size:.875rem;cursor:pointer;transition:background .2s ease}.submit-button:hover{background:var(--color-indigo)}.error-message,.success-message{display:none;padding:12px;margin-top:16px}.footer-expediente{background:var(--color-carbon);color:var(--color-white);padding-top:80px}.footer-expediente-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;padding:0 0 64px}.footer-expediente-grid>div{grid-column:span 2}.footer-expediente-grid>.footer-expediente-brand{grid-column:span 6}.footer-expediente-logo-link{display:inline-block;margin-bottom:32px}.footer-expediente-logo{display:block;width:min(260px,72vw);height:auto;filter:brightness(0) invert(1)}.footer-expediente-headline{max-width:15ch;margin:0 0 32px;color:var(--color-white);font-size:clamp(2rem,3vw,2.8rem);font-weight:900;letter-spacing:-.04em;line-height:.9}.footer-expediente-email{display:inline-flex;align-items:center;gap:12px;padding-bottom:4px;color:var(--color-white);font-size:1.15rem;text-decoration:none;border-bottom:1px solid var(--color-grey-500);transition:border-color .2s ease,color .2s ease}.footer-expediente-email:hover{border-color:var(--color-indigo);color:var(--color-white)}.footer-expediente-label{margin:0 0 16px;color:var(--color-grey-300);font-size:.72rem;font-weight:900;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}.footer-link{display:block;color:var(--color-grey-400);font-size:.875rem;text-decoration:none;padding:4px 0;transition:color .2s ease}.footer-link:hover{color:var(--color-indigo)}.footer-text{margin:0 0 12px;color:var(--color-grey-400);font-size:.875rem;line-height:1.6}.subfooter{display:flex;justify-content:flex-start;align-items:center;padding:24px 0;border-top:1px solid hsla(0,0%,100%,.1)}.subfooter-link{font-size:.875rem;color:var(--color-grey-400);text-decoration:none}.subfooter-link:hover{color:var(--color-indigo)}.subfooter-links{display:flex;gap:24px}.footer-expediente-copyright{margin:0;color:var(--color-grey-500);font-size:.875rem}.blog .uui-page-padding,.blog_post_page .uui-page-padding{padding:120px 9.5vw 80px}.uui-container-large,.uui-container-large-3{max-width:80rem;margin:0 auto}.uui-padding-vertical-xhuge,.uui-padding-vertical-xhuge-3{padding-top:64px;padding-bottom:64px}.uui-max-width-large{max-width:48rem}.uui-heading-large{font-size:2.5rem;line-height:1.2;font-weight:400;letter-spacing:-.025rem;margin:16px 0}.uui-heading-small,.uui-heading-xsmall,.uui-heading-xsmall-3{font-size:1.25rem;line-height:1.3;font-weight:400;margin:8px 0}.uui-text-size-large,.uui-text-size-medium,.uui-text-size-medium-3{font-size:1rem;color:var(--color-grey-600);line-height:1.6}.uui-text-size-small{font-size:.875rem;color:var(--color-grey-500)}.uui-blog03_featured-item{grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.uui-blog03_image-wrapper-2,.uui-blog03_image-wrapper.is-featured{overflow:hidden;aspect-ratio:16/10}.uui-blog03_image,.uui-blog03_image-2{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uui-blog03_category-link{display:inline-block;font-size:.875rem;color:var(--color-indigo);text-decoration:none;margin-bottom:8px}.uui-blog03_title-link{text-decoration:none;color:var(--color-ink)}.uui-blog03_author-wrapper,.uui-blog07_author-wrapper-2{display:flex;align-items:center;gap:12px;margin-top:16px}.uui-blog03_author-image-wrapper,.uui-blog07_author-image-wrapper-2{width:32px;height:32px;border-radius:50%;overflow:hidden}.uui-blog03_author-image,.uui-blog07_author-image-2{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uui-blog03_author-heading,.uui-blog07_author-heading-2{font-size:.875rem;font-weight:500}.uui-blog03_date-wrapper,.uui-blog07_date-wrapper-2{display:flex;align-items:center;gap:8px}.uui-text-divider{color:var(--color-grey-400)}.uui-blog03_list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.uui-blog03_item,.uui-blog07_item-3{border:1px solid var(--color-grey-200);padding:24px;transition:box-shadow .2s ease,border-color .2s ease}.uui-blog03_item:hover,.uui-blog07_item-3:hover{border-color:var(--color-indigo);box-shadow:0 24px 48px -12px rgba(16,24,40,.18)}.uui-blog03_image-wrapper{overflow:hidden;aspect-ratio:16/10;margin-bottom:16px}.uui-blog03_category-menu{display:flex;gap:16px;margin-bottom:32px;border-bottom:1px solid var(--color-grey-200);padding-bottom:16px;overflow-x:auto}.uui-blog03_menu-link{font-size:.875rem;color:var(--color-grey-500);text-decoration:none;padding:8px 16px;white-space:nowrap;transition:color .2s ease}.uui-blog03_menu-link.w--current,.uui-blog03_menu-link:hover,.uui-blog07_menu-link-2.w--current{color:var(--color-indigo)}.uui-blogpost03_header{display:grid;gap:24px}.uui-blogpost03_breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px}.uui-breadcrumb-link{font-size:.875rem;color:var(--color-grey-500);text-decoration:none}.uui-breadcrumb-link:hover{color:var(--color-indigo)}.uui-blogpost03_content-top{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.uui-blogpost03_author-wrapper,.uui-blogpost03_share-wrapper{display:flex;align-items:center;gap:12px}.uui-blogpost03_share-heading{font-size:.875rem;color:var(--color-grey-500)}.uui-blogpost03_share{display:grid;grid-template-columns:repeat(4,auto);gap:8px}.uui-blogpost03_image-wrapper{overflow:hidden;aspect-ratio:21/9;margin:32px 0}.uui-blogpost03_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uui-blogpost03_content{padding:0 0 48px}.uui-text-rich-text h1,.uui-text-rich-text h2,.uui-text-rich-text h3,.uui-text-rich-text h4{font-weight:400;margin:32px 0 16px;letter-spacing:-.025rem}.uui-text-rich-text h1{font-size:1.75rem}.uui-text-rich-text h2{font-size:1.5rem}.uui-text-rich-text h3{font-size:1.25rem}.uui-text-rich-text h4{font-size:1.125rem}.uui-text-rich-text p{font-size:1rem;line-height:1.8;margin:0 0 16px;color:var(--color-grey-600)}.uui-text-rich-text strong{font-weight:500}.uui-text-rich-text em{font-style:italic}.uui-text-rich-text ol,.uui-text-rich-text ul{margin:16px 0;padding-left:24px}.uui-text-rich-text ol{list-style:decimal}.uui-text-rich-text ul{list-style:disc}.uui-text-rich-text li{margin-bottom:8px;color:var(--color-grey-600)}.uui-blog07_component-2{display:grid;grid-template-columns:240px 1fr;gap:48px}.uui-blog07_category-menu-2{display:flex;flex-direction:column;gap:8px}.uui-blog07_category-heading-2,.uui-blog07_category-heading-3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-grey-500);margin-bottom:16px}.uui-blog07_menu-link-2{font-size:.875rem;color:var(--color-grey-600);text-decoration:none;padding:8px 0;transition:color .2s ease}.uui-blog07_menu-link-2:hover{color:var(--color-indigo)}.uui-blog07_item-3{margin-bottom:24px}.uui-blog07_image-wrapper-2{overflow:hidden;aspect-ratio:16/10;margin-bottom:16px}.uui-blog07_image-2{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.w-dyn-empty{text-align:center;padding:48px;color:var(--color-grey-400)}.error-page{display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center;flex-direction:column;gap:24px}.error-page h2{font-size:2rem;font-weight:400}.fade-in,.fade-in-100ms,.fade-in-200ms,.fade-in-300ms{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}body.fade-init .fade-in,body.fade-init .fade-in-100ms,body.fade-init .fade-in-200ms,body.fade-init .fade-in-300ms{opacity:0;transform:translateY(20px)}body.fade-init .fade-in-100ms{transition-delay:.1s}body.fade-init .fade-in-200ms{transition-delay:.2s}body.fade-init .fade-in-300ms{transition-delay:.3s}body.fade-init .fade-in-100ms.visible,body.fade-init .fade-in-200ms.visible,body.fade-init .fade-in-300ms.visible,body.fade-init .fade-in.visible{opacity:1;transform:translateY(0)}@media (max-width:991px){.nav-container{padding:0 32px}.nav-links{display:none}.menu-button{display:flex}.nav-links.mobile-open{display:flex;position:absolute;top:80px;left:0;right:0;background:#fff;flex-direction:column;padding:24px 32px;gap:16px;border-bottom:1px solid var(--color-grey-200)}.navbar-text-container{display:none}.hero-content-container{grid-template-columns:1fr}.hero-text-container{max-width:none}.hero-copy-row{grid-template-columns:92px minmax(0,1fr)}.hero-image{width:100%;height:44vh;min-height:320px;opacity:.42}.scroll-down{transform:none;bottom:-36px}.numbers-grid>div{grid-column:span 6}.approach-item-container,.team>div,.usp-container{grid-column:span 12}.footer-expediente-grid>div{grid-column:span 6}.split-container,.uui-blog03_featured-item{grid-template-columns:1fr}.uui-blog03_list{grid-template-columns:1fr 1fr}.uui-blog07_component-2{grid-template-columns:1fr}.deliverable-container{width:100%}}.uui-blogpost03_content-bottom{display:grid;gap:2rem;margin-top:3rem}.uui-blogpost03_tag-list-wrapper{margin-top:.5rem}.uui-blogpost03_tag-list{display:flex;flex-wrap:wrap;gap:.75rem}.uui-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none}.uui-badge.is-primary{color:var(--color-white);background:var(--color-indigo)}.uui-badge.is-gray{color:var(--color-ink);background:var(--color-grey-100);border:1px solid var(--color-grey-200)}.uui-blogpost03_divider{height:1px;background:var(--color-grey-200);width:100%}.uui-blogpost03_author-wrapper.content-bottom{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;padding:1.5rem;border:1px solid var(--color-grey-200);border-radius:1.25rem;background:var(--color-white)}.uui-blogpost03_author-heading,.uui-blogpost03_author-heading-bottom{color:var(--color-ink);font-weight:600;text-decoration:none}.uui-blogpost03_author-heading-bottom:hover,.uui-blogpost03_author-heading:hover{color:var(--color-indigo)}.uui-button-secondary-gray{border:1px solid var(--color-grey-200);background:var(--color-white);color:var(--color-ink);border-radius:999px;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.uui-button-secondary-gray:hover{border-color:var(--color-indigo);color:var(--color-indigo);transform:translateY(-1px)}.is-button-small.icon-only{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0}.copy-status{display:block;min-height:1.25rem;font-size:.875rem;color:var(--color-indigo);margin-top:.5rem}.uui-blogsection12_component{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;margin-top:2.5rem}.uui-blogsection12_mask{overflow:hidden}.uui-blogsection12_list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,33%);gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.uui-blogsection12_list::-webkit-scrollbar{display:none}.uui-blogsection12_item{scroll-snap-align:start;display:grid;gap:1rem}.uui-blogsection12_image{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;display:block}.uui-blogsection12_category-link,.uui-blogsection12_title-link{color:var(--color-ink);text-decoration:none}.uui-blogsection12_title-link{display:flex;justify-content:space-between;gap:1rem}.uui-blogsection12_category-link{color:var(--color-indigo);font-weight:600}.uui-blogsection12_author-wrapper{display:flex;align-items:center;gap:.75rem}.uui-blogsection12_author-image{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.uui-blogsection12_date-wrapper{display:flex;gap:.5rem;color:var(--color-grey-500)}.uui-blogsection12_arrow{border:1px solid var(--color-grey-200);border-radius:999px;width:3rem;height:3rem;background:var(--color-white);color:var(--color-ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.uui-blogsection12_slide-nav{grid-column:1/-1;display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.w-slider-dot{background-color:#f2f4f7;width:.625rem;height:.625rem;border-radius:999px;display:inline-block}.w-slider-dot.w-active{background-color:var(--color-indigo)}.author-hero{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.author-hero-image{width:100%;aspect-ratio:3/4;border-radius:1.25rem}.author-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.author-bio-full{margin-top:4rem}.author-posts{background:var(--color-grey-100)}.w-dyn-empty{grid-column:1/-1;padding:2rem;border:1px solid var(--color-grey-200);border-radius:1rem;color:var(--color-grey-600);background:var(--color-white)}.insights-dossier-page .navbar{background:hsla(0,5%,7%,.94);border-bottom-color:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.insights-dossier-page .nav-logo img{filter:brightness(0) invert(1)}.insights-dossier-page .nav-link,.insights-dossier-page .navbar-text{color:hsla(0,0%,100%,.76)}.insights-dossier-page .nav-link:hover{color:#fff}.insights-dossier-page .nav-link.primary{border-color:hsla(0,0%,100%,.44);color:#fff}.insights-dossier-page .nav-link.primary:hover{background:#fff;color:var(--color-ink)}.insights-dossier{--dossier-carbon:#141212;--dossier-carbon-2:#211e20;--dossier-ink:#231f20;--dossier-muted:hsla(0,0%,100%,.66);--dossier-line:hsla(0,0%,100%,.16);background:var(--dossier-carbon);color:var(--color-white);overflow:hidden}.insights-dossier-shell{width:min(1200px,calc(100vw - 48px));margin-inline:auto}.insights-dossier-hero{padding:clamp(7rem,11vw,10rem) 0 clamp(2.5rem,5vw,4rem);background:radial-gradient(circle at 80% 18%,rgba(72,92,199,.26),transparent 34%),linear-gradient(180deg,var(--dossier-carbon),var(--dossier-carbon-2))}.insights-dossier-split{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);gap:clamp(2rem,5vw,4.75rem);align-items:end}.insights-dossier-kicker{display:flex;align-items:center;gap:.625rem;color:#bfc8ff;font-size:.75rem;font-weight:900;letter-spacing:.14em;line-height:1;text-transform:uppercase}.insights-dossier-kicker span,.insights-dossier-kicker:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:var(--color-indigo)}.insights-dossier-kicker span{display:none}.insights-dossier-intro h1{max-width:11ch;margin:1.35rem 0 1.2rem;color:#fff;font-size:clamp(3.6rem,7.4vw,5.8rem);font-weight:900;line-height:.88;letter-spacing:-.078em}.insights-dossier-intro p{max-width:32rem;margin:0 0 1.8rem;color:var(--dossier-muted);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.35}.insights-dossier-cta{display:inline-flex;align-items:center;min-height:2.75rem;padding:0 1.15rem;border-radius:999px;background:var(--color-indigo);color:#fff;font-size:.9rem;font-weight:800;transition:transform .22s ease,background .22s ease}.insights-dossier-cta:hover{background:#5e70df;transform:translateY(-2px)}.insights-dossier-hero.is-compact{padding-bottom:clamp(1.75rem,4vw,2.75rem)}.insights-dossier-hero.is-compact .insights-dossier-intro h1{max-width:14ch}.insights-dossier-feature{display:block;padding:.875rem;border-radius:1.75rem;background:#fff;color:var(--dossier-ink);box-shadow:0 34px 90px rgba(0,0,0,.28)}.insights-dossier-feature-image{display:block;overflow:hidden;border-radius:1.125rem}.insights-dossier-feature-image img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.insights-dossier-feature:hover .insights-dossier-feature-image img{transform:scale(1.035)}.insights-dossier-feature-copy{display:grid;gap:.9rem;padding:1.4rem}.insights-dossier-tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.insights-dossier-tag{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:0 .75rem;border-radius:999px;background:rgba(72,92,199,.1);color:var(--color-indigo);font-size:.75rem;font-weight:900}.insights-dossier-tag.muted{color:var(--dossier-ink);background:#f2f2f2}.insights-dossier-row-title,.insights-dossier-title-link{color:inherit;text-decoration:none}.insights-dossier-title-link{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.insights-dossier-title-link h2{margin:0;max-width:12ch;font-size:clamp(2rem,4vw,2.4rem);line-height:1.04;letter-spacing:-.06em;font-weight:900}.insights-dossier-row-arrow,.insights-dossier-title-link span{flex:0 0 auto;font-size:1.55rem;line-height:1;transition:transform .22s ease;animation:dossier-arrow-nudge 2.6s cubic-bezier(.2,.8,.2,1) infinite}.insights-dossier-feature:hover .insights-dossier-title-link span,.insights-dossier-row:hover .insights-dossier-row-arrow{animation:none;transform:translate(6px,-6px) rotate(6deg)}@keyframes dossier-arrow-nudge{0%,76%,to{transform:translate(0)}84%{transform:translate(4px,-4px)}92%{transform:translate(0)}}.insights-dossier-feature-copy p{margin:0;color:#535766;line-height:1.5}.insights-dossier-author-line,.insights-dossier-row-author,.insights-dossier-row-meta{display:flex;align-items:center;gap:.65rem;min-width:0}.insights-dossier-author-line{flex-wrap:wrap;font-weight:800}.insights-dossier-author-line img,.insights-dossier-row-author img{width:2.375rem;height:2.375rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.insights-dossier-author-line span,.insights-dossier-row-meta{color:#666a75;font-size:.82rem;font-weight:700}.insights-dossier-library{padding:clamp(2rem,4vw,3rem) 0 clamp(4.5rem,8vw,6rem);background:var(--dossier-carbon)}.insights-dossier-filter-bar{display:grid;grid-template-columns:1fr repeat(4,auto);margin-bottom:1.75rem}.insights-dossier-filter-label{color:hsla(0,0%,100%,.48);font-size:.8125rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.insights-dossier-filter{display:inline-flex;align-items:center;padding:0 1rem;border:1px solid var(--dossier-line);border-radius:999px;color:hsla(0,0%,100%,.76);font-weight:900;white-space:nowrap;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease}.insights-dossier-filter:hover{transform:translateY(-1px);border-color:hsla(0,0%,100%,.36);color:#fff}.insights-dossier-filter.active{background:#fff;color:var(--dossier-ink);border-color:#fff}.insights-dossier-list{display:grid;grid-template-columns:1fr;gap:1px;overflow:hidden;border:1px solid var(--dossier-line);border-radius:1.5rem;background:var(--dossier-line)}.insights-dossier-row{display:grid;grid-template-columns:10.625rem minmax(0,1fr) minmax(10rem,13rem) 2.625rem;gap:1.5rem;align-items:center;min-height:13.5rem;padding:1.25rem;background:var(--dossier-carbon-2);color:#fff}.insights-dossier-row-image{display:block;overflow:hidden;border-radius:.875rem}.insights-dossier-row-image img{width:10.625rem;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;transition:transform .45s ease}.insights-dossier-row:hover .insights-dossier-row-image img{transform:scale(1.04)}.insights-dossier-row-copy{min-width:0}.insights-dossier-row-copy h3{margin:.65rem 0 .5rem;max-width:18ch;color:#fff;font-size:clamp(1.65rem,3vw,1.9rem);font-weight:900;line-height:1.08;letter-spacing:-.045em}.insights-dossier-row-copy p{max-width:42rem;margin:0;color:hsla(0,0%,100%,.62);line-height:1.45}.insights-dossier-row-meta{margin-top:.75rem;color:hsla(0,0%,100%,.48)}.insights-dossier-row-author{justify-content:flex-start;color:#fff;font-weight:800;text-decoration:none}.insights-dossier-row-author span{white-space:nowrap}.insights-dossier-row-arrow{color:#fff;text-align:center;text-decoration:none}.insights-dossier .w-dyn-empty{border-color:var(--dossier-line);background:var(--dossier-carbon-2);color:hsla(0,0%,100%,.72)}.insights-featured-list{width:100%;margin-top:clamp(3rem,7vw,6rem);margin-bottom:clamp(3rem,6vw,5rem)}.insights-featured-list .w-dyn-items{width:100%}.uui-blog03_featured-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);gap:clamp(2rem,5vw,5rem);align-items:center}.uui-blog03_featured-image{width:100%;aspect-ratio:16/10.4;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;display:block}.uui-blog03_featured-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.uui-blog03_title-link.is-featured{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.uui-heading-small{font-size:clamp(1.75rem,3vw,1.875rem);line-height:1.4;letter-spacing:-.02em;font-weight:600;margin:0;color:var(--color-ink)}.uui-blog03_category-menu{margin-bottom:3rem}.text-block-5,.text-block-6,.text-block-7,.text-block-8,.uui-badge,.uui-blog03_category-link,.uui-blog03_menu-link,.uui-blogpost03_breadcrumb a,.uui-blogsection12_category-link{font-weight:600}.uui-blog03_list{align-items:stretch}.uui-blog03_list>.w-col,.uui-blog03_list>.w-dyn-item{display:flex}.uui-blog03_item{display:flex;flex-direction:column;width:100%;height:100%}.uui-blog03_item .uui-blog03_title-link{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.uui-blog03_item .uui-heading-xsmall,.uui-blogsection12_item .uui-heading-xsmall{min-height:4.2rem}.insight-card-excerpt,.uui-blog03_item>.uui-text-size-medium,.uui-blogsection12_item>.uui-text-size-medium{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:4.75rem}.uui-blog03_author-wrapper,.uui-blogsection12_author-wrapper{margin-top:auto;flex-shrink:0}.uui-blog03_author-image-wrapper,.uui-blogsection12_author-image-wrapper{flex:0 0 auto}.uui-blog03_author-heading,.uui-blogsection12_author-heading{white-space:nowrap;font-weight:600}.uui-blog03_author-text,.uui-blogsection12_author-text{min-width:0}.lastest_post{margin-top:clamp(-13rem,-15vw,-11rem)}.lastest_post .uui-padding-vertical-xhuge{padding-top:0}.lastest_post .uui-blogsection12_component{margin-top:1.5rem}.uui-blogsection12_item{min-height:100%;padding-bottom:.25rem}.uui-blogsection12_arrow{transition:transform .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease}.uui-blogsection12_arrow .uui-button-icon{transition:transform .22s ease}.uui-blogsection12_arrow:hover{transform:translateY(-2px) scale(1.04);border-color:var(--color-indigo);color:var(--color-indigo);box-shadow:0 10px 24px rgba(35,31,32,.08)}.uui-blogsection12_arrow.is-moving{transform:translateY(-1px) scale(.96)}.uui-blogsection12_arrow:hover .uui-button-icon{transform:translateX(3px)}.uui-blogsection12_arrow.left:hover .uui-button-icon{transform:translateX(-3px)}.author-hero{grid-template-columns:minmax(150px,230px) 1fr;align-items:start}.author-hero-image-wrapper{max-width:230px;width:100%}.author-hero-image{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border-radius:999px}@media (max-width:767px){.nav-container,.section{padding:0 24px}.hero-section{padding:104px 24px 80px}.hero-text-container{padding:30px 0}.hero-text-container h1{font-size:clamp(3rem,15vw,5.2rem);letter-spacing:-.07em}.hero-copy-row{grid-template-columns:1fr;gap:22px}.hero-mark{width:54px}.hero-image{height:100%;min-height:0;opacity:.34}.uui-blog03_list{grid-template-columns:1fr}.footer-expediente-grid>div{grid-column:span 12}.uui-blog03_content-top{flex-direction:column;align-items:flex-start;gap:16px}.uui-blogpost03_share-wrapper{width:100%;justify-content:flex-start}.newsletter-container{padding:48px 24px}.uui-blogsection12_component{grid-template-columns:1fr}.uui-blogsection12_arrow{display:none}.uui-blogsection12_list{grid-auto-columns:88%}.uui-blog03_featured-item{grid-template-columns:1fr}.insights-featured-list{margin-top:3rem;margin-bottom:3rem}.insights-dossier-shell{width:min(100%,calc(100vw - 32px))}.insights-dossier-page .menu-button .line,.post-expediente-page .menu-button .line{background:#fff}.insights-dossier-hero{padding-top:7rem}.insights-dossier-row,.insights-dossier-split{grid-template-columns:1fr}.insights-dossier-intro h1{font-size:clamp(4rem,20vw,5.5rem)}.insights-dossier-filter-bar{display:flex;flex-wrap:wrap;overflow-x:auto;padding-bottom:.75rem}.insights-dossier-filter-label{flex:0 0 100%}.insights-dossier-row{gap:1rem;min-height:0}.insights-dossier-row-image img{width:100%}.insights-dossier-row-author{display:none}.insights-dossier-row-arrow{justify-self:start}.author-hero{grid-template-columns:1fr}.author-hero-image-wrapper{max-width:176px}.uui-blogpost03_author-wrapper.content-bottom{grid-template-columns:1fr}}.insights-dossier-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem}.insights-dossier-filter-label{margin-right:auto}.insights-dossier-filter{justify-content:center;box-sizing:border-box;min-height:2.625rem;line-height:1}.insights-dossier-page .nav-links.mobile-open,.post-expediente-page .nav-links.mobile-open{background:hsla(0,5%,7%,.98);border-bottom-color:hsla(0,0%,100%,.12);box-shadow:0 24px 48px rgba(0,0,0,.28)}.insights-dossier-page .nav-links.mobile-open .nav-link,.post-expediente-page .nav-links.mobile-open .nav-link{color:hsla(0,0%,100%,.86)}.insights-dossier-page .nav-links.mobile-open .nav-link.primary,.post-expediente-page .nav-links.mobile-open .nav-link.primary{border-color:hsla(0,0%,100%,.44);color:#fff}.menu-button{position:relative;z-index:1002}@media (max-width:767px){.section.filosofia-dark,.section.usp-section-dark{padding:72px 24px}.footer-expediente{padding-top:72px}.footer-expediente-grid{row-gap:36px;padding-bottom:48px}.subfooter{align-items:flex-start;flex-direction:column;gap:16px}.insights-dossier{overflow:visible}.insights-dossier-hero{padding:6.75rem 0 3rem;overflow:visible}.insights-dossier-hero.is-compact{padding-bottom:2.5rem}.insights-dossier-intro h1{max-width:100%;font-size:clamp(3rem,15vw,4.6rem);line-height:.96;letter-spacing:-.065em}.insights-dossier-intro p{font-size:1.05rem}.insights-featured-list{margin-top:2.5rem;margin-bottom:2.5rem}.insights-dossier-filter-bar{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1.25rem;overflow:visible;padding:0}.insights-dossier-filter-label{display:flex;align-items:center;flex:0 0 100%;min-height:2.25rem;margin-right:0}.insights-dossier-filter{flex:0 0 auto;min-height:2.75rem;padding:0 1rem}.insights-dossier-list{gap:.9rem;overflow:visible;border:0;border-radius:0;background:transparent}.insights-dossier-row{gap:1.1rem;padding:1rem;border:1px solid var(--dossier-line);border-radius:1.25rem}.insights-dossier-row-copy h3{max-width:100%;font-size:clamp(1.45rem,8vw,1.85rem)}.insights-dossier-row-meta{align-items:flex-start;flex-wrap:wrap;line-height:1.35}}@media (max-width:480px){.insights-dossier-shell{width:min(100%,calc(100vw - 28px))}.insights-dossier-hero{padding-top:6.25rem}.insights-dossier-intro h1{font-size:clamp(2.65rem,13.5vw,3.75rem)}.insights-dossier-feature-copy{padding:1rem}}.post-expediente-page{color:#fff}.post-expediente-page .post-expediente{background:#171516}.post-expediente-page .newsletter-dossier{color:var(--color-ink)}.post-expediente-page .navbar{background:hsla(0,5%,7%,.94);border-bottom-color:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.post-expediente-page .nav-logo img{filter:brightness(0) invert(1)}.post-expediente-page .nav-link,.post-expediente-page .navbar-text{color:hsla(0,0%,100%,.76)}.post-expediente-page .nav-link:hover{color:#fff}.post-expediente-page .nav-link.primary{border-color:hsla(0,0%,100%,.44);color:#fff}.post-expediente-page .nav-link.primary:hover{background:#fff;color:var(--color-ink)}.post-expediente{--post-carbon:#161415;--post-carbon-deep:#0f0e0f;--post-carbon-soft:#1d1a1c;--post-paper:#f8f2e9;--post-paper-2:#fffaf2;--post-ink:#231f20;--post-muted:hsla(0,0%,100%,.66);--post-line:hsla(0,0%,100%,.14);--post-paper-line:#ded2c5;background:var(--post-carbon);color:#fff;overflow:hidden}.post-expediente-shell{width:min(1280px,calc(100vw - 48px));margin-inline:auto}.post-expediente-hero{padding:clamp(5.5rem,9vw,8rem) 0 0;background:radial-gradient(circle at 84% 10%,rgba(72,92,199,.28),transparent 32rem),radial-gradient(circle at 2% 18%,hsla(0,0%,100%,.08),transparent 24rem),linear-gradient(180deg,var(--post-carbon),var(--post-carbon-soft))}.post-expediente-case-grid{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);min-height:720px;border:1px solid var(--post-line);border-bottom:0;border-radius:2rem 2rem 0 0;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.28)}.post-expediente-file{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(1.35rem,2.3vw,2rem);background:rgba(15,14,15,.94);border-right:1px solid var(--post-line)}.post-expediente-breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;color:hsla(0,0%,100%,.56);font-size:.72rem;font-weight:900;letter-spacing:.12em;line-height:1.45;text-transform:uppercase}.post-expediente-breadcrumb a{color:inherit;text-decoration:none}.post-expediente-breadcrumb a:hover{color:#fff}.post-expediente-number{margin-top:2.25rem;color:#fff;font-size:clamp(4.6rem,9vw,7.2rem);font-weight:900;line-height:.78;letter-spacing:-.09em}.post-expediente-file p{max-width:17rem;margin:1.35rem 0 0;color:hsla(0,0%,100%,.62);font-size:.98rem;line-height:1.58}.post-expediente-mini-label{margin-bottom:.75rem;color:hsla(0,0%,100%,.55);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.post-expediente-bottom-share .uui-blogpost03_share-wrapper,.post-expediente-side-actions .uui-blogpost03_share-wrapper{display:grid;justify-items:start;gap:.7rem}.post-expediente-bottom-share .uui-blogpost03_share-heading,.post-expediente-side-actions .uui-blogpost03_share-heading{display:none}.post-expediente-bottom-share .uui-blogpost03_share,.post-expediente-side-actions .uui-blogpost03_share{display:flex;gap:.5rem}.post-expediente-bottom-share .uui-button-secondary-gray,.post-expediente-side-actions .uui-button-secondary-gray{border-color:hsla(0,0%,100%,.22);background:transparent;color:#fff}.post-expediente-bottom-share .uui-button-secondary-gray:hover,.post-expediente-side-actions .uui-button-secondary-gray:hover{border-color:var(--color-indigo);background:var(--color-indigo);color:#fff;transform:translateY(-2px)}.post-expediente-main{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(2rem,5vw,5rem);background:rgba(29,26,28,.84)}.post-expediente-kicker{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:clamp(1.2rem,2vw,2rem)}.post-expediente-chip{display:inline-flex;align-items:center;min-height:2rem;padding:0 .8rem;border:1px solid rgba(191,200,255,.4);border-radius:999px;color:#d8ddff;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,background .18s ease}.post-expediente-chip.muted{color:hsla(0,0%,100%,.72);border-color:hsla(0,0%,100%,.18)}.post-expediente-chip:hover{background:var(--color-indigo);border-color:var(--color-indigo);color:#fff;transform:translateY(-1px)}.post-expediente-main h1{max-width:10.5ch;margin:0;color:#fff;font-size:clamp(3.2rem,7.5vw,7.5rem);font-weight:900;line-height:.84;letter-spacing:-.085em;text-wrap:balance}.post-expediente-dek{max-width:48rem;margin:clamp(1.2rem,2vw,1.6rem) 0 0;color:hsla(0,0%,100%,.7);font-size:clamp(1.12rem,2vw,1.38rem);line-height:1.46}.post-expediente-author-row{margin-top:1.65rem}.post-expediente-author{display:inline-flex;align-items:center;gap:.85rem;color:#fff;text-decoration:none}.post-expediente-author img{width:54px;height:54px;border-radius:999px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border:1px solid hsla(0,0%,100%,.22)}.post-expediente-author span{display:grid;gap:.2rem}.post-expediente-author strong{font-weight:900;white-space:nowrap}.post-expediente-author small{color:hsla(0,0%,100%,.58);font-size:.88rem}.post-expediente-photo{margin:clamp(2rem,4vw,2.8rem) 0 0;height:clamp(270px,36vw,440px);border:1px solid var(--post-line);border-radius:1.55rem;overflow:hidden;background:#111}.post-expediente-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.9) contrast(1.03)}.post-expediente-reading{background:var(--post-paper);color:var(--post-ink);padding:clamp(3rem,6vw,5rem) 0}.post-expediente-reading-grid{display:grid;grid-template-columns:minmax(0,820px) minmax(280px,340px);gap:clamp(2rem,5vw,4rem);align-items:start}.post-expediente-article{min-width:0;padding:clamp(1.25rem,3vw,2.4rem);border:1px solid rgba(35,31,32,.1);border-radius:1.55rem;background:rgba(255,250,242,.66)}.post-expediente-richtext{color:var(--post-ink)}.post-expediente-richtext>h1:first-child{display:none}.post-expediente-richtext h1,.post-expediente-richtext h2,.post-expediente-richtext h3,.post-expediente-richtext h4{margin:2.65rem 0 1rem;color:var(--post-ink);font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.04em;line-height:1.03}.post-expediente-richtext h1{font-size:clamp(2.2rem,4vw,3.3rem)}.post-expediente-richtext h2{font-size:clamp(1.9rem,3vw,2.65rem)}.post-expediente-richtext h3{font-size:clamp(1.45rem,2.4vw,2rem)}.post-expediente-richtext li,.post-expediente-richtext p{color:#3a3435;font-size:clamp(1rem,1.4vw,1.08rem);line-height:1.86}.post-expediente-richtext p{margin:0 0 1.25rem}.post-expediente-richtext strong{font-weight:800}.post-expediente-richtext ol,.post-expediente-richtext ul{margin:1rem 0 1.5rem;padding-left:1.45rem}.post-expediente-richtext ol{list-style:decimal}.post-expediente-richtext ul{list-style:disc}.post-expediente-content-bottom{display:grid;gap:1.5rem;margin-top:clamp(2.5rem,5vw,4rem);padding-top:2rem;border-top:1px solid var(--post-paper-line)}.post-expediente-content-bottom .uui-blogpost03_tag-list{gap:.55rem}.post-expediente-content-bottom .uui-badge.is-primary{background:var(--color-indigo);color:#fff}.post-expediente-content-bottom .uui-badge.is-gray{background:#efe5d8;color:var(--post-ink);border-color:#d9c8b6}.post-expediente-content-bottom .uui-blogpost03_author-wrapper.content-bottom{border-color:#d9c8b6;background:#fffaf2}.post-expediente-sticky{position:sticky;top:5.5rem;display:grid;gap:1rem;padding:1.1rem;border:1px solid #d8cbbb;border-radius:1.45rem;background:#fffaf2;box-shadow:0 24px 60px rgba(35,31,32,.08)}.post-expediente-author-card{display:grid;grid-template-columns:74px 1fr;gap:1rem;align-items:start;color:var(--post-ink);text-decoration:none}.post-expediente-author-card img{width:74px;height:74px;border-radius:999px;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.post-expediente-author-card span{display:grid;gap:.5rem}.post-expediente-author-card strong{font-weight:900;line-height:1.1}.post-expediente-author-card small{color:#6c625b;font-size:.88rem;line-height:1.5}.post-expediente-sticky-meta{display:grid;grid-template-columns:1fr auto;gap:.65rem 1rem;padding:1rem 0;border-top:1px solid var(--post-paper-line);border-bottom:1px solid var(--post-paper-line)}.post-expediente-sticky-meta span{color:#7a7069;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.post-expediente-sticky-meta strong{font-size:.9rem;font-weight:900}.post-expediente-sticky-links{display:grid}.post-expediente-sticky-links a{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--post-paper-line);color:var(--post-ink);font-weight:800;line-height:1.2;text-decoration:none}.post-expediente-sticky-links a:last-child{border-bottom:0}.post-expediente-sticky-links a span{flex:0 0 auto;animation:dossier-arrow-nudge 2.6s cubic-bezier(.2,.8,.2,1) infinite;transition:transform .22s ease}.post-expediente-sticky-links a:hover{color:var(--color-indigo)}.post-expediente-sticky-links a:hover span{animation:none;transform:translate(5px,-5px) rotate(6deg)}.post-expediente-page .lastest_post{margin-top:0;background:#151314;color:#fff}.post-expediente-page .lastest_post .text-s,.post-expediente-page .lastest_post .uui-blogsection12_author-heading,.post-expediente-page .lastest_post .uui-blogsection12_title-link,.post-expediente-page .lastest_post .uui-heading-medium,.post-expediente-page .lastest_post .uui-heading-xsmall,.post-expediente-page .lastest_post .uui-text-size-large{color:#fff}.post-expediente-page .lastest_post .uui-blogsection12_date-wrapper,.post-expediente-page .lastest_post .uui-text-size-medium,.post-expediente-page .lastest_post .uui-text-size-small{color:hsla(0,0%,100%,.62)}.post-expediente-page .lastest_post .uui-blogsection12_item{padding:.75rem;border:1px solid hsla(0,0%,100%,.12);border-radius:1.2rem;background:hsla(0,0%,100%,.04)}.post-expediente-page .lastest_post .uui-blogsection12_arrow{border-color:hsla(0,0%,100%,.18);background:transparent;color:#fff}@media (max-width:1080px){.post-expediente-case-grid,.post-expediente-reading-grid{grid-template-columns:1fr}.post-expediente-file{border-right:0;border-bottom:1px solid var(--post-line)}.post-expediente-sticky{position:static}.post-expediente-main h1{max-width:12ch}}@media (max-width:640px){.post-expediente-shell{width:min(100% - 28px,1280px)}.post-expediente-hero{padding-top:4.5rem}.post-expediente-case-grid{border-radius:1.2rem 1.2rem 0 0}.post-expediente-main{padding:1.35rem}.post-expediente-main h1{font-size:clamp(2.7rem,15vw,4rem)}.post-expediente-photo{height:260px;border-radius:1rem}.post-expediente-reading{padding:2rem 0}.post-expediente-article{padding:1.1rem;border-radius:1rem}.post-expediente-author-card{grid-template-columns:58px 1fr}.post-expediente-author-card img{width:58px;height:58px}.post-expediente-author strong{white-space:normal}}.newsletter-dossier{padding:clamp(3rem,7vw,6rem) clamp(1.5rem,5vw,5rem)}.newsletter-dossier-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);max-width:1100px;margin:0 auto;min-height:420px;border-radius:1.8rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.08)}.newsletter-dossier-left{background:radial-gradient(circle at 80% 20%,rgba(72,92,199,.26),transparent 24rem),#211e20}.newsletter-dossier-left,.newsletter-dossier-right{padding:clamp(2rem,5vw,4rem);display:flex;flex-direction:column;justify-content:center}.newsletter-dossier-right{background:#141212}.newsletter-dossier-kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#bfc8ff;margin-bottom:1rem}.newsletter-dossier-kicker span{width:.5rem;height:.5rem;border-radius:999px;background:var(--color-indigo)}.newsletter-dossier-left h2{font-size:clamp(2.6rem,5vw,4.5rem);line-height:.84;letter-spacing:-.08em;margin:0 0 1.2rem;color:#fff;font-weight:900;max-width:10ch}.newsletter-dossier-left p{font-size:1.12rem;line-height:1.5;color:hsla(0,0%,100%,.68);margin:0 0 2rem;max-width:32rem}.newsletter-dossier-benefits{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.newsletter-dossier-benefits li{display:flex;gap:.6rem;align-items:center;font-size:.92rem;color:hsla(0,0%,100%,.72)}.newsletter-dossier-benefits li:before{content:"";flex:0 0 auto;width:1.3rem;height:1.3rem;border-radius:999px;background:rgba(72,92,199,.18);border:1px solid rgba(72,92,199,.4)}.newsletter-dossier-form-row{display:flex;gap:.65rem;flex-wrap:wrap;align-items:stretch}.newsletter-dossier-input{font-family:inherit;font-size:1rem;border-radius:999px;padding:.95rem 1.4rem;border:1px solid hsla(0,0%,100%,.2);background:transparent;color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;flex:1 1 280px;min-width:0}.newsletter-dossier-input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.newsletter-dossier-input::placeholder{color:hsla(0,0%,100%,.5)}.newsletter-dossier-input:focus{border-color:var(--color-indigo);box-shadow:0 0 0 3px rgba(72,92,199,.28)}.newsletter-dossier-btn{font-family:inherit;font-size:.95rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border:0;border-radius:999px;padding:.95rem 2rem;cursor:pointer;background:var(--color-indigo);color:#fff;transition:transform .2s ease,background .2s ease;flex:0 0 auto}.newsletter-dossier-btn:hover{transform:translateY(-2px);background:#6d7ce2}.newsletter-dossier-arrow{display:inline-block;animation:newsletter-nudge 2.6s cubic-bezier(.2,.8,.2,1) infinite}@keyframes newsletter-nudge{0%,76%,to{transform:translate(0)}84%{transform:translate(4px,-4px)}92%{transform:translate(0)}}.newsletter-dossier-success{color:var(--color-indigo);font-weight:800;font-size:1.05rem;animation:newsletter-fade-in .4s ease}@keyframes newsletter-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.newsletter-dossier-error{margin-bottom:1rem;padding:.8rem 1.2rem;border-radius:.8rem;background:rgba(220,38,38,.12);border:1px solid rgba(220,38,38,.3);color:#f87171;font-size:.88rem}.newsletter-dossier-error span{display:block}.newsletter-dossier-fineprint{margin-top:1rem;font-size:.82rem;color:hsla(0,0%,100%,.44)}@media (max-width:780px){.newsletter-dossier-grid{grid-template-columns:1fr;min-height:auto}}@media (prefers-reduced-motion:reduce){.newsletter-dossier-arrow{animation:none}}