Company: stripe.com
Remote: No
Posted: 2026-03-14
Status: new
Apply: https://stripe.com/en-lt/jobs
window.__capturedErrors = [];
window.onerror = function (message, url, line, column, error) { __capturedErrors.push(error); };
window.onunhandledrejection = function(evt) { __capturedErrors.push(evt.reason); }
(() => {
const getExperimentsContent = () =>
document.querySelector('meta[name="edge-experiment-treatments"]')
?.content ||
document.querySelector('meta[name="experiment-treatments"]')?.content;
const buildAssignedRules = (experimentId, variantId) => {
const expClass = CSS.escape(experimentId);
const varClass = CSS.escape(variantId);
return [
`.${expClass}.${varClass}.client-variant-wrapper { display: unset; }`,
`.${expClass}.control.client-variant-wrapper { display: none; }`,
];
};
const generateClientSideExperimentsStyle = () => {
const baseRules = [
'.client-variant-wrapper { display: none; }',
'.control.client-variant-wrapper { display: unset; }',
];
const experimentsContent = getExperimentsContent();
if (!experimentsContent) {
return baseRules.join('\n');
}
const assignedRules = experimentsContent
.split(',')
.map((entry) => {
const [experimentId, variantId, , , , renderSide] = entry.split('.');
return {experimentId, variantId, renderSide};
})
.filter((exp) => exp.renderSide === 'c' && exp.variantId !== 'control')
.flatMap((exp) => buildAssignedRules(exp.experimentId, exp.variantId));
return [...baseRules, ...assignedRules].join('\n');
};
const style = document.createElement('style');
style.id = 'experiments-style';
style.textContent = generateClientSideExperimentsStyle();
document.head.appendChild(style);
document.currentScript?.remove();
})();
{"GTM_ID":"GTM-WK8882T","GTM_FRAME_URL":"https://b.stripecdn.com/stripethirdparty-srv/assets/","patchMismatchedCids":false,"environment":"production"}
Chat with Stripe sales
Stripe: Jobs
new MutationObserver(e=>{for(const d of e)if(d.addedNodes)for(const e of d.addedNodes)e instanceof HTMLLinkElement&&void 0!==e.dataset.jsLazyStyle&&e.addEventListener("load",function(){this.media="all"})}).observe(document.head,{childList:!0}),document.addEventListener("DOMContentLoaded",()=>{for(const e of document.querySelectorAll("link[data-js-lazy-style]"))"all"!==e.media&&(e.media="all")});
.SiteHeaderNavItem+.SiteHeaderNavItem{margin-left:-1px}.SiteHeaderNavItem__link,.SiteHeaderNavItem__link.Link{--linkColor:var(--navColor);--linkHoverColor:var(--navHoverColor);--linkHoverOpacity:var(--navHoverOpacity);display:block;padding:10px 20px;font:var(--fontWeightBold) 15px/1.6 var(--fontFamily);letter-spacing:.2px;color:var(--navColor);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;outline:none}.SiteHeaderNavItem__link.Link[aria-haspopup=true],.SiteHeaderNavItem__link[aria-haspopup=true]{cursor:default;transition:var(--hoverTransition);transition-property:color,opacity}.SiteHeaderNavItem__link.Link[aria-expanded=true],.SiteHeaderNavItem__link[aria-expanded=true]{color:var(--linkHoverColor);opacity:var(--linkHoverOpacity)}.keyboard-navigation .SiteHeaderNavItem__link.Link:focus,.keyboard-navigation .SiteHeaderNavItem__link:focus{box-shadow:var(--focusBoxShadow);border-radius:4px}html[lang^=ja] .SiteHeaderNavItem__link,html[lang^=ja] .SiteHeaderNavItem__link.Link{font-weight:600;font-variation-settings:"wght" 500}html[lang^=de] .SiteHeaderNavItem__link,html[lang^=de] .SiteHeaderNavItem__link.Link,html[lang^=es]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link,html[lang^=es]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link.Link,html[lang^=fr]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link,html[lang^=fr]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link.Link,html[lang^=ja]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link,html[lang^=ja]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link.Link,html[lang^=nl]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link,html[lang^=nl]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link.Link,html[lang^=th]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link,html[lang^=th]:has(.SiteHeader--hasSupportLink) .SiteHeaderNavItem__link.Link{font:var(--fontWeightBold) 14px/1.6 var(--fontFamily)}.SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,.SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link{padding:10px 20px}html[lang^=es] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,html[lang^=es] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link,html[lang^=fr] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,html[lang^=fr] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link,html[lang^=id] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,html[lang^=id] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link,html[lang^=nl] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,html[lang^=nl] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link{padding:10px 16px}html[lang^=de] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link,html[lang^=de] .SiteHeader--hasContactSales:not(.SiteHeader--hasSupportLink,.SiteHeader--refreshed) .SiteHeaderNavItem__link.Link{padding:10px 8px}.SiteHeader--hasSupportLink .SiteHeaderNavItem__link,.SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link{padding:10px 12px}:lang(de) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(de) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link,:lang(es) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(es) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link,:lang(fr) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(fr) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link,:lang(ja) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(ja) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link,:lang(nl) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(nl) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link,:lang(th) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link,:lang(th) .SiteHeader--hasSupportLink .SiteHeaderNavItem__link.Link{padding:10px 9px}.SiteHeader--tripleCTA .SiteHeaderNavItem__link,.SiteHeader--tripleCTA .SiteHeaderNavItem__link.Link{padding:10px 14px}.SiteHeader .SiteHeaderNavItem--condensed .SiteHeaderNavItem__link{padding:10px 12px}.SiteHeader .SiteHeaderNavItem--condensed .SiteHeaderNavItem__link:not(.SiteHeaderNavItem__link--hasCaret){padding:10px 16px}.SiteHeaderNavItem__link--hasCaret{display:flex;align-items:center;-moz-column-gap:3px;column-gap:3px}.SiteHeaderNavItem__link--hasCaret span,.SiteHeaderNavItem__link--hasCaret svg{display:inline-flex}.SiteHeaderNavItem__link--hasCaret.SiteHeaderNavItem__link[aria-expanded=true] .SiteHeaderNavItem__linkCaret--left{transform:rotate(-90deg)}.SiteHeaderNavItem__link--hasCaret.SiteHeaderNavItem__link[aria-expanded=true] .SiteHeaderNavItem__linkCaret--right{transform:rotate(90deg)}.SiteHeaderNavItem__link--hasCaret .SiteHeaderNavItem__linkCaretContainer{position:relative;padding:7px 1px 5px}.SiteHeaderNavItem__link--hasCaret .SiteHeaderNavItem__linkCaret{transition:transform .4s cubic-bezier(.4,0,.2,1)}.SiteHeaderNavItem__link--hasCaret .SiteHeaderNavItem__linkCaret--left{translate:2px}.SiteHeaderNavItem__link--hasCaret .SiteHeaderNavItem__linkCaret--right{translate:-2px}
.Link{font-weight:var(--linkWeight,var(--fontWeightSemibold));cursor:pointer;color:var(--linkColor);opacity:var(--linkOpacity,1);transition:var(--hoverTransition);transition-property:color,opacity;outline:none}@media (pointer:fine){.Link:hover{color:var(--linkHoverColor,var(--linkColor));opacity:var(--linkHoverOpacity,1)}}@media (pointer:coarse){.Link:active{color:var(--linkHoverColor,var(--linkColor));opacity:var(--linkHoverOpacity,1)}}.keyboard-navigation .Link:focus{box-shadow:var(--focusBoxShadow);border-radius:2px}.Link__icon{position:relative;top:2px;margin:0 8px 0 0}
.SiteHeaderNav__list{display:var(--desktopNavDisplay,flex);align-items:center;margin:0;padding:0;list-style:none}.SiteHeaderNav__list:has(.SiteHeaderNavItem--condensed){padding-left:8px}
.CtaButton{display:inline-block;padding:3px 0 6px;border-radius:16.5px;font:var(--ctaFont);color:var(--buttonColor);transition:var(--hoverTransition);outline:none}.keyboard-navigation .CtaButton:focus{box-shadow:var(--focusBoxShadow)}html[lang^=ja] .CtaButton{font-weight:600;font-variation-settings:"wght" 425}.CtaButton.variant--Link{font-weight:var(--linkWeight,var(--fontWeightSemibold));transition-property:color,opacity}.CtaButton.variant--Link.CtaButton--jumpArrowLink{display:inline-flex;align-items:center;gap:8px;padding:1px 0 4px}@media (pointer:fine){.CtaButton.variant--Link:hover{color:var(--linkHoverColor,var(--linkColor));opacity:var(--linkHoverOpacity,1)}}@media (pointer:coarse){.CtaButton.variant--Link:active{color:var(--linkHoverColor,var(--linkColor));opacity:var(--linkHoverOpacity,1)}}@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none){.CtaButton.variant--Link{text-wrap:wrap}}.CtaButton.variant--Button{padding-left:16px;padding-right:16px;background-color:var(--buttonColor);color:var(--knockoutColor);white-space:nowrap;transition-property:background-color,opacity}.CtaButton.variant--Button.CtaButton--arrow{padding-right:12px}@media (pointer:fine){.CtaButton.variant--Button:hover{background-color:var(--buttonHoverColor,var(--buttonColor));opacity:var(--buttonHoverOpacity,1)}}@media (pointer:coarse){.CtaButton.variant--Button:active{background-color:var(--buttonHoverColor,var(--buttonColor));opacity:var(--buttonHoverOpacity,1)}}.CtaButton.variant--Google{padding-left:16px;padding-right:16px;background-color:#fff;color:var(--buttonColor);border:1px solid #e7ecf1;white-space:nowrap;transition-property:background-color}@media (pointer:fine){.CtaButton.variant--Google:hover{background-color:#f6f9fc}}@media (pointer:coarse){.CtaButton.variant--Google:active{background-color:#f6f9fc}}.CtaButton.variant--Google .HoverArrow{display:none}.CtaButton.variant--Google .GoogleIcon{position:relative;top:3px;left:-4px}
.HoverArrow{--arrowSpacing:5px;--arrowHoverTransition:150ms cubic-bezier(0.215,0.61,0.355,1);--arrowHoverOffset:translateX(3px);--arrowTipTransform:none;--arrowLineOpacity:0;position:relative;top:var(--arrowTop,1px);margin-left:var(--arrowSpacing);stroke-width:2px;fill:none;stroke:currentColor}.HoverArrow--sizeSmall{--arrowSpacing:4px;stroke-width:1.5px}.HoverArrow__linePath{opacity:var(--arrowLineOpacity);transition:opacity var(--hoverTransition,var(--arrowHoverTransition))}.HoverArrow__tipPath{transform:var(--arrowTipTransform);transition:transform var(--hoverTransition,var(--arrowHoverTransition))}@media (pointer:fine){a:hover .HoverArrow__linePath,button:hover .HoverArrow__linePath{--arrowLineOpacity:1}a:hover .HoverArrow__tipPath,button:hover .HoverArrow__tipPath{--arrowTipTransform:var(--arrowHoverOffset)}}@media (pointer:coarse){a:active .HoverArrow__linePath,button:active .HoverArrow__linePath{--arrowLineOpacity:1}a:active .HoverArrow__tipPath,button:active .HoverArrow__tipPath{--arrowTipTransform:var(--arrowHoverOffset)}}
.SiteNavItem{--SiteNavItemBodyWhiteSpace:nowrap;--SiteNavItemBodyHyphens:none;--SiteNavItemBodyWordBreak:normal;--siteNavExternalIconMarginLeft:4px;--siteNavExternalIconMarginBottom:2px;margin-left:calc(var(--siteNavIconSize) + var(--siteNavIconSpacingRight));font:var(--siteNavItemFont,var(--fontWeightNormal) 14px/1.428571429 var(--fontFamily));letter-spacing:.2px}.SiteNavItem--hasIcon{margin-left:0}.SiteNavItem__link{display:inline-flex;color:#0a2540;outline:none}.keyboard-navigation .SiteNavItem__link:focus{box-shadow:var(--focusBoxShadow);border-radius:2px}.SiteNavList--iconSizeMedium .SiteNavItem__link{align-items:start}.SiteNavList--iconSizeLarge .SiteNavItem__link{align-items:center}@media (min-width:900px){.SiteNavList--iconSizeLarge .SiteNavItem__link{align-items:start}}.SiteNavList--iconSizeXLarge .SiteNavItem__link{align-items:center}@media (max-width:899px){.SiteNavItem__link{padding:var(--siteNavItemLinkPadding,6px)}}.SiteNavItem__iconContainer{--iconLightColor:#88add2;--iconDarkColor:#0a2540;--iconKnockoutColor:#fff;flex:0 0 auto;width:var(--siteNavIconSize);height:var(--siteNavIconSize);margin-top:var(--siteNavIconSpacingTop);margin-right:var(--siteNavIconSpacingRight)}.SiteNavItem__iconContainer svg{width:inherit;height:inherit;vertical-align:top}.SiteNavItem__iconContainer circle,.SiteNavItem__iconContainer path,.SiteNavItem__iconContainer rect{transition:var(--hoverTransition);transition-property:fill,stroke}.SiteNavList--iconSizeNormal .SiteNavItem__iconContainer{margin-top:3px}.SiteNavItem__link:hover .SiteNavItem__iconContainer{--iconLightColor:initial;--iconDarkColor:initial;--iconKnockoutColor:initial}.SiteNavItem__basicIcon.BasicIcon{--basicIconColor:var(--iconLightColor,var(--iconHoverLightColor,#0a2540))}.SiteNavItem__externalIcon{--siteNavIconSize:10px;--iconLightColor:#727f96;flex:0 0 auto;width:var(--siteNavIconSize);height:var(--siteNavIconSize);margin:0 0 var(--siteNavExternalIconMarginBottom) var(--siteNavExternalIconMarginLeft);vertical-align:middle}.SiteNavItem__externalIcon path{transition:var(--hoverTransition);transition-property:fill,stroke}.SiteNavItem__link:hover .SiteNavItem__externalIcon{--iconLightColor:initial}.SiteNavItem__label{color:inherit;line-height:var(--siteNavIconLabelLineHeight,inherit)}.SiteNavItem--hasIcon .SiteNavItem__label{font-weight:var(--fontWeightSemibold)}.SiteNavItem--hasNoIcon.SiteNavItem--hasNoBody .SiteNavItem__label{transition:var(--hoverTransition);transition-property:opacity;opacity:.8}.SiteNavItem--hasNoIcon.SiteNavItem--hasNoBody .SiteNavItem__link:hover .SiteNavItem__label{opacity:1}html[lang^=ja] .SiteNavItem__label{--fontWeightSemibold:425}.SiteNavItem__arrow.HoverArrow{transition:var(--hoverTransition);transition-property:opacity}.SiteNavItem--isArrowHidden .SiteNavItem__arrow.HoverArrow{opacity:0}@media (max-width:899px){.SiteNavItem--isArrowHidden .SiteNavItem__arrow.HoverArrow{display:none}}.SiteNavItem__link:hover .SiteNavItem__arrow.HoverArrow{opacity:1}@media (min-width:900px){.SiteNavItem--hasNoBody.SiteNavItem--isArrowHidden .SiteNavItem__arrow.HoverArrow{display:none}}.SiteNavItem__body{color:inherit;line-height:var(--siteNavIconBodyLineHeight,inherit);opacity:.6;position:relative;transition:var(--hoverTransition);transition-property:opacity;white-space:var(--SiteNavItemBodyWhiteSpace);word-break:var(--SiteNavItemBodyWordBreak);-webkit-hyphens:var(--SiteNavItemBodyHyphens);hyphens:var(--SiteNavItemBodyHyphens)}.SiteNavItem__link:hover .SiteNavItem__body{opacity:1}@media (max-width:899px){.SiteNavItem__body{display:var(--siteNavItemBodyDisplay,none)}}
.SiteNavList{--siteNavIconSpacingTop:0;--siteNavIconSpacingRight:10px;--siteNavListMinWidth:254px}.SiteNavList--iconSizeNormal{--siteNavIconSize:16px;--siteNavListSpacing:8px}.SiteNavList--iconSizeNormal .SiteNavItem--hasIcon+.SiteNavItem{--siteNavListSpacing:12px}.SiteNavList--iconSizeNormal .SiteNavItem--hasBody+.SiteNavItem{--siteNavListSpacing:22px}.SiteNavList--iconSizeMedium{--siteNavIconSize:20px;--siteNavIconSpacingRight:16px;--siteNavListSpacing:12px}.SiteNavList--iconSizeMedium .SiteNavItem--hasIcon+.SiteNavItem{--siteNavListSpacing:12px}.SiteNavList--iconSizeLarge{--siteNavIconSize:28px;--siteNavIconSpacingRight:12px;--siteNavListSpacing:12px}@media (min-width:900px){.SiteNavList--iconSizeLarge{--siteNavIconSpacingTop:6px;--siteNavIconSpacingRight:16px;--siteNavListSpacing:20px}}.SiteNavList--iconSizeXLarge{--siteNavIconSize:32px;--siteNavIconSpacingRight:14px;--siteNavListSpacing:32px}.SiteNavList__title{margin-bottom:var(--siteNavListSpacing);font:var(--fontWeightSemibold) 13px/1.538461538 var(--fontFamily);letter-spacing:.4px;text-transform:uppercase;color:#727f96}@media (max-width:899px){.SiteNavList__title{margin:var(--SiteNavListTitleMargin,0 0 calc(10px + var(--siteNavListSpacing)) 0)}}@media (min-width:900px){.SiteNavList--iconSizeNormal .SiteNavList__title{margin-left:calc(var(--siteNavIconSize) + var(--siteNavIconSpacingRight))}}.SiteNavList__excludeTitleIndent .SiteNavList__title{margin-left:0}.SiteNavList__list{min-width:var(--siteNavListMinWidth);margin:0;padding:0;list-style:none}.SiteNavList__list .SiteNavItem+.SiteNavItem{margin-top:var(--siteNavListSpacing)}.SiteNavList[data-column-count="2"] .SiteNavList__list{--columnCount:2;display:grid;grid:auto/repeat(var(--columnCount),1fr)}.SiteNavList[data-column-count="2"] .SiteNavList__list .SiteNavItem+.SiteNavItem{margin-top:0}@media (max-width:899px){.SiteNavList[data-column-count="2"] .SiteNavList__list{margin:calc(var(--siteNavListSpacing)/-2)}}@media (min-width:600px){.SiteNavList[data-column-count="2"] .SiteNavList__list{--columnCount:3}}@media (min-width:750px){.SiteNavList[data-column-count="2"] .SiteNavList__list{--columnCount:4}}@media (min-width:900px){.SiteNavList[data-column-count="2"] .SiteNavList__list{gap:var(--siteNavListSpacing) var(--siteNavListSpacing)}}
.SharedSiteMobileMenuFooter{display:flex;justify-content:center}
.SiteMenuSection{--siteMenuSpacing:24px;position:relative}@media (min-width:900px){.SiteMenuSection{display:inline-block;--siteMenuSpacing:32px}}@media (max-width:899px){.SiteMenuSection:before{position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--guideDashedColor),var(--guideDashedColor) 50%,transparent 0,transparent);background-size:8px 1px;content:""}}.SiteMenuSection__body{padding:var(--siteMenuSectionBodyPadding,var(--siteMenuSpacing) var(--siteMenuSpacing) calc(var(--siteMenuSpacing) - 11px))}.SiteMenuSection:only-child .SiteMenuSection__body{padding:var(--siteMenuSectionBodyPadding,var(--siteMenuSpacing) var(--siteMenuSpacing) calc(var(--siteMenuSpacing) - 8px))}.SiteMenuSection+.SiteMenuSection .SiteMenuSection__body{padding-top:var(--siteMenuSectionBodyPadding,calc(var(--siteMenuSpacing) - 12px))}.SiteMenuSection--variantNoPadding .SiteMenuSection__body,.SiteMenuSection--variantNoPadding:only-child .SiteMenuSection__body{padding:0}.SiteMenuSection+.SiteMenuSection:before{position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--guideDashedColor),var(--guideDashedColor) 50%,transparent 0,transparent);background-size:8px 1px;content:""}.SiteMenuSection__footer{--siteMenuFooterMargin:4px;border-radius:4px;background-color:#eff3f9;margin:var(--siteMenuFooterMargin);padding:calc(var(--siteMenuSpacing) - var(--siteMenuFooterMargin)) calc(var(--siteMenuSpacing) - var(--siteMenuFooterMargin))}
.SharedSiteMobileMenu{--siteMenuMargin:var(--columnPaddingNormal);padding:var(--siteMenuMargin)}.SharedSiteMobileMenu__card{position:relative}.SharedSiteMobileMenu__closeButton{position:absolute;top:8px;right:8px;border:none;outline:none;background:none}
.Card{--cardBleedRightResponsive:var(--cardBleedRight);--cardBleedRightSmall:calc(var(--columnWidth)*-0.5);--cardBleedRightNormal:calc(var(--columnWidth)*-1);--cardBleedBottomNormal:16px;--cardBleedBottomSmall:8px;--cardBleedBottomNone:0px;--cardShadow:none;--cardShadowMargin:0;--cardMinHeight:72px;position:relative;min-width:100px;min-height:var(--cardMinHeight);max-width:var(--cardMaxWidth,none);margin-right:var(--cardBleedRightResponsive);margin-bottom:calc(var(--cardBleedBottom, 0)*-1);border-radius:var(--cardBorderRadius);background:var(--cardBackground);box-shadow:var(--cardShadow);overflow:hidden}@media (min-width:600px){.Card{--cardBleedRightResponsive:var(--cardBleedRightTablet,var(--cardBleedRight));max-width:var(--cardMaxWidthTablet,var(--cardMaxWidth))}}@media (min-width:900px){.Card{--cardBleedRightResponsive:var(--cardBleedRightDesktop,var(--cardBleedRightTablet,var(--cardBleedRight)))}}.Card--border{border:1px solid var(--cardBorderColor)}.Card--border.Card--borderSoft{--cardBorderColor:var(--cardBorderColorSoft)}.Card--accented:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:8px;background:var(--cardAccentColor);z-index:2}@media (max-width:599px){.Card--hasShadowMargin{margin-bottom:var(--cardShadowMargin)}}.Card--shadowXSmall{--cardShadow:var(--cardShadowXSmall);--cardShadowMargin:var(--cardShadowXSmallMargin)}.Card--shadowSmall{--cardShadow:var(--cardShadowSmall);--cardShadowMargin:var(--cardShadowSmallMargin)}.Card--shadowMedium{--cardShadow:var(--cardShadowMedium);--cardShadowMargin:var(--cardShadowMediumMargin)}.Card--shadowLarge{--cardShadow:var(--cardShadowLarge);--cardShadowMargin:var(--cardShadowLargeMargin)}.Card--shadowXLarge{--cardShadow:var(--cardShadowXLarge);--cardShadowMargin:var(--cardShadowXLargeMargin)}
.SharedSiteHeader{--siteMenuTransition:250ms;--siteMenuArrowSpacing:13px;--siteMenuArrowOffset:0;--userLogoColor:var(--navColor);position:relative;z-index:100;background-color:var(--backgroundColor)}@media (max-width:899px){.SharedSiteHeader{--desktopNavDisplay:none}}@media (min-width:900px){.SharedSiteHeader{--mobileNavDisplay:none}}@media (prefers-reduced-motion:reduce){.SharedSiteHeader{--siteMenuTransition:1ms}}.SharedSiteHeader--noTransitions{--siteMenuTransition:0ms}.SharedSiteHeader--hasGuides:after{position:absolute;bottom:0;left:0;width:100%;height:1px;margin:0;border:none;background:linear-gradient(90deg,var(--guideDashedColor),var(--guideDashedColor) 50%,transparent 0,transparent);background-size:8px 1px;content:""}.SharedSiteHeader.theme--Light{--backgroundColor:#f6f9fc}.SharedSiteHeader.theme--Transparent:after{display:none}.SharedSiteHeader__guidesContainer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.SharedSiteHeader.theme--Transparent .SharedSiteHeader__guidesContainer{display:none}.SharedSiteHeader__container{position:relative;max-width:calc(var(--columnPaddingNormal)*2 + var(--layoutWidth));margin:0 auto;padding:0 var(--columnPaddingNormal)}.SharedSiteHeader__navContainer{display:flex;justify-content:space-between;align-items:center;min-height:56px;padding:32px var(--columnPaddingNormal) 12px}@media (min-width:900px){.SharedSiteHeader__navContainer{padding:12px var(--columnPaddingNormal)}}.SharedSiteHeader__logo{display:flex}.SharedSiteHeader__logoLink.Link{display:block;outline:none;padding:4px;margin:-4px;will-change:color,opacity}.keyboard-navigation .SharedSiteHeader__logoLink.Link:focus{box-shadow:var(--focusBoxShadow);border-radius:2px}@media (pointer:fine){.SharedSiteHeader__logoLink.Link{transition:var(--hoverTransition);transition-property:color,opacity}.SharedSiteHeader__logoLink.Link:hover{color:var(--navHoverColor);opacity:var(--navHoverOpacity)}}.SharedSiteHeader__logoSubtitle.Link{margin-left:7px;font:var(--fontWeightBold) 21px/24px var(--fontFamily);text-transform:uppercase;letter-spacing:1.1px}.SharedSiteHeader__ctaNav{display:var(--desktopNavDisplay,initial)}html[lang^=de] .SharedSiteHeader__ctaNav{--ctaFont:var(--fontWeightSemibold) 14px/1.6 var(--fontFamily)}.SharedSiteHeader__menuNav{display:var(--mobileNavDisplay,initial)}.SharedSiteHeader__menuContainer{display:var(--desktopNavDisplay,block);position:absolute;top:calc(100% - 1px - var(--siteMenuArrowSpacing));left:0;width:100%;height:1000px;z-index:1;pointer-events:none;perspective:2000px;overflow:hidden;opacity:0;transition-property:opacity;transition:var(--siteMenuTransition)}.SharedSiteHeader--dropdownVisible .SharedSiteHeader__menuContainer{opacity:1}.SharedSiteHeader__menu{position:absolute;top:0;left:50%}.SharedSiteHeader__mobileMenuContainer{position:absolute;top:0;left:0;width:100%;z-index:1;transform:scale(.95);transform-origin:100% 0;opacity:0;pointer-events:none;transition:var(--siteMenuTransition);transition-property:transform,opacity}.SharedSiteHeader--mobileMenuVisible .SharedSiteHeader__mobileMenuContainer{transform:scale(1);opacity:1;pointer-events:auto}@media (min-width:900px){.SharedSiteHeader__mobileMenuContainer{display:none}}
.Guides{position:absolute;height:100%;width:100%;top:0;left:0;padding:0 var(--columnPaddingNormal);pointer-events:none}@media (max-width:1111px){.Guides{max-width:var(--windowWidth)}}.Guides__container{display:grid;grid:1fr/repeat(var(--columnCountMax),1fr);position:relative;max-width:var(--layoutWidth);height:100%;margin:0 auto}.Guides__guide{width:1px;background:linear-gradient(180deg,var(--guideDashedColor),var(--guideDashedColor) 50%,transparent 0,transparent);background-size:1px 8px}.Guides__guide:first-of-type,.Guides__guide:last-of-type{background:var(--guideSolidColor)}.Guides__guide:last-of-type{position:absolute;top:0;right:0;height:100%}@media (max-width:599px){.Guides__guide:nth-of-type(3n){display:none}}@media (max-width:899px){.Guides__guide:nth-of-type(2n){display:none}}
.UserLogo{--userLogoMaxWidth:160px;display:block}@media (max-width:899px){.UserLogo{max-width:var(--userLogoMaxWidth)}}.theme--White .UserLogo.variant--Flat{--userLogoColor:#b2bcc7}.theme--Light .UserLogo.variant--Flat{--userLogoColor:#aab4c1}.theme--Dark .UserLogo.variant--Flat{--userLogoColor:#fff;--userLogoColorAltShadeLighter:color-mix(in srgb,var(--userLogoColor) 92.5%,#000)}.UserLogo.variant--Flat{--userLogoColorAlt:var(--backgroundColor);--userLogoColorAltShadeDarker:color-mix(in srgb,var(--userLogoColor) 85%,#000);--userLogoColorAltShadeLighter:color-mix(in srgb,var(--userLogoColor) 75%,#fff);--userLogoColorAltNoTransparency:var(--backgroundColor)}
.SharedSiteMenuButton{--buttonHeight:32px;display:inline-flex;align-items:center;height:var(--buttonHeight);padding:0 calc(var(--buttonHeight)/2);border-radius:calc(var(--buttonHeight)/2);background-color:var(--buttonColor);color:var(--knockoutColor);transition:var(--hoverTransition);transition-property:background-color,opacity}@media (pointer:fine){.SharedSiteMenuButton:hover{background-color:var(--buttonHoverColor,var(--buttonColor));opacity:var(--buttonHoverOpacity,1)}}@media (pointer:coarse){.SharedSiteMenuButton:active{background-color:var(--buttonHoverColor,var(--buttonColor));opacity:var(--buttonHoverOpacity,1)}}
.Copy{--paddingLeft:var(--columnPaddingNormal);--paddingRight:var(--columnPaddingMedium);--headerPaddingLeft:var(--paddingLeft);--headerPaddingRight:var(--paddingRight);--headerMaxWidth:var(--copyMaxWidth);--bodyPaddingLeft:var(--paddingLeft);--bodyPaddingRight:var(--paddingRight);--bodyMaxWidth:var(--copyMaxWidth);--footerPaddingLeft:var(--paddingLeft);--footerPaddingRight:var(--paddingLeft);--footerRowGap:var(--rowGapMedium);--ctaSpacing:16px;--footerGap:"";scroll-margin-top:var(--fixedNavScrollMargin)}.HubPage .Copy{--paddingLeft:0px;--paddingRight:0px;--footerRowGap:32px;--titleAnchorDisplay:none}.Copy--accented{--titleColor:var(--accentColor)}.Copy.variant--Hero{--titleFontSize:48px;--titleLineHeight:56px;--titleLetterSpacing:-0.02em;--rowGap:var(--rowGapLarge)}.Copy.variant--Hero,.Copy.variant--Section{--titleWeight:var(--fontWeightBold);--paragraphGap:20px}.Copy.variant--Section{--paddingRight:var(--columnPaddingXLarge);--rowGap:var(--rowGapMedium);--titleFontSize:34px;--titleLineHeight:1.294117647;--titleLetterSpacing:-0.1px}.HubPage .Copy.variant--Section{--rowGap:16px;--titleFontSize:32px;--titleWeight:var(--fontWeightSemibold);--titleLineHeight:40px;--titleLetterSpacing:-0.64px;--bodyFontSize:18px;--bodyLineHeight:1.5555555556}@media (min-width:900px){.HubPage .Copy.variant--Section{--titleFontSize:48px;--titleLineHeight:56px;--titleLetterSpacing:-0.96px}}.CondensedExperiment .Copy.variant--Section{--rowGap:16px}.Copy.variant--Subsection{--paddingRight:var(--columnPaddingXLarge);--rowGap:var(--rowGapMedium);--titleFontSize:24px;--titleLineHeight:1.333333333;--titleWeight:var(--fontWeightBold);--titleLetterSpacing:0.1px;--paragraphGap:20px}.HubPage .Copy.variant--Subsection{--rowGap:16px;--footerRowGap:32px;--titleFontSize:24px;--titleLineHeight:32px;--titleWeight:var(--fontWeightSemibold);--bodyFontSize:18px;--bodyLineHeight:28px}@media (min-width:600px){.HubPage .Copy.variant--Subsection{--titleFontSize:28px;--titleLineHeight:36px;--paddingRight:40px}}.Copy.variant--Footer{--paddingRight:var(--columnPaddingXLarge);--rowGap:var(--rowGapMedium);--paragraphGap:20px}.Copy.variant--Footer,.Copy.variant--Stat{--titleFontSize:24px;--titleLineHeight:1.333333333;--titleWeight:var(--fontWeightBold);--titleLetterSpacing:0.1px}.Copy.variant--Detail,.Copy.variant--Stat{--rowGap:var(--rowGapNormal);--titleBorderColor:var(--accentColor);--bodyFontSize:15px;--bodyLineHeight:1.6}.Copy.variant--Detail{--titleFontSize:15px;--titleLineHeight:1.6;--titleWeight:var(--fontWeightSemibold);--titleLetterSpacing:0.2px;--paragraphGap:8px}html[lang^=ja] .Copy.variant--Detail{--titleWeight:425}.HubPage .Copy.variant--Detail{--titleFontSize:18px;--titleWeight:var(--fontWeightSemibold);--titleLineHeight:28px;--bodyFontSize:15px;--bodyLineHeight:24px}@media (min-width:600px){.HubPage .Copy.variant--Detail{--paddingRight:40px}}.Copy__title.Copy__title--wrapBalance{text-wrap:balance}.Copy__title.Copy__title--wrapPretty{text-wrap:pretty}@media (min-width:600px){.Copy.variant--Subsection{--titleFontSize:26px;--titleLineHeight:1.384615385;--titleLetterSpacing:0}}@media (min-width:1112px){.Copy.variant--Hero{--titleFontSize:56px;--titleLineHeight:68px}.Copy.variant--Section{--titleFontSize:38px;--titleLineHeight:1.263157895;--titleLetterSpacing:-0.2px}}.Copy{--titleFont:var(--titleWeight) var(--titleFontSize)/var(--titleLineHeight) var(--fontFamily);--captionFont:var(--fontWeightBold) var(--captionFontSize,18px)/var(--captionLineHeight,1.555555556) var(--fontFamily);--bodyFont:var(--fontWeightNormal) var(--bodyFontSize,18px)/var(--bodyLineHeight,1.555555556) var(--fontFamily);letter-spacing:.2px}.Copy,.Copy__header{display:grid;row-gap:var(--rowGap)}.Copy__header{position:relative;grid-template-columns:minmax(0,1fr);padding:0 var(--headerPaddingRight) 0 var(--headerPaddingLeft);max-width:var(--headerMaxWidth)}.Copy__header.variant--HeroCondensed{align-items:center;display:flex;padding:0 16px 0 var(--headerPaddingLeft)}.Copy__header.variant--HeroCondensed .Copy__icon{margin-right:16px}.Copy__header.variant--HeroCondensed .Copy__title{font-size:15px;font-weight:500}.Copy__header.variant--Condensed{--rowGap:16px}.Copy__icon{min-height:40px;display:flex;align-items:flex-end;margin-bottom:var(--rowGap)}.Copy__caption{font:var(--captionFont);color:var(--accentColor)}html[lang^=ja] .Copy__caption{font-weight:600;font-variation-settings:"wght" 500}.Copy__title{position:relative;font:var(--titleFont);color:var(--titleColor);letter-spacing:var(--titleLetterSpacing,inherit);word-wrap:break-word;overflow-wrap:break-word}html[lang^=ja] .Copy__title{font-weight:600;font-variation-settings:"wght" var(--titleWeight)}.Copy__title:before{display:var(--titleAnchorDisplay,block);position:absolute;top:calc(.5px + var(--titleLineHeight)*var(--titleFontSize)/2 - var(--titleFontSize)/2);left:calc(var(--headerPaddingLeft)*-1);width:1px;height:var(--titleFontSize);background-color:var(--titleBorderColor,transparent);content:""}.Copy__title .Badge{position:relative;top:-3px;margin-left:2px}.variant--Detail .Copy__title .Badge{top:-1px}.Copy__body.variant--Detail{--bodyFont:var(--fontWeightNormal) 15px/1.6 var(--fontFamily)}.Copy__body{padding:0 var(--bodyPaddingRight) 0 var(--bodyPaddingLeft);font:var(--bodyFont);color:var(--textColor);max-width:var(--bodyMaxWidth)}.Copy__body img{max-width:100%}.Copy__body p+p{margin-top:var(--paragraphGap)}.Copy__body.Copy__body--wrapBalance{text-wrap:balance}.Copy__body.Copy__body--wrapPretty{text-wrap:pretty}.Copy__footer{display:grid;grid-auto-columns:minmax(0,1fr);row-gap:var(--footerRowGap);margin-top:calc(var(--footerGap, var(--rowGap)) - var(--rowGap));padding:0 var(--footerPaddingRight) 0 var(--footerPaddingLeft)}.Copy__footer>.CtaButton,.Copy__footer>.CtaLink{justify-self:flex-start}.Copy__footer--alignCenter{justify-items:center;text-align:center}.Copy__footer>.List[data-column-count="2"]{max-width:calc(var(--columnWidth)*2)}.Copy__footer>.CopyBody--anchored{margin-left:calc(var(--columnPaddingNormal)*-1)}.Copy.variant--Superhero{--rowGap:var(--rowGapLarge);--titleWeight:var(--fontWeightBold);--paragraphGap:20px}.HubPage .Copy.variant--Superhero{--titleFontMin:50;--titleFontMax:76;--viewportMin:var(--viewportWidthSmall);--viewportMax:var(--viewportWidthMedium);--titleFontSize:calc(var(--titleFontMin)*1px + (var(--titleFontMax) - var(--titleFontMin))*(var(--windowWidth) - var(--viewportMin)*1px)/(var(--viewportMax) - var(--viewportMin)));;--titleLineHeight:1.04;--titleLetterSpacing:-0.04em;--titleWeight:var(--fontWeightSemibold);--titleFont:var(--titleWeight) var(--titleFontSize)/var(--titleLineHeight) var(--fontFamily);--headerMarginTop:100px;--headerPadding:0 var(--headerPaddingRight) 0 var(--headerPaddingLeft);min-width:0;padding:var(--headerPadding);--rowGap:var(--rowGapLarge);--paragraphGap:20px}@media (min-width:600px){.HubPage .Copy.variant--Superhero{--headerPaddingRight:var(--columnPaddingNone);--titleFontMin:60;--viewportMin:var(--viewportWidthMedium);--viewportMax:var(--viewportWidthLarge)}}@media (min-width:900px) and (max-height:700px){.HubPage .Copy.variant--Superhero{--titleFontSize:64px}}@media (min-width:1112px){.HubPage .Copy.variant--Superhero{--titleFontSize:76px}}
.CtaGroup{--ctaGroupGapSmall:8px;--ctaGroupGapNormal:16px;--ctaColGroupGap:var(--ctaGroupGapNormal);--ctaRowGroupGap:12px;display:flex;flex-wrap:wrap;align-items:center;padding:0 0 0 var(--columnPaddingNormal);gap:var(--ctaRowGroupGap) var(--ctaColGroupGap)}.CtaGroup--inline{padding-left:0}.CtaGroup--gapSmall{--ctaColGroupGap:var(--ctaGroupGapSmall)}
.RowLayout{--rowLayoutGapXSmall:16px;--rowLayoutGapSmall:24px;--rowLayoutGapNormal:32px;--rowLayoutGapMedium:var(--rowLayoutGapNormal);--rowLayoutGapLarge:var(--rowLayoutGapNormal);--rowLayoutGapXLarge:var(--rowLayoutGapNormal);--rowLayoutGapXXLarge:var(--rowLayoutGapNormal);--rowLayoutGap:var(--rowLayoutGapLarge);display:grid;grid:auto/minmax(0,1fr);row-gap:var(--rowLayoutGap);align-items:flex-start}@media (min-width:600px){.RowLayout{--rowLayoutGapMedium:48px;--rowLayoutGapLarge:var(--rowLayoutGapMedium);--rowLayoutGapXLarge:var(--rowLayoutGapMedium);--rowLayoutGapXXLarge:64px}}@media (min-width:900px){.RowLayout{--rowLayoutGapLarge:64px;--rowLayoutGapXLarge:96px;--rowLayoutGapXXLarge:128px}}.HubPage .RowLayout{--rowLayoutGapXSmall:16px;--rowLayoutGapSmall:24px;--rowLayoutGapNormal:32px;--rowLayoutGapMedium:40px;--rowLayoutGapLarge:40px;--rowLayoutGapXLarge:96px}@media (min-width:600px){.HubPage .RowLayout{--rowLayoutGapLarge:48px;--rowLayoutGapXLarge:112px}}@media (min-width:900px){.HubPage .RowLayout{--rowLayoutGapLarge:56px;--rowLayoutGapXLarge:128px}}.ColumnLayout--alignStretch .RowLayout>:last-child{margin-top:auto}
.JobsHeroGraphic{--jobsHeroHorizontalShadowPadding:24px}@media (min-width:900px){.JobsHeroGraphic{position:relative;margin-left:calc(var(--jobsHeroHorizontalShadowPadding)*-1);height:640px}}.JobsHeroGraphic__layout{--jobsHeroGraphicWidth:calc(var(--windowWidth) - var(--gutterWidth));display:grid;grid:6% 28% min-content auto/31% 18% auto;gap:24px}@media (min-width:600px){.JobsHeroGraphic__layout{grid:8% 30% min-content 25% auto/20% 11% 25% 27% auto}}@media (min-width:900px){.JobsHeroGraphic__layout{grid:60px 26px 158px 120px 160px 32px/72px 208px 72px 120px 72px 208px;width:calc(var(--jobsHeroGraphicWidth) + var(--jobsHeroHorizontalShadowPadding));padding:0 var(--jobsHeroHorizontalShadowPadding) 40px;position:absolute;top:0;left:0;overflow:hidden;--jobsHeroGraphicWidth:var(--windowWidth)/2}}.JobsHeroGraphic__layout>:first-child{grid-column:1/3;grid-row:2}.JobsHeroGraphic__layout>:nth-child(2){grid-column:3;grid-row:1/3}.JobsHeroGraphic__layout>:nth-child(4){grid-column:1/-1;justify-self:flex-end}.JobsHeroGraphic__layout>:nth-child(6){grid-column:2/-1}@media (max-width:599px){.JobsHeroGraphic__layout>:nth-child(3),.JobsHeroGraphic__layout>:nth-child(5){display:none}}@media (min-width:600px){.JobsHeroGraphic__layout>:first-child{grid-column:1/3;grid-row:2}.JobsHeroGraphic__layout>:nth-child(2){grid-column:3/4;grid-row:1/3}.JobsHeroGraphic__layout>:nth-child(3){grid-column:4/6;grid-row:2}.JobsHeroGraphic__layout>:nth-child(4){grid-column:1/4;grid-row:3}.JobsHeroGraphic__layout>:nth-child(5){grid-column:4;grid-row:3/5}.JobsHeroGraphic__layout>:nth-child(6){grid-column:2/4;grid-row:4/6}}@media (min-width:900px){.JobsHeroGraphic__layout>:first-child{grid-column:1/3;grid-row:2/4}.JobsHeroGraphic__layout>:nth-child(2){grid-column:3/5;grid-row:1/4}.JobsHeroGraphic__layout>:nth-child(3){grid-column:5/7;grid-row:2/4}.JobsHeroGraphic__layout>:nth-child(4){grid-column:1/4;grid-row:4/4}.JobsHeroGraphic__layout>:nth-child(5){grid-column:4/6;grid-row:4/6}.JobsHeroGraphic__layout>:nth-child(6){grid-column:2/4;grid-row:5/7}}.JobsHeroGraphic__videoContainer{width:100%;max-width:960px}
.Picture{--pictureMaxWidth:none;--pictureBleedLeft:0;--pictureBleedRight:0;--pictureBleedLeftMobile:0;--pictureBleedRightMobile:0;display:flex;max-width:var(--pictureMaxWidth);margin-left:calc(var(--pictureBleedLeft)*-1);margin-right:calc(var(--pictureBleedRight)*-1)}@media (max-width:599px){.Picture{margin-left:calc(var(--pictureBleedLeftMobile)*-1);margin-right:calc(var(--pictureBleedRightMobile)*-1)}}.Picture--fitCover{width:100%;height:100%}.Picture__image{vertical-align:top;align-self:flex-start}.Picture--autosize .Picture__image{width:100%;height:auto;max-width:100%}.Picture--fitCover .Picture__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
@supports (background:-moz-element(#MktContent)){.JobsHeroBrowserScreen,.JobsHeroBrowserScreen__modal{position:absolute;top:0;left:0}.JobsHeroBrowserScreen__modal{width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden}@media (max-width:899px){.JobsHeroBrowserScreen__modal{display:none}}.JobsHeroBrowserScreen__modalScreenContainer{position:absolute;perspective:118px;top:114px;left:37px;transform:translate(var(--browserScreenX),var(--browserScreenY))}.JobsHeroBrowserScreen__modalScreen{position:relative;width:95px;height:73px;transform:rotateY(13deg) skewY(1deg);overflow:hidden}.JobsHeroBrowserScreen__modalScreen:before{display:block;position:absolute;width:100%;height:300%;background:-moz-element(#MktContent) no-repeat;transform:translateY(var(--browserScreenScrollY));background-size:cover;filter:brightness(.9);content:""}}
.JobsHeroVideoCard.Card{display:grid;grid:auto/auto min-content;justify-items:flex-start;align-items:center;align-content:center;gap:8px 16px;padding:16px;max-width:400px;min-height:112px;letter-spacing:.2px}.JobsHeroVideoCard__title{color:var(--titleColor)}.JobsHeroVideoCard__link.Link,.JobsHeroVideoCard__title{font:var(--fontWeightSemibold) 15px/1.4 var(--fontFamily)}.JobsHeroVideoCard__avatarList{display:flex;grid-column:2;grid-row:1/span 2;list-style:none;margin:0;padding:0}.JobsHeroVideoCard__avatarItem+.JobsHeroVideoCard__avatarItem{margin-left:-8px}.JobsHeroVideoCard__avatarPicture.Picture{border-radius:50%;overflow:hidden;box-shadow:0 0 0 2px #fff}
.Video{--videoPlayButtonIconEasing:cubic-bezier(0.4,0,0.2,1);--videoPlayButtonIconDuration:350ms;--videoOverlayColor:rgba(0,0,0,0.2);--videoBorderRadius:var(--cardBorderRadius,0px);position:relative;z-index:0;overflow:hidden;border-radius:var(--videoBorderRadius)}.Card .Video{height:100%}.Video ::cue{font:var(--fontWeightBold),inherit,var(--fontFamily)}@supports (-moz-appearance:none){.Video ::cue{font-size:24px}}.Video--inCard{box-shadow:var(--cardShadowXLarge)}.Video--hasBorder{border:1px solid var(--cardBorderColor)}.Video--hasMaxWidth{margin:0 auto}.Video--excludeControls{cursor:pointer}.Video__overlay{display:var(--overlayDisplay,flex);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;outline:none;position:absolute;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;z-index:2;transition:opacity allow-discrete .5s}.Video--playing .Video__overlay{opacity:0;pointer-events:none}.GatedVideo--ended .Video__overlay{display:none}@starting-style{.Video__overlay{opacity:0}}.Video__overlay:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;z-index:1;opacity:.5;background-color:var(--videoOverlayColor)}.Video__userLogo{position:absolute;top:24px;left:24px;z-index:3}.Video__playButton{position:relative;z-index:3;transition:var(--videoPlayButtonIconEasing) var(--videoPlayButtonIconDuration)}.Video__overlay:hover .Video__playButton{transform:scale(1.05)}.Video__video{width:100%;position:relative;z-index:1;vertical-align:top}.Video--excludeControls .Video__video{pointer-events:none}.Video--hasAspectRatio .Video__video{position:absolute;top:0;left:0;height:100%}.Video--resizeModeFill .Video__video{height:100%;-o-object-fit:cover;object-fit:cover}.GatedVideoFormCard__formSuccessfullySubmitted .Video__video{-o-object-fit:cover;object-fit:cover}.Video__video:fullscreen{-o-object-fit:contain;object-fit:contain}.Video__poster{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:opacity .5s;pointer-events:none}.Video--posterHidden .Video__poster{opacity:0}.Video__posterImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;background:transparent}
.Modal{position:fixed;inset:0;z-index:var(--modalZIndex);display:flex;justify-content:center;align-items:center}.Modal[data-js-is-open=false]{display:none}.Modal__background{position:absolute;inset:0;background:rgba(10,38,66,.8);opacity:0;cursor:pointer}.Modal__windowContainer{display:flex;justify-content:center;width:100%;padding:0 var(--columnPaddingNormal);transform-origin:center;pointer-events:none;opacity:0}.Modal__windowContainer>*{pointer-events:auto}
.ColumnLayout{--columnRowGap:var(--rowGapLarge);display:grid;row-gap:var(--columnRowGap);align-items:flex-start}.HubPage .ColumnLayout{-moz-column-gap:var(--gridColumnGap);column-gap:var(--gridColumnGap)}.ColumnLayout--alignCenter{align-items:center}.ColumnLayout--alignBottom{align-items:flex-end}.ColumnLayout--alignStretch{align-items:stretch}@media (min-width:600px){.ColumnLayout[data-columns="1,1,1"],.ColumnLayout[data-columns="1,1,1,1"],.ColumnLayout[data-columns="2,1"],.ColumnLayout[data-columns="2,1,0"],.ColumnLayout[data-columns="2,1,1"],.ColumnLayout[data-columns="2,2"],.ColumnLayout[data-columns="3,2"]{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.ColumnLayout[data-columns="2,2"].ColumnLayout--reflowDirectionRightToLeft>:first-child{order:1}}@media (max-width:899px){.ColumnLayout[data-columns="1,3"]:not(.ColumnLayout--reflowDirectionLeftToRight)>:first-child,.ColumnLayout[data-columns="3,1"].ColumnLayout--reflowDirectionRightToLeft>:first-child,.ColumnLayout[data-columns="3,2"].ColumnLayout--reflowDirectionRightToLeft>:first-child{order:1}}@media (min-width:600px) and (max-width:899px){.ColumnLayout[data-columns-tablet="1"]{grid-template-columns:1fr}.ColumnLayout[data-columns-tablet="3,1"]{grid-template-columns:3fr 1fr}.ColumnLayout[data-columns="2,1,1"]>:first-child{grid-area:1/span 2}}@media (min-width:900px){.ColumnLayout[data-columns="1,1,1"]{grid-template-columns:repeat(3,1fr)}.ColumnLayout[data-columns="2,1"]{grid-template-columns:2fr 1fr}.ColumnLayout[data-columns="1,1,1,1"]{grid-template-columns:repeat(4,1fr)}.ColumnLayout[data-columns="1,1"]{grid-template-columns:repeat(2,1fr)}.ColumnLayout[data-columns="1,3"]{grid-template-columns:1fr minmax(0,3fr)}.ColumnLayout[data-columns="3,1"]{grid-template-columns:3fr 1fr}.ColumnLayout[data-columns="2,1,1"]{grid-template-columns:2fr repeat(2,1fr)}.ColumnLayout[data-columns="2,1,0"]{grid-template-columns:2fr 1fr 1fr}.ColumnLayout[data-columns="1,2,1"]{grid-template-columns:1fr 2fr 1fr}}@media (min-width:1112px){.ColumnLayout[data-columns="3,2"]{grid-template-columns:3fr 2fr;min-width:calc(var(--columnWidth)*5)}}.HubPage .ColumnLayout[data-columns="2,1"]{grid-template-columns:repeat(var(--gridColumnCount),1fr)}.HubPage .ColumnLayout[data-columns="2,1"]>:nth-child(n){grid-column:1/-1}@media (min-width:900px){.HubPage .ColumnLayout[data-columns="2,1"]>:nth-child(odd){grid-column:span 8}.HubPage .ColumnLayout[data-columns="2,1"]>:nth-child(2n){grid-column:span 4}}.HubPage .ColumnLayout[data-columns="1,1,1"]{grid-template-columns:repeat(var(--gridColumnCount),1fr)}.HubPage .ColumnLayout[data-columns="1,1,1"]>:nth-child(n){grid-column:span 4}
.StripeSet{--stripeSetHeight:72px;--stripeSetAlignCenterOffset:-40px;--stripeSetSubpixelOffset:0;--stripeSetAngle:var(--angleNormal);position:absolute;height:var(--stripeSetHeight);width:100%;transform:skewY(var(--stripeSetAngle)) translateY(var(--stripeSetSubpixelOffset));overflow:hidden}.StripeSet--TopLeft{top:0;left:0;transform-origin:100% 0}.StripeSet--TopRight{--stripeSetSubpixelOffset:-0.35px;top:0;right:0;transform-origin:100% 0}.StripeSet--BottomRight{--stripeSetSubpixelOffset:0.35px;right:0;bottom:var(--sectionAngleHeight);transform-origin:100% 100%}.StripeSet--BottomLeft{left:0;bottom:0;transform-origin:0 100%}.StripeSet--layoutStacked{--stripeSetHeight:80px}.StripeSet--alignCenter{top:var(--stripeSetAlignCenterOffset)}.StripeSet--alignEnd{top:calc(var(--stripeSetHeight)*-1)}
.Stripe{--stripeInset:0px;--stripeWidth:var(--gutterWidth);--stripeMinWidth:80px;--stripeHeight:40px;--stripeIntersectionTop:calc(var(--stripeSetHeight) - var(--stripeHeight));--stripeIntersectionInset:0px;--stripeIntersectionWidth:var(--gutterWidth);--stripeIntersectionBackground:var(--blendIntersection);--stripeMaxInset:calc(var(--layoutWidth)/2);--stripeStartMax:calc(var(--layoutWidth) + var(--gutterWidth));--stripeStart:calc(var(--stripeStartMax) - var(--stripeInset) + var(--stripeBorderOffset));--stripeBorderOffset:0px;right:var(--stripeStart);width:calc(var(--stripeWidth) + var(--stripeInset) - var(--stripeBorderOffset)*2);position:absolute;height:var(--stripeHeight);background:var(--stripeColor);overflow:hidden}.Stripe--variantOutline{background:none;border:1px solid var(--stripeColor)}.StripeSet--BottomLeft .Stripe--variantOutline,.StripeSet--TopLeft .Stripe--variantOutline,.StripeSet--TopRight .Stripe--variantOutline{--stripeBorderOffset:-1px}.Stripe--accentPrimary{--stripeColor:var(--blendForeground)}.Stripe--accentSecondary{--stripeColor:var(--blendBackground)}.Stripe--accentWhite{--stripeColor:var(--stripeAccentWhite)}.Stripe--accentLight{--stripeColor:var(--stripeAccentLight)}.Stripe--accentDark{--stripeColor:var(--stripeAccentDark);--stripeIntersectionBackground:#0055b3}.StripeSet--BottomRight .Stripe,.StripeSet--TopRight .Stripe{right:auto;left:var(--stripeStart)}.Stripe--accentNone:first-of-type{--stripeColor:var(--blendBackground)}.Stripe:nth-of-type(2){top:var(--stripeIntersectionTop)}.Stripe:nth-of-type(2).Stripe--accentNone{--stripeColor:var(--blendForeground)}.Stripe:nth-of-type(2).Stripe--variantOutline{top:calc(var(--stripeIntersectionTop) - 1px);z-index:-1}.StripeSet--BottomLeft .Stripe:only-child,.StripeSet--BottomRight .Stripe:only-child{top:var(--stripeIntersectionTop)}.Stripe:nth-of-type(3){--stripeColor:transparent}.Stripe--insetSmall{--stripeInset:calc(var(--stripeMaxInset)*0.125)}.Stripe--insetNormal{--stripeInset:calc(var(--stripeMaxInset)*0.25)}.Stripe--insetMedium{--stripeInset:calc(var(--stripeMaxInset)*0.5)}.Stripe--insetLarge{--stripeInset:calc(var(--stripeMaxInset)*0.75)}.Stripe--insetHalf{--stripeInset:var(--stripeMaxInset)}.Stripe--insetFull{left:var(--gutterWidth);right:auto;width:var(--stripeWidth)}.Stripe--intersectionInsetSmall{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.25)}.Stripe--intersectionInsetNormal{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.5)}.Stripe--intersectionInsetMedium{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.75)}.Stripe--intersectionInsetLarge{--stripeIntersectionInset:var(--stripeMaxInset)}.Stripe--widthNone{--stripeWidth:0px}.Stripe--widthSmall{--stripeWidth:80px}.Stripe--widthNormal{--stripeWidth:160px}.Stripe--widthMedium{--stripeWidth:240px}.Stripe--widthLarge{--stripeWidth:320px}.Stripe--intersectionWidthNone{--stripeIntersectionWidth:0px}.Stripe--intersectionWidthSmall{--stripeIntersectionWidth:80px}.Stripe--intersectionWidthNormal{--stripeIntersectionWidth:160px}.Stripe--intersectionWidthMedium{--stripeIntersectionWidth:240px}.Stripe--intersectionWidthLarge{--stripeIntersectionWidth:320px}.Stripe__intersection{position:absolute;top:var(--stripeIntersectionTop);height:var(--stripeHeight);transform:translateY(-.25px);background:var(--stripeIntersectionBackground);left:calc(var(--stripeWidth) - var(--stripeIntersectionWidth));width:calc(var(--stripeIntersectionWidth) + var(--stripeIntersectionInset))}.StripeSet--BottomRight .Stripe__intersection,.StripeSet--TopRight .Stripe__intersection{left:auto;right:calc(var(--stripeWidth) - var(--stripeIntersectionWidth))}
.ProductHeroSection.Section{--sectionPaddingTop:0;--sectionLayoutMarginBottom:0;--sectionLayoutMarginTop:calc(var(--sectionBaseLayoutMarginTop, 0px) + var(--siteHeaderHeight, 0px));--sectionContentAngledMarginBottom:calc(248.98779px + var(--windowWidth)/737*-112);}@media (min-width:1112px){.ProductHeroSection.Section{--sectionContentAngledMarginBottom:80px}}.ProductHeroSection--contentAngledMarginBottomNone.Section{--sectionContentAngledMarginBottom:0}.ProductHeroSection--contentAngledMarginBottomXSmall.Section{--sectionContentAngledMarginBottom:16px}.ProductHeroSection--contentAngledMarginBottomSmall.Section{--sectionContentAngledMarginBottom:32px}.ProductHeroSection--hasOverlayNav.Section{--siteHeaderHeight:76px}@media (min-width:600px){.ProductHeroSection--hasOverlayNav.Section{--siteHeaderHeight:68px}}.ProductHeroSection--excludesNav.Section{--sectionBaseLayoutMarginTop:36px}@media (min-width:900px){.ProductHeroSection--excludesNav.Section{--sectionBaseLayoutMarginTop:84px}}@media (min-width:900px){.ProductHeroSection--layoutMarginTopLargeDesktop.Section{--sectionBaseLayoutMarginTop:128px}}.ProductHeroSection--layoutMarginBottomNegativeLarge.HeroSection--bleed.Section{--sectionLayoutMarginBottom:-60px}@media (min-width:900px){.ProductHeroSection--layoutMarginBottomNegativeLarge.HeroSection--bleed.Section{--sectionLayoutMarginBottom:-210px}}.ProductHeroSection__layout{position:relative;margin-bottom:var(--sectionLayoutMarginBottom);margin-top:var(--sectionLayoutMarginTop)}.ProductHeroSection__content{position:relative;margin-bottom:var(--sectionContentMarginBottom)}.Section--angleBottom .ProductHeroSection__content{margin-bottom:var(--sectionContentAngledMarginBottom,var(--sectionContentMarginBottom))}@media (min-width:900px){.ProductHeroSection--centered.Section{--sectionContentAngledMarginBottom:0px}.ProductHeroSection--centered.Section .Section__layout{padding-bottom:calc(var(--sectionPaddingBottom) - 200px)}}@media (min-width:900px){.ProductHeroSection__centeredLayout .Copy.variant--Hero{--paddingLeft:80px;--paddingRight:80px;justify-items:center;text-align:center}}.ProductHeroSection__desktopLayout{display:none}@media (min-width:900px){.ProductHeroSection__desktopLayout{display:block}}.ProductHeroSection__mobileLayout{display:block}@media (min-width:900px){.ProductHeroSection__mobileLayout{display:none}}
.HeroSection.Section{--gradientHeight:0}.HeroSection.Section.HeroSection--hasGradient{--gradientHeight:250px}@media (min-width:1112px){.HeroSection.Section.HeroSection--hasGradient+.Section{--windowWidthMax:2300px;--restrictedWindowWidth:min(var(--windowWidth),var(--windowWidthMax));--sectionPaddingTopGutterWidth:calc(var(--restrictedWindowWidth)/2 - var(--layoutWidth)/2)}}.HeroSection.Section--angleBottom{--gradientAngle:var(--angleStrong);z-index:2}.HeroSection.Section--angleBottom,.HeroSection.Section--angleBottom+.Section:not(.SiteFooterSection){--sectionAngle:var(--angleStrong);--sectionAngleSin:var(--angleStrongSin)}.HeroSection--bleed.Section{--sectionOverflow:visible;--sectionLayoutMarginBottom:0px;--sectionContentAngledMarginBottom:0px;--heroSectionBleedAngle:-0.213;--heroSectionBleedAnchorWaveDistance:var(--heroSectionBleedAngle) * calc(var(--columnWidth)*2);--sectionAnglePaddingBottomBase:var(--heroSectionBleedAnchorWaveDistance) - var(--heroSectionBleedAmount)}.HeroSection--bleedNormal.Section{--heroSectionBleedAmount:20px}@media (min-width:900px){.HeroSection--bleedNormal.Section{--heroSectionBleedAmount:60px}}.HeroSection--bleedNoMobileBasePadding.Section{--heroSectionBleedAmount:0px}@media (max-width:599px){.HeroSection--bleedNoMobileBasePadding.Section{--sectionAnglePaddingBottomBase:0px}}.HeroSection--bleedNone.Section{--heroSectionBleedAmount:0px}.HeroSection--angleDegreeNormal.Section{--gradientAngle:var(--angleNormal);--heroSectionBleedAngle:-0.105}.HeroSection--angleDegreeNormal.Section,.HeroSection--angleDegreeNormal.Section+.Section:not(.SiteFooterSection){--sectionAngle:var(--angleNormal);--sectionAngleSin:var(--angleNormalSin)}.HeroSection__gradient.Gradient{position:absolute;bottom:0;left:0;width:100%;height:var(--gradientHeight);transform-origin:0 100%;transform:skewY(var(--gradientAngle));will-change:transform;z-index:0}.HeroSection .StripeSet{--stripeSetAngle:var(--sectionAngle)}
.Section{--sectionAngleSin:var(--angleNormalSin);--sectionAngle:0;--sectionPaddingSmallMax:110;--sectionPaddingXSmallMax:72;--sectionPaddingMin:72;--sectionPaddingMax:var(--sectionPaddingNormalMax);--sectionPaddingTopMax:var(--sectionPaddingMax);--sectionPaddingBottomMax:var(--sectionPaddingMax);--sectionMarginTop:0;--sectionMarginBottom:0;--sectionAngleHeight:calc(var(--windowWidth)*var(--sectionAngleSin));--sectionAnglePaddingBaseMin:100;--sectionAnglePaddingBaseMax:var(--sectionPaddingMax);--sectionAnglePaddingTopBaseMax:var(--sectionAnglePaddingBaseMax);--sectionAnglePaddingBottomBaseMax:var(--sectionAnglePaddingBaseMax);--sectionAngleMaxHeight:none;--sectionOverflow:hidden;--sectionTransformOrigin:100% 0;--sectionBackgroundOverflow:visible;position:relative;z-index:1;margin-top:var(--sectionMarginTop);margin-bottom:var(--sectionMarginBottom);color:var(--textColor);scroll-margin-top:calc(var(--fixedNavHeight) + var(--fixedNavSpacing) - var(--sectionPaddingTop))}.HubPage .Section,.Section{--sectionPaddingNormalMax:128}.HubPage .Section{--sectionPaddingSmallMax:112;--sectionPaddingXSmallMax:96;--sectionPaddingMin:96}.Section--hasStickyNav{--sectionOverflow:visible}.Section--hasBorderTop .Section__background{border-top:1px solid rgba(230,235,241,.52)}.Section--paddingSmall{--sectionPaddingMax:var(--sectionPaddingSmallMax)}.Section--paddingXSmall{--sectionPaddingMax:var(--sectionPaddingXSmallMax)}.Section{--sectionAnglePaddingTopBase:calc(var(--sectionAnglePaddingBaseMin)*1px + (var(--sectionAnglePaddingTopBaseMax) - var(--sectionAnglePaddingBaseMin))*(var(--windowWidth)/737 - 0.50882px));;--sectionAnglePaddingBottomBase:calc(var(--sectionAnglePaddingBaseMin)*1px + (var(--sectionAnglePaddingBottomBaseMax) - var(--sectionAnglePaddingBaseMin))*(var(--windowWidth)/737 - 0.50882px));;--sectionPaddingTopGutterWidth:var(--gutterWidth);--sectionAnglePaddingTop:calc(var(--sectionAngleHeight) - var(--sectionAngleSin)*var(--sectionPaddingTopGutterWidth) + var(--sectionAnglePaddingTopBase));--sectionAnglePaddingBottom:calc(var(--sectionAngleHeight) - var(--sectionAngleSin)*var(--gutterWidth) + var(--sectionAnglePaddingBottomBase));--sectionPaddingTop:calc(var(--sectionPaddingMin)*1px + (var(--sectionPaddingTopMax) - var(--sectionPaddingMin))*(var(--windowWidth)/737 - 0.50882px));;--sectionPaddingBottom:calc(var(--sectionPaddingMin)*1px + (var(--sectionPaddingBottomMax) - var(--sectionPaddingMin))*(var(--windowWidth)/737 - 0.50882px));}@media (max-width:375px){.Section{--sectionAnglePaddingTopBase:calc(var(--sectionAnglePaddingBaseMin)*1px);--sectionAnglePaddingBottomBase:calc(var(--sectionAnglePaddingBaseMin)*1px);--sectionPaddingTop:calc(var(--sectionPaddingMin)*1px);--sectionPaddingBottom:calc(var(--sectionPaddingMin)*1px)}}@media (min-width:1112px){.Section{--sectionAnglePaddingTopBase:calc(var(--sectionAnglePaddingTopBaseMax)*1px);--sectionAnglePaddingBottomBase:calc(var(--sectionAnglePaddingBottomBaseMax)*1px);--sectionPaddingTop:calc(var(--sectionPaddingTopMax)*1px);--sectionPaddingBottom:calc(var(--sectionPaddingBottomMax)*1px)}}.Section__background{position:relative;height:100%;max-height:var(--sectionAngleMaxHeight);width:100%;top:0;left:0;transform-origin:var(--sectionTransformOrigin);transform:skewY(var(--sectionAngle));background:var(--backgroundColor);overflow:hidden}.Section__background--isTransparent{background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.Section__masked{overflow:var(--sectionOverflow)}.Section__container{position:relative;z-index:1;display:flex;justify-content:center;min-height:var(--sectionMinHeight)}.Section__layoutContainer{width:100%;max-width:var(--layoutWidth);margin:0 var(--columnPaddingNormal)}.Section__layout{padding:var(--sectionPaddingTop) 0 var(--sectionPaddingBottom)}.Section--angleTop{--sectionPaddingTop:var(--sectionAnglePaddingTop);--sectionAngle:var(--angleNormal)}.Section--angleBottom{--sectionTransformOrigin:0 0}.Section--angleBoth,.Section--angleBottom{--sectionPaddingBottom:var(--sectionAnglePaddingBottom);--sectionMarginBottom:calc(var(--sectionAngleHeight)*-1)}.Section--angleBoth{--sectionPaddingTop:var(--sectionAnglePaddingTop);--sectionAngle:var(--angleNormal)}.Section--bleed3{--sectionPaddingBottom:0}.Section__backgroundMask{position:absolute;width:100%;height:100%;overflow:var(--sectionBackgroundOverflow)}.Section--paddingTopNone{--sectionPaddingTop:0}.Section--paddingTopMedium{--sectionPaddingTop:80px}.Section--paddingTopXXLarge{--sectionPaddingTop:160px}@media (min-width:600px){.Section--paddingTopXXLarge{--sectionPaddingTop:calc(90px + 15vw)}}.Section--paddingTopAngleLarge.Section{--sectionAnglePaddingTopBaseMax:172}.Section--paddingBottomNone{--sectionPaddingBottom:0}.Section--paddingBottomSmall{--sectionPaddingBottom:64px}.Section--marginTopLarge{--sectionMarginTop:20px}@media (min-width:600px){.Section--marginTopLarge{--sectionMarginTop:40px}}@media (min-width:900px){.Section--peekingContent .Section__layout{padding-top:calc(var(--sectionPaddingTop) + 45px)}}@media (min-width:900px){.Section--peekingContent--invoicing .Section__layout{padding-top:calc(var(--sectionPaddingTop) - 65px)}}
.UniversalChatCtaButton{position:fixed;right:24px;bottom:24px;z-index:99;width:64px;height:64px;border-radius:50%;background:#0a2540;border:none;outline:none;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;animation:loadChatBubble .2s cubic-bezier(.16,1,.3,1);transition:opacity .3s cubic-bezier(.4,0,.2,1)}@media (pointer:fine){.UniversalChatCtaButton:hover{opacity:.8}}@media (pointer:coarse){.UniversalChatCtaButton:active{opacity:.8}}@media (prefers-reduced-motion:no-preference){@media (pointer:fine){.UniversalChatCtaButton:hover .UniversalChatCtaButton__bubbleLeft{transform:translateX(-8px) scale(0)}.UniversalChatCtaButton:hover .UniversalChatCtaButton__bubbleRightContainer{transform:scale(1.5) translateY(2px)}.UniversalChatCtaButton:hover .UniversalChatCtaButton__typingIndicator{opacity:1}}@media (pointer:coarse){.UniversalChatCtaButton:active .UniversalChatCtaButton__bubbleLeft{transform:translateX(-8px) scale(0)}.UniversalChatCtaButton:active .UniversalChatCtaButton__bubbleRightContainer{transform:scale(1.5) translateY(2px)}.UniversalChatCtaButton:active .UniversalChatCtaButton__typingIndicator{opacity:1}}}.UniversalChatCtaButton:before{content:"";position:absolute;inset:-1px;border-radius:50%;box-shadow:var(--focusBoxShadow);opacity:0;pointer-events:none}@media (prefers-reduced-motion:no-preference){.UniversalChatCtaButton:before{transition:opacity var(--hoverTransition)}}.UniversalChatCtaButton:focus-visible{outline:none}.UniversalChatCtaButton:focus-visible:before{opacity:1}@keyframes loadChatBubble{0%{opacity:0;transform:translateY(30px) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}.UniversalChatCtaButton__bubbleLeft{position:relative;margin-bottom:-16px;margin-left:8px;z-index:10;transform-origin:top right;transition:transform .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButton__bubbleRightContainer{position:relative;margin-right:8px;transform-origin:bottom left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButton__typingIndicator{position:absolute;top:8px;left:3px;opacity:0;overflow:visible;transition:opacity .3s cubic-bezier(.4,0,.2,1);scale:.67}.UniversalChatCtaButton__typingBubble{animation:UniversalChatTypingBubbleBounce .75s ease-in-out infinite}.UniversalChatCtaButton__typingBubble:nth-child(2){animation-delay:.15s}.UniversalChatCtaButton__typingBubble:nth-child(3){animation-delay:.3s}@keyframes UniversalChatTypingBubbleBounce{0%,to{animation-timing-function:ease-out;transform:translateY(2px)}50%{animation-timing-function:ease-in-out;transform:translateY(-2.5px)}}
.UniversalChatCtaButtonLarge{--universal-chat-cta-button-ease:cubic-bezier(0.4,0,0.2,1);--universal-chat-cta-button-duration:0.3s;--universal-chat-cta-button-text-width:fit-content;position:fixed;right:24px;bottom:24px;z-index:99;width:var(--universal-chat-cta-button-text-width);height:68px;border-radius:8px;background:#fff;border:none;outline:none;display:flex;align-items:center;justify-content:left;flex-direction:row;cursor:pointer;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);padding-left:14px;padding-right:14px;animation:loadChatBox .2s cubic-bezier(.16,1,.3,1);transition:width var(--universal-chat-cta-button-duration) var(--universal-chat-cta-button-ease)}@media (prefers-reduced-motion:no-preference){@media (pointer:fine){.UniversalChatCtaButtonLarge:hover .UniversalChatCtaButtonLarge__bubbleLeft{transform:translateX(-8px) scale(0)}.UniversalChatCtaButtonLarge:hover .UniversalChatCtaButtonLarge__bubbleRightContainer{transform:scale(1.25) translateX(2px) translateY(2px)}.UniversalChatCtaButtonLarge:hover .UniversalChatCtaButtonLarge__typingIndicator{opacity:1}}@media (pointer:coarse){.UniversalChatCtaButtonLarge:active .UniversalChatCtaButtonLarge__bubbleLeft{transform:translateX(-8px) scale(0)}.UniversalChatCtaButtonLarge:active .UniversalChatCtaButtonLarge__bubbleRightContainer{transform:scale(1.25) translateX(2px) translateY(2px)}.UniversalChatCtaButtonLarge:active .UniversalChatCtaButtonLarge__typingIndicator{opacity:1}}.UniversalChatCtaButtonLarge:not(:hover).UniversalChatCtaButtonLarge--collapsed{width:68px}.UniversalChatCtaButtonLarge:not(:hover).UniversalChatCtaButtonLarge--collapsed .UniversalChatCtaButtonLarge__text{color:transparent}.UniversalChatCtaButtonLarge:not(:hover).UniversalChatCtaButtonLarge--collapsed .UniversalChatCtaButtonLarge__icon{background:transparent}.UniversalChatCtaButtonLarge:not(:hover).UniversalChatCtaButtonLarge--collapsed .UniversalChatCtaButtonLarge__iconInner{scale:1.2}}.UniversalChatCtaButtonLarge__text{flex:1;color:#0a2540;font-family:var(--fontFamily);font-size:15px;font-weight:var(--fontWeightBold);overflow:hidden;padding-left:12px;text-align:left;white-space:nowrap;transition:color var(--universal-chat-cta-button-duration) var(--universal-chat-cta-button-ease)}.UniversalChatCtaButtonLarge__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:4px;background:#e7ecf1;border:none;outline:none;transition:background var(--universal-chat-cta-button-duration) var(--universal-chat-cta-button-ease)}.UniversalChatCtaButtonLarge__iconInner{display:flex;align-items:center;justify-content:center;flex-direction:column;height:40px;width:40px;transition:scale var(--universal-chat-cta-button-duration) var(--universal-chat-cta-button-ease)}@keyframes loadChatBox{0%{opacity:0;transform:translateY(30px) scale(.5)}to{opacity:1;transform:translateY(0) scale(1)}}.UniversalChatCtaButtonLarge__bubbleLeft{position:relative;margin-bottom:-16px;margin-left:8px;z-index:10;transform-origin:top right;transition:transform .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButtonLarge__bubbleRightContainer{position:relative;margin-right:8px;transform-origin:bottom left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButtonLarge__typingIndicator{position:absolute;top:8px;left:3px;opacity:0;overflow:visible;transition:opacity .3s cubic-bezier(.4,0,.2,1);scale:.67}.UniversalChatCtaButtonLarge__typingBubble{animation:UniversalChatTypingBubbleBounce .75s ease-in-out infinite}.UniversalChatCtaButtonLarge__typingBubble:nth-child(2){animation-delay:.15s}.UniversalChatCtaButtonLarge__typingBubble:nth-child(3){animation-delay:.3s}@keyframes UniversalChatTypingBubbleBounce{0%,to{animation-timing-function:ease-out;transform:translateY(2px)}50%{animation-timing-function:ease-in-out;transform:translateY(-2.5px)}}@keyframes blink{0%,50%{opacity:0}51%,to{opacity:1}}.UniversalChatCtaButtonLarge.variant--VisualTreatment{width:auto;height:auto;padding:4px 16px 6px;border-radius:9999px;background:#0a2540;color:#fff;font-family:var(--fontFamily);font-size:15px;font-weight:var(--fontWeightBold);text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;flex-direction:row;box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 1px oklch(.7703 .0254 259.82/.2);animation:loadInChatTreatment .75s cubic-bezier(.16,1,.3,1) forwards;transition:background .2s cubic-bezier(.4,0,.2,1)}@keyframes loadInChatTreatment{0%{opacity:0;transform:scale(.8) translateY(100%)}to{opacity:1;transform:scale(1) translateY(0)}}.UniversalChatCtaButtonLarge__withSalesWrapper{display:inline-block;width:0;overflow:hidden;vertical-align:bottom;transition:width .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButtonLarge__withSales{padding-left:4px;display:inline-block;white-space:nowrap;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButtonLarge__salesReps{position:fixed;bottom:78px;right:40px;color:var(--stripeAccentDark);font-family:var(--fontFamily);width:-moz-max-content;width:max-content;max-width:calc(100vw - 65px);border-radius:8px;transform-origin:bottom right;opacity:0;transform:scale(.5) translateY(50%);animation:fadeIn .75s cubic-bezier(.16,1,.3,1) forwards;z-index:99;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:scale(.5) translateY(50%)}to{opacity:1;transform:scale(1) translateY(0)}}.UniversalChatCtaButtonLarge__salesReps__content{position:relative;display:flex;flex-direction:column;gap:4px}.UniversalChatCtaButtonLarge__salesReps__content:after{content:"";position:absolute;top:-14px;left:-16px;background-color:#fff;width:100%;height:100%;border-radius:8px;box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 0 2px 0 oklch(.2599 .0604 251.32/.12),0 4px 8px -2px oklch(.2599 .0604 251.32/.2);width:calc(100% + 32px);height:calc(100% + 30px);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);z-index:-1;transform-origin:center}@media (prefers-reduced-motion:no-preference){.UniversalChatCtaButtonLarge__salesReps__content:hover:after{transform:scale(1.02);box-shadow:0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent,0 4px 8px 0 oklch(.2599 .0604 251.32/.06),0 8px 32px -2px oklch(.2599 .0604 251.32/.15)}}.UniversalChatCtaButtonLarge__salesReps__close{position:absolute;top:-9px;right:-9px;width:20px;height:20px;background:none;border:none;display:flex;align-items:center;justify-content:center}.UniversalChatCtaButtonLarge__salesReps__close path{transition:fill .2s cubic-bezier(.4,0,.2,1)}.UniversalChatCtaButtonLarge__salesReps__close:hover path{fill:#3f4b66}.UniversalChatCtaButtonLarge__salesReps__title{font-size:15px;display:flex;justify-content:flex-start;align-items:center;gap:4px}.UniversalChatCtaButtonLarge__salesReps__description{font-size:13px;color:#3f4b66;font-weight:400;text-align:left}.UniversalChatCtaButtonLarge__salesReps__title__text{position:relative;display:flex;align-items:center;margin-left:4px;gap:4px;text-align:left}.UniversalChatCtaButtonLarge__salesReps__title__count{margin-bottom:auto;margin-left:2px}.UniversalChatCtaButtonLarge__salesReps__title__text:before{content:"";display:inline-block;width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#15be53}.UniversalChatCtaButtonLarge__salesReps__title__text:after{content:"";position:absolute;top:50%;left:0;width:6px;height:6px;background:#15be53;border-radius:50%;transform:translateY(-50%);transform-origin:center;opacity:.3}@media (prefers-reduced-motion:no-preference){.UniversalChatCtaButtonLarge__salesReps__title__text:after{animation:pulse 5s ease-in infinite}}@keyframes pulse{0%{transform:translateY(-50%) scale(1)}25%{transform:translateY(-50%) scale(2)}50%{transform:translateY(-50%) scale(1)}to{transform:translateY(-50%) scale(1)}}.UniversalChatCtaButtonLarge__salesReps__title__images{display:flex;justify-content:flex-start;align-items:center}.UniversalChatCtaButtonLarge__salesReps__title__images__image:first-of-type{margin-right:-8px;z-index:10}.UniversalChatCtaButtonLarge__salesReps__title__images__image{width:40px;height:40px;border-radius:50%;border:2px solid #fff}
@media (min-width:600px){@font-face{font-family:sohne-var;src:url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/f965fdf4.woff2) format("woff2-variations");font-weight:1 1000;font-display:block}@font-face{font-family:SourceCodePro;src:url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/1a930247.woff2) format("woff2"),url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/ac6713d5.woff) format("woff");font-weight:500;font-style:normal;font-display:block}}@media (max-width:599px){@font-face{font-family:sohne-var;src:url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/f965fdf4.woff2) format("woff2-variations");font-weight:1 1000;font-display:swap}@font-face{font-family:SourceCodePro;src:url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/1a930247.woff2) format("woff2"),url(https://b.stripecdn.com/mkt-statics-srv/assets/v1/ac6713d5.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}}
.MktRoot{--fontFamily:"sohne-var","Helvetica Neue","Arial",sans-serif;--fontWeightLight:200;--fontWeightNormal:300;--fontWeightSemibold:425;--fontWeightBold:500;--systemFontFamily:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--codeFontFamily:"SourceCodePro";--sourceCodeFont:500 14px/1.714285714 var(--codeFontFamily);--ctaFont:var(--fontWeightSemibold) 15px/1.6 var(--fontFamily);--inputFont:var(--fontWeightNormal) 15px/1.6 var(--fontFamily);--cardShadowXSmall:0 2px 5px -1px rgba(50,50,93,0.25),0 1px 3px -1px rgba(0,0,0,0.3);--cardShadowSmall:0 6px 12px -2px rgba(50,50,93,0.25),0 3px 7px -3px rgba(0,0,0,0.3);--cardShadowMedium:0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3);--cardShadowLarge:0 30px 60px -12px rgba(50,50,93,0.25),0 18px 36px -18px rgba(0,0,0,0.3);--cardShadowLargeInset:inset 0 30px 60px -12px rgba(50,50,93,0.25),inset 0 18px 36px -18px rgba(0,0,0,0.3);--cardShadowXLarge:0 50px 100px -20px rgba(50,50,93,0.25),0 30px 60px -30px rgba(0,0,0,0.3);--cardShadowXSMallMargin:2px;--cardShadowSmallMargin:8px;--cardShadowMediumMargin:16px;--cardShadowLargeMargin:32px;--cardShadowXLargeMargin:48px;--cardBorderRadius:8px;--filterShadowMedium:0px 3px 11.5px -3.5px rgba(50,50,93,0.25),0px 3.8px 7.5px -3.7px rgba(0,0,0,0.1);--scrollbarOffset:10px;--angleNormal:-6deg;--angleStrong:-12deg;--angleNormalSin:0.106;--angleStrongSin:0.212;--modalZIndex:999999;--fixedNavHeight:60px;--fixedNavSpacing:48px;--fixedNavScrollMargin:calc(var(--fixedNavHeight) + var(--fixedNavSpacing));--hoverTransition:150ms cubic-bezier(0.215,0.61,0.355,1);--focusBoxShadow:0 0 0 2px #4d90fe,inset 0 0 0 2px hsla(0,0%,100%,0.9);color-scheme:only light}.MktRoot *,.MktRoot :after,.MktRoot :before{box-sizing:border-box}@media (prefers-reduced-motion:reduce){.MktRoot{--hoverTransition:none}}.MktRoot[lang^=ja]{--fontWeightNormal:300;--fontWeightSemibold:300}.MktRoot[lang^=th]{--fontWeightSemibold:600;--fontWeightBold:600}.MktRoot[lang^=zh]{--fontWeightNormal:400;--fontWeightSemibold:500}.MktRoot[data-loading]{overflow-x:hidden}.MktRoot[data-loading] :after,.MktRoot[data-loading] :before,.MktRoot[data-loading] :not([data-transition-in]){transition:none!important}.MktBody{margin:0;font-family:var(--fontFamily);font-weight:var(--fontWeightNormal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--textColor);background:var(--backgroundColor)}.MktBody--noScroll{overflow:hidden}.ThirdPartyFrame{width:1px;height:1px;position:fixed;visibility:hidden;pointer-events:none}blockquote,figure,h1,h2,h3,h4,h5,h6,p,pre{margin:0}a{text-decoration:none}strong{font-weight:var(--fontWeightBold)}
.theme--White{--backgroundColor:#fff;--linkColor:var(--accentColor);--linkHoverColor:#0a2540;--buttonColor:var(--accentColor);--buttonHoverColor:#0a2540;--buttonDisabledColor:#cfd7df;--buttonDisabledOpacity:0.7;--knockoutColor:#fff;--knockoutDisabledColor:#8898aa;--guideSolidColor:rgba(66,71,112,0.06);--guideDashedColor:rgba(66,71,112,0.09);--titleColor:#0a2540;--textColor:#425466;--formFieldDescriptionTextColor:#3f4b66;--inputBackground:#f6f9fc;--checkboxInputBackground:#e7ecf1;--inputPlaceholderColor:#727f96;--inputTextColor:#0a2540;--inputErrorAccentColor:#ff5996;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#0a2540;--navHoverColor:#0a2540;--navHoverOpacity:0.6;--footerColor:#0a2540;--cardBorderColor:#cbd6e0;--cardBorderColorSoft:#e7ecf1;--cardBackground:#fff;--subcardBackground:#f6f9fc;--gridSubcardBackground:#f6f9fc;--tableIconColor:#8c9eb1;--stripeAccentWhite:#fff;--stripeAccentLight:#e3e7ec;--stripeAccentDark:#0a2540;--bulletColor:#cfd7df;--footnoteTextColor:#4d5b78;--disclaimerTextColor:#707f98;--inlineCodeTextColor:#2c3a57;--inlineCodeBackground:#e6ecf2;--socialLogoColor:#c4ccd8;--socialLogoHoverColor:#0a2540}.theme--White.accent--Slate{--accentColor:#0a2540;--linkHoverOpacity:0.6;--buttonHoverOpacity:0.6}
.theme--Light{--backgroundColor:#f6f9fc;--linkColor:var(--accentColor);--linkHoverColor:#0a2540;--buttonColor:var(--accentColor);--buttonHoverColor:#0a2540;--buttonDisabledColor:#cfd7df;--buttonDisabledOpacity:0.7;--knockoutColor:#fff;--knockoutDisabledColor:#8898aa;--guideSolidColor:rgba(66,71,112,0.06);--guideDashedColor:rgba(66,71,112,0.09);--titleColor:#0a2540;--textColor:#425466;--formFieldDescriptionTextColor:#3f4b66;--inputBackground:#f6f9fc;--checkboxInputBackground:#e7ecf1;--inputPlaceholderColor:#727f96;--inputTextColor:#0a2540;--inputErrorAccentColor:#ff5996;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#0a2540;--navHoverColor:#0a2540;--navHoverOpacity:0.6;--footerColor:#0a2540;--cardBorderColor:#cbd6e0;--cardBorderColorSoft:#e7ecf1;--cardBackground:#fff;--subcardBackground:#f6f9fc;--gridSubcardBackground:#fff;--tableIconColor:#8c9eb1;--stripeAccentWhite:#fff;--stripeAccentLight:#e3e7ec;--stripeAccentDark:#0a2540;--bulletColor:#cfd7df;--footnoteTextColor:#4d5b78;--disclaimerTextColor:#707f98;--inlineCodeTextColor:#2c3a57;--inlineCodeBackground:#dce6ee;--socialLogoColor:#c4ccd8;--socialLogoHoverColor:#0a2540}.theme--Light.accent--Slate{--accentColor:#0a2540;--linkHoverOpacity:0.6;--buttonHoverOpacity:0.6}
.theme--Dark{--backgroundColor:#0a2540;--linkColor:var(--accentColor);--linkHoverColor:#fff;--linkHoverOpacity:1;--buttonColor:var(--accentColor);--buttonHoverColor:#fff;--buttonDisabledColor:#6b7c93;--buttonHoverOpacity:1;--buttonDisabledOpacity:0.7;--knockoutColor:#0a2540;--knockoutDisabledColor:#e6ebf1;--guideSolidColor:rgba(66,71,112,0.3);--guideDashedColor:rgba(66,71,112,0.3);--titleColor:#fff;--textColor:#adbdcc;--formFieldDescriptionTextColor:#adbdcc;--inputBackground:#0c2e4e;--checkboxInputBackground:#0c2e4e;--inputBackgroundAlt:#274869;--inputPlaceholderColor:#b6c2cd;--inputTextColor:#fff;--inputErrorAccentColor:#ff5996;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#fff;--navHoverColor:#fff;--navHoverOpacity:0.6;--footerColor:#fff;--cardBorderColor:#0f395e;--cardBorderColorSoft:#0f395e;--cardBackground:#0c2e4e;--subcardBackground:#1f4468;--gridSubcardBackground:#1f4468;--tableIconColor:#8c9eb1;--stripeAccentWhite:#fff;--stripeAccentLight:#fff;--stripeAccentDark:#0c2e4e;--bulletColor:#6b7c93;--footnoteTextColor:#adbdcc;--disclaimerTextColor:#707f98;--inlineCodeTextColor:#fff;--inlineCodeBackground:#1c4161;--socialLogoColor:#707f98;--socialLogoHoverColor:#fff}.theme--Dark.accent--Slate,.theme--Dark .accent--Slate{--accentColor:#fff}
.theme--SemiDark{--backgroundColor:#0d2e4f;--linkColor:var(--accentColor);--linkHoverColor:#fff;--linkHoverOpacity:1;--buttonColor:var(--accentColor);--buttonHoverColor:#fff;--buttonDisabledColor:#6b7c93;--buttonHoverOpacity:1;--buttonDisabledOpacity:0.7;--knockoutColor:#0a2540;--knockoutDisabledColor:#e6ebf1;--guideSolidColor:rgba(66,71,112,0.3);--guideDashedColor:rgba(66,71,112,0.3);--titleColor:#fff;--textColor:#adbdcc;--inputBackground:#0c2e4e;--inputBackgroundAlt:#274869;--inputPlaceholderColor:#b6c2cd;--inputTextColor:#fff;--inputErrorAccentColor:#ff5996;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#fff;--navHoverColor:#fff;--navHoverOpacity:0.6;--footerColor:#fff;--cardBorderColor:#0f395e;--cardBackground:#0c2e4e;--subcardBackground:#1f4468;--gridSubcardBackground:#1f4468;--tableIconColor:#8c9eb1;--stripeAccentWhite:#fff;--stripeAccentLight:#fff;--stripeAccentDark:#0c2e4e;--bulletColor:#6b7c93;--footnoteTextColor:#adbdcc;--disclaimerTextColor:#707f98;--inlineCodeTextColor:#fff;--inlineCodeBackground:#1c4161;--socialLogoColor:#707f98;--socialLogoHoverColor:#fff}.theme--SemiDark.accent--Slate,.theme--SemiDark .accent--Slate{--accentColor:#fff}
.theme--Transparent{--backgroundColor:none;--linkColor:#fff;--linkHoverColor:var(--linkColor);--linkHoverOpacity:0.6;--buttonColor:hsla(0,0%,100%,0.2);--buttonHoverColor:hsla(0,0%,100%,0.4);--accentColor:#fff;--knockoutColor:#fff;--textColor:#fff;--guideSolidColor:rgba(66,71,112,0.06);--guideDashedColor:rgba(66,71,112,0.09);--titleColor:#fff;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#fff;--navHoverColor:#fff;--navHoverOpacity:0.6;--stripeColor:#fff}
.theme--HubDark{--linkColor:#fff;--linkHoverColor:var(--linkColor);--buttonColor:#fff;--buttonHoverColor:hsla(0,0%,100%,0.9);--knockoutColor:#0a2540;--textColor:#fff;--titleColor:#fff}.theme--HubDark,.theme--HubLight{--backgroundColor:none;--linkHoverOpacity:0.9;--accentColor:#fff;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#fff;--navHoverColor:#fff;--navHoverOpacity:0.8;--stripeColor:#fff}.theme--HubLight{--linkColor:#635bff;--linkHoverColor:#0a2540;--buttonColor:#635bff;--buttonHoverColor:#0a2540;--knockoutColor:#fff;--textColor:#0a2540;--titleColor:#0a2540}
.theme--LegacyDark,.theme--LegacyLight{--fontFamily:Camphor,"Open Sans","Segoe UI",sans-serif;--ctaFont:var(--fontWeightSemibold) 15px/1.6 var(--fontFamily);--fontWeightBold:600;--fontWeightSemibold:600;--fontWeightNormal:500}.theme--LegacyDark .ProductIcon--Atlas,.theme--LegacyLight .ProductIcon--Atlas{--iconHoverLightColor:#fcd669;--iconHoverDarkColor:#ce7c3a}.theme--LegacyDark .ProductIcon--Billing,.theme--LegacyLight .ProductIcon--Billing{--iconHoverLightColor:#74e4a2;--iconHoverDarkColor:#159570}.theme--LegacyDark .ProductIcon--Connect,.theme--LegacyDark .ProductIcon--Payouts,.theme--LegacyLight .ProductIcon--Connect,.theme--LegacyLight .ProductIcon--Payouts{--iconHoverLightColor:#68d4f8;--iconHoverDarkColor:#217ab7}.theme--LegacyDark .ProductIcon--Capital,.theme--LegacyDark .ProductIcon--CorporateCard,.theme--LegacyDark .ProductIcon--Issuing,.theme--LegacyDark .ProductIcon--Payments,.theme--LegacyDark .ProductIcon--Terminal,.theme--LegacyLight .ProductIcon--Capital,.theme--LegacyLight .ProductIcon--CorporateCard,.theme--LegacyLight .ProductIcon--Issuing,.theme--LegacyLight .ProductIcon--Payments,.theme--LegacyLight .ProductIcon--Terminal{--iconHoverLightColor:#87bbfd;--iconHoverDarkColor:#555abf}.theme--LegacyDark .ProductIcon--Radar,.theme--LegacyLight .ProductIcon--Radar{--iconHoverLightColor:#f6a4eb;--iconHoverDarkColor:#9251ac}.theme--LegacyDark .ProductIcon--Sigma,.theme--LegacyLight .ProductIcon--Sigma{--iconHoverLightColor:#beb0f4;--iconHoverDarkColor:#7356b6}
.theme--LegacyLight{--backgroundColor:#f6f9fc;--linkColor:var(--accentColor);--linkHoverColor:#0a2540;--buttonColor:none;--buttonHoverColor:none;--buttonDisabledColor:none;--knockoutColor:#32325d;--knockoutDisabledColor:#8898aa;--guideSolidColor:rgba(66,71,112,0.06);--guideDashedColor:rgba(66,71,112,0.09);--titleColor:#0a2540;--textColor:#425466;--inputBackground:#fff;--inputPlaceholderColor:#acb9c5;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#32325d;--navHoverColor:#32325d;--navHoverOpacity:0.6;--footerColor:#0a2540;--cardBorderColor:#cbd6e0;--cardBackground:#fff;--subcardBackground:#f6f9fc;--stripeColor:#0a2540}.theme--LegacyLight.accent--Slate{--accentColor:#0a2540;--linkHoverOpacity:0.6;--buttonHoverOpacity:0.6}
.theme--LegacyDark{--backgroundColor:#0a2540;--linkColor:var(--accentColor);--linkHoverColor:#fff;--linkHoverOpacity:1;--buttonColor:none;--buttonHoverColor:none;--buttonDisabledColor:none;--buttonHoverOpacity:0.6;--knockoutColor:#fff;--knockoutDisabledColor:#e6ebf1;--guideSolidColor:rgba(66,71,112,0.3);--guideDashedColor:rgba(66,71,112,0.3);--titleColor:#fff;--textColor:#adbdcc;--inputBackground:#0c2e4e;--inputPlaceholderColor:#b6c2cd;--annotationColor:#8c9eb1;--maskFadeColor:rgba(0,0,0,0.4);--navColor:#fff;--navHoverColor:#fff;--navHoverOpacity:0.6;--footerColor:#fff;--cardBorderColor:#0f395e;--cardBackground:#0c2e4e;--subcardBackground:#1f4468;--stripeColor:#fff}.theme--LegacyDark.accent--Slate,.theme--LegacyDark.flavor--Slate.accent--Slate{--accentColor:#fff;--linkHoverOpacity:0.6;--buttonHoverOpacity:0.6}
.flavor--Chroma{--blendBackground:#80e9ff;--blendIntersection:#0048e5;--blendForeground:#7a73ff;--gradientColorZero:#a960ee;--gradientColorOne:#ff333d;--gradientColorTwo:#90e0ff;--gradientColorThree:#ffcb57;--gradientColorZeroTransparent:rgba(169,96,238,0);--gradientColorOneTransparent:rgba(255,51,61,0);--gradientColorTwoTransparent:rgba(144,224,255,0);--gradientColorThreeTransparent:rgba(255,203,87,0);--shadeOneColor:#02bcf5;--shadeTwoColor:#0073e6;--shadeThreeColor:#003ab9;--shadeFourColor:#635bff;--shadeFiveColor:#002c59;--shadeSixColor:#09cbcb}.flavor--Chroma.theme--Dark,.flavor--Chroma .theme--Dark{--blendForeground:#7a73ff;--blendIntersection:#cff;--blendBackground:#00d4ff}.flavor--Chroma.theme--Dark .theme--Light,.flavor--Chroma.theme--Dark .theme--White{--blendForeground:#80e9ff;--blendIntersection:#0048e5;--blendBackground:#7a73ff}.flavor--Chroma.accent--Cyan,.flavor--Chroma .accent--Cyan{--accentColor:#02bcf5}.flavor--Chroma.theme--Dark.accent--Cyan,.flavor--Chroma.theme--Dark .accent--Cyan,.flavor--Chroma .theme--Dark.accent--Cyan{--accentColor:#00d4ff}.flavor--Chroma.accent--Blurple,.flavor--Chroma .accent--Blurple{--accentColor:#635bff;--guideBackground:#5d69e3;--guideDarkColor:#4d5ae0;--guideLightColor:#6772e5;--guideLighterColor:#7a84e9;--guideLightestColor:#8d95ec}.flavor--Chroma.theme--Dark.accent--Blurple,.flavor--Chroma.theme--Dark .accent--Blurple{--accentColor:#7a73ff}.flavor--Chroma.accent--Blue,.flavor--Chroma .accent--Blue{--accentColor:#0073e6}.flavor--Chroma.accent--Orange,.flavor--Chroma .accent--Orange{--accentColor:#ff7600}.flavor--Chroma.accent--Slate,.flavor--Chroma .accent--Slate{--accentColor:#0a2540}.flavor--Chroma.theme--Dark.accent--Slate,.flavor--Chroma.theme--Dark .accent--Slate,.flavor--Chroma .theme--Dark.accent--Slate{--accentColor:#fff}
.flavor--CottonCandy{--blendBackground:#ff80ff;--blendIntersection:#003dc1;--blendForeground:#0073e6;--gradientColorZero:#45dfff;--gradientColorOne:#2aa1ff;--gradientColorTwo:#4536ff;--gradientColorThree:#ff79f6;--gradientColorZeroTransparent:rgba(69,223,255,0);--gradientColorOneTransparent:rgba(42,161,255,0);--gradientColorTwoTransparent:rgba(69,54,255,0);--gradientColorThreeTransparent:rgba(255,121,246,0)}.flavor--CottonCandy.theme--Dark,.flavor--CottonCandy .theme--Dark{--blendBackground:#ff80ff;--blendIntersection:#fac7ff;--blendForeground:#0073e6;--accentColor:#f363f3}.flavor--CottonCandy.accent--Pink,.flavor--CottonCandy .accent--Pink{--accentColor:#f363f3}.flavor--CottonCandy.theme--Dark.accent--Pink,.flavor--CottonCandy.theme--Dark .accent--Pink{--accentColor:#ff83ff}.flavor--CottonCandy.accent--Cyan,.flavor--CottonCandy .accent--Cyan{--accentColor:#02bcf5}.flavor--CottonCandy.theme--Dark.accent--Cyan,.flavor--CottonCandy.theme--Dark .accent--Cyan{--accentColor:#09d6ff}.flavor--CottonCandy.accent--Blurple,.flavor--CottonCandy .accent--Blurple{--accentColor:#6061f6}.flavor--CottonCandy.accent--Blue,.flavor--CottonCandy .accent--Blue{--accentColor:#0073e6}
.flavor--LemonLime{--blendBackground:#ffd848;--blendIntersection:#00a600;--blendForeground:#00d924;--gradientColorZero:#1dcb5d;--gradientColorOne:#ffa832;--gradientColorTwo:#ffa832;--gradientColorThree:#ffe85e;--gradientColorZeroTransparent:rgba(29,203,93,0);--gradientColorOneTransparent:rgba(255,168,50,0);--gradientColorTwoTransparent:rgba(255,168,50,0);--gradientColorThreeTransparent:rgba(255,232,94,0);--shadeOneColor:#72d151;--shadeTwoColor:#15be1c;--shadeThreeColor:#13ad4c;--shadeFourColor:#008431}.flavor--LemonLime.theme--Dark,.flavor--LemonLime .theme--Dark{--blendBackground:#00d924;--blendIntersection:#fff5ad;--blendForeground:#ffd848}.flavor--LemonLime.accent--Green,.flavor--LemonLime .accent--Green{--accentColor:#15be53;--complimentaryColor:#fab000}.flavor--LemonLime.theme--Dark.accent--Green,.flavor--LemonLime.theme--Dark .accent--Green{--accentColor:#14d433}.flavor--LemonLime.accent--Yellow,.flavor--LemonLime .accent--Yellow{--accentColor:#eea800;--complimentaryColor:#15be53}.flavor--LemonLime.theme--Dark.accent--Yellow,.flavor--LemonLime.theme--Dark .accent--Yellow,.flavor--LemonLime .theme--Dark.accent--Yellow{--accentColor:#ffce48}
.flavor--Overcast{--blendBackground:#11efe3;--blendIntersection:#00299c;--blendForeground:#0073e6;--gradientColorZero:#0073e6;--gradientColorOne:#00a8ff;--gradientColorTwo:#021b9c;--gradientColorThree:#11efe3;--gradientColorZeroTransparent:rgba(0,115,230,0);--gradientColorOneTransparent:rgba(0,168,255,0);--gradientColorTwoTransparent:rgba(2,27,156,0);--gradientColorThreeTransparent:rgba(47,229,229,0);--shadeOneColor:#009deb;--shadeTwoColor:#0073e6;--shadeThreeColor:#003f7f;--shadeFourColor:#002c59}.flavor--Overcast.theme--Dark,.flavor--Overcast .theme--Dark{--blendBackground:#11efe3;--blendIntersection:#b3ffff;--blendForeground:#0073e6}.flavor--Overcast.accent--Blue,.flavor--Overcast .accent--Blue{--accentColor:#0073e6}.flavor--Overcast.accent--Cyan,.flavor--Overcast .accent--Cyan,.flavor--Overcast.theme--Dark.accent--Cyan,.flavor--Overcast.theme--Dark .accent--Cyan{--accentColor:#02bcf5}.flavor--Overcast.accent--Teal,.flavor--Overcast .accent--Teal{--accentColor:#00c4c4}.flavor--Overcast.theme--Dark.accent--Teal,.flavor--Overcast.theme--Dark .accent--Teal{--accentColor:#0de4e4}
.flavor--Perennial{--blendBackground:#ff80ff;--blendIntersection:#003dc1;--blendForeground:#0073e6;--gradientColorZero:#45dfff;--gradientColorOne:#2aa1ff;--gradientColorTwo:#4536ff;--gradientColorThree:#a755fa;--gradientColorZeroTransparent:rgba(69,223,255,0);--gradientColorOneTransparent:rgba(42,161,255,0);--gradientColorTwoTransparent:rgba(69,54,255,0);--gradientColorThreeTransparent:rgba(167,85,250,0)}.flavor--Perennial.theme--Dark,.flavor--Perennial .theme--Dark{--blendBackground:#0073e6;--blendIntersection:#fac7ff;--blendForeground:#ff80ff}.flavor--Perennial.accent--Blurple,.flavor--Perennial .accent--Blurple{--accentColor:#635bff}.flavor--Perennial.theme--Dark.accent--Blurple,.flavor--Perennial.theme--Dark .accent--Blurple{--accentColor:#7a73ff}.flavor--Perennial.accent--Cyan,.flavor--Perennial .accent--Cyan{--accentColor:#02bcf5}.flavor--Perennial.theme--Dark.accent--Cyan,.flavor--Perennial.theme--Dark .accent--Cyan{--accentColor:#09d6ff}
.flavor--Pomegranate{--blendBackground:#ff5996;--blendIntersection:#6e00f5;--blendForeground:#96f;--gradientColorZero:#a54ddd;--gradientColorOne:#ff80ff;--gradientColorTwo:#ffb422;--gradientColorThree:#fe94d4;--gradientColorZeroTransparent:rgba(255,89,150,0);--gradientColorOneTransparent:rgba(255,128,255,0);--gradientColorTwoTransparent:rgba(255,180,34,0);--gradientColorThreeTransparent:rgba(254,148,212,0);--shadeOneColor:#9d46d5;--shadeTwoColor:#7b58e1;--shadeThreeColor:#635bff;--shadeFourColor:#0a2540}.flavor--Pomegranate.theme--Dark,.flavor--Pomegranate .theme--Dark{--blendBackground:#ff5996;--blendIntersection:#ffdcf2;--blendForeground:#96f;--accentColor:#ff5996}.flavor--Pomegranate.accent--Raspberry,.flavor--Pomegranate .accent--Raspberry{--accentColor:#ff5996;--guideBackground:#ff5996;--guideDarkColor:#ff5191;--guideLightColor:#ff74a7;--guideLighterColor:#ff85b2;--guideLightestColor:#ff97bd}.flavor--Pomegranate.accent--Purple,.flavor--Pomegranate .accent--Purple{--accentColor:#96f;--guideBackground:#a375ff;--guideDarkColor:#96f;--guideLightColor:#b793ff;--guideLighterColor:#b793ff;--guideLightestColor:#c2a3ff}
.flavor--Slate{--blendBackground:#a4bdd2;--blendIntersection:#415465;--blendForeground:#657d92}.flavor--Slate.theme--Dark,.flavor--Slate .theme--Dark{--blendBackground:#b4d2eb;--blendIntersection:#ecf6ff;--blendForeground:#7995ac}.flavor--Slate.accent--Slate,.flavor--Slate .accent--Slate{--accentColor:#657d92}.flavor--Slate.theme--Dark.accent--Slate,.flavor--Slate.theme--Dark .accent--Slate{--accentColor:#b4d2eb}
.flavor--Sunburst{--blendBackground:#ffd848;--blendIntersection:#ff7600;--blendForeground:#fb0;--gradientColorZero:#ff9a15;--gradientColorOne:#ff7600;--gradientColorTwo:#ffa829;--gradientColorThree:#ffdf56;--gradientColorZeroTransparent:rgba(255,154,21,0);--gradientColorOneTransparent:rgba(255,118,0,0);--gradientColorTwoTransparent:rgba(255,168,41,0);--gradientColorThreeTransparent:rgba(255,223,86,0)}.flavor--Sunburst.theme--Dark,.flavor--Sunburst .theme--Dark{--blendBackground:#f70;--blendIntersection:#ffea9e;--blendForeground:#fb0}.flavor--Sunburst.accent--Yellow,.flavor--Sunburst .accent--Yellow{--accentColor:#fab000}.flavor--Sunburst.theme--Dark.accent--Yellow,.flavor--Sunburst.theme--Dark .accent--Yellow{--accentColor:#ffce48}.flavor--Sunburst.accent--Orange,.flavor--Sunburst .accent--Orange{--accentColor:#ff7600}.flavor--Sunburst.theme--Dark.accent--Orange,.flavor--Sunburst.theme--Dark .accent--Orange{--accentColor:#ff7c0c}
.flavor--Sunset{--blendBackground:#fb0;--blendIntersection:#ad4ffb;--blendForeground:#ff80ff}.flavor--Sunset.theme--Dark,.flavor--Sunset .theme--Dark{--blendBackground:#ff80ff;--blendIntersection:#ffeeb2;--blendForeground:#fb0}.flavor--Sunset.accent--Pink,.flavor--Sunset .accent--Pink{--accentColor:#f363f3}.flavor--Sunset.theme--Dark.accent--Pink,.flavor--Sunset.theme--Dark .accent--Pink{--accentColor:#ff83ff}.flavor--Sunset.accent--Yellow,.flavor--Sunset .accent--Yellow{--accentColor:#fab000}.flavor--Sunset.theme--Dark.accent--Yellow,.flavor--Sunset.theme--Dark .accent--Yellow{--accentColor:#ffce48}
.flavor--Tropical{--blendBackground:#80e9ff;--blendIntersection:#0048e5;--blendForeground:#7a73ff;--gradientColorZero:#746dff;--gradientColorOne:#8cf9fb;--gradientColorTwo:#fecc69;--gradientColorThree:#fb80fd;--gradientColorZeroTransparent:rgba(169,96,238,0);--gradientColorOneTransparent:rgba(255,51,61,0);--gradientColorTwoTransparent:rgba(144,224,255,0);--gradientColorThreeTransparent:rgba(255,203,87,0);--shadeOneColor:#02bcf5;--shadeTwoColor:#0073e6;--shadeThreeColor:#003ab9;--shadeFourColor:#635bff;--shadeFiveColor:#002c59;--shadeSixColor:#09cbcb}.flavor--Tropical.theme--Dark,.flavor--Tropical .theme--Dark{--blendForeground:#7a73ff;--blendIntersection:#cff;--blendBackground:#00d4ff}.flavor--Tropical.accent--Cyan,.flavor--Tropical .accent--Cyan{--accentColor:#02bcf5}.flavor--Tropical.theme--Dark.accent--Cyan,.flavor--Tropical.theme--Dark .accent--Cyan,.flavor--Tropical .theme--Dark.accent--Cyan{--accentColor:#00d4ff}.flavor--Tropical.accent--Blurple,.flavor--Tropical .accent--Blurple{--accentColor:#635bff}.flavor--Tropical.theme--Dark.accent--Blurple,.flavor--Tropical.theme--Dark .accent--Blurple{--accentColor:#7a73ff}.flavor--Tropical.accent--Blue,.flavor--Tropical .accent--Blue{--accentColor:#0073e6}.flavor--Tropical.accent--Slate,.flavor--Tropical .accent--Slate{--accentColor:#0a2540}.flavor--Tropical.theme--Dark.accent--Slate,.flavor--Tropical.theme--Dark .accent--Slate,.flavor--Tropical .theme--Dark.accent--Slate{--accentColor:#fff}
.flavor--Twilight{--blendBackground:#11efe3;--blendIntersection:#0048e5;--blendForeground:#96f;--gradientColorZero:#4436ff;--gradientColorOne:#56f;--gradientColorTwo:#d679ff;--gradientColorThree:#11efe3;--gradientColorZeroTransparent:rgba(68,54,255,0);--gradientColorOneTransparent:rgba(85,102,255,0);--gradientColorTwoTransparent:rgba(214,121,255,0);--gradientColorThreeTransparent:rgba(4,255,255,0);--shadeOneColor:#16cbe1;--shadeTwoColor:#20b5e3;--shadeThreeColor:#1086db;--shadeFourColor:#1959e6;--shadeFiveColor:#96f;--shadeSixColor:#002c59;--shadeSevenColor:#00c4c4;--shadeEightColor:#635bff}.flavor--Twilight.theme--Dark,.flavor--Twilight .theme--Dark,.flavor--Twilight.theme--SemiDark,.flavor--Twilight .theme--SemiDark{--blendBackground:#11efe3;--blendIntersection:#c2ffff;--blendForeground:#96f}.flavor--Twilight.theme--Dark .theme--Light,.flavor--Twilight.theme--Dark .theme--White{--blendForeground:#11efe3;--blendIntersection:#0048e5;--blendBackground:#96f}.flavor--Twilight.accent--Purple,.flavor--Twilight .accent--Purple{--accentColor:#96f;--guideBackground:#96f;--guideDarkColor:#a375ff;--guideLightColor:#ad85ff;--guideLighterColor:#b793ff;--guideLightestColor:#c2a3ff}.flavor--Twilight.accent--Teal,.flavor--Twilight .accent--Teal{--accentColor:#00c4c4}.flavor--Twilight.theme--Dark.accent--Teal,.flavor--Twilight.theme--Dark .accent--Teal,.flavor--Twilight .theme--Dark.accent--Teal,.flavor--Twilight.theme--SemiDark.accent--Teal,.flavor--Twilight.theme--SemiDark .accent--Teal,.flavor--Twilight .theme--SemiDark.accent--Teal{--accentColor:#0de4e4}
.flavor--Wintergreen{--blendBackground:#1df5e9;--blendIntersection:#00a600;--blendForeground:#00d924;--gradientColorZero:#20d261;--gradientColorOne:#1df5e9;--gradientColorTwo:#00ff91;--gradientColorThree:#1df5e9;--gradientColorZeroTransparent:rgba(68,54,255,0);--gradientColorOneTransparent:rgba(85,102,255,0);--gradientColorTwoTransparent:rgba(214,121,255,0);--gradientColorThreeTransparent:rgba(4,255,255,0);--shadeOneColor:#16cbe1;--shadeTwoColor:#20b5e3;--shadeThreeColor:#1086db;--shadeFourColor:#1959e6;--shadeFiveColor:#96f;--shadeSixColor:#002c59;--shadeSevenColor:#00c4c4}.flavor--Wintergreen.theme--Dark,.flavor--Wintergreen .theme--Dark{--blendBackground:#00d924;--blendIntersection:#cbffef;--blendForeground:#1df5e9}.flavor--Wintergreen.accent--Green,.flavor--Wintergreen .accent--Green{--accentColor:#15be53}.flavor--Wintergreen.theme--Dark.accent--Green,.flavor--Wintergreen.theme--Dark .accent--Green{--accentColor:#14d433}.flavor--Wintergreen.accent--Teal,.flavor--Wintergreen .accent--Teal{--accentColor:#00c4c4}.flavor--Wintergreen.accent--Teal .theme--Dark,.flavor--Wintergreen.theme--Dark.accent--Teal,.flavor--Wintergreen.theme--Dark .accent--Teal{--accentColor:#0de4e4}
html{--gutterWidth:16px;--scrollbarWidth:0px;--windowWidth:calc(100vw - var(--scrollbarWidth));--layoutWidth:calc(var(--windowWidth) - var(--gutterWidth)*2);--layoutWidthMax:1080px;--viewportWidthSmall:375;--viewportWidthMedium:600;--viewportWidthLarge:1112;--viewportScale:calc(var(--windowWidth)/var(--viewportWidthLarge));--paddingTop:160px;--paddingBottom:160px;--columnPaddingNone:0;--columnPaddingSmall:8px;--columnPaddingNormal:16px;--columnPaddingMedium:16px;--columnPaddingLarge:16px;--columnPaddingXLarge:16px;--rowGapNormal:8px;--rowGapMedium:24px;--rowGapLarge:32px;--rowGapXLarge:64px;--rowGapXXLarge:88px;--rowGap:var(--rowGapNormal);--columnCountMax:1;--columnWidth:calc(var(--layoutWidth)/var(--columnCountMax));--columnMaxWidth:calc(var(--layoutWidthMax)*0.25);--copyMaxWidth:calc(var(--columnMaxWidth)*3)}@media (min-width:600px){html{--columnPaddingMedium:32px;--columnPaddingLarge:64px;--columnPaddingXLarge:64px;--columnCountMax:2}}@media (min-width:900px){html{--columnPaddingXLarge:112px;--columnCountMax:4}}@media (min-width:1112px){html{--layoutWidth:var(--layoutWidthMax);--gutterWidth:calc(var(--windowWidth)/2 - var(--layoutWidth)/2)}}
[{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-SharedSiteHeader-SGZW7XDX.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-HeroGraphic-R7L5TZW5.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-HeroBrowserScreen-EPVEKJ5F.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-Video-LDQUIXRM.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-Modal-3NMDJ3P2.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-StripeSet-Z66YEMPQ.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-MediaCardLayout-CBOYAVPQ.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-MediaCardCarousel-X3MV2UZL.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-StripeSatGraphic-6LJFIDPD.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-StripeSatStat-IMPFIWY2.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-ChatAnimation-JYHD3VN3.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-AnimationSequence-LFFIVE46.js"},{"critical":false,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-LocaleControl-FAH7BCZZ.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-Page-BECANPDU.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-Sentry-IABPFTSH.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-EnforceSameSiteLaxOnCookies-5NDXH4YF.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-LoaderScript-BKFH5UUS.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-UniversalChatInitializer-UDZDVM6H.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-UniversalChatCtaButtonLarge-HX5IK4NJ.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-Loader-MBWDPDGD.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-ScrollDepthTracker-BXD4EYC2.js"},{"critical":true,"path":"https://b.stripecdn.com/mkt-statics-srv/assets/v1-MonitorWebVitals-3YZA2O4F.js"}]
Stripe logo
Jobs
Our opportunity
Life at Stripe
Benefits
University
See open roles
Open mobile navigation
Jobs
Our opportunity
Life at Stripe
Benefits
University
See open roles
Close mobile navigation
Our customers are building the future
Stripe builds financial infrastructure that ambitious companies use to launch their boldest products. Our customers range from hours-old startups to complex global businesses. Collectively, they are growing the GDP of the internet. You can help.
See open roles
Hear from our leadership
Watch video
Impact
Who do you want to serve in your career?
Our customers operate in almost every industry and country. They feed communities, provide healthcare, and help people get around. They run shops, gyms, churches, and they build tools for helping others run them too. They’re selling from their front rooms, and managing global enterprises. And they rely on the infrastructure we build.
Businesses on Stripe generated $1.4 trillion in total payment volume in 2024, up 38% from the previous year, and reaching a scale equivalent to around 1.3% of global GDP.
What matters to us is what we enable for others
We focus on the details of everything we do, so businesses around the world can focus on what’s most important to them. So Ford can focus on building a global digital dealership, rather than processing payments. So Le Monde can expand its digital offering globally, not reinvent subscription billing. So truckers can focus on getting supply chains moving, not invoicing paper trails. We take pride in freeing up others to work in the spotlight.
See open roles
14 min read
The Collison Brothers Built Stripe Into A $95 Billion Unicorn With Eye-Popping Financials
Read on forbes.com
2 min read
Ford signs five-year payments deal with Stripe for e-commerce drive
Read on cnbc.com
2 min read
French Newspaper Le Monde Teams With Stripe to Expand Subscriptions Globally
Read on pymnts.com
3 min read
Digital Payments Underscore Trucking’s Makeover
Read on pymnts.com
Challenges
Nothing worth doing is easy
The leaders in any field make their success look easy. But beneath the surface they’re in constant motion, critiquing their own performance, setting new goals, and continually reevaluating the most basic assumptions about how they approach their work. We’re still in the early stages of our growth and many of our biggest challenges lie ahead. You might think that Stripe has things figured out. While we’re proud of what we’ve built so far, we spend our time thinking about everything we haven’t done yet.
We have to be extremely selective in what we do
Planning means sacrifice: we have great ambitions but limited resources over short time horizons. We are happy that we can support more than 50 payment methods (and accelerate rollout of new ones), incorporate more than 20,000 startups, and galvanize responses to climate change. But every quarter there are many important projects we want to undertake, but can’t.
20 min read
A guide to payment methods
Read on stripe.com
3 min read
Stripe Atlas: the first five years and 20,000 startups
Read on stripe.com/blog
2 min read
Stripe is paying companies to pull carbon out of the atmosphere
Read on fastcompany.com
Growth requires reinventing our technology
The stack that got us here won’t get us there. We are constantly retooling to keep more than 8,000 Stripes productive, stay resilient to risks, and provide category-leading products at payment volumes higher on any given day than they used to be over an entire year.
5 min read
Migrating millions of lines of code to TypeScript
Read on stripe.com/blog
2 min read
Stripe received top scores in more criteria than any other vendor evaluated in The Forrester Wave™
Read on the report
We know we need to know more
Every project exposes us to challenges that are beyond our current capabilities. This motivates us to bring in people like you – people who have knowledge and experiences we don’t, and who can quickly bring their talents to bear on hard problems. Stripe is not a pay-your-dues culture; we will train you quickly and then give you substantial responsibility. We often have surprisingly small teams accomplish strikingly important work.
The pace of change and velocity of the product force you to pick up new skills, experiment with new tactics, and walk in a variety of users’ shoes.
Krithika Muthukumar, Marketing
We need to balance speed with meticulousness
We have to be able to build things quickly to support the fastest growing startups and platforms in the world, while also being reliable, trustworthy, and sometimes profoundly boring. We need to get projects done today, while building infrastructure that the internet will rely upon for decades. We also need to balance an intense work environment against the need to support fulfilling and sustainable careers.
9 min read
Stripe: Platform of Platforms
Read on stratechery.com
10 min read
Stripe: Thinking Like a Civilisation
Read on readthegeneralist.com
10 min read
What Working At Stripe Has Been Like
Read on kalzumeus.com
Experience
The right people don’t always think they’re right
Successful Stripes are rigorous thinkers who appreciate that things worth doing are rarely simple. We want people who are not afraid to be wrong, who can enthusiastically back proposals they initially opposed, and who know how to support decisions with numbers and narrative. We operate in situations of substantial uncertainty and cannot afford either timidity or recklessness.The global financial system can seem like a mystifying domain. It is not. It is composed of people and computers, just like many other systems you’ve worked on. Most Stripes don’t have a background in finance, and they’ve thrived here because they bring fresh perspectives. We want generalists capable of parachuting anywhere into our operations, learning about a field they have never touched before, and executing competently in areas far outside their formal remit.
We also want specialists who are already experts and want to spend several years advancing the state of the art in their fields. We know that we cannot be successful without nurturing the careers of both generalists and the experts. People who thrive in high-conflict work environments often do not enjoy the experience here. We try to embrace kindness while still encouraging Stripes to take measured risks and act boldly, even in the absence of consensus.
Worldview
Working for the world, across the world
Stripe is a team, not a place. We have two headquarters (San Francisco and Dublin), but we belong to the internet. We speak more than 30 languages with our customers and even more with our families.
Where we are
More than 8,000 Stripes build products and support our users from offices in Amsterdam, Bangalore, Barcelona, Berlin, Chicago, Dubai, Dublin, Hyderabad, London, Melbourne, Mexico City, New York, Paris, Prague, São Paulo, San Francisco, Singapore, Stockholm, Sydney, Tallinn, Tokyo, Toronto, Warsaw, and Zurich—as well as all the homes and coworking spaces of our remote colleagues.
Where we need to be
We aspire to make internet payments as ubiquitous and effortless as email. This isn’t simply a matter of ignoring borders; it also requires respectful dialogue with governments, embracing cultural differences, and building products that work in local contexts. That’s why we try to be physically close to our users, too. We want to share cabs with them in Singapore and buy food together in the darshinis of Bangalore.
Where we’re improving
We are grappling with the challenges of operating at an organisational scale that few tech companies reach. We care about our culture and want to preserve the important parts while evolving to meet the needs of new Stripes and our changing business context.
StripeSat
We continuously listen to our employees to understand where Stripe truly excels and listen for opportunities to further enhance the way we work as a company and as individuals.
Mission
I can see the relationship between what I do and the overall mission and priorities of Stripe
Team connection
I feel connected to my team
Belief in Stripe
Stripe is in a position to be successful over the next three years
Remote enablement
My location is not a barrier to me having an impact at Stripe
Favourable
Neutral
Unfavourable
Community
Support to do your best work
Many companies can offer you attractive benefits and compensation. We offer that plus something a bit rarer: the opportunity to work with speed and agility on a platform that has an impact across the entire internet.
Training and mentorship
When you start at Stripe you will go through at least two weeks of in-depth onboarding. We will pair you with experienced team members to show you the ropes. And then you learn by doing. It is common for Stripes to work on things outside their domain of expertise, so we encourage people to regularly attend hands-on classes led by internal and external experts on everything from Learning to Code to Thinking Like a Lawyer.
33 min podcast
SaaStr Podcast: Claire Hughes Johnson, COO @ Stripe
Listen on saastr.com
4 min read
How Stripe teaches employees to code
Read on stripe.com/blog
Q Kuhns, Internal Communications
Before joining the Internal Communications team at Stripe, I headed up a forensic anthropology lab. Stripe is much more lively.
Sarah Heck, New Markets
Before joining the Entrepreneurship team at Stripe, I was responsible for entrepreneurship, youth, and global civilian outreach policy for the National Security Council.
Valerie Williams, Inclusion and Diversity
Before joining the People team at Stripe, I had a career in supply chain management.
Alia Gurtov, Deployment Strategist
Before joining the User Ops team at Stripe and discovering solutions for our users, I worked as a paleoanthropologist and discovered a new hominin species.
Meka Asonye, New Business
Before joining the Startup & SMB Sales team at Stripe, I managed development and operations for a major league baseball team.
Catherine David, Connect Accounts
Prior to joining the Connect Accounts team at Stripe, I worked in a physics lab building a system to do quantum measurement and fast-reset of superconducting qubits.
Joe Moon, Dashboard Platform
Before joining the Dashboard Platform team at Stripe, I served as an Infantry Rifleman in the United States Marine Corps. I served in Iraq and the West Pacific.
Jaclyn Schoof, Payments Infrastructure
Before joining the Payments team at Stripe, I handled crisis intervention in a group home for teenage girls reintegrating from the Juvenile Justice System.
David Edelson, Technical Operations
Before joining the User Ops team at Stripe, I worked my way up from Cashier to maintaining the codebase as Operations Manager at an independent bookshop chain in NYC. I built everything from bookcases to their very own point of sale system.
Eirini Asprouda, Special Handling Specialisation
Before joining the User Ops team, I worked as an architect designing things like the masterplan for Chicago as a candidate city for the Olympic Games and pedestrian bridges in Dubai.
Heterogenous perspectives
Stripes come from all sorts of professional backgrounds like engineering, design, operations, consulting, government, finance, healthcare, and education. We strive for humility as individuals and as an organisation. We know that we can do great things alone, but even greater things together. We have a transparent internal culture. If you are curious about engineering, running startups, corporate strategy, or the global economy, you’ll have experts to learn from. And they’ll be eager to learn from you.
Ownership and impact
There is no magic to working with banking partners in Japan, moving billions of dollars around the world, or pushing the limits of browser animations on our product pages. We have smart people who sweat the details – who start with a blank screen, work until a product is ready, and polish until it is exceptional. You will be able to point to specific, high-impact things that didn’t exist until you created them.
Everyone at Stripe thinks about creating the best user experience first, then works backward from there.
Dave Wright, Design
We want to talk to you
You came to this page for a reason. Now we hope you’ll take the next step and come talk to us about whether one of our open roles is a good fit. We’re hiring talented people like you all the time. We hope you’re next.
See open roles
Life at Stripe
Do your best work among people who support, refine, and amplify every piece of it.
Life at Stripe
University recruiting
Stripe hosts undergraduate and graduate interns from around the globe.
Learn more
Operating principles
We have an opinionated set of principles, and we’re happy to be warts-and-all honest about them.
How we operate
Help us build economic infrastructure for the internet
We embrace diverse perspectives, ideas and backgrounds at Stripe. We're committed to providing equal employment opportunities for all applicants and employees. Stripe doesn't discriminate on the basis of any protected characteristic, including race, colour, ancestry, national origin, religion (including religious dress), creed, age, disability (mental and physical), sex, gender (including pregnancy, childbirth, breastfeeding or related medical conditions), sexual orientation, gender identity, gender expression, medical condition, genetic information, family care or medical leave status, marital status, domestic partner status, military and veteran status (including military spouse status) or any other characteristic protected by US federal, state or local laws or the laws of the country or jurisdiction where you work.This commitment is also reflected in our candidate experience. We will work with your needs and provide any assistance we can. If you are a nursing mother or have individual needs related to a disability, please reach out to accommodations@stripe.com.If you're having trouble submitting an application or experiencing other technical difficulties with this site, please reach out to candidatefeedback-applications@stripe.com.
Stripe logo
Lithuania (English)
Australia
English
Austria
Deutsch
English
Belgium
Nederlands
Français
Deutsch
English
Brazil
Português
English
Bulgaria
English
Canada
English
Français
Croatia
English
Italiano
Cyprus
English
Czech Republic
English
Denmark
English
Estonia
English
Finland
English
Svenska
France
Français
English
Germany
Deutsch
English
Gibraltar
English
Greece
English
Hong Kong
English
简体中文
Hungary
English
India
English
Ireland
English
Italy
Italiano
English
Japan
日本語
English
Latvia
English
Liechtenstein
Deutsch
English
Lithuania
English
Luxembourg
Français
Deutsch
English
Malaysia
English
简体中文
Malta
English
Mexico
Español
English
Netherlands
Nederlands
English
New Zealand
English
Norway
English
Poland
English
Portugal
Português
English
Romania
English
Singapore
English
简体中文
Slovakia
English
Slovenia
English
Italiano
Spain
Español
English
Sweden
Svenska
English
Switzerland
Deutsch
Français
Italiano
English
Thailand
ไทย
English
United Arab Emirates
English
United Kingdom
English
United States
English
Español
简体中文
Products & pricing
Pricing
Atlas
Authorisation Boost
Billing
Capital
Checkout
Crypto
Climate
Connect
Data Pipeline
Elements
Financial Accounts
Financial Connections
Identity
Invoicing
Issuing
Link
Managed Payments
Payments
Payment Links
Payouts
Radar
Revenue Recognition
Stripe Sigma
Tax
Terminal
Solutions
Enterprises
Startups
Agentic commerce
Crypto
E-Commerce
Embedded finance
Finance automation
Global businesses
In-app payments
Marketplaces
Platforms
SaaS
AI companies
Creator economy
Hospitality, travel and leisure
Insurance
Media and entertainment
Non-profits
Retail
Integrations & custom solutions
Stripe App Marketplace
Stripe Partner ecosystem
Professional services
Developers
Documentation
API reference
API status
API changelog
Libraries and SDKs
Developer blog
Resources
Guides
Customer stories
Blog
Sessions annual conference
Privacy & terms
Prohibited & restricted businesses
Licences
Sitemap
Cookie settings
More resources
Company
Jobs
Newsroom
Stripe Press
Contact sales
Support
Get support
Managed support plans
Sign in
© 2026 Stripe, LLC