@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap";
.landing{background-color:var(--cds-background,#161616);color:var(--cds-text-primary,#f4f4f4);min-height:100vh;font-family:IBM Plex Sans,Helvetica Neue,Arial,sans-serif}.landing *,.landing :before,.landing :after{box-sizing:border-box}.landing .cds--header{z-index:8000;position:fixed;top:0;left:0;right:0}.landing .cds--header a{text-decoration:none}.landing__hero{align-items:center;min-height:80vh;padding-top:48px;display:flex;position:relative;overflow:hidden}.landing__hero-bg{opacity:0;background-color:#0d1520;background-position:50%;background-size:cover;transition:opacity 1s ease-in-out;position:absolute;inset:0}.landing__hero-bg--active{opacity:1;z-index:1}.landing__hero-overlay{z-index:2;background:linear-gradient(105deg,#161616eb 0%,#161616cc 35%,#16161680 65%,#161616b3 100%);position:absolute;inset:0}.landing__hero-grid{z-index:3;width:100%;padding-left:2rem;padding-right:2rem;position:relative;max-width:100%!important;margin:0!important}.landing__hero .cds--grid,.landing__stats .cds--grid,.landing__section .cds--grid,.landing__cta .cds--grid,.landing__footer .cds--grid{margin:0 auto;padding-left:2rem;padding-right:2rem;max-width:100%!important}@media (min-width:1584px){.landing__hero .cds--grid,.landing__stats .cds--grid,.landing__section .cds--grid,.landing__cta .cds--grid,.landing__footer .cds--grid{max-width:1584px!important}}.landing__hero-content{padding:5rem 0 5.5rem}.landing__hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#fff;background-color:#0f62fe;border-radius:4px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.landing__hero-title{letter-spacing:-.01em;color:var(--cds-text-primary,#f4f4f4);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;line-height:1.06}.landing__hero-body{color:#e0e0e0;max-width:36rem;margin-bottom:4.5rem;font-size:1.125rem;font-weight:400;line-height:1.625}.landing__hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.landing__hero-actions a{text-decoration:none}.landing__stats{background-color:var(--cds-layer-01,#262626);border-top:1px solid var(--cds-border-subtle-01,#393939);border-bottom:1px solid var(--cds-border-subtle-01,#393939)}.landing__stat{text-align:center;border-right:1px solid var(--cds-border-subtle-01,#393939);padding:1.75rem 1rem;position:relative}.landing__stat:before{content:"";background-color:#0f62fe;border-radius:2px;width:80%;max-width:8rem;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.landing__stat:last-child{border-right:none}.landing__stat-num{color:var(--cds-text-primary,#f4f4f4);margin-bottom:.375rem;font-size:2.625rem;font-weight:300;line-height:1}.landing__stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--cds-text-secondary,#c6c6c6);font-size:.6875rem;font-weight:400}.landing__section{background-color:var(--cds-background,#161616);padding:4rem 0}.landing__section--layer{background-color:var(--cds-layer-01,#262626)}.landing__section-header{border-bottom:1px solid var(--cds-border-subtle-01,#393939);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.landing__section-title{color:var(--cds-text-primary,#f4f4f4);margin-bottom:.25rem;font-size:1.75rem;font-weight:400;line-height:1.2}.landing__section-subtitle{color:var(--cds-text-secondary,#c6c6c6);font-size:.875rem;font-weight:300}.landing__view-all{color:var(--cds-link-primary,#78a9ff);white-space:nowrap;flex-shrink:0;align-items:center;gap:.375rem;margin-bottom:.125rem;font-size:.875rem;font-weight:400;text-decoration:none;transition:-webkit-text-decoration .1s,text-decoration .1s;display:inline-flex}.landing__view-all:hover{color:var(--cds-link-primary-hover,#a6c8ff);text-decoration:underline}.landing__tile{background-color:var(--cds-layer-01,#262626);border:1px solid var(--cds-border-subtle-01,#393939);height:100%;min-height:24rem;color:var(--cds-text-primary,#f4f4f4);cursor:pointer;outline:none;flex-direction:column;margin-bottom:1rem;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex}.landing__tile:hover{background-color:var(--cds-layer-hover-01,#2e2e2e);border-color:var(--cds-border-subtle-selected-01,#525252)}.landing__tile:focus-visible{outline:2px solid var(--cds-focus,#fff);outline-offset:-2px}.landing__tile-image{background-position:50%;background-size:cover;background-color:var(--cds-layer-02,#393939);flex-shrink:0;width:100%;height:12rem;position:relative;overflow:hidden}.landing__tile-image--tall{height:14rem}.landing__tile-image-overlay{background:linear-gradient(#1616161a 0%,#16161659 100%);position:absolute;inset:0}.landing__tile-badge{z-index:1;letter-spacing:.1em;text-transform:uppercase;color:#fff;background-color:#0f62fe;border:none;border-radius:3px;padding:.25rem .5rem;font-size:.625rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.landing__tile-body{flex-direction:column;flex:1;padding:1.25rem 1rem 1rem;display:flex}.landing__tile-tag{letter-spacing:.06em;text-transform:uppercase;color:#fff;background-color:#0f62fe;border-radius:3px;align-self:flex-start;margin-bottom:.625rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.landing__tile-title{color:var(--cds-text-primary,#f4f4f4);margin-bottom:.625rem;font-size:1rem;font-weight:600;line-height:1.25}.landing__tile-desc{color:var(--cds-text-secondary,#c6c6c6);flex:1;font-size:.8125rem;font-weight:300;line-height:1.55}.landing__tile-footer{border-top:1px solid var(--cds-border-subtle-01,#393939);color:var(--cds-text-secondary,#c6c6c6);align-items:center;gap:.5rem;margin-top:1.25rem;padding-top:1rem;display:flex}.landing__tile-icon{color:var(--cds-text-secondary,#c6c6c6)}.landing__tile-cta{color:var(--cds-text-secondary,#c6c6c6);flex:1;font-size:.8125rem;font-weight:400}.landing__tile-arrow{color:#0f62fe;transition:transform .15s}.landing__tile:hover .landing__tile-arrow{transform:translate(3px)}.landing__tile--industry{min-height:22rem}.landing__industry-col{margin-bottom:2rem}.landing__cta{background-color:var(--cds-layer-01,#262626);border-top:1px solid var(--cds-border-subtle-01,#393939);padding:6rem 0}.landing__cta-col{margin-inline:auto}.landing__cta-title{color:var(--cds-text-primary,#f4f4f4);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.625rem);font-weight:300;line-height:1.15}.landing__cta-body{color:var(--cds-text-secondary,#c6c6c6);max-width:34rem;margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.625}.landing__cta a{text-decoration:none}.landing__footer{background-color:var(--cds-background,#161616);border-top:1px solid var(--cds-border-subtle-01,#393939);padding:1.5rem 0}.landing__footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.landing__footer-brand{color:var(--cds-text-secondary,#c6c6c6);font-size:.875rem;font-weight:600}.landing__footer-copy{color:var(--cds-text-helper,#6f6f6f);font-size:.75rem}@media (max-width:671px){.landing__hero-content{padding:3rem 0 4rem}.landing__section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.landing__cta{padding:4rem 0}.landing__stat{border-right:none;border-bottom:1px solid var(--cds-border-subtle-01,#393939);padding:1.25rem 1rem}.landing__stat:last-child{border-bottom:none}}@media (min-width:1312px){.landing__nav{padding:0 2rem}}
