@layer app{.hds-globalization-picker{--locale-switcher-max-width:var(--hds-space-layout-content-maxWidth);width:min(var(--available-width),var(--locale-switcher-max-width));margin-inline-start:calc(50vw - var(--scrollbarWidth, 0px) / 2);transform:translateX(-50%) translateY(var(--position-y))}@media (min-width:600px) and (max-width:1295px){.hds-globalization-picker{--locale-switcher-max-width:calc(100% - 2 * var(--hds-space-layout-page-margin))}}.locale-switcher__button{padding:0;margin-inline-start:var(--hds-space-core-200);margin-block:var(--hds-space-core-200)}.locale-switcher__trigger-region:after{content:"\0020"}:where(.hds-globalization-picker) .hds-listbox{padding:var(--hds-space-core-400)}@media (min-width:400px){:where(.hds-globalization-picker) .hds-listbox{column-count:2}}@media (min-width:600px){:where(.hds-globalization-picker) .hds-listbox{column-count:3}}@media (min-width:1115px){:where(.hds-globalization-picker) .hds-listbox{column-count:4}}:is(:where(.hds-globalization-picker) .hds-listbox):before{content:"";position:absolute;top:0;left:0;right:0;height:24px;background:linear-gradient(to bottom,var(--hds-color-surface-bg-quiet),transparent);pointer-events:none;z-index:1;border-radius:var(--hds-space-core-radius-md) var(--hds-space-core-radius-md) 0 0}:is(:where(.hds-globalization-picker) .hds-listbox):after{content:"";position:absolute;bottom:0;left:0;right:0;height:24px;background:linear-gradient(to top,var(--hds-color-surface-bg-quiet),transparent);pointer-events:none;z-index:1;border-radius:0 0 var(--hds-space-core-radius-md) var(--hds-space-core-radius-md)}:where(.hds-globalization-picker) .hds-group{--flag-icon-size:21px;padding-inline-start:calc(var(--flag-icon-size) + var(--hds-space-core-100));column-gap:var(--hds-space-core-100);padding-block-end:var(--hds-space-core-150)}:where(.hds-globalization-picker) .hds-group__label{padding-block:1px;padding-inline:0}.locale-switcher__region-label{color:var(--hds-color-text-solid)}.hds-group:has([aria-selected=true]) .locale-switcher__region-label{font-weight:var(--hds-font-weight-bold)}:where(:lang(ja)) :is(.hds-group:has([aria-selected=true]) .locale-switcher__region-label){font-weight:600;font-variation-settings:"wght" 400}:where(.hds-globalization-picker) .hds-listbox__item{padding:0}:where(.hds-globalization-picker) .hds-listbox__item:hover{background-color:transparent;color:var(--hds-color-text-solid)}:where(.hds-globalization-picker .hds-group:has(>[aria-selected=true])):after{content:unset;display:none}:where(.hds-globalization-picker) .locale-switcher__check{position:absolute;left:3px;top:4px;line-height:1}}.locale-switcher__flag{position:absolute;left:0;top:0;line-height:1}.hds-group:has([aria-selected=true]) .locale-switcher__flag{visibility:hidden}.footer{--section-container-padding-inline:0}.footer__container{padding-block-start:0;padding-block-end:0}.footer-links-section{display:grid;column-gap:var(--hds-space-layout-gap);grid-template-columns:repeat(var(--hds-space-layout-columns),minmax(0,1fr));align-items:flex-start;padding-inline:var(--hds-space-core-200);padding-block-start:var(--hds-space-core-800);border-block-end:var(--hds-canary-dashed-border)}.footer-links-section__content{grid-column:var(--hds-canary-grid-span-quarter);padding-block-end:var(--hds-space-core-800)}@media (min-width:940px){.footer-links-section{padding-block:0}.footer-links-section__content{height:100%;padding-block:var(--hds-space-core-800)}.footer-links-section__content:not(:last-child){border-inline-end:var(--hds-canary-dashed-border)}}.footer-links-block{display:flex;flex-direction:column;row-gap:var(--hds-space-core-50);padding-inline-end:var(--hds-space-core-300)}.footer-links-block__title{padding-block-end:var(--hds-space-core-100)}.footer-links-block__item{color:var(--hds-color-text-soft);font-weight:var(--hds-font-weight-normal);font-size:1rem;line-height:1.25;-webkit-text-decoration:none;text-decoration:none;width:fit-content}:where(:lang(ja)) .footer-links-block__item{font-weight:300;font-variation-settings:"wght" 300}a.footer-links-block__item:hover{color:var(--hds-color-text-solid)}.footer-newsletter{padding-inline:var(--hds-space-core-200);padding-block:var(--hds-space-core-400);display:flex;flex-direction:column;row-gap:var(--hds-space-core-150);border-block-end:var(--hds-canary-dashed-border)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-inline-end:var(--hds-space-core-400);padding-block-start:var(--hds-space-core-300);padding-block-end:var(--hds-space-core-200)}.footer-bottom__copyright,.footer-disclaimer{padding-inline:var(--hds-space-core-200)}.footer-disclaimer{padding-block:var(--hds-space-core-200);color:var(--hds-color-core-neutral-500);font-size:.75rem;font-weight:var(--hds-font-weight-normal)}.footer--clip-overflow-both,.footer--clip-overflow-x,.footer--clip-overflow-y{overflow:hidden}@supports (overflow:clip){.footer--clip-overflow-x{overflow:visible;overflow-x:clip}.footer--clip-overflow-y{overflow:visible;overflow-y:clip}.footer--clip-overflow-both{overflow:clip}}@layer base{.divider-wrapper{position:relative;width:100%;height:100%}.divider-container{--divider-color:var(--hds-color-surface-border-quiet);--divider-height:120px;margin-inline:var(--section-container-margin-inline-bleed);margin-block:calc(var(--divider-height) * -.5);height:var(--divider-height);overflow:hidden}.divider-canvas-wrapper,.divider-container{position:relative;display:flex;align-items:center}.divider-canvas-wrapper{flex:1;width:100%;min-width:0;height:100%;justify-content:center}@media (max-width:939px){.divider-canvas-wrapper{display:none}.divider-line{flex:1;height:1px;background-color:var(--divider-color)}}@media (min-width:940px){.divider-container--is-canvas-active .divider-line{display:none}.divider-container:not(.divider-container--is-canvas-active) .divider-line{flex:1;height:1px;background-color:var(--divider-color)}.divider-canvas{display:block;width:100%;height:20px;pointer-events:none}}}@layer base{.dom-graphic{--graphic-source-width:0;--graphic-source-height:0;--graphic-aspect-ratio:1/1;--graphic-scale:1;--graphic-max-width:100%;--graphic-reveal-duration:300ms;--graphic-reveal-easing:cubic-bezier(0.25,1,0.5,1);position:relative;width:100%;max-width:var(--graphic-max-width);margin:0 auto;-webkit-user-select:none;user-select:none;aspect-ratio:var(--graphic-aspect-ratio)}.dom-graphic--dynamic-height{aspect-ratio:auto}.dom-graphic__content{--horizontal-scale-left:0;--horizontal-transform:0;position:absolute;top:0;left:var(--horizontal-scale-left);width:var(--graphic-source-width);height:var(--graphic-source-height);transform:scale(var(--graphic-scale)) translateX(var(--horizontal-transform));transform-origin:top left}.dom-graphic__content.dom-graphic__content--horizontal-scale-center{--horizontal-scale-left:50%;--horizontal-transform:-50%}.dom-graphic__content.dom-graphic__content--horizontal-scale-right{--horizontal-scale-left:100%;--horizontal-transform:-100%}.dom-graphic__content--dynamic{position:static;width:var(--graphic-source-width);height:auto}.dom-graphic--hide-until-ready>.dom-graphic__content{visibility:hidden}.dom-graphic--hide-until-ready[data-status=ready]>.dom-graphic__content{visibility:visible}.dom-graphic--reveal-fade>.dom-graphic__content{opacity:0}.dom-graphic--reveal-fade[data-status=ready]>.dom-graphic__content{opacity:1}@media (prefers-reduced-motion:no-preference){.dom-graphic--reveal-fade[data-status=ready]>.dom-graphic__content{transition:opacity var(--graphic-reveal-duration) var(--graphic-reveal-easing)}}.dom-graphic--variant-card .dom-graphic__content{border-radius:var(--hds-space-core-radius-md);background:var(--hds-color-surface-bg-quiet);box-shadow:var(--hds-canary-ui-shadow);outline:1px solid var(--hds-canary-ui-stroke)}.dom-graphic--variant-card-flat .dom-graphic__content{border-radius:var(--hds-space-core-radius-md);background:var(--hds-color-surface-bg-quiet);border:1px solid var(--hds-canary-ui-mini-stroke)}.dom-graphic--variant-card-flat-no-border .dom-graphic__content{border-radius:var(--hds-space-core-radius-md);background:var(--hds-color-surface-bg-quiet)}.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%)}}@layer base{.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}}}.product-hero-subnav{padding-block-start:0;padding-block-end:0;z-index:2}@media (min-width:940px){.product-hero-subnav{padding-block-start:var(--hds-space-core-0);padding-block-end:var(--hds-space-core-200)}}.product-hero-subnav__title{display:flex;align-items:center;gap:10px}.customer-logo--flat{--customerLogoColor:var(--hds-color-action-icon-disabled);--customerLogoBackgroundColor:var(--hds-color-core-neutral-0);--customerLogoColorAlt:var(--customerLogoBackgroundColor);--customerLogoColorAltShadeDarker:color-mix(in srgb,var(--customerLogoColor) 85%,#000);--customerLogoColorAltShadeLighter:color-mix(in srgb,var(--customerLogoColor) 75%,#fff);--customerLogoColorAltNoTransparency:var(--customerLogoBackgroundColor)}.customer-logo--flat.customer-logo--dark{--customerLogoBackgroundColor:var(--hds-color-surface-bg-quiet);--customerLogoColor:var(--hds-color-core-neutral-0);--customerLogoColorAltShadeLighter:color-mix(in srgb,var(--customerLogoColor) 92.5%,#000)}@layer app{.logo-carousel{position:relative;width:100%;border-block-start:1px solid var(--hds-color-surface-border-quiet);border-block-end:1px solid var(--hds-color-surface-border-quiet);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.logo-carousel__marquee-container{display:flex;overflow:hidden;cursor:var(--logo-carousel-cursor,grab)}.logo-carousel__marquee-container .hds-link{cursor:var(--logo-carousel-cursor,pointer)}.logo-carousel__marquee-container--centered{justify-content:center;cursor:auto}.logo-carousel__marquee-container--centered .logo-carousel__marquee{width:100%;justify-content:space-evenly}.logo-carousel__marquee-container--centered .hds-link{cursor:pointer}.logo-carousel__marquee{display:flex;flex-shrink:0;align-items:center;height:var(--hds-space-core-800)}@media (min-width:940px){.logo-carousel__marquee{height:var(--hds-space-core-900)}}.logo-carousel__item{flex-shrink:0;width:172px;height:var(--hds-space-core-900);display:flex;align-items:center;justify-content:center;transition:opacity .15s linear}.logo-carousel__item path{transition:fill .3s cubic-bezier(.25,1,.5,1)}}.ksp-layout{display:grid;grid-template-columns:1fr;column-gap:var(--hds-space-core-200);row-gap:var(--hds-space-core-300)}@media (min-width:640px){.ksp-layout{grid-template-columns:repeat(2,1fr)}}@media (min-width:940px){.ksp-layout{grid-template-columns:repeat(4,1fr)}}@layer base{.gradient-border-card{--gradient-border-card-ease:cubic-bezier(0.165,0.84,0.44,1);--gradient-border-card-duration:800ms;--gradient-border-card-shift-x:0;--gradient-border-card-shift-y:0;--gradient-border-card-radius:var(--hds-space-core-radius-md);--gradient-border-card-mouse-x:0;--gradient-border-card-mouse-y:0;--gradient-border-card-bg:var(--hds-color-surface-bg-subdued);--gradient-border-card-accent-start:#533afd;--gradient-border-card-accent-mid:#f72df3de;--gradient-border-card-accent-end:#ff6118;--gradient-border-card-gradient:radial-gradient(circle,var(--gradient-border-card-accent-start) 0%,var(--gradient-border-card-accent-mid) 30%,var(--gradient-border-card-accent-end) 65%,#ffffff00 100%);position:relative}@media (hover:hover) and (pointer:fine){.gradient-border-card:hover .gradient-border-card__reveal{opacity:1}}.gradient-border-card:focus-visible .gradient-border-card__reveal,.gradient-border-card:has(:focus-visible) .gradient-border-card__reveal{opacity:1}.gradient-border-card__frame{position:relative;height:100%}.gradient-border-card__border{position:absolute;inset:-1px;z-index:0;clip-path:inset(0 round calc(var(--gradient-border-card-radius) + 1px));border-radius:var(--gradient-border-card-radius);overflow:hidden;pointer-events:none}.gradient-border-card__reveal{position:absolute;top:50%;left:50%;height:200%;aspect-ratio:1;opacity:0;transform:translate(-50%,-50%);display:none}@media (min-width:940px){.gradient-border-card__reveal{display:block}}@media (prefers-reduced-motion:no-preference){.gradient-border-card__reveal{transition:opacity .25s linear}}.gradient-border-card__gradient{position:absolute;inset:0;background:var(--gradient-border-card-gradient);transform:translate3d(var(--gradient-border-card-mouse-x),var(--gradient-border-card-mouse-y),0)}@media (prefers-reduced-motion:no-preference){.gradient-border-card__gradient{transition:transform 1s cubic-bezier(.16,1,.3,1);will-change:transform}}.gradient-border-card__inner{position:relative;z-index:1;border-radius:var(--gradient-border-card-radius)}.gradient-border-card__background{position:absolute;inset:0;z-index:0;border-radius:var(--gradient-border-card-radius);background-color:var(--gradient-border-card-bg);pointer-events:none}.gradient-border-card__content{position:relative;width:100%;height:100%;border-radius:var(--gradient-border-card-radius);overflow:hidden;z-index:1}.gradient-border-card--expandable{--gradient-border-card-ease:cubic-bezier(0.165,0.84,0.44,1);--gradient-border-card-duration:800ms;transition:z-index .1s step-end}.gradient-border-card--expandable .gradient-border-card__border{background:var(--hds-color-core-neutral-50)}.gradient-border-card--expandable .gradient-border-card__inner{position:absolute;inset:0}@supports selector(:has(*)){@media (min-width:940px){.gradient-border-card--expandable .gradient-border-card__inner{inset:calc(-1 * var(--gradient-border-card-grow-y)) calc(-1 * var(--gradient-border-card-grow-x)) calc(-1 * var(--gradient-border-card-grow-y)) calc(-1 * var(--gradient-border-card-grow-x));border-radius:0;clip-path:inset(var(--gradient-border-card-grow-y) var(--gradient-border-card-grow-x) var(--gradient-border-card-grow-y) var(--gradient-border-card-grow-x) round calc(var(--gradient-border-card-radius) - 1px))}}@media (min-width:940px) and (prefers-reduced-motion:no-preference){.gradient-border-card--expandable .gradient-border-card__inner{transition:clip-path var(--gradient-border-card-duration) var(--gradient-border-card-ease)}}}@supports selector(:has(*)){@media (min-width:940px){.gradient-border-card--expandable .gradient-border-card__border{inset:calc(-1 * var(--gradient-border-card-grow-y) - 1px) calc(-1 * var(--gradient-border-card-grow-x) - 1px) calc(-1 * var(--gradient-border-card-grow-y) - 1px) calc(-1 * var(--gradient-border-card-grow-x) - 1px);clip-path:inset(var(--gradient-border-card-grow-y) var(--gradient-border-card-grow-x) var(--gradient-border-card-grow-y) var(--gradient-border-card-grow-x) round var(--gradient-border-card-radius))}}@media (min-width:940px) and (prefers-reduced-motion:no-preference){.gradient-border-card--expandable .gradient-border-card__border{transition:clip-path var(--gradient-border-card-duration) var(--gradient-border-card-ease)}}}@supports selector(:has(*)){@media (min-width:940px) and (pointer:fine) and (prefers-reduced-motion:no-preference){.gradient-border-card--expandable:hover .gradient-border-card__inner{clip-path:inset(0 round calc(var(--gradient-border-card-radius) - 1px))}.gradient-border-card--expandable:hover .gradient-border-card__border{clip-path:inset(0 round var(--gradient-border-card-radius))}}}}.ksp-card{--gradient-border-card-bg:var(--hds-color-surface-bg-quiet);-webkit-text-decoration:none;text-decoration:none;display:grid;border-radius:var(--hds-space-core-radius-md);box-shadow:var(--hds-shadow-xs);width:100%}@media (prefers-reduced-motion:no-preference){.ksp-card{transition:box-shadow .25s linear}}.ksp-card:focus-visible,.ksp-card:hover{box-shadow:var(--hds-shadow-md)}@media (prefers-reduced-motion:no-preference){.ksp-card:focus-visible,.ksp-card:hover{--hds-hover-active:1}}.ksp-card:focus-visible{outline:var(--hds-focus-outline);outline-offset:var(--hds-focus-outline-offset);border-radius:calc(var(--hds-space-core-radius-md) - 1px)}.ksp-card__content{display:flex;flex-direction:column;gap:var(--hds-space-core-200);height:100%;overflow:hidden;padding-block-start:var(--hds-space-core-200);padding-block-end:var(--hds-space-core-300);padding-inline-start:var(--hds-space-core-200);padding-inline-end:var(--hds-space-core-400);min-height:186px}.manifesto-container{max-width:1024px;display:flex;flex-direction:column;margin:0 auto;row-gap:var(--hds-space-core-400)}.manifesto-eyebrow{display:flex;gap:var(--hds-space-core-100);align-items:center}.manifesto-heading{max-width:48ch}.manifesto-body{display:grid;grid-template-columns:1fr;gap:var(--hds-space-core-400);row-gap:var(--hds-space-core-200)}@media (min-width:640px){.manifesto-body{padding-block-start:var(--hds-space-core-100);grid-template-columns:1fr 1fr}}@layer base{.side-by-side{display:grid;grid-template-columns:1fr;column-gap:var(--hds-space-layout-gap);row-gap:var(--hds-space-core-300);align-items:stretch}.side-by-side--reverse-when-stacked>:first-child{order:2}.side-by-side--reverse-when-stacked>:last-child{order:1}.side-by-side-row-gap{--side-by-side-row-gap-mb:var(--hds-space-core-300);--side-by-side-row-gap-tb:initial;--side-by-side-row-gap-dt:initial;row-gap:var(--side-by-side-row-gap-mb)}.side-by-side-column-gap{--side-by-side-column-gap-mb:var(--hds-space-layout-gap);--side-by-side-column-gap-tb:initial;--side-by-side-column-gap-dt:initial;column-gap:var(--side-by-side-column-gap-mb)}.side-by-side-align{--side-by-side-align-mb:stretch;--side-by-side-align-tb:initial;--side-by-side-align-dt:initial;align-items:var(--side-by-side-align-mb)}@media (min-width:640px){.side-by-side{grid-template-columns:var(
        --side-by-side-template-cols-tb,var(--side-by-side-template-cols,1fr)
      )}.side-by-side--reverse-when-stacked:not(.side-by-side--stacked-through-tablet)>:first-child,.side-by-side--reverse-when-stacked:not(.side-by-side--stacked-through-tablet)>:last-child{order:0}.side-by-side:not(.side-by-side-row-gap){row-gap:var(--hds-space-core-400)}.side-by-side-row-gap{row-gap:var(--side-by-side-row-gap-tb,var(--side-by-side-row-gap-mb))}.side-by-side-column-gap{column-gap:var(--side-by-side-column-gap-tb,var(--side-by-side-column-gap-mb))}.side-by-side-align{align-items:var(--side-by-side-align-tb,var(--side-by-side-align-mb))}}@media (min-width:940px){.side-by-side{grid-template-columns:var(
        --side-by-side-template-cols-dt,var(--side-by-side-template-cols-tb,var(--side-by-side-template-cols,1fr))
      )}.side-by-side--reverse-when-stacked>:first-child,.side-by-side--reverse-when-stacked>:last-child{order:0}.side-by-side-row-gap{row-gap:var(
        --side-by-side-row-gap-dt,var(--side-by-side-row-gap-tb,var(--side-by-side-row-gap-mb))
      )}.side-by-side-column-gap{column-gap:var(
        --side-by-side-column-gap-dt,var(--side-by-side-column-gap-tb,var(--side-by-side-column-gap-mb))
      )}.side-by-side-align{align-items:var(
        --side-by-side-align-dt,var(--side-by-side-align-tb,var(--side-by-side-align-mb))
      )}}.side-by-side-content{min-width:0;max-width:var(--side-by-side-content-max-width,544px)}.side-by-side-content-padding-inline-buffer{--side-by-side-content-padding-inline-buffer-mb:0;--side-by-side-content-padding-inline-buffer-tb:initial;--side-by-side-content-padding-inline-buffer-dt:initial}.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(--side-by-side-content-padding-inline-buffer-mb)}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(--side-by-side-content-padding-inline-buffer-mb)}@media (min-width:640px){.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(
        --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
      )}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(
        --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
      )}}@media (min-width:940px){.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(
        --side-by-side-content-padding-inline-buffer-dt,var(
          --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
        )
      )}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(
        --side-by-side-content-padding-inline-buffer-dt,var(
          --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
        )
      )}}}.graphic-with-background{display:grid;overflow:hidden;border-radius:var(--hds-space-core-radius-md);aspect-ratio:var(--graphic-with-background-aspect-ratio)}.graphic-with-background>*{grid-area:1/1}.graphic-with-background__background{min-width:0;min-height:0;width:100%;height:100%;background-color:var(--hds-color-surface-bg-subdued)}.graphic-with-background__background-img{width:100%;height:100%;object-fit:cover}.graphic-with-background__foreground{z-index:1;display:flex;align-items:var(--graphic-with-background-fg-align,center);justify-content:var(--graphic-with-background-fg-justify,center);min-height:0;padding-inline:var(--graphic-with-background-fg-pi,var(--hds-space-core-300))}.graphic-with-background__foreground>*{flex-shrink:0;width:var(--graphic-with-background-fg-width,100%);margin-inline:0;translate:var(--graphic-with-background-fg-offset-x,0) var(--graphic-with-background-fg-offset-y,0)}.graphic-with-background-aspect-ratio{--graphic-with-background-aspect-ratio:var(--graphic-with-background-aspect-ratio-mb)}.graphic-with-background-fg-width{--graphic-with-background-fg-width:var(--graphic-with-background-fg-width-mb)}.graphic-with-background-fg-offset-x{--graphic-with-background-fg-offset-x:var(--graphic-with-background-fg-offset-x-mb)}.graphic-with-background-fg-offset-y{--graphic-with-background-fg-offset-y:var(--graphic-with-background-fg-offset-y-mb)}.graphic-with-background-fg-pi{--graphic-with-background-fg-pi:var(--graphic-with-background-fg-pi-mb)}@media (min-width:640px){.graphic-with-background-aspect-ratio{--graphic-with-background-aspect-ratio:var(
      --graphic-with-background-aspect-ratio-tb,var(--graphic-with-background-aspect-ratio-mb)
    )}.graphic-with-background-fg-width{--graphic-with-background-fg-width:var(
      --graphic-with-background-fg-width-tb,var(--graphic-with-background-fg-width-mb)
    )}.graphic-with-background-fg-offset-x{--graphic-with-background-fg-offset-x:var(
      --graphic-with-background-fg-offset-x-tb,var(--graphic-with-background-fg-offset-x-mb)
    )}.graphic-with-background-fg-offset-y{--graphic-with-background-fg-offset-y:var(
      --graphic-with-background-fg-offset-y-tb,var(--graphic-with-background-fg-offset-y-mb)
    )}.graphic-with-background-fg-pi{--graphic-with-background-fg-pi:var(
      --graphic-with-background-fg-pi-tb,var(--graphic-with-background-fg-pi-mb)
    )}}@media (min-width:940px){.graphic-with-background-aspect-ratio{--graphic-with-background-aspect-ratio:var(
      --graphic-with-background-aspect-ratio-dt,var(--graphic-with-background-aspect-ratio-tb,var(--graphic-with-background-aspect-ratio-mb))
    )}.graphic-with-background-fg-width{--graphic-with-background-fg-width:var(
      --graphic-with-background-fg-width-dt,var(--graphic-with-background-fg-width-tb,var(--graphic-with-background-fg-width-mb))
    )}.graphic-with-background-fg-offset-x{--graphic-with-background-fg-offset-x:var(
      --graphic-with-background-fg-offset-x-dt,var(--graphic-with-background-fg-offset-x-tb,var(--graphic-with-background-fg-offset-x-mb))
    )}.graphic-with-background-fg-offset-y{--graphic-with-background-fg-offset-y:var(
      --graphic-with-background-fg-offset-y-dt,var(--graphic-with-background-fg-offset-y-tb,var(--graphic-with-background-fg-offset-y-mb))
    )}.graphic-with-background-fg-pi{--graphic-with-background-fg-pi:var(
      --graphic-with-background-fg-pi-dt,var(--graphic-with-background-fg-pi-tb,var(--graphic-with-background-fg-pi-mb))
    )}}.graphic-with-background-fg-align{--graphic-with-background-fg-align:var(--graphic-with-background-fg-align-mb)}.graphic-with-background-fg-justify{--graphic-with-background-fg-justify:var(--graphic-with-background-fg-justify-mb)}@media (min-width:640px){.graphic-with-background-fg-align{--graphic-with-background-fg-align:var(
      --graphic-with-background-fg-align-tb,var(--graphic-with-background-fg-align-mb)
    )}.graphic-with-background-fg-justify{--graphic-with-background-fg-justify:var(
      --graphic-with-background-fg-justify-tb,var(--graphic-with-background-fg-justify-mb)
    )}}@media (min-width:940px){.graphic-with-background-fg-align{--graphic-with-background-fg-align:var(
      --graphic-with-background-fg-align-dt,var(--graphic-with-background-fg-align-tb,var(--graphic-with-background-fg-align-mb))
    )}.graphic-with-background-fg-justify{--graphic-with-background-fg-justify:var(
      --graphic-with-background-fg-justify-dt,var(--graphic-with-background-fg-justify-tb,var(--graphic-with-background-fg-justify-mb))
    )}}.link-brand-logo{display:block}.link-brand-logo--green .link-brand-logo__text{fill:#011e0f}.link-brand-logo--green .link-brand-logo__circle{fill:#00d66f}.link-brand-logo--black .link-brand-logo__circle,.link-brand-logo--black .link-brand-logo__text,.link-brand-logo--green .link-brand-logo__mark{fill:#011e0f}.link-brand-logo--black .link-brand-logo__mark{fill:var(--hds-color-util-neutral-0)}@layer base{.feature-detail{display:flex;flex-direction:column;align-items:flex-start;row-gap:var(--hds-space-core-200);text-wrap:var(--feature-detail-text-wrap,pretty);container-type:inline-size;container-name:feature-detail}.feature-detail__image{position:relative;width:100%;border-radius:var(--hds-space-core-radius-md);overflow:hidden}.feature-detail__content,.feature-detail__footer{padding-inline-end:var(--hds-space-core-200);max-width:var(--feature-detail-max-width-mb,400px)}@container feature-detail (min-width: 248px){.feature-detail__content,.feature-detail__footer{padding-inline-end:var(--hds-space-core-300)}}@container feature-detail (min-width: 264px){.feature-detail__content,.feature-detail__footer{padding-inline-end:var(--feature-detail-pie-mb,var(--hds-space-core-400))}}@container feature-detail (min-width: 504px){.feature-detail__content,.feature-detail__footer{padding-inline-end:var(--feature-detail-pie-mb,var(--hds-space-core-500));max-width:var(--feature-detail-max-width-mb,544px)}}.feature-detail__content--stacked{display:flex;flex-direction:column;align-items:flex-start;gap:var(--hds-space-core-50)}.feature-card-gap{--feature-card-gap-mb:initial;--feature-card-gap-tb:initial;--feature-card-gap-dt:initial;gap:var(--feature-card-gap-mb)}}@layer base{@media (min-width:640px){.feature-card-gap{gap:var(--feature-card-gap-tb,var(--feature-card-gap-mb))}}@media (min-width:940px){.feature-card-gap{gap:var(--feature-card-gap-dt,var(--feature-card-gap-tb,var(--feature-card-gap-mb)))}}}.feature-card{flex:1;justify-content:flex-start;height:100%;border-radius:var(--hds-space-core-radius-md);text-wrap:pretty;container-type:inline-size;container-name:feature-card}.feature-card,.feature-card__body{display:flex;flex-direction:column}.feature-card__body{flex:1;gap:var(--hds-space-core-200)}.feature-card__content,.feature-card__footer{padding-inline-end:var(--feature-card-pie-mb,var(--hds-space-core-200));max-width:var(--feature-card-max-width-mb,400px)}@container feature-card (min-width: 364px){.feature-card__content,.feature-card__footer{padding-inline-end:var(--feature-card-pie-mb,var(--hds-space-core-350))}}@container feature-card (min-width: 504px){.feature-card__content,.feature-card__footer{padding-inline-end:var(--feature-card-pie-mb,var(--hds-space-core-400));max-width:var(--feature-card-max-width-mb,536px)}}.feature-card--content-stacked .feature-card__content{display:flex;flex-direction:column;gap:var(--hds-space-core-50)}.feature-card--graphic-bottom .feature-card__graphic{order:1;margin-top:auto}.feature-card--graphic-bottom .feature-card__body{gap:var(--hds-space-core-100)}@layer base{.carousel__section-container{overflow:hidden;margin-inline:var(--section-container-margin-inline-bleed,0);width:calc(100% + var(--section-container-margin-inline-bleed, 0) * -2);container-type:inline-size}.carousel__scroller{--carousel-drag-offset:0px;position:relative;display:flex;gap:var(--carousel-gap,0);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x pan-y;padding-inline:var(--carousel-gutter,0);scroll-padding-inline:var(--carousel-gutter,0)}.carousel__scroller::-webkit-scrollbar{display:none}.carousel__scroller[data-dragging=true]{scroll-snap-type:none;scroll-behavior:auto;touch-action:none}.carousel__item{--carousel-item-progress:clamp(-1,var(--carousel-item-index,0) - var(--carousel-scroll-progress,0),1);flex:0 0 var(--carousel-card-width,auto);width:var(--carousel-card-width,auto);position:relative;pointer-events:none;contain:layout style;scroll-snap-align:start}@media (min-width:640px){.carousel__item:last-child{scroll-snap-align:end}}.carousel__inner{pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;height:100%;transform-origin:left center}.carousel__scroller[data-carousel-drag] .carousel__inner{transform:translate3d(var(--carousel-drag-offset,0),0,0)}.feature-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(278px,1fr));column-gap:var(--hds-space-core-200);row-gap:var(--hds-space-core-300)}}@layer base{@media (min-width:640px){.feature-detail-grid{row-gap:var(--hds-space-core-400)}}.feature-detail-grid--two-up{grid-template-columns:repeat(1,minmax(0,1fr));column-gap:var(--hds-space-layout-gap)}@media (min-width:640px){.feature-detail-grid--two-up{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:var(--hds-space-core-600)}}.feature-detail-grid--three-up{grid-template-columns:repeat(1,minmax(0,1fr));column-gap:var(--hds-space-layout-gap)}@media (min-width:640px){.feature-detail-grid--three-up{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:940px){.feature-detail-grid--three-up{grid-template-columns:repeat(3,minmax(0,1fr))}}}.radar-fraud-graphic__graphic-content{display:flex;flex-direction:column;row-gap:var(--hds-space-core-50);width:444px;min-width:444px;height:273px;padding-block:24px;padding-inline:20px;border-radius:var(--hds-space-core-radius-md);border:1px solid var(--hds-color-action-border-quiet);overflow:hidden;background-color:var(--hds-color-core-neutral-0)}.radar-fraud-graphic__graphic-title{color:var(--hds-color-core-neutral-990);font-size:16px;font-weight:var(--hds-font-weight-bold);margin-block-end:var(--hds-space-core-200)}.radar-fraud-graphic__graphic-legend{display:flex;color:var(--hds-color-core-neutral-500);font-size:10px;font-weight:var(--hds-font-weight-bold);flex-shrink:0}.radar-fraud-graphic__graphic-legend-spacer{flex:0 2 10%}.radar-fraud-graphic__graphic-legend-item{display:flex;flex-direction:column;row-gap:var(--hds-space-core-50)}.radar-fraud-graphic__graphic-legend-label{display:flex;column-gap:7px;align-items:center;justify-content:center}.radar-fraud-graphic__graphic-legend-color{width:10px;height:10px;border-radius:var(--hds-space-core-radius-xs);align-items:center;flex-shrink:0}.radar-fraud-graphic__graphic-legend-color--purple{background-color:var(--hds-color-core-brand-500)}.radar-fraud-graphic__graphic-legend-color--pink{background-color:var(--hds-color-core-magenta-350)}.radar-fraud-graphic__graphic-legend-color--icon{display:flex;align-items:center;justify-content:center}.radar-fraud-graphic__graphic-legend-percent{color:var(--hds-color-core-neutral-990);font-size:14px;font-weight:var(--hds-font-weight-bold)}.radar-fraud-graphic__graphic-chart{display:grid;width:396px}.radar-fraud-graphic__graphic-chart-y-axis{grid-area:1/1;color:var(--hds-color-core-neutral-500);font-size:9px;font-weight:400}.radar-fraud-graphic__graphic-chart-y-axis>div{height:38px;border-bottom:1px solid var(--hds-color-core-neutral-50);display:flex;align-items:flex-end;padding-block-end:var(--hds-space-core-25)}.radar-fraud-graphic__graphic-chart-content{grid-area:1/1;display:flex;column-gap:var(--hds-space-core-25);align-items:flex-end;justify-content:flex-end;padding-block-end:1px}.radar-fraud-graphic__graphic-content-line{grid-area:1/1;display:flex;align-items:flex-end;justify-content:flex-end;transform:translate3d(3px,-40px,0)}.radar-fraud-graphic__graphic-chart-bar{display:flex;flex-direction:column;row-gap:2px}.radar-fraud-graphic__graphic-chart-bar-disputes{background-color:#665efd;width:34px;border-radius:var(--hds-space-core-radius-xs) var(--hds-space-core-radius-xs) 0 0}.radar-fraud-graphic__graphic-chart-bar-warnings{background-color:#f44bcc;width:34px;border-radius:var(--hds-space-core-radius-xs)}.product-ui-graphic{width:100%;position:relative;aspect-ratio:var(--pcg-aspect);border-radius:var(--hds-space-core-radius-md);background-color:var(--pcg-background-color,var(--hds-color-core-neutral-0));overflow:hidden;border:1px solid var(--hds-color-surface-border-quiet)}.section--white .product-ui-graphic{background-color:var(--pcg-background-color,var(--hds-color-core-neutral-25))}.product-ui-graphic--borderless{border-radius:0;border:none}.product-ui-graphic__wrap{position:absolute;width:var(--pcg-width);height:auto}.product-ui-graphic__wrap--x-left{left:var(--pcg-offset-x)}.product-ui-graphic__wrap--x-center{left:50%;transform:translateX(calc(-50% + var(--pcg-offset-x)))}.product-ui-graphic__wrap--x-right{right:var(--pcg-offset-x)}.product-ui-graphic__wrap--y-top{top:var(--pcg-offset-y)}.product-ui-graphic__wrap--y-center{top:50%;transform:translateY(calc(-50% + var(--pcg-offset-y)))}.product-ui-graphic__wrap--y-bottom{bottom:var(--pcg-offset-y)}.product-ui-graphic__wrap--x-center.product-ui-graphic__wrap--y-center{transform:translate(calc(-50% + var(--pcg-offset-x)),calc(-50% + var(--pcg-offset-y)))}@layer base{.columns{display:grid;column-gap:var(--hds-space-layout-gap);row-gap:var(--hds-space-core-200);align-items:stretch}.columns:not(.columns--auto){grid-template-columns:repeat(var(--columns-count-mb,1),minmax(0,1fr))}.columns--auto{grid-template-columns:repeat(auto-fit,minmax(var(--columns-min-item-width,276px),1fr))}.columns-row-gap{--columns-row-gap-mb:var(--hds-space-core-200);--columns-row-gap-tb:initial;--columns-row-gap-dt:initial;row-gap:var(--columns-row-gap-mb)}.columns-column-gap{--columns-column-gap-mb:var(--hds-space-layout-gap);--columns-column-gap-tb:initial;--columns-column-gap-dt:initial;column-gap:var(--columns-column-gap-mb)}.columns-align{--columns-align-mb:stretch;--columns-align-tb:initial;--columns-align-dt:initial;align-items:var(--columns-align-mb)}@media (min-width:640px){.columns:not(.columns--auto){grid-template-columns:repeat(var(--columns-count-tb,2),minmax(0,1fr))}.columns-row-gap{row-gap:var(--columns-row-gap-tb,var(--columns-row-gap-mb))}.columns-column-gap{column-gap:var(--columns-column-gap-tb,var(--columns-column-gap-mb))}.columns-align{align-items:var(--columns-align-tb,var(--columns-align-mb))}}@media (min-width:940px){.columns:not(.columns--auto){grid-template-columns:repeat(var(--columns-count-dt,var(--columns-count-tb,2)),minmax(0,1fr))}.columns-row-gap{row-gap:var(--columns-row-gap-dt,var(--columns-row-gap-tb,var(--columns-row-gap-mb)))}.columns-column-gap{column-gap:var(
        --columns-column-gap-dt,var(--columns-column-gap-tb,var(--columns-column-gap-mb))
      )}.columns-align{align-items:var(--columns-align-dt,var(--columns-align-tb,var(--columns-align-mb)))}}}.radar-dispute-management-graphic{display:flex;flex-direction:column;width:100%;height:100%}.radar-dispute-management-graphic__list{display:flex;flex-direction:column;row-gap:var(--hds-space-core-100);color:var(--hds-color-text-solid);font-size:12px;font-weight:var(--hds-font-weight-normal);margin-inline-start:var(--hds-space-core-200);justify-content:space-between}.radar-dispute-management-graphic__list-item{display:flex;padding-block:var(--hds-space-core-200);padding-inline:var(--hds-space-core-200);align-items:center;border-radius:var(--hds-space-core-radius-md);border:1px solid var(--hds-color-surface-border-quiet);background:var(--hds-color-util-neutral-0)}.radar-dispute-management-graphic__list-item__amount{margin-inline-start:var(--hds-space-core-100);font-weight:var(--hds-font-weight-bold)}.radar-dispute-management-graphic__list-item__badge{margin-inline-start:var(--hds-space-core-200);margin-inline-end:var(--hds-space-core-500);display:flex;padding-block:3px;padding-inline:7px;border-radius:17px;background:rgba(0,178,97,.15);color:#00b261;font-size:10px;font-weight:var(--hds-font-weight-bold);white-space:nowrap}.radar-dispute-management-graphic__list-item__badge-working{font-size:12px;color:#533afd;background:rgba(83,58,253,.15)}.radar-dispute-management-graphic__list-item__description{border-left:1px solid var(--hds-color-core-neutral-50);padding-inline-start:var(--hds-space-core-200);color:var(--hds-color-text-soft);font-weight:var(--hds-font-weight-normal)}.radar-dispute-management-graphic__list-working{padding-inline:0;font-size:13px;margin-block-start:var(--hds-space-core-150);margin-inline-start:var(--hds-space-core-0)}.radar-dispute-management-graphic__list-item--active{display:flex;padding-block:var(--hds-space-core-200);padding-inline:var(--hds-space-core-200);align-items:center;border-radius:var(--hds-space-core-radius-md);position:relative;background:var(--hds-color-util-neutral-0)}.radar-dispute-management-graphic__list-item__glow{position:relative;border-radius:7px;padding:1px;background:linear-gradient(90deg,#533afd 0,#f704ff 33%,#ff6b3b 77%)}.radar-dispute-management-graphic__list-item__glow:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#533afd 0,#f704ff 33%,#ff6b3b 77%);filter:blur(4px);z-index:-1;opacity:.3}.faq-section-container{display:grid;grid-template-columns:repeat(var(--hds-space-layout-columns),minmax(0,1fr));column-gap:var(--hds-space-layout-gap);row-gap:var(--hds-space-core-400);align-items:start}.faq-section-header{grid-column:var(--hds-canary-grid-span-full);padding-inline-end:var(--hds-space-core-300)}@media (min-width:940px){.faq-section-header{margin-block-start:11px}}.faq-section-accordion{grid-column:var(--hds-canary-grid-span-full)}@media (min-width:940px){.faq-section-header{grid-column:span 4}.faq-section-accordion{grid-column:span 8}}@layer base{.carousel-nav{display:flex;align-items:center;align-self:end;gap:var(--hds-space-core-100)}@media (max-width:639px){.carousel-nav{display:none}}}@layer app{.footer-cta-section__grid{--section-container-border-block-end:var(--hds-canary-dashed-border);display:grid;column-gap:var(--hds-space-layout-gap);row-gap:var(--hds-space-core-700);grid-template-columns:repeat(var(--hds-space-layout-columns),minmax(0,1fr));align-items:start}.footer-cta-section__content{grid-column:var(--hds-canary-grid-span-half);padding-right:var(--hds-space-core-200)}.footer-cta-section__content-text{display:flex;flex-direction:column;gap:var(--hds-space-core-200)}.footer-cta-section__title{max-width:24ch;text-wrap:pretty}.footer-cta-section__description{max-width:42ch;text-wrap:pretty}.footer-cta-section__feature-grid{display:grid;grid-column:var(--hds-canary-grid-span-half);grid-template-columns:subgrid;row-gap:var(--hds-space-core-500)}.footer-cta-section__feature-card{grid-column:var(--hds-canary-grid-span-quarter)}@media (min-width:940px){.footer-cta-section__grid:has(.footer-cta-section__feature-card:only-child) .footer-cta-section__title{max-width:32ch}.footer-cta-section__grid:has(.footer-cta-section__feature-card:only-child) .footer-cta-section__description{max-width:52ch}.footer-cta-section__grid:has(.footer-cta-section__feature-card:only-child) .footer-cta-section__content{grid-column:span 7}.footer-cta-section__grid:has(.footer-cta-section__feature-card:only-child) .footer-cta-section__feature-grid{grid-column:9/span 3}}}