.button{justify-content:center;align-items:center;gap:var(--ds-gap-2);padding:var(--ds-space-3) var(--ds-space-4);border-radius:var(--ds-radius-sm);font-family:var(--ds-font-text);font-size:var(--ds-text-sm);line-height:var(--ds-line-tight);text-align:center;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;text-decoration:none;transition:background-color .12s ease-out,color .12s ease-out;display:inline-flex}.button:focus-visible{outline:2px solid var(--ds-accent);outline-offset:2px}.button:disabled,.button[aria-disabled=true]{opacity:.4;cursor:not-allowed}.button--default{background-color:var(--ds-strong);color:var(--ds-text-strong-inverse)}.button--default:hover{background-color:var(--accent-yellow);color:#000}.button--default:active{background-color:var(--ds-defined);color:var(--ds-text-strong-inverse)}.button--inverse{background-color:var(--ds-strong-inverse);color:var(--ds-text-strong)}.button--inverse:hover{background-color:var(--accent-yellow);color:#000}.button--inverse:active{background-color:var(--ds-defined-inverse);color:var(--ds-text-strong)}.button__label{display:inline-block}
.panel{--panel-radius:var(--ds-radius-lg,8px);--panel-dot-inset:4px;--panel-dot-size:8px;--panel-content-inset:var(--ds-space-5,16px);--panel-toned-fill:var(--ds-elevation-layer-1-inverse,#1c1c1a);--panel-content-color:inherit;--panel-dot-color:var(--ds-strong,#111);--dot-inset:var(--panel-dot-inset);--dot-color:var(--panel-dot-color);--panel-hover-overlay:#ffffff0f;border-radius:var(--panel-radius);color:var(--panel-content-color);display:block;position:relative}.panel__surface{border-radius:inherit;opacity:0;pointer-events:none;background-color:#0000;transition:opacity .5s ease-out,background-color .2s ease-out;position:absolute;inset:0}.panel--bg-toned .panel__surface{background-color:var(--panel-toned-fill)}.panel--bg-in .panel__surface{opacity:1}.panel--bg-transparent{--panel-dot-color:var(--ds-strong,#111)}.panel--bg-transparent .panel__surface{background-color:#0000}.panel--bg-toned,.panel--bg-image{--panel-dot-color:var(--ds-strong-inverse,#fff);--panel-content-color:var(--ds-text-strong-inverse,#fff)}.panel__background-image{object-fit:cover;border-radius:inherit;opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;transition:opacity .5s ease-out;position:absolute;inset:0}.panel--bg-in.panel--bg-image .panel__background-image{opacity:1}.panel__hover{border-radius:inherit;background-color:var(--panel-hover-overlay);opacity:0;pointer-events:none;transition:opacity .3s ease-out;position:absolute;inset:0}.panel:not(.panel--no-hover):hover .panel__hover,.panel:not(.panel--no-hover):focus-within .panel__hover{opacity:1}.panel__content{padding:var(--panel-content-inset);border-radius:inherit;opacity:0;width:100%;height:100%;transition:opacity .5s ease-out;position:relative}.panel--content-in .panel__content{opacity:1}.panel__dot{z-index:2}@media (prefers-reduced-motion:reduce){.panel__surface,.panel__background-image,.panel__content,.panel__hover{transition:background-color .001ms linear,opacity .001ms linear!important}}
:root{--ds-dot-size:8px;--ds-dot-radius:999px;--ds-dot-inset:4px}.dot{width:var(--dot-size,var(--ds-dot-size));height:var(--dot-size,var(--ds-dot-size));border-radius:var(--ds-dot-radius);background:var(--dot-color,currentColor);pointer-events:none;flex:none;display:inline-block}.dot--corner{position:absolute}.dot--tl{top:var(--dot-inset,var(--ds-dot-inset));left:var(--dot-inset,var(--ds-dot-inset))}.dot--tr{top:var(--dot-inset,var(--ds-dot-inset));right:var(--dot-inset,var(--ds-dot-inset))}.dot--bl{bottom:var(--dot-inset,var(--ds-dot-inset));left:var(--dot-inset,var(--ds-dot-inset))}.dot--br{bottom:var(--dot-inset,var(--ds-dot-inset));right:var(--dot-inset,var(--ds-dot-inset))}.dot--reveal{opacity:0;transition:opacity .22s ease-out,background-color .2s ease-out}.dot--reveal.dot--in{opacity:1}.dot--reveal.dot--in.dot--tl{transition-delay:0s,0s}.dot--reveal.dot--in.dot--tr{transition-delay:.12s,0s}.dot--reveal.dot--in.dot--br{transition-delay:.24s,0s}.dot--reveal.dot--in.dot--bl{transition-delay:.36s,0s}@media (prefers-reduced-motion:reduce){.dot--reveal{opacity:1!important;transition:none!important}}@keyframes dot-reveal-content-in{0%{opacity:0}to{opacity:1}}.dot-reveal-host{transition:opacity .4s ease-out}.dot-reveal-host:not(.dot-reveal-host--bg),.dot-reveal-host:not(.dot-reveal-host--content)>:not(.dot){opacity:0}.dot-reveal-host--content>:not(.dot){animation:.5s ease-out dot-reveal-content-in}@media (prefers-reduced-motion:reduce){.dot-reveal-host{transition:none}.dot-reveal-host:not(.dot-reveal-host--bg),.dot-reveal-host:not(.dot-reveal-host--content)>:not(.dot){opacity:1}.dot-reveal-host--content>:not(.dot){animation:none}}
.full-bleed-panel{padding:var(--ds-space-6);color:var(--ds-text-strong-inverse);background-color:#1f1f1f;flex-direction:column;align-items:stretch;display:flex;position:relative}.full-bleed-panel__slot{flex:1 0 0;width:100%;min-height:0}
.article-card{padding:var(--ds-space-5);border-radius:var(--ds-radius-lg);background-color:var(--ds-elevation-layer-1);color:var(--ds-text-strong);isolation:isolate;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.article-card__background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.article-card__background-image{object-fit:cover}.article-card__overlay{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.article-card--has-overlay:hover,.article-card--has-overlay:focus-visible,.article-card--has-overlay:active{opacity:1}.article-card .dot{z-index:2}.article-card__content{z-index:1;flex-direction:column;width:100%;height:100%;display:flex;position:relative}.article-card__heading{flex-direction:column;display:flex}.article-card__title{font-family:var(--ds-font-text);font-size:var(--ds-text-md);font-weight:400;line-height:var(--ds-line-tight);color:inherit;margin:0}.article-card__excerpt{font-family:var(--ds-font-text);font-size:var(--ds-text-md);line-height:var(--ds-line-tight);color:var(--ds-text-soft);margin:0}.article-card__summary{max-width:540px;font-family:var(--ds-font-text);font-size:var(--ds-text-md);font-weight:400;line-height:var(--ds-line-tight);color:inherit;margin:0}.article-card__eyebrow{font-family:var(--ds-font-display);font-size:var(--ds-text-sm);text-transform:uppercase;font-weight:400;line-height:var(--ds-line-flush);letter-spacing:.05em}.article-card__accent{font-family:var(--ds-font-display);font-size:var(--ds-text-headline-sm);font-weight:400;line-height:var(--ds-line-flush);color:var(--ds-accent);white-space:nowrap;margin:0}.article-card__meta{font-family:var(--ds-font-text);font-size:var(--ds-text-md);line-height:var(--ds-line-tight);flex-direction:column;display:flex}.article-card--small{gap:var(--ds-gap-3);flex-direction:row;height:180px}.article-card--small .article-card__content{flex:1;justify-content:flex-start;min-width:0;overflow:hidden}.article-card--small .article-card__title,.article-card--small .article-card__excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article-card--small .article-card__meta{padding-top:var(--ds-space-3);font-size:var(--ds-text-sm);color:var(--ds-text-soft);margin-top:auto}.article-card--small .article-card__thumb{margin:calc(var(--ds-space-5) * -1) calc(var(--ds-space-5) * -1) calc(var(--ds-space-5) * -1) 0;flex:0 0 195px;align-self:stretch;position:relative;overflow:hidden}.article-card--small .article-card__thumb-image{object-fit:cover}.article-card--internal{height:765px;color:var(--ds-text-strong-inverse)}.article-card--internal:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#00000059 0%,#0000000d 40%,#0009 100%);position:absolute;inset:0}.article-card--internal .article-card__content{justify-content:space-between}.article-card--internal .article-card__meta{order:-1}.article-card--large{height:996px;color:var(--ds-text-strong-inverse);background-color:#c4c4c4}.article-card--large .article-card__content{justify-content:flex-start;gap:64px}@media (max-width:768px){.article-card--small{height:140px}.article-card--small .article-card__thumb{flex:0 0 120px}.article-card--large .article-card__content{gap:48px}.article-card--large .article-card__accent{font-size:28px}}@media (max-width:430px){.article-card--large .article-card__accent{font-size:22px}}.article-card--large .article-card__title{font-family:var(--ds-font-display);font-size:var(--ds-text-headline-sm);line-height:var(--ds-line-flush);max-width:510px}@media (max-width:768px){.article-card--large .article-card__title{font-size:28px}}@media (max-width:430px){.article-card--large .article-card__title{font-size:22px}}
.mobile-nav{z-index:100;background-color:var(--bg-white,#fff);border-bottom:1px solid var(--ds-border-discrete-inverse);width:100%;font-family:var(--ds-font-text);color:var(--ds-text-strong);transition:height .25s,margin-bottom .25s;position:sticky;top:0}.mobile-nav__logo{width:auto;height:40px;display:block}.mobile-nav--down{height:56px}.mobile-nav--up{height:110px;margin-bottom:-84px}.mobile-nav__mark{color:var(--ds-text-strong);display:block;position:absolute;top:12px;left:50%;transform:translate(-50%)}.mobile-nav__bar{inset-inline:0;height:48px;padding-bottom:var(--ds-space-3);align-items:flex-end;display:flex;position:absolute;bottom:0}.mobile-nav__list{padding:var(--ds-space-3) var(--ds-space-1);background-color:var(--ds-elevation-bg);justify-content:center;align-items:center;gap:32px;width:100%;margin:0;list-style:none;display:flex;position:relative}.mobile-nav__item{position:relative}.mobile-nav__link{font-size:var(--ds-text-md);font-family:inherit;line-height:var(--ds-line-tight);color:var(--ds-text-subtle-inverse);cursor:pointer;background:0 0;border:0;margin:0;padding:0;text-decoration:none;transition:color .12s ease-out;display:inline-block;position:relative}.mobile-nav__link:hover{color:var(--ds-text-strong)}.mobile-nav__link--active{color:var(--ds-text-strong);cursor:default}.mobile-nav__dot{--dot-color:var(--ds-strong);opacity:0;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease-out;position:absolute;top:50%;left:0;transform:translateY(-50%)}.mobile-nav__dot[data-visible=true]{opacity:1}@media (prefers-reduced-motion:reduce){.mobile-nav__dot{transition:opacity .2s ease-out}}.mobile-nav__link:focus-visible{outline:2px solid var(--ds-accent);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){.mobile-nav{transition:none}}@media (min-width:769px){.mobile-nav{display:none}}
.desktop-nav{--nav-collapsed-h:66px;--nav-expanded-h:100px;z-index:100;width:100%;min-height:var(--nav-collapsed-h);padding:var(--ds-space-5);background-color:var(--bg-white,#fff);font-family:var(--ds-font-text);font-size:var(--ds-text-sm);color:var(--ds-text-strong);grid-template-columns:1fr auto 1fr;align-items:start;transition:min-height .25s,margin-bottom .25s;display:grid;position:sticky;top:0;overflow:hidden}.desktop-nav--down{min-height:var(--nav-collapsed-h)}.desktop-nav--up{min-height:var(--nav-expanded-h);margin-bottom:calc(var(--nav-collapsed-h) - var(--nav-expanded-h));align-items:start}.desktop-nav__list{justify-self:start;align-items:center;gap:29px;margin:0;padding:0 0 0 18px;list-style:none;display:flex;position:relative}.desktop-nav__item{position:relative}.desktop-nav__link{font:inherit;line-height:var(--ds-line-tight);color:var(--ds-text-subtle-inverse);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:none;transition:color .12s ease-out;display:inline-block}.desktop-nav__link:hover{color:var(--ds-text-strong)}.desktop-nav__link:focus-visible{outline:2px solid var(--ds-accent);outline-offset:2px;border-radius:2px}.desktop-nav__link--active{color:var(--ds-text-strong);cursor:default}.desktop-nav__dot{--dot-color:var(--ds-strong,#111);opacity:0;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .2s ease-out;position:absolute;top:50%;left:0;transform:translateY(-50%)}.desktop-nav__dot[data-visible=true]{opacity:1}.desktop-nav__brand{color:var(--ds-text-strong);justify-self:center;align-items:center;text-decoration:none;display:inline-flex}.desktop-nav__brand:focus-visible{outline:2px solid var(--ds-accent);outline-offset:4px;border-radius:2px}.desktop-nav__logo{width:auto;display:block}.desktop-nav__logo--symbol{height:36px}.desktop-nav__logo--lockup{height:60px}@media (prefers-reduced-motion:reduce){.desktop-nav{transition:none}.desktop-nav__dot{transition:opacity .2s ease-out}}.desktop-nav__cta{justify-self:end}.desktop-nav__cta .button{border-radius:var(--ds-radius-md)}.divergent-wordmark{--wordmark-scale:1;align-items:center;gap:calc(2px * var(--wordmark-scale));color:var(--ds-text-strong);flex-direction:column;display:flex;position:relative}.divergent-wordmark__tags{gap:calc(36px * var(--wordmark-scale));font-family:var(--ds-font-tag);font-size:calc(4px * var(--wordmark-scale));letter-spacing:.08em;text-transform:uppercase;display:flex}.divergent-wordmark__text{font-family:var(--ds-font-display);font-size:calc(8px * var(--wordmark-scale));letter-spacing:.18em;text-transform:uppercase;line-height:1}.divergent-wordmark__mark{margin-top:calc(2px * var(--wordmark-scale))}@media (max-width:768px){.desktop-nav{display:none}}
.section-heading{background:var(--bg-white,#fff);padding:120px 24px 16px}.section-heading__container{max-width:var(--grid-max-width,1200px);margin:0 auto}.section-heading__title{color:#111;text-align:center;margin:0}
