:root{--typography-family-manrope:var(--font-manrope),Manrope,sans-serif;--typography-size-xs:12px;--typography-size-sm:14px;--typography-size-md:16px;--typography-size-lg:20px;--typography-size-2xl:32px;--typography-weight-regular:400;--typography-weight-bold:700;--typography-line-height-relaxed:150%;--color-text-on_color:#ffffff;--color-container-brand_strong:#0090ff;--color-action-primary-muted:#d5efff;--spacing-component-xs:4px;--spacing-4:16px}*{box-sizing:border-box;margin:0;padding:0}.body{display:flex;flex-direction:row;gap:66px;justify-content:center;margin:auto auto 80px;width:100%;min-height:100%}.content-body{max-width:1280px;margin-top:80px;margin-bottom:80px;align-items:center;gap:40px;overflow:visible}.content-body,.title-block{display:flex;width:100%;flex-direction:column}.title-block{align-items:flex-start;gap:56px}.subtitle-block{gap:24px}.content-block,.subtitle-block{display:flex;flex-direction:column;align-items:flex-start;width:100%}.content-block{gap:40px}.page-divider{width:100%;height:1px;background:var(--Colors-Gray-5,#e0e0e0)}.dark .page-divider{background:var(--slate-5)}.intro_column-set{display:inline-flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;gap:16px}.intro_column{align-items:flex-start;gap:12px}.intro_column,.ui-section-label{display:flex;flex-direction:column;width:100%}.ui-section-label{gap:4px}.ui-hero-card{position:relative;width:100%;min-height:240px;aspect-ratio:2163/1063;background:var(--bg-page,#f9f9f9);border:1px solid var(--color-border-muted,#e0e0e0);border-radius:8px;overflow:hidden}.ui-hero-image{position:absolute;inset:-4px;display:block;width:calc(100% + 8px);max-width:none;height:calc(100% + 8px);margin:0;object-fit:cover;object-position:left top;pointer-events:none}.ui-version-toggle{position:absolute;top:11px;right:13px;display:flex;align-items:center;gap:4px;padding:4px;background:var(--color-frosted-medium,rgba(255,255,255,.3));border:none;border-radius:4px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ui-version-toggle-btn{margin:0;padding:8px 12px;border-radius:8px;border:1px solid transparent;background:transparent;box-shadow:none;font-family:var(--typography-family-manrope,Manrope,sans-serif);font-size:var(--typography-size-xs,12px);font-weight:var(--typography-weight-bold,700);line-height:1.5;color:var(--color-text-low_emphasis,#8d8d8d);cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease}.ui-version-toggle-btn--active{border-radius:4px;border-color:var(--color-dark-frosted-hover,rgba(0,0,0,.06));background:var(--color-frosted-heavy,rgba(255,255,255,.6));color:var(--color-text-high_emphasis,#202020);box-shadow:0 2px 3px -2px rgba(0,0,51,.06),0 3px 12px -4px rgba(0,0,0,.1),0 4px 16px -8px rgba(0,0,0,.1)}.ui-bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;width:100%}.ui-bento-card{aspect-ratio:1/1;min-height:0;min-width:0;padding:24px;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.ui-bento-card--blue{background:#0090ff}.ui-bento-card--light{background:#e6f4fe}.ui-bento-card--image{padding:0;overflow:hidden}.ui-bento-card--image img{width:100%;height:100%;object-fit:cover;border-radius:16px;pointer-events:none}.ui-bento-upper{display:flex;flex-direction:column;width:100%;flex-shrink:0}.ui-bento-lower{width:100%;min-height:0;overflow:hidden}.ui-bento-tag{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:14px;line-height:1.5}.ui-bento-tag--on-color{color:white}.ui-bento-tag--medium{color:#646464}.ui-bento-value{font-size:48px;color:white}.ui-bento-heading,.ui-bento-value{font-family:var(--font-manrope),"Manrope",sans-serif;line-height:1.2}.ui-bento-heading{font-size:32px;color:#646464}.ui-bento-body{font-size:20px;line-height:1.5}.ui-bento-body,.ui-bento-quote{font-family:var(--font-manrope),"Manrope",sans-serif;color:#646464}.ui-bento-quote{font-size:32px;line-height:1.2}.ao-legacy-grid{display:grid;width:100%;grid-template-columns:minmax(0,400px) minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto 320px;grid-gap:16px;gap:16px}.ao-legacy-hero{grid-column:1/-1;grid-row:1;position:relative;width:100%;height:auto;aspect-ratio:1280/656;min-height:320px;min-width:0;overflow:hidden;border-radius:8px;border:1px solid var(--color-border-muted,#e0e0e0);background:var(--color-container-low_emphasis,#f0f0f0)}.ao-legacy-hero__frame{position:absolute;top:0;left:0;height:100%;width:auto;aspect-ratio:1280/656;min-width:100%;overflow:hidden}.ao-legacy-hero img{position:absolute;inset:-3px;display:block;width:calc(100% + 6px);height:calc(100% + 6px);max-width:none;object-fit:cover;object-position:left top;pointer-events:none}.ao-legacy-annotations{position:absolute;inset:0;z-index:2;pointer-events:none}.ao-annotation{position:absolute;display:flex;flex-direction:row;align-items:flex-start;pointer-events:auto;z-index:1}.ao-annotation--open{z-index:3}.ao-annotation__point{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;margin:0;padding:0;border:none;border-radius:100px 100px 100px 0;background:var(--color-container-brand_strong,#0090ff);color:var(--color-text-on_color,#ffffff);font-family:var(--typography-family-manrope,Manrope,sans-serif);font-size:var(--typography-size-xs,12px);font-weight:var(--typography-weight-bold,700);line-height:1.5;cursor:pointer;box-shadow:var(--shadow-3);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ao-annotation__point:after{content:"";position:absolute;inset:-8px}.ao-annotation--open .ao-annotation__point{filter:brightness(1.05)}.ao-annotation--left .ao-annotation__point{border-radius:100px 100px 0 100px}.ao-annotation__point:hover{filter:brightness(1.05)}.ao-annotation__block{display:flex;flex-direction:column;gap:10px;width:240px;flex-shrink:0;border-radius:4px;background:#ffffff;box-shadow:var(--shadow-3);transform-origin:top left;z-index:40}.ao-annotation__block--fixed{position:fixed;margin:0;pointer-events:auto}.ao-annotation__block--left{transform-origin:top right}.ao-annotation__header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-top:8px;width:100%}.ao-annotation__title-wrap{display:inline-flex;align-items:center;gap:4px;max-width:calc(100% - 16px);margin:0 8px;padding-right:8px;width:-moz-fit-content;width:fit-content;background:#e6f4fe}.ao-annotation__badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:16px;padding:2px;background:var(--color-container-brand_strong,#0090ff);color:var(--color-text-on_color,#ffffff);font-size:var(--typography-size-xs,12px);font-weight:var(--typography-weight-bold,700);text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ao-annotation__badge,.ao-annotation__title{font-family:var(--typography-family-manrope,Manrope,sans-serif);line-height:1.5}.ao-annotation__title{color:#202020;font-size:var(--typography-size-sm,14px);font-weight:var(--typography-weight-regular,400);white-space:nowrap}.ao-annotation__divider{width:100%;height:0;border-top:1px solid var(--color-border-muted,#e0e0e0);align-self:stretch}.ao-annotation__body{margin:0;padding:0 8px 12px;color:#646464;font-family:var(--typography-family-manrope,Manrope,sans-serif);font-size:var(--typography-size-xs,12px);font-weight:var(--typography-weight-regular,400);line-height:1.5}.dark .ao-annotation__block{background:#ffffff}.dark .ao-annotation__title-wrap{background:#e6f4fe}.dark .ao-annotation__title{color:#202020}.dark .ao-annotation__body{color:#646464}.dark .ao-annotation__divider{border-top-color:#e0e0e0}.ao-legacy-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px;min-width:0;min-height:0;padding:24px;border-radius:16px;overflow:hidden;box-sizing:border-box}.ao-legacy-card--usage{grid-column:1;grid-row:2;background:var(--color-container-brand,#e6f4fe)}.ao-legacy-card--user-type{grid-column:2;grid-row:2;background:var(--color-container-brand_strong,#0090ff)}.ao-legacy-card--jtbds{grid-column:3;grid-row:2;background:var(--color-container-brand,#e6f4fe)}.ao-legacy-card__copy{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-width:0}.ao-legacy-card__tag{margin:0;color:var(--color-text-medium_emphasis,#646464);font-family:var(--font-manrope),Manrope,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.ao-legacy-card__tag--on-color{color:var(--color-text-on_color,#ffffff)}.ao-legacy-card__body{font-size:var(--typography-size-lg,20px);line-height:1.5}.ao-legacy-card__body,.ao-legacy-card__heading{margin:0;color:var(--color-text-medium_emphasis,#646464);font-family:var(--font-manrope),Manrope,sans-serif;font-weight:400}.ao-legacy-card__heading{font-size:32px;line-height:1.2}.ao-legacy-card__heading--on-color{color:var(--color-text-on_color,#ffffff)}.ao-legacy-metrics{display:flex;align-items:stretch;gap:14px;width:100%}.ao-legacy-metric{flex:1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;padding:12px;border-radius:8px;background:var(--color-action-primary-muted,#d5efff);box-sizing:border-box}.ao-legacy-metric__label{font-size:var(--typography-size-sm,14px);font-weight:var(--typography-weight-bold,700);line-height:1.5}.ao-legacy-metric__label,.ao-legacy-metric__value{margin:0;color:var(--color-container-brand_strong,#0090ff);font-family:var(--typography-family-manrope,Manrope,sans-serif)}.ao-legacy-metric__value{font-size:var(--typography-size-2xl,32px);font-weight:var(--typography-weight-regular,400);line-height:1.2}.dark .ao-legacy-hero{background:var(--slate-3,#2a2a2a)}.dark .ao-legacy-card--jtbds,.dark .ao-legacy-card--usage{background:var(--blue-4)}.dark .ao-legacy-card--user-type{background:var(--blue-9)}.dark .ao-legacy-card--jtbds .ao-legacy-card__body,.dark .ao-legacy-card--jtbds .ao-legacy-card__heading,.dark .ao-legacy-card--jtbds .ao-legacy-card__tag,.dark .ao-legacy-card--usage .ao-legacy-card__body,.dark .ao-legacy-card--usage .ao-legacy-card__heading,.dark .ao-legacy-card--usage .ao-legacy-card__tag{color:var(--blue-11)}.dark .ao-legacy-card__heading--on-color,.dark .ao-legacy-card__tag--on-color{color:var(--color-text-on_color,#ffffff)}.dark .ao-legacy-metric{background:var(--blue-3)}.dark .ao-legacy-metric__label,.dark .ao-legacy-metric__value{color:var(--blue-11)}.ao-hypothesis{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;padding:32px 32px 40px;border-radius:4px;background:var(--color-container-brand,#e6f4fe);box-sizing:border-box;overflow:hidden}.ao-hypothesis__label{color:var(--color-text-medium_emphasis,#646464);font-size:var(--typography-size-md,16px);line-height:1.5}.ao-hypothesis__label,.ao-hypothesis__quote{margin:0;font-family:var(--font-manrope),Manrope,sans-serif;font-weight:400}.ao-hypothesis__quote{width:100%;color:#0588f0;font-size:32px;line-height:1.2}.dark .ao-hypothesis{background:color-mix(in srgb,var(--color-container-brand,#e6f4fe) 28%,var(--slate-2))}.dark .ao-hypothesis__label{color:var(--slate-11)}.dark .ao-hypothesis__quote{color:#4eb2ff}.ao-deliverables{width:100%;background:transparent;border-radius:4px;padding:0;display:flex;gap:24px;box-sizing:border-box}.ao-deliverable-card{flex:1 0;min-width:0;height:480px;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column}.ao-deliverable-card--associate{background:var(--color-feedback-warning-text,#9e6c00)}.ao-deliverable-card--collapsibility{background:var(--color-feedback-error-text,#cc4e00)}.ao-deliverable-card--modernizing{background:var(--color-decorative-grass-text,#2a7e3b)}.ao-deliverable-card__band{position:absolute;top:0;left:0;width:100%;height:200px;pointer-events:none}.ao-deliverable-card--associate .ao-deliverable-card__band{background:var(--color-feedback-warning-background,#fffab8)}.ao-deliverable-card--collapsibility .ao-deliverable-card__band{background:var(--color-feedback-error-background,#ffefd6)}.ao-deliverable-card--modernizing .ao-deliverable-card__band{background:var(--color-decorative-grass-background,#e9f6e9)}.ao-deliverable-card__title{position:relative;z-index:3;margin:0;padding:24px 24px 0;font-family:var(--font-manrope),"Manrope",sans-serif;font-size:32px;font-weight:400;line-height:1.2;flex-shrink:0}.ao-deliverable-card--associate .ao-deliverable-card__title{position:absolute;top:24px;left:24px;padding:0;width:min(336px,calc(100% - 48px));color:var(--color-feedback-warning-text,#9e6c00)}.ao-deliverable-card--collapsibility .ao-deliverable-card__title{position:absolute;top:24px;left:24px;padding:0;width:min(336px,calc(100% - 48px));color:var(--color-feedback-error-text,#cc4e00)}.ao-deliverable-card--modernizing .ao-deliverable-card__title{position:absolute;top:24px;left:24px;padding:0;width:min(336px,calc(100% - 48px));color:var(--color-decorative-grass-text,#2a7e3b)}.ao-deliverable-card__visual{position:absolute;z-index:1;pointer-events:none}.ao-deliverable-card__visual>img{display:block;width:100%;height:100%;object-fit:contain}.ao-deliverable-card__visual--associate{left:95px;top:100px;width:194px;height:194px;display:flex;align-items:center;justify-content:center;transition:top .25s ease,left .25s ease}.ao-associate-avatar{position:relative;width:160px;height:160px;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,#806a6a,#665654);box-shadow:0 13px 29px -16px rgba(0,6,46,.2),0 13px 51px rgba(0,0,85,.02),0 10px 48px rgba(0,0,0,.15);transform:rotate(14deg);transform-origin:center center;transition:transform .25s ease,box-shadow .25s ease}.ao-deliverable-card--associate:focus-within .ao-associate-avatar,.ao-deliverable-card--associate:hover .ao-associate-avatar{transform:rotate(8.18deg);box-shadow:0 10px 26px -13px rgba(0,9,50,.12),0 10px 48px rgba(0,0,0,.15)}.ao-deliverable-card--associate:focus-within .ao-deliverable-card__visual--associate,.ao-deliverable-card--associate:hover .ao-deliverable-card__visual--associate{left:101px;top:78px}.ao-associate-avatar__head{position:absolute;inset:11.13% 30.1% 22.07% 23.06%;display:block;object-fit:fill}.ao-associate-avatar__body{position:absolute;inset:63.67% 10% -1.44% 10%;display:block;object-fit:fill}.ao-deliverable-card__visual--collapsibility{left:112px;top:120px;width:160px;height:146px;overflow:visible;transition:top .25s ease,left .25s ease,transform .25s ease}.ao-deliverable-card--collapsibility:focus-within .ao-deliverable-card__visual--collapsibility,.ao-deliverable-card--collapsibility:hover .ao-deliverable-card__visual--collapsibility{left:101px;top:76px;transform:rotate(-9.28deg)}.ao-deliverable-card__visual--collapsibility>img{position:absolute;top:-32.93%;right:-40%;bottom:-54.88%;left:-40%;width:auto;height:auto;max-width:none}.ao-deliverable-card__visual--modernizing{left:50%;top:0;width:min(360px,100%);height:280px;transform:translateX(-50%)}.ao-old-dialog-wrap{position:absolute;left:39px;top:134px;width:200px;height:95px;display:flex;align-items:center;justify-content:center;transition:top .25s ease,left .25s ease,width .25s ease,height .25s ease}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-old-dialog-wrap{left:44px;top:108px;width:204px;height:108px}.ao-old-dialog{width:194px;height:77px;transform:rotate(-5.46deg);transform-origin:center center;transition:transform .25s ease}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog,.ao-deliverable-card--modernizing:hover .ao-old-dialog{transform:rotate(-9.72deg)}.ao-old-dialog__chrome{position:relative;width:100%;height:100%;background:#c3c7cb;box-shadow:inset 1px 1px 0 #ffffff,inset -1px -1px 0 #000000,inset -2px -2px 0 #868a8e}.ao-old-dialog__titlebar{display:flex;align-items:center;justify-content:space-between;height:12px;margin:1px 2px 0 1px;padding:0 2px 0 3px;background:#000e7a;color:#ffffff;font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:5px;line-height:1}.ao-old-dialog__title-actions{display:flex;gap:2px}.ao-old-dialog__win-btn{display:inline-flex;align-items:center;justify-content:center;width:11px;height:9px;background:#c4c4c4;box-shadow:inset 1px 1px 0 #ffffff,inset -1px -1px 0 #868a8e;color:#000000;font-size:5px;line-height:1}.ao-old-dialog__content{display:flex;align-items:center;gap:8px;padding:8px 10px 0;color:#000000;font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:5px;line-height:1.2}.ao-old-dialog__icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.ao-old-dialog__footer{display:flex;justify-content:center;padding-top:6px}.ao-old-dialog__ok{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:16px;padding:0 10px;background:#c3c7cb;box-shadow:inset 1px 1px 0 #ffffff,inset -1px -1px 0 #868a8e,1px 1px 0 #000000;color:#000000;font-family:Tahoma,"MS Sans Serif",sans-serif;font-size:5px;line-height:1}.ao-modern-dialog-wrap{position:absolute;left:146px;top:165px;width:205px;height:108px;display:flex;align-items:center;justify-content:center;transition:top .25s ease,left .25s ease,width .25s ease,height .25s ease}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-modern-dialog-wrap{left:140px;top:102px;width:217px;height:134px}.ao-modern-dialog{width:205px;height:108px;display:flex;flex-direction:column;gap:5px;padding:15px;box-sizing:border-box;background:#ffffff;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,.2),0 20px 41px rgba(0,0,0,.24);overflow:hidden;transform:rotate(0deg);transform-origin:center center;transition:transform .25s ease}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog,.ao-deliverable-card--modernizing:hover .ao-modern-dialog{transform:rotate(7.52deg)}.ao-modern-dialog__header{display:flex;align-items:flex-start;gap:5px;width:100%}.ao-modern-dialog__title{flex:1 1;margin:0;color:#242424;font-family:Segoe UI,system-ui,sans-serif;font-size:13px;font-weight:700;line-height:18px}.ao-modern-dialog__dismiss{width:13px;height:13px;flex-shrink:0;margin-top:2px;object-fit:contain}.ao-modern-dialog__body{margin:0;color:#242424;font-family:Segoe UI,system-ui,sans-serif;font-size:9px;font-weight:400;line-height:13px}.ao-modern-dialog__footer{display:flex;width:100%;padding-top:3px}.ao-modern-dialog__ok{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:20px;padding:4px 8px;border-radius:3px;background:#0f6cbd;color:#ffffff;font-family:Segoe UI,system-ui,sans-serif;font-size:6px;font-weight:700;line-height:8px;box-sizing:border-box}.ao-deliverable-card__content{position:absolute;left:0;right:0;top:280px;bottom:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:48px 24px 24px;box-sizing:border-box;transition:top .25s ease,padding .25s ease}.ao-deliverable-card:focus-within .ao-deliverable-card__content,.ao-deliverable-card:hover .ao-deliverable-card__content{top:224px;padding:48px 24px 24px}.ao-deliverable-card__body{margin:0;width:100%;max-width:none;color:var(--color-text-on_color,#FFF);font-family:var(--typography-family-manrope,Manrope);font-size:var(--typography-size-md,16px);font-style:normal;font-weight:600;line-height:150%;text-align:left}.ao-deliverable-card__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:auto 0 0;align-self:flex-end;padding:12px 16px;border:none;border-radius:9999px;cursor:pointer;opacity:0;transform:translateY(8px);pointer-events:none;font-family:var(--font-manrope),"Manrope",sans-serif;font-size:16px;font-weight:700;line-height:1.5;white-space:nowrap;box-shadow:0 12px 32px rgba(0,9,50,.12),0 12px 60px rgba(0,0,0,.15);transition:opacity .2s ease,transform .2s ease}.ao-deliverable-card__cta-arrow{display:block;width:16px;height:16px;flex-shrink:0;background-color:currentColor;-webkit-mask:url(/assets/images/%5Bagent-overhaul%5D/arrow-right.svg) center/contain no-repeat;mask:url(/assets/images/%5Bagent-overhaul%5D/arrow-right.svg) center/contain no-repeat}.ao-deliverable-card__cta-label--short{display:none}.ao-deliverable-card:focus-within .ao-deliverable-card__cta,.ao-deliverable-card:hover .ao-deliverable-card__cta{opacity:1;transform:translateY(0);pointer-events:auto}.ao-deliverable-card--associate .ao-deliverable-card__cta{background:var(--color-feedback-warning-background,#fffab8);color:#473b1f}.ao-deliverable-card--collapsibility .ao-deliverable-card__cta{background:var(--color-feedback-error-background,#ffefd6);color:var(--color-orange-light-12,#582d1d)}.ao-deliverable-card--modernizing .ao-deliverable-card__cta{background:var(--color-decorative-grass-background,#e9f6e9);color:#1b2a1e}.ao-compare-section__body{margin:0;width:100%;max-width:920px;color:var(--color-text-medium_emphasis,#646464);font-family:var(--font-manrope),Manrope,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.ao-compare-section__media{width:100%;padding:40px;background:var(--bg-page,#f9f9f9);border:1px solid var(--border-default,#e0e0e0);border-radius:16px;box-sizing:border-box}.dark .ao-compare-section__media{background:var(--slate-2,#1a1a1a);border-color:var(--slate-5)}.dark .ao-compare-section__body{color:var(--slate-11)}.ao-compare{width:100%}.ao-compare__frame{--ao-compare-pos:50%;position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#f4f4f4;border:1px solid var(--color-border-muted,#e0e0e0);box-shadow:0 8px 24px rgba(0,0,51,.04),0 2px 8px rgba(0,0,0,.04);cursor:ew-resize;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ao-compare__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;display:block}.ao-compare__image--left{-webkit-clip-path:inset(0 calc(100% - var(--ao-compare-pos)) 0 0);clip-path:inset(0 calc(100% - var(--ao-compare-pos)) 0 0)}.ao-compare__label{position:absolute;top:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:8px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px rgba(0,0,0,.06);color:var(--color-text-high_emphasis,#202020);font-family:var(--font-manrope),Manrope,sans-serif;font-size:13px;font-weight:600;line-height:1.2;letter-spacing:.01em;pointer-events:none}.ao-compare__label--left{left:16px}.ao-compare__label--right{right:16px}.ao-compare__divider{left:var(--ao-compare-pos);z-index:3;display:flex;align-items:center;justify-content:center;width:0;pointer-events:none}.ao-compare__divider,.ao-compare__line{position:absolute;top:0;bottom:0;transform:translateX(-50%)}.ao-compare__line{left:50%;width:8px;background:#ffffff;box-shadow:0 0 0 1px rgba(0,0,0,.04)}.ao-compare__knob{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#ffffff;color:#202020;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 16px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.08)}.ao-compare__frame:focus-visible .ao-compare__knob{outline:2px solid #0588f0;outline-offset:2px}.dark .ao-compare__frame{background:#1a1a1a;border-color:var(--slate-5)}.dark .ao-compare__label{background:rgba(32,32,32,.92);border-color:rgba(255,255,255,.08);color:#f5f5f5}.dark .ao-compare__knob{background:#202020;color:#f5f5f5;border-color:rgba(255,255,255,.12)}.dark .ao-compare__line{background:#f5f5f5}.ui-flows-section{display:flex;gap:80px;width:100%;align-items:flex-start}.ui-flows-label{display:flex;flex-direction:column;gap:4px;flex-shrink:0;width:200px;position:-webkit-sticky;position:sticky;top:112px}.ui-flows-list{flex:1 1;gap:64px;min-width:0}.ui-flow-item,.ui-flows-list{display:flex;flex-direction:column}.ui-flow-item{gap:24px;width:100%}.ui-flow-header{display:flex;flex-direction:column;gap:4px}.ui-flow-title{font-weight:600}.ui-flow-description,.ui-flow-title{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:16px;line-height:1.5;color:#202020}.ui-flow-image{width:100%;height:660px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background:#f0f0f0}.ui-flow-image img,.ui-flow-image video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.ui-flow-divider{width:100%;height:1px;background:#cbd5e1;flex-shrink:0}.ui-reflections-section{display:flex;gap:100px;width:100%;align-items:center}.ui-reflections-text{display:flex;flex:1 1;flex-direction:column;gap:9px;min-width:0}.ui-reflections-heading{font-size:32px;line-height:1.2}.ui-reflections-body,.ui-reflections-heading{font-family:var(--font-manrope),"Manrope",sans-serif;color:#202020}.ui-reflections-body{font-size:16px;line-height:1.5}.ui-reflections-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;grid-gap:16px;gap:16px;width:628px;flex-shrink:0;align-items:stretch}.ui-reflection-card{background:#f0f0f0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.ui-reflection-card--span{grid-row:1/span 2}.ui-reflection-card--speed{grid-column:1;grid-row:1}.ui-reflection-card--feedback{grid-column:2;grid-row:1/span 2}.ui-reflection-card--flexibility{grid-column:1;grid-row:2}.ui-reflection-title{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:24px;line-height:1.2}.ui-reflection-title--blue{color:#0588f0}.ui-reflection-title--gray{color:#8d8d8d}.ui-reflection-body{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:14px;line-height:1.5;color:#202020}.title_text{font-family:var(--font-sentient),"Sentient",serif;font-size:72px;font-weight:400;line-height:1.1;color:var(--color-text-high-emphasis,#202020)}.title2_text{font-size:32px}.title2_text,.title3_text{font-family:var(--font-manrope),"Manrope",sans-serif;font-weight:700;line-height:1.2;color:#202020}.title3_text{font-size:24px}.subtitle_text{font-size:20px;font-weight:400;line-height:1.5}.subtitle3_text,.subtitle_text{font-family:var(--font-manrope),"Manrope",sans-serif;color:#202020}.subtitle3_text{font-size:16px;font-weight:700;line-height:normal}.body_text{font-family:var(--font-manrope),"Manrope",sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#646464}.label_text{font-family:var(--font-overpass-mono),"Overpass Mono",monospace;font-size:12px;font-weight:600;line-height:normal;color:#646464}.dark .subtitle3_text,.dark .subtitle_text,.dark .title2_text,.dark .title3_text,.dark .title_text{color:var(--slate-12)}.dark .body_text{color:var(--slate-10)}.dark .label_text{color:var(--slate-9)}.dark .ui-version-toggle{background:rgba(255,255,255,.08)}.dark .ui-version-toggle-btn{color:var(--slate-10)}.dark .ui-version-toggle-btn--active{background:rgba(255,255,255,.82);border-color:rgba(255,255,255,.12);color:#202020;box-shadow:0 2px 3px -2px rgba(0,0,0,.24),0 3px 12px -4px rgba(0,0,0,.28),0 4px 16px -8px rgba(0,0,0,.28)}.dark .ui-bento-card--light{background:var(--blue-4)}.dark .ui-bento-card--light .ui-bento-tag--medium{color:var(--blue-11)}.dark .ui-bento-card--light .ui-bento-heading,.dark .ui-bento-card--light .ui-bento-quote{color:var(--blue-12)}.dark .ui-bento-card--light .ui-bento-body{color:var(--blue-11)}.dark .ui-bento-card--blue{background:var(--blue-9)}.dark .ao-deliverables{background:transparent}.dark .ao-deliverable-card--associate{background:#9e6c00}.dark .ao-deliverable-card--associate .ao-deliverable-card__band{background:var(--yellow-3)}.dark .ao-deliverable-card--associate .ao-deliverable-card__title{color:var(--yellow-11)}.dark .ao-deliverable-card--associate .ao-deliverable-card__cta{background:var(--yellow-4);color:var(--yellow-12)}.dark .ao-deliverable-card--collapsibility{background:var(--orange-9)}.dark .ao-deliverable-card--collapsibility .ao-deliverable-card__band{background:var(--orange-3)}.dark .ao-deliverable-card--collapsibility .ao-deliverable-card__title{color:var(--orange-11)}.dark .ao-deliverable-card--collapsibility .ao-deliverable-card__cta{background:var(--orange-4);color:var(--orange-12)}.dark .ao-deliverable-card--modernizing{background:#3f8f52}.dark .ao-deliverable-card--modernizing .ao-deliverable-card__band{background:#1c2f22}.dark .ao-deliverable-card--modernizing .ao-deliverable-card__title{color:#8dcea0}.dark .ao-deliverable-card--modernizing .ao-deliverable-card__cta{background:#243528;color:#d0edd8}.dark .ui-flow-description,.dark .ui-flow-title{color:var(--slate-12)}.dark .ui-flow-image{border-color:var(--slate-5);background:var(--slate-2)}.dark .ui-flow-divider{background:var(--slate-5)}.dark .ui-reflections-body,.dark .ui-reflections-heading{color:var(--slate-12)}.dark .ui-reflection-card{background:var(--slate-3)}.dark .ui-reflection-body{color:var(--slate-11)}.ui-duration-tooltip{position:fixed;display:flex;align-items:center;gap:8px;background:#d5efff;border-radius:9999px;padding:8px 16px;pointer-events:none;z-index:9999;max-width:380px}.ui-duration-tooltip__text{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#0588f0}@media (max-width:1540px){.body{padding-left:40px;padding-right:40px}}@media (max-width:1560px) and (min-width:1025px){.ao-deliverables{flex-wrap:wrap}.ao-deliverable-card--associate,.ao-deliverable-card--collapsibility{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 12px)}.ao-deliverable-card--modernizing{flex:1 1 100%}.ao-deliverable-card__visual--associate{left:50%;top:212px;transform:translate(-50%,-50%);transition:top .25s ease,transform .25s ease}.ao-deliverable-card--associate:focus-within .ao-deliverable-card__visual--associate,.ao-deliverable-card--associate:hover .ao-deliverable-card__visual--associate{left:50%;top:156px;transform:translate(-50%,-50%)}.ao-deliverable-card__visual--collapsibility{left:50%;top:212px;transform:translate(-50%,-50%);transition:top .25s ease,transform .25s ease}.ao-deliverable-card--collapsibility:focus-within .ao-deliverable-card__visual--collapsibility,.ao-deliverable-card--collapsibility:hover .ao-deliverable-card__visual--collapsibility{left:50%;top:156px;transform:translate(-50%,-50%) rotate(-6deg)}.ao-deliverable-card__visual--modernizing{left:50%;top:212px;height:220px;transform:translate(-50%,-50%);transition:top .25s ease,transform .25s ease}.ao-deliverable-card--modernizing:focus-within .ao-deliverable-card__visual--modernizing,.ao-deliverable-card--modernizing:hover .ao-deliverable-card__visual--modernizing{top:156px;transform:translate(-50%,-50%)}.ao-old-dialog-wrap{left:28px;top:20px}.ao-modern-dialog-wrap{left:120px;top:52px}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-old-dialog-wrap{left:28px;top:20px;width:200px;height:95px}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-modern-dialog-wrap{left:120px;top:52px;width:205px;height:108px}}@media (max-width:1560px){.ui-flows-section{flex-direction:column;gap:24px}.ui-flows-label{position:static;width:100%}}@media (max-width:1160px) and (min-width:1024px){.ao-deliverable-card--collapsibility .ao-deliverable-card__cta-label--full{display:none}.ao-deliverable-card--collapsibility .ao-deliverable-card__cta-label--short{display:inline}}@media (max-width:1280px){.content-body{padding-left:40px;padding-right:40px}}@media (max-width:1024px){.body{gap:0;padding-left:0;padding-right:0}.content-body{padding-left:16px;padding-right:16px;margin-top:32px;margin-bottom:40px;gap:24px}.content-block,.title-block{gap:24px}.title_text{font-size:64px;line-height:1.1}.title2_text{font-size:32px}.title3_text{font-size:24px}.subtitle_text{color:var(--color-text-medium_emphasis,#646464);font-family:var(--typography-family-manrope,"Manrope",sans-serif);font-size:var(--typography-size-xs,12px);font-weight:var(--typography-weight-regular,400);line-height:var(--typography-line-height-relaxed,150%)}.subtitle3_text{font-size:16px;line-height:1.5}.body_text{color:var(--color-text-medium_emphasis,#646464);font-size:14px}.intro_column-set{gap:16px}.ui-bento-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ui-bento-card{padding:20px}.ui-bento-card--image{padding:0}.ui-bento-value{font-size:36px}.ui-bento-heading,.ui-bento-quote{font-size:24px}.ui-bento-body{font-size:14px;line-height:1.5}.ui-bento-tag{font-size:12px}.ao-legacy-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:12px}.ao-legacy-hero{grid-column:1/-1;grid-row:1}.ao-legacy-card--usage{grid-column:1/-1;grid-row:2;min-height:240px}.ao-legacy-card--user-type{grid-column:1;grid-row:3;min-height:240px}.ao-legacy-card--jtbds{grid-column:2;grid-row:3;min-height:240px}.ao-legacy-card__heading{font-size:24px}.ao-legacy-card__body{font-size:16px}.ao-legacy-metric__value{font-size:24px}.ao-hypothesis{padding:24px 24px 32px}.ao-hypothesis__quote{font-size:24px}.ao-deliverables{flex-direction:column;padding:0;gap:16px}.ao-deliverable-card{flex:0 0 auto;height:auto;min-height:0}.ao-deliverable-card__title{font-size:24px}.ao-deliverable-card__content{position:relative;top:auto;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px 24px;padding:224px 24px 24px}.ao-deliverable-card:focus-within .ao-deliverable-card__content,.ao-deliverable-card:hover .ao-deliverable-card__content{top:auto;padding:224px 24px 24px}.ao-deliverable-card__body{flex:1 1 220px;font-size:14px;max-width:min(420px,100%);text-align:left}.ao-deliverable-card__cta{flex:0 0 auto;opacity:1;transform:none;pointer-events:auto;align-self:flex-end;margin-left:auto}.ao-compare__label{top:12px;padding:5px 8px;font-size:12px}.ao-compare__label--left{left:12px}.ao-compare__label--right{right:12px}.ao-compare__knob{width:36px;height:36px}.ao-compare-section__body{font-size:16px}.ao-compare-section__media{padding:24px}.ao-deliverable-card__visual--associate,.ao-deliverable-card__visual--collapsibility{left:50%;top:24px;transform:translateX(-50%)}.ao-deliverable-card__visual--modernizing{top:32px;left:50%;height:200px;transform:translateX(-50%)}.ao-deliverable-card--associate:focus-within .ao-deliverable-card__visual--associate,.ao-deliverable-card--associate:hover .ao-deliverable-card__visual--associate{left:50%;top:24px;transform:translateX(-50%) translateY(-4px)}.ao-deliverable-card--associate:focus-within .ao-associate-avatar,.ao-deliverable-card--associate:hover .ao-associate-avatar{transform:rotate(12deg)}.ao-deliverable-card--collapsibility:focus-within .ao-deliverable-card__visual--collapsibility,.ao-deliverable-card--collapsibility:hover .ao-deliverable-card__visual--collapsibility{left:50%;top:24px;transform:translateX(-50%) translateY(-4px) rotate(-2deg)}.ao-old-dialog-wrap{left:28px;top:0}.ao-modern-dialog-wrap,.ao-old-dialog-wrap{transform:scale(.9);transform-origin:center center}.ao-modern-dialog-wrap{left:120px;top:32px}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-old-dialog-wrap{left:28px;top:0;width:200px;height:95px;transform:scale(.9) translateY(-3px)}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-modern-dialog-wrap{left:120px;top:32px;width:205px;height:108px;transform:scale(.9) translateY(-3px)}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog,.ao-deliverable-card--modernizing:hover .ao-old-dialog{transform:rotate(-6.5deg)}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog,.ao-deliverable-card--modernizing:hover .ao-modern-dialog{transform:rotate(2deg)}.ui-flows-list{gap:40px}.ui-flow-item{gap:16px}.ui-flow-title{font-size:14px}.ui-flow-description{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%);color:var(--color-text-medium_emphasis,#646464)}.ui-flow-image{height:auto;aspect-ratio:16/10;min-height:220px}.ui-reflections-section{flex-direction:column;gap:32px;align-items:stretch}.ui-reflections-grid{width:100%}.ui-reflections-heading{font-size:24px}.ui-reflections-body{font-size:14px;color:var(--color-text-medium_emphasis,#646464)}.ui-reflection-title{font-size:20px}.ui-reflection-body{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%)}.ui-version-toggle-btn{padding:6px 10px;font-size:11px}}@media (max-width:810px){.ao-deliverable-card__content{flex-direction:column;align-items:center;justify-content:flex-start;gap:16px}.ao-deliverable-card__body,.ao-deliverable-card__content{text-align:center;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.ao-deliverable-card__body{flex:none}.ao-deliverable-card__cta{align-self:center;margin-left:0;max-width:100%;min-width:0;flex:none;white-space:normal;box-sizing:border-box}}@media (max-width:720px){.title_text{font-size:32px}.title2_text,.title3_text{font-size:24px}.body_text{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%)}.intro_column-set{gap:16px}.content-block{gap:24px}.ui-bento-grid{grid-template-columns:1fr;gap:12px}.ui-bento-card{aspect-ratio:auto;min-height:180px;padding:20px}.ui-bento-card--image{padding:0}.ao-legacy-grid{grid-template-columns:1fr;grid-template-rows:auto}.ao-legacy-hero{grid-column:1;grid-row:1}.ao-legacy-card--jtbds,.ao-legacy-card--usage,.ao-legacy-card--user-type{grid-column:1;grid-row:auto;min-height:200px}.ao-legacy-card__heading,.ao-legacy-metric__value{font-size:22px}.ao-hypothesis{padding:20px 20px 28px}.ao-hypothesis__quote{font-size:22px}.ui-bento-value{font-size:32px}.ui-bento-heading,.ui-bento-quote{font-size:20px}.ui-bento-body{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%)}.ao-deliverables{padding:0}.ao-deliverable-card{min-height:0}.ao-deliverable-card__title{font-size:20px;padding:20px 20px 0}.ao-deliverable-card__content{gap:12px;padding:216px 24px 24px}.ao-deliverable-card:focus-within .ao-deliverable-card__content,.ao-deliverable-card:hover .ao-deliverable-card__content{padding:216px 24px 24px}.ao-deliverable-card__body{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%);width:100%;max-width:100%;min-width:0;text-align:center}.ao-deliverable-card__cta{font-size:14px;padding:10px 14px;opacity:1;transform:none;pointer-events:auto;align-self:center;max-width:100%;white-space:normal}.ao-deliverable-card__visual--associate{left:50%;width:160px;height:160px;top:24px;transform:translateX(-50%)}.ao-deliverable-card--associate:focus-within .ao-deliverable-card__visual--associate,.ao-deliverable-card--associate:hover .ao-deliverable-card__visual--associate{left:50%;top:24px;transform:translateX(-50%) translateY(-4px)}.ao-associate-avatar{width:132px;height:132px}.ao-deliverable-card__visual--collapsibility{left:50%;width:140px;height:128px;top:24px;transform:translateX(-50%)}.ao-deliverable-card--collapsibility:focus-within .ao-deliverable-card__visual--collapsibility,.ao-deliverable-card--collapsibility:hover .ao-deliverable-card__visual--collapsibility{left:50%;top:24px;transform:translateX(-50%) translateY(-4px) rotate(-2deg)}.ao-old-dialog-wrap{left:20px;top:0}.ao-modern-dialog-wrap,.ao-old-dialog-wrap{transform:scale(.8);transform-origin:center center}.ao-modern-dialog-wrap{left:100px;top:28px}.ao-deliverable-card--modernizing:focus-within .ao-old-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-old-dialog-wrap{left:20px;top:0;width:200px;height:95px;transform:scale(.8) translateY(-3px)}.ao-deliverable-card--modernizing:focus-within .ao-modern-dialog-wrap,.ao-deliverable-card--modernizing:hover .ao-modern-dialog-wrap{left:100px;top:28px;width:205px;height:108px;transform:scale(.8) translateY(-3px)}.ui-flows-list{gap:32px}.ui-flow-image{min-height:200px;aspect-ratio:4/3}.ui-reflections-section{gap:24px}.ui-reflections-heading{font-size:24px}.ui-reflections-body{font-size:var(--typography-size-xs,12px);line-height:var(--typography-line-height-relaxed,150%)}.ui-reflections-grid{grid-template-columns:1fr;gap:12px}.ui-reflection-card--feedback,.ui-reflection-card--flexibility,.ui-reflection-card--span,.ui-reflection-card--speed{grid-column:1;grid-row:auto}.ui-reflection-title{font-size:20px}.ui-duration-tooltip{display:none}}.ao-side-panel-overlay{position:fixed;inset:0;z-index:1200;display:flex;justify-content:flex-end;padding:16px 16px 16px 0;background:rgba(0,0,0,.28)}.ao-side-panel{display:flex;flex-direction:column;width:min(560px,100%);height:100%;max-height:100%;background:var(--color-surface-elevated,#ffffff);border:1px solid var(--color-border-muted,#e0e0e0);border-radius:8px;box-shadow:0 12px 32px rgba(0,0,51,.06),0 8px 40px rgba(0,0,0,.05);overflow:hidden}.ao-side-panel__header{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:12px 16px 12px 24px;background:var(--color-container-low_emphasis,#f0f0f0);flex-shrink:0}.ao-side-panel__title{margin:0;color:var(--color-text-high_emphasis,#202020);font-family:var(--typography-family-manrope,Manrope,sans-serif);font-size:var(--typography-size-lg,20px);font-weight:var(--typography-weight-bold,700);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ao-side-panel__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;padding:8px;border:1px solid var(--Colors-Gray-6,#d9d9d9);border-radius:100px;background:var(--color-surface-elevated,#ffffff);cursor:pointer;overflow:hidden}.ao-side-panel__close img{display:block;width:16px;height:16px}.ao-side-panel__close:hover{background:#fafafa}.dark .ao-side-panel__close{border-color:var(--Colors-Gray-6,#3a3a3a);background:var(--Colors-Gray-3,#232323)}.dark .ao-side-panel__close img{filter:invert(1) brightness(.72)}.dark .ao-side-panel__close:hover{background:var(--Colors-Gray-4,#2e2e2e)}.ao-side-panel__divider{width:100%;height:0;border-top:1px solid var(--color-border-muted,#e0e0e0);flex-shrink:0}.ao-side-panel__scroll{flex:1 1 auto;min-height:0}.ao-side-panel__body{padding:16px 24px 80px;background:var(--color-surface-elevated,#ffffff);box-sizing:border-box}.ao-side-panel__body,.ao-side-panel__main{display:flex;flex-direction:column;gap:24px}.ao-side-panel__main{width:100%}.ao-side-panel__section{display:flex;flex-direction:column;gap:12px;width:100%}.ao-side-panel__hero-image{position:relative;width:100%;height:276px;overflow:hidden;border-radius:4px;border:1px solid var(--color-border-muted,#e0e0e0);background:lightgray}.ao-side-panel__hero-image img,.ao-side-panel__hero-image video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.ao-side-panel__image-row{display:flex;gap:12px;width:100%}.ao-side-panel__image-row--bordered{gap:0;overflow:hidden;border-radius:4px;border:1px solid var(--color-border-muted,#e0e0e0);background:lightgray}.ao-side-panel__image-row--bordered .ao-side-panel__image-cell{height:415px;border:none;border-radius:0;border-left:1px solid var(--color-border-muted,#e0e0e0);background:lightgray}.ao-side-panel__image-row--bordered .ao-side-panel__image-cell:first-child{border-left:none}.ao-side-panel__image-cell{position:relative;flex:1 1;min-width:0;height:320px;overflow:hidden;border-radius:4px;border:1px solid var(--color-border-muted,#e0e0e0);background:lightgray}.ao-side-panel__image-cell img,.ao-side-panel__image-cell video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;pointer-events:none}.ao-side-panel__compare{display:flex;align-items:center;justify-content:center;width:100%;padding:8px}.ao-side-panel__compare .ao-compare{width:100%;max-width:400px}.ao-side-panel__compare .ao-compare__frame{aspect-ratio:400/365;border-radius:4px;border:1px solid var(--color-border-muted,#e0e0e0);background:lightgray}.ao-side-panel__compare .ao-compare__image{object-position:top center}.ao-side-panel__compare .ao-compare__label{top:8px}.ao-side-panel__compare .ao-compare__label--left{left:8px}.ao-side-panel__compare .ao-compare__label--right{right:8px}.ao-side-panel__copy{display:flex;flex-direction:column;gap:8px;width:100%}.ao-side-panel__heading{color:var(--color-text-high_emphasis,#202020);font-size:var(--typography-size-md,16px);font-weight:var(--typography-weight-bold,700)}.ao-side-panel__heading,.ao-side-panel__text{margin:0;font-family:var(--typography-family-manrope,Manrope,sans-serif);line-height:1.5}.ao-side-panel__text{color:var(--color-text-medium_emphasis,#646464);font-size:var(--typography-size-sm,14px);font-weight:var(--typography-weight-regular,400)}.dark .ao-side-panel-overlay{background:rgba(0,0,0,.55)}.dark .ao-side-panel{background:#1a1a1a;border-color:#3a3a3a;box-shadow:0 12px 32px rgba(0,0,0,.28),0 8px 40px rgba(0,0,0,.2);color:#eee}.dark .ao-side-panel__header{background:#232323}.dark .ao-side-panel__title{color:#eee}.dark .ao-side-panel__divider{border-top-color:#3a3a3a}.dark .ao-side-panel__body,.dark .ao-side-panel__scroll,.dark .ao-side-panel__scroll .ui-scroll-area__viewport{background:#1a1a1a}.dark .ao-side-panel__heading{color:#eee}.dark .ao-side-panel__text{color:#b4b4b4}.dark .ao-side-panel__compare .ao-compare__frame,.dark .ao-side-panel__hero-image,.dark .ao-side-panel__image-cell,.dark .ao-side-panel__image-row--bordered,.dark .ao-side-panel__image-row--bordered .ao-side-panel__image-cell{border-color:#3a3a3a;background:#232323}@media (max-width:560px){.ao-deliverable-card__cta-label--full{display:none}.ao-deliverable-card__cta-label--short{display:inline}.ao-deliverable-card__content{padding-bottom:16px}.ao-deliverable-card:focus-within .ao-deliverable-card__content,.ao-deliverable-card:hover .ao-deliverable-card__content{padding-bottom:16px}.ao-deliverable-card__visual--associate{top:64px;transform:translateX(-50%) scale(.7);transform-origin:center top}.ao-deliverable-card--associate:focus-within .ao-deliverable-card__visual--associate,.ao-deliverable-card--associate:hover .ao-deliverable-card__visual--associate{top:64px;transform:translateX(-50%) translateY(-4px) scale(.7)}.ao-deliverable-card__visual--collapsibility{top:64px;transform:translateX(-50%) scale(.7);transform-origin:center top}.ao-deliverable-card--collapsibility:focus-within .ao-deliverable-card__visual--collapsibility,.ao-deliverable-card--collapsibility:hover .ao-deliverable-card__visual--collapsibility{top:64px;transform:translateX(-50%) translateY(-4px) rotate(-2deg) scale(.7)}}@media (max-width:480px){.ao-deliverable-card__cta-arrow{display:none}}@media (max-width:640px){.ao-side-panel-overlay{padding:16px}.ao-side-panel{width:100%}.ao-side-panel__hero-image{height:180px}.ao-side-panel__image-row{flex-direction:column}.ao-side-panel__image-cell{flex:0 0 auto;width:100%;height:200px;min-height:200px}.ao-side-panel__image-row--bordered{flex-direction:column}.ao-side-panel__image-row--bordered .ao-side-panel__image-cell{height:220px;min-height:220px;border-left:none;border-top:1px solid var(--color-border-muted,#e0e0e0)}.ao-side-panel__image-row--bordered .ao-side-panel__image-cell:first-child{border-top:none}.ao-side-panel__compare .ao-compare{max-width:100%}}