@layer base{.horizontal-scrollable-container{position:relative;min-width:0;max-width:100%}.horizontal-scrollable-container__inner{position:relative;width:100%;padding-block:var(--hds-space-core-200);margin-block:calc(var(--hds-space-core-200) * -1);overflow-x:auto;overscroll-behavior-x:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.horizontal-scrollable-container--scrollable .horizontal-scrollable-container__inner{overscroll-behavior-x:contain;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--hds-space-core-250),#000 calc(100% - var(--hds-space-core-250)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--hds-space-core-250),#000 calc(100% - var(--hds-space-core-250)),transparent 100%)}.horizontal-scrollable-container__inner::-webkit-scrollbar{display:none}}@layer app{@media (max-width:939px){html:has(.hero-sticky-subnav__mobile-backdrop--active){overflow:hidden}html:has(.hero-sticky-subnav__mobile-backdrop--active) body{overflow:hidden}}@media (max-width:939px){.hero-static-subnav.hero-subnav{display:none}}.hero-mobile-static-subnav.hero-subnav{position:relative}@media (min-width:940px){.hero-mobile-static-subnav.hero-subnav{display:none}}.hero-subnav__title-link{color:var(--hds-color-heading-solid);-webkit-text-decoration:none;text-decoration:none}.hero-subnav__title-link:hover{color:var(--hds-color-text-soft)}.hero-subnav{padding-block:var(--hds-space-core-200);display:flex;justify-content:space-between;align-items:center}@media (min-width:939px){.hero-subnav{margin-block-start:0;padding-block:var(--hds-space-core-250)}}.hero-subnav.hero-subnav--sticky{--sticky-nav-height:64px;position:relative;height:var(--sticky-nav-height);width:calc(100% - 2px);max-width:var(--hds-canary-layout-content-maxWidth-borders);margin-inline:auto;margin-block-start:var(--hds-space-core-100);padding-inline:var(--hds-space-layout-content-margin);border-radius:var(--hds-space-core-radius-md);z-index:1}@media (max-width:939px){.hero-subnav.hero-subnav--sticky{margin-block-start:0;width:100%;border-radius:0;display:flex}}.hero-subnav.hero-subnav--sticky:after{content:"";position:absolute;top:0;right:0;left:0;height:var(--sticky-nav-height);border-radius:var(--hds-space-core-radius-md);background:var(--hds-color-surface-bg-quiet);box-shadow:var(--hds-shadow-md);opacity:0}@media (prefers-reduced-motion:no-preference){.hero-subnav.hero-subnav--sticky:after{transition:var(--navigation-duration) var(--navigation-easing)}}@media (max-width:939px){.hero-subnav.hero-subnav--sticky:after{border-radius:0}.hero-subnav.hero-subnav--sticky-mobile-open:after{height:min(calc(var(--sticky-nav-height) + var(--sticky-content-height, 0px)),100dvh)}}.hero-sticky-subnav{position:fixed;top:0;left:0;right:0;z-index:2;padding-inline:var(--hds-space-layout-page-margin);transform:translateY(-105%);pointer-events:none;transition:transform var(--navigation-duration) var(--navigation-easing)}.hero-sticky-subnav.hero-sticky-subnav--visible{transform:translateY(0);pointer-events:auto}.hero-sticky-subnav.hero-sticky-subnav--visible .hero-subnav--sticky:after{opacity:1}.hero-subnav__title{padding-right:var(--hds-space-core-150);flex-shrink:0}.hero-subnav__content-container,.hero-subnav__title{position:relative;z-index:1}@media (max-width:939px){.hero-subnav__content-container{max-height:0;overflow:hidden;position:absolute;top:var(--sticky-nav-height);right:0;left:0}@media (prefers-reduced-motion:no-preference){.hero-subnav__content-container{transition:max-height var(--navigation-duration) var(--navigation-easing)}}.hero-subnav--sticky-mobile-open .hero-subnav__content-container{max-height:min(var(--sticky-content-height,0px),calc(100dvh - var(--sticky-nav-height)))}}.hero-mobile-static-subnav__content-container{position:relative;z-index:1;max-height:0;overflow:hidden;position:absolute;top:100%;right:calc(-1 * var(--section-container-padding-inline, var(--hds-space-layout-content-margin)));left:calc(-1 * var(--section-container-padding-inline, var(--hds-space-layout-content-margin)));background:var(--hds-color-surface-bg-quiet);box-shadow:var(--hds-shadow-md);clip-path:inset(0 -100px -100px)}@media (prefers-reduced-motion:no-preference){.hero-mobile-static-subnav__content-container{transition:max-height var(--navigation-duration) var(--navigation-easing)}}.hero-mobile-static-subnav--open .hero-mobile-static-subnav__content-container{max-height:var(--content-height,0)}.hero-subnav__content{display:grid;grid:auto/1fr auto;align-items:center}@media (max-width:939px){.hero-subnav--sticky .hero-subnav__content{position:relative;grid:auto/minmax(0,1fr);max-height:calc(100dvh - var(--sticky-nav-height));overflow-y:auto;padding:var(--hds-space-core-200);overscroll-behavior:none}.hero-subnav__content:before{content:"";position:sticky;top:0;right:var(--hds-space-core-200);left:var(--hds-space-core-200);transform:translateY(calc(var(--hds-space-core-200) * -1));height:1px;background-color:var(--hds-color-surface-border-quiet)}}.hero-mobile-static-subnav__content{position:relative;display:grid;align-items:center;grid:auto/minmax(0,1fr);padding:var(--hds-space-core-200)}.hero-mobile-static-subnav__content:before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background-color:var(--hds-color-surface-border-quiet)}@media (min-width:940px){.hero-subnav-page-nav{display:flex;align-items:center;column-gap:var(--hds-space-core-25)}}.hero-subnav-secondary-nav{position:relative;margin-top:var(--hds-space-core-200);padding-top:var(--hds-space-core-200);display:grid;grid:auto/minmax(0,1fr);row-gap:var(--hds-space-core-200)}.hero-subnav-secondary-nav:before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background-color:var(--hds-color-surface-border-quiet)}.hero-subnav-secondary-nav:first-child{margin-top:var(--hds-space-core-50);padding-top:var(--hds-space-core-50)}.hero-subnav-secondary-nav:first-child:before{display:none}@media (min-width:940px){.hero-subnav-secondary-nav:first-child{margin-top:0;padding-top:0}.hero-subnav-secondary-nav{margin-top:0;padding-top:0;display:flex;align-items:center;column-gap:var(--hds-space-core-350)}.hero-subnav-secondary-nav:before{content:"";position:absolute;right:unset;bottom:-1px;width:1px;height:unset;background-color:var(--hds-color-surface-border-quiet)}}.hero-subnav-items{display:grid;grid:auto/minmax(0,1fr);row-gap:var(--hds-space-core-200)}@media (min-width:940px){.hero-subnav-items{display:flex;align-items:center;column-gap:var(--hds-space-core-250)}.hero-subnav-secondary-nav .hero-subnav-items{padding-inline-start:calc(var(--hds-space-core-250) + 1px)}}.hero-subnav-item{flex-shrink:0}@media (min-width:940px){.hero-subnav-page-nav .hero-subnav-item:first-child{padding-inline-start:var(--hds-space-core-250)}.hero-subnav-page-nav .hero-subnav-item:last-child{padding-inline-end:var(--hds-space-core-250)}}.hero-subnav-item__link--active{color:var(--hds-color-heading-solid)}.hero-subnav-item__link--active:hover{color:var(--hds-color-text-soft)}.hero-subnav-item__icon-end{display:inline-flex;margin-left:var(--hds-space-core-50);vertical-align:middle;position:relative;top:-1px}@media (min-width:940px){.hero-subnav-item__sub-label{display:none}}.hero-subnav__mobile-toggle-button{position:relative;z-index:1}@media (min-width:940px){.hero-subnav__mobile-toggle-button{display:none}}.hero-subnav__mobile-toggle-button--open{--cross-toggle-collapse:1}.hero-sticky-subnav__mobile-backdrop{position:fixed;top:0;left:0;width:100vw;height:100dvh;display:none}@media (max-width:939px){.hero-sticky-subnav__mobile-backdrop.hero-sticky-subnav__mobile-backdrop--active{display:block}}}.hero{position:relative;overflow:hidden}.hero__subnav-section-container{z-index:3}.hero__container{--section-container-pbs:var(--hds-space-core-300);--section-container-pbe:var(--hds-space-core-0);--section-container-pbs-tb:var(--hds-space-core-700);--section-container-pbe-tb:var(--hds-space-core-700);--section-container-pbs-dt:var(--hds-space-core-1600);--section-container-pbe-dt:var(--hds-space-core-2000);z-index:2}.hero__background{z-index:1}.hero__globe-container{position:relative;width:100%;height:100%}@media (min-width:640px){.hero__globe-container{position:absolute;top:var(--hds-space-core-500);left:50%;max-width:var(--hds-canary-layout-content-maxWidth-borders);transform:translateX(-50%)}}.hero__globe{position:relative;width:100%;aspect-ratio:1}@media (min-width:640px){.hero__globe{position:absolute;top:50%;right:0;width:56%;transform:translateY(-50%)}.hero__globe .globe__static{width:83.5%;margin-right:20px;margin-left:auto}}@media (min-width:1117px){.hero__globe{top:-10px;transform:none}}.hero__globe .lazy-mm-globe{position:absolute;inset:0}@media (max-width:639px){.hero__globe{top:120px}.hero__globe .globe{inset:-125px}}.hero__arrow-down-icon{position:relative;top:var(--hds-space-core-25);width:9px;height:11px;flex-shrink:0}.logos__container{padding-inline:0;padding-block:0}