* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button,
select {
  border: none;
  outline: none;
  background: none;
  font-family: inherit;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
:root {
  overflow-x: hidden;
  height: 100%;
}
body {
  background: #fff;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 62.5%;
  font-family: Open Sans, Segoe UI, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'pnum';
  font-feature-settings: 'pnum';
  font-variant-numeric: proportional-nums;
}
.globalContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
html[lang='ja'] body {
  font-family: Meiryo, Hiragino Sans, sans-serif;
}
code,
pre {
  font-family: Source Code Pro, Consolas, Menlo, monospace;
}
@font-face {
  font-family: StripeIcons;
  src: url(/assets/stripe-icons.woff2)
      format('woff2'),
    url(/assets/stripe-icons.woff)
      format('woff');
}

@font-face {
  font-family: Source Code Pro;
  font-weight: 400;
  src: url(/assets/sourcecodepro-ss/SourceCodePro-Medium.woff2)
      format('woff2'),
    url(/assets/sourcecodepro-ss/SourceCodePro-Medium.woff)
      format('woff');
}
@font-face {
  font-family: Source Code Pro;
  font-weight: 600;
  src: url(/assets/sourcecodepro-ss/SourceCodePro-Bold.woff2)
      format('woff2'),
    url(/assets/sourcecodepro-ss/SourceCodePro-Bold.woff)
      format('woff');
}
@font-face {
  font-family: Flow-Block;
  src: url(/assets/flow/flow-block.woff)
    format('woff');
}
@font-face {
  font-family: Flow-Rounded;
  src: url(/assets/flow/flow-rounded.woff)
    format('woff');
}
@font-face {
  font-family: Flow-Circular;
  src: url(/assets/flow/flow-circular.woff)
    format('woff');
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-wide,
.container-xl {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.container-sm {
  max-width: 670px;
}
.container-md {
  max-width: 880px;
}
.container,
.container-lg {
  max-width: 1040px;
}
.container-wide,
.container-xl {
  max-width: 1160px;
}
.common-PageTitle {
  font-weight: 300;
  font-size: 45px;
  line-height: 56px;
  color: #32325d;
  letter-spacing: -0.01em;
}
@media (min-width: 670px) {
  .common-PageTitle {
    font-size: 53px;
    line-height: 68px;
  }
}
.common-SectionTitle {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #32325d;
}
@media (min-width: 670px) {
  .common-SectionTitle {
    font-size: 42px;
    line-height: 52px;
  }
}
.common-SectionTitleHighlight {
  font-weight: 300;
  color: #6772e5;
}
.common-IntroText {
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  color: #424770;
}
@media (min-width: 670px) {
  .common-IntroText {
    font-size: 24px;
    line-height: 36px;
  }
}
.common-BodyTitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 32px;
  color: #32325d;
}
.common-BodyText {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #525f7f;
}
.common-MediumBodyText {
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #525f7f;
}
.common-UppercaseTitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 670px) {
  .common-UppercaseTitle {
    font-size: 21px;
    line-height: 32px;
  }
}
.common-UppercaseText {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.common-AlignRight {
  text-align: right;
}
.common-AlignCenter {
  text-align: center;
}
.common-NoWrap {
  white-space: nowrap;
}
.common-ProductLockup,
.common-ProductLockupBack {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 670px) {
  .common-ProductLockup,
  .common-ProductLockupBack {
    font-size: 28px;
    line-height: 38px;
  }
}
.common-ProductLockup .icon,
.common-ProductLockupBack .icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  margin-right: 20px;
}
@media (min-width: 670px) {
  .common-ProductLockup .icon,
  .common-ProductLockupBack .icon {
    width: 72px;
    height: 72px;
  }
}
.common-ProductLockupBack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.common-ProductLockupBack:before {
  font: normal 48px/24px StripeIcons;
  content: '\279D';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 36px;
  text-align: right;
  position: relative;
  top: -6px;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.common-ProductLockupBack .icon {
  width: 48px;
  height: 48px;
}
.common-ProductLockupBack .hover-fillDark,
.common-ProductLockupBack .hover-fillLight {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.common-ProductLockupBack .hover-strokeDark,
.common-ProductLockupBack .hover-strokeLight {
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.common-ProductLockupBack:hover .hover-fillLight {
  fill: #8898aa;
}
.common-ProductLockupBack:hover .hover-fillDark {
  fill: #32325d;
}
.common-ProductLockupBack:hover .hover-strokeLight {
  stroke: #8898aa;
}
.common-ProductLockupBack:hover .hover-strokeDark {
  stroke: #32325d;
}
.common-Link {
  color: #6772e5;
  font-weight: 500;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  cursor: pointer;
}
.keyboard-navigation .common-Link:focus {
  outline: none;
  text-decoration: underline;
  text-underline-position: under;
}
.common-Link:focus,
.common-Link:hover {
  color: #32325d;
}
.common-Link:active {
  color: #000;
}
.common-Link--arrow:after {
  font: normal 16px StripeIcons;
  content: '\2192';
  padding-left: 5px;
}
.common-Link--arrowL:before {
  content: '\2192';
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 5px;
}
.common-Link--arrowL:before,
.common-Link--download:before {
  display: inline-block;
  font: normal 16px StripeIcons;
  vertical-align: -2px;
}
.common-Link--download:before {
  content: '\279C';
  margin-right: 2px;
  -webkit-transform: rotate(90deg) scale(0.9);
  transform: rotate(90deg) scale(0.9);
}
.common-UppercaseText.common-Link--arrow:after {
  content: '\279C';
}
.common-InvertedText .common-BodyTitle,
.common-InvertedText .common-PageTitle,
.common-InvertedText .common-SectionTitle,
.common-InvertedText .common-SectionTitleHighlight,
.common-InvertedText .common-UppercaseText,
.common-InvertedText .common-UppercaseTitle {
  color: #fff;
}
.common-InvertedText .common-IntroText {
  color: #c4f0ff;
}
.common-InvertedText .common-BodyText {
  color: #9cdbff;
}
.common-InvertedText .common-Link,
.common-Link--white {
  color: #fff;
}
.common-InvertedText .common-Link:focus,
.common-InvertedText .common-Link:hover,
.common-Link--white:focus,
.common-Link--white:hover {
  color: #c4f0ff;
}
.common-InvertedText .common-Link:active,
.common-Link--white:active {
  color: #87bbfd;
}
.common-Button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #6772e5;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.keyboard-navigation .common-Button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1.5px hsla(0, 0%, 100%, 0.75),
    0 0 0 1.25px rgba(82, 95, 127, 0.5) inset,
    0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3),
    0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 0 0 1.5px hsla(0, 0%, 100%, 0.75),
    inset 0 0 0 1.25px rgba(82, 95, 127, 0.5),
    0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3),
    0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}
.common-Button.js-hover,
.common-Button:focus,
.common-Button:hover {
  color: #7795f8;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.common-Button.js-active,
.common-Button:active {
  color: #555abf;
  background-color: #f6f9fc;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.common-Button--default {
  color: #fff;
  background: #6772e5;
}
.common-Button--default.js-hover,
.common-Button--default:focus,
.common-Button--default:hover {
  color: #fff;
  background-color: #7795f8;
}
.common-Button--default.js-active,
.common-Button--default:active {
  color: #e6ebf1;
  background-color: #555abf;
}
.common-Button--dark {
  color: #fff;
  background: #32325d;
}
.common-Button--dark:focus,
.common-Button--dark:hover {
  color: #fff;
  background-color: #43458b;
}
.common-Button--dark:active {
  color: #e6ebf1;
  background-color: #32325d;
}
.common-Button--disabled,
.js-disabled {
  color: #fff;
  background: #aab7c4;
  pointer-events: none;
}
.common-ButtonIcon {
  display: inline;
  margin: 0 5px 0 0;
  position: relative;
}
.common-ButtonGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.common-ButtonGroup .common-Button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px;
}
.common-Pill {
  display: inline-block;
  padding: 4px 8px 3px;
  border-radius: 50px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
@media (min-width: 420px) {
  .common-Pill {
    margin-left: 16px;
  }
}
.StripeBackground {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  pointer-events: none;
}
.StripeBackground .stripe {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
}
.StripeBackground .stripe.pattern {
  overflow: hidden;
}
.StripeBackground .stripe.pattern:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1000px;
  top: -1000px;
  -webkit-transform: skew(0, 12deg);
  transform: skew(0, 12deg);
}
.common-StripeGrid {
  --stripe-height: 48px;
  --content-columns: 12;
  --gutter-columns: 4;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 670px) {
  .common-StripeGrid {
    --stripe-height: 64px;
  }
}
.common-StripeGrid .backgroundContainer,
.common-StripeGrid .stripeContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
}
.common-StripeGrid .backgroundContainer .grid {
  grid-template-columns: 1fr;
  min-width: 0;
}
.common-StripeGrid .backgroundContainer .background {
  grid-row: 1/-1;
  grid-column: 1/-1;
  z-index: -1;
}
.common-StripeGrid .stripeContainer {
  overflow: hidden;
}
.common-StripeGrid.anchorBottom .backgroundContainer,
.common-StripeGrid.anchorBottom .stripeContainer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.common-StripeGrid.anchorBottom .grid {
  height: 200%;
  -ms-flex-line-pack: end;
  align-content: end;
}
.common-StripeGrid .grid {
  --content-column-width: minmax(0, calc(1040px / var(--content-columns)));
  --gutter-column-width: 1fr;
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(auto-fill, var(--stripe-height));
  grid-template-columns:
    [viewport-start] 1fr [left-gutter-start] repeat(
      var(--gutter-columns),
      var(--gutter-column-width)
    )
    [left-gutter-end content-start] repeat(
      var(--content-columns),
      var(--content-column-width)
    )
    [content-end right-gutter-start] repeat(
      var(--gutter-columns),
      var(--gutter-column-width)
    )
    [right-gutter-end] 1fr [viewport-end];
}
@media (min-width: 1040px) {
  .common-StripeGrid .grid {
    --gutter-column-width: var(--content-column-width);
    min-width: calc(
      1040px / var(--content-columns) *
        (var(--gutter-columns) * 2 + var(--content-columns))
    );
  }
}
.common-Card {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
@media (min-width: 880px) {
  .common-Card {
    padding: 50px;
  }
}
.common-BetaBadge {
  display: inline;
  position: relative;
  height: 18px;
  margin-left: 11px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 2px 6px 2px 7px;
  text-transform: uppercase;
  color: #8898aa;
  background-color: rgba(136, 152, 170, 0.15);
}
.lg-cols,
.lg-grid,
.lg-rows,
.md-cols,
.md-grid,
.md-rows,
.sm-cols,
.sm-grid,
.sm-rows,
.xs-cols,
.xs-grid,
.xs-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.feature-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  position: relative;
}
.xs-cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.xs-cols .feature-block {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.xs-rows {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.xs-rows .feature-block {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.xs-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.xs-grid .feature-block {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (min-width: 670px) {
  .sm-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-cols .feature-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sm-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-rows .feature-block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .sm-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-grid .feature-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 880px) {
  .md-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md-cols .feature-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .md-rows .feature-block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .md-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .md-grid .feature-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1040px) {
  .lg-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg-cols .feature-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .lg-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .lg-rows .feature-block {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .lg-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lg-grid .feature-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.xs-icon-top .icon {
  margin: 10px 0 20px -3px;
}
.xs-icon-left {
  padding-left: 50px;
}
.xs-icon-left .icon {
  position: absolute;
  left: -24px;
  top: 7px;
}
@media (min-width: 670px) {
  .sm-icon-top {
    padding-left: 0;
  }
  .sm-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }
  .sm-icon-left {
    padding-left: 50px;
  }
  .sm-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}
@media (min-width: 880px) {
  .md-icon-top {
    padding-left: 0;
  }
  .md-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }
  .md-icon-left {
    padding-left: 50px;
  }
  .md-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}
@media (min-width: 1040px) {
  .lg-icon-top {
    padding-left: 0;
  }
  .lg-icon-top .icon {
    position: static;
    margin: 10px 0 20px -3px;
  }
  .lg-icon-left {
    padding-left: 50px;
  }
  .lg-icon-left .icon {
    position: absolute;
    left: -24px;
    top: 7px;
  }
}
.feature-block h3,
.feature-block p {
  margin-bottom: 10px;
}
.feature-block h3:last-child,
.feature-block p:last-child {
  margin-bottom: 0;
}
.feature-block .icon {
  width: 48px;
  height: 48px;
}
.common-FlagIcon:before {
  content: '';
  display: inline-block;
  background-image: url(/assets/flagIcons.svg);
  width: 21px;
  height: 15px;
  margin-right: 12px;
  vertical-align: -2px;
}
.common-FlagIcon--ad:before {
  background-position: -10px -10px;
}
.common-FlagIcon--ae:before {
  background-position: -41px -10px;
}
.common-FlagIcon--ag:before {
  background-position: -72px -10px;
}
.common-FlagIcon--am:before {
  background-position: -103px -10px;
}
.common-FlagIcon--ar:before {
  background-position: -134px -10px;
}
.common-FlagIcon--at:before {
  background-position: -165px -10px;
}
.common-FlagIcon--au:before {
  background-position: -196px -10px;
}
.common-FlagIcon--be:before {
  background-position: -227px -10px;
}
.common-FlagIcon--bf:before {
  background-position: -258px -10px;
}
.common-FlagIcon--bg:before {
  background-position: -289px -10px;
}
.common-FlagIcon--bo:before {
  background-position: -320px -10px;
}
.common-FlagIcon--br:before {
  background-position: -351px -10px;
}
.common-FlagIcon--ca:before {
  background-position: -382px -10px;
}
.common-FlagIcon--cd:before {
  background-position: -413px -10px;
}
.common-FlagIcon--cg:before {
  background-position: -444px -10px;
}
.common-FlagIcon--ch:before {
  background-position: -475px -10px;
}
.common-FlagIcon--cl:before {
  background-position: -506px -10px;
}
.common-FlagIcon--cm:before {
  background-position: -10px -35px;
}
.common-FlagIcon--cn:before {
  background-position: -41px -35px;
}
.common-FlagIcon--co:before {
  background-position: -72px -35px;
}
.common-FlagIcon--cr:before {
  background-position: -103px -35px;
}
.common-FlagIcon--cy:before {
  background-position: -134px -35px;
}
.common-FlagIcon--cz:before {
  background-position: -165px -35px;
}
.common-FlagIcon--de:before {
  background-position: -196px -35px;
}
.common-FlagIcon--dj:before {
  background-position: -227px -35px;
}
.common-FlagIcon--dk:before {
  background-position: -258px -35px;
}
.common-FlagIcon--dz:before {
  background-position: -289px -35px;
}
.common-FlagIcon--ec:before {
  background-position: -320px -35px;
}
.common-FlagIcon--ee:before {
  background-position: -351px -35px;
}
.common-FlagIcon--eg:before {
  background-position: -382px -35px;
}
.common-FlagIcon--es:before {
  background-position: -413px -35px;
}
.common-FlagIcon--eu:before {
  background-position: -444px -35px;
}
.common-FlagIcon--fi:before {
  background-position: -475px -35px;
}
.common-FlagIcon--fo:before {
  background-position: -506px -35px;
}
.common-FlagIcon--fr:before {
  background-position: -10px -60px;
}
.common-FlagIcon--ga:before {
  background-position: -41px -60px;
}
.common-FlagIcon--gb:before {
  background-position: -72px -60px;
}
.common-FlagIcon--gl:before {
  background-position: -103px -60px;
}
.common-FlagIcon--gm:before {
  background-position: -134px -60px;
}
.common-FlagIcon--gr:before {
  background-position: -165px -60px;
}
.common-FlagIcon--gt:before {
  background-position: -196px -60px;
}
.common-FlagIcon--gu:before {
  background-position: -227px -60px;
}
.common-FlagIcon--hk:before {
  background-position: -258px -60px;
}
.common-FlagIcon--hn:before {
  background-position: -289px -60px;
}
.common-FlagIcon--ht:before {
  background-position: -320px -60px;
}
.common-FlagIcon--hu:before {
  background-position: -351px -60px;
}
.common-FlagIcon--id:before {
  background-position: -382px -60px;
}
.common-FlagIcon--ie:before {
  background-position: -413px -60px;
}
.common-FlagIcon--il:before {
  background-position: -444px -60px;
}
.common-FlagIcon--im:before {
  background-position: -475px -60px;
}
.common-FlagIcon--in:before {
  background-position: -506px -60px;
}
.common-FlagIcon--iq:before {
  background-position: -10px -85px;
}
.common-FlagIcon--ir:before {
  background-position: -41px -85px;
}
.common-FlagIcon--is:before {
  background-position: -72px -85px;
}
.common-FlagIcon--it:before {
  background-position: -103px -85px;
}
.common-FlagIcon--je:before {
  background-position: -134px -85px;
}
.common-FlagIcon--jm:before {
  background-position: -165px -85px;
}
.common-FlagIcon--jo:before {
  background-position: -196px -85px;
}
.common-FlagIcon--jp:before {
  background-position: -227px -85px;
}
.common-FlagIcon--kg:before {
  background-position: -258px -85px;
}
.common-FlagIcon--kn:before {
  background-position: -289px -85px;
}
.common-FlagIcon--kp:before {
  background-position: -320px -85px;
}
.common-FlagIcon--kr:before {
  background-position: -351px -85px;
}
.common-FlagIcon--kw:before {
  background-position: -382px -85px;
}
.common-FlagIcon--kz:before {
  background-position: -413px -85px;
}
.common-FlagIcon--la:before {
  background-position: -444px -85px;
}
.common-FlagIcon--lb:before {
  background-position: -475px -85px;
}
.common-FlagIcon--lc:before {
  background-position: -506px -85px;
}
.common-FlagIcon--ls:before {
  background-position: -10px -110px;
}
.common-FlagIcon--lt:before {
  background-position: -41px -110px;
}
.common-FlagIcon--lu:before {
  background-position: -72px -110px;
}
.common-FlagIcon--lv:before {
  background-position: -103px -110px;
}
.common-FlagIcon--ma:before {
  background-position: -134px -110px;
}
.common-FlagIcon--mg:before {
  background-position: -165px -110px;
}
.common-FlagIcon--mk:before {
  background-position: -196px -110px;
}
.common-FlagIcon--ml:before {
  background-position: -227px -110px;
}
.common-FlagIcon--mm:before {
  background-position: -258px -110px;
}
.common-FlagIcon--mt:before {
  background-position: -289px -110px;
}
.common-FlagIcon--mx:before {
  background-position: -320px -110px;
}
.common-FlagIcon--my:before {
  background-position: -351px -110px;
}
.common-FlagIcon--na:before {
  background-position: -382px -110px;
}
.common-FlagIcon--ne:before {
  background-position: -413px -110px;
}
.common-FlagIcon--ng:before {
  background-position: -444px -110px;
}
.common-FlagIcon--ni:before {
  background-position: -475px -110px;
}
.common-FlagIcon--nl:before {
  background-position: -506px -110px;
}
.common-FlagIcon--no:before {
  background-position: -10px -135px;
}
.common-FlagIcon--nz:before {
  background-position: -41px -135px;
}
.common-FlagIcon--om:before {
  background-position: -72px -135px;
}
.common-FlagIcon--pa:before {
  background-position: -103px -135px;
}
.common-FlagIcon--pe:before {
  background-position: -134px -135px;
}
.common-FlagIcon--pg:before {
  background-position: -165px -135px;
}
.common-FlagIcon--ph:before {
  background-position: -196px -135px;
}
.common-FlagIcon--pk:before {
  background-position: -227px -135px;
}
.common-FlagIcon--pl:before {
  background-position: -258px -135px;
}
.common-FlagIcon--pr:before {
  background-position: -289px -135px;
}
.common-FlagIcon--ps:before {
  background-position: -320px -135px;
}
.common-FlagIcon--pt:before {
  background-position: -351px -135px;
}
.common-FlagIcon--py:before {
  background-position: -382px -135px;
}
.common-FlagIcon--qa:before {
  background-position: -413px -135px;
}
.common-FlagIcon--remote:before {
  background-position: -444px -135px;
}
.common-FlagIcon--ro:before {
  background-position: -475px -135px;
}
.common-FlagIcon--ru:before {
  background-position: -506px -135px;
}
.common-FlagIcon--rw:before {
  background-position: -10px -160px;
}
.common-FlagIcon--sa:before {
  background-position: -41px -160px;
}
.common-FlagIcon--se:before {
  background-position: -72px -160px;
}
.common-FlagIcon--sg:before {
  background-position: -103px -160px;
}
.common-FlagIcon--si:before {
  background-position: -134px -160px;
}
.common-FlagIcon--sk:before {
  background-position: -165px -160px;
}
.common-FlagIcon--sl:before {
  background-position: -196px -160px;
}
.common-FlagIcon--sn:before {
  background-position: -227px -160px;
}
.common-FlagIcon--so:before {
  background-position: -258px -160px;
}
.common-FlagIcon--sv:before {
  background-position: -289px -160px;
}
.common-FlagIcon--td:before {
  background-position: -320px -160px;
}
.common-FlagIcon--th:before {
  background-position: -351px -160px;
}
.common-FlagIcon--tj:before {
  background-position: -382px -160px;
}
.common-FlagIcon--tl:before {
  background-position: -413px -160px;
}
.common-FlagIcon--tr:before {
  background-position: -444px -160px;
}
.common-FlagIcon--tw:before {
  background-position: -475px -160px;
}
.common-FlagIcon--tz:before {
  background-position: -506px -160px;
}
.common-FlagIcon--ua:before {
  background-position: -10px -185px;
}
.common-FlagIcon--us:before {
  background-position: -41px -185px;
}
.common-FlagIcon--uy:before {
  background-position: -72px -185px;
}
.common-FlagIcon--ve:before {
  background-position: -103px -185px;
}
.common-FlagIcon--vn:before {
  background-position: -134px -185px;
}
.common-FlagIcon--xx:before {
  background-position: -165px -185px;
}
.common-FlagIcon--ye:before {
  background-position: -196px -185px;
}
.common-FlagIcon--za:before {
  background-position: -227px -185px;
}
.globalNav {
  font-family: Open Sans, Segoe UI, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  z-index: 500;
  height: 50px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.globalNav ul {
  padding: 0;
  margin: 0;
}
.globalNav li {
  list-style: none;
}
.globalNav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #424770;
}
.globalNav a:not(.common-Button) {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.globalNav a:hover {
  color: #8898aa;
}
.globalNav > .container-lg {
  padding: 0;
}
.globalNav .navRoot {
  position: relative;
}
.globalNav .navSection > a,
.globalNav .navSection > button {
  outline: none;
}
.keyboard-navigation
  .globalNav
  .navSection
  > a:not(.item-mobileMenu):focus
  > :before,
.keyboard-navigation
  .globalNav
  .navSection
  > button:not(.item-mobileMenu):focus
  > :before {
  opacity: 0.75;
}
.globalNav .navSection > a:not(.item-mobileMenu) > :before,
.globalNav .navSection > button:not(.item-mobileMenu) > :before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: 5px;
  bottom: 5px;
  -webkit-box-shadow: 0 0 0 1.5px inset currentColor;
  box-shadow: inset 0 0 0 1.5px currentColor;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.globalNav .navSection.logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 670px) {
  .globalNav .navSection.primary,
  .globalNav .navSection.secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.globalNav .navSection.primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.globalNav .navSection.secondary {
  position: absolute;
  top: 0;
  right: 0;
}
.globalNav .navSection.mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 670px) {
  .globalNav .navSection.mobile {
    display: none;
  }
}
.globalNav.compact .navRoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.globalNav.compact .navSection.logo {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.globalNav.compact .navSection.secondary {
  position: static;
}
.globalNav .rootLink {
  display: inline-block;
  height: 50px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
}
@media (min-width: 670px) {
  .globalNav .rootLink {
    padding: 0 calc(-17.16247px + 4.0541vw);
    padding: 0 calc(10px + (100vw - 670px) * 0.040541);
  }
}
@media (min-width: 1040px) {
  .globalNav .rootLink {
    padding: 0 25px;
  }
}
.globalNav .rootLink > * {
  position: relative;
  display: block;
}
.globalNav .navSection.logo .rootLink {
  padding-left: 20px !important;
}
.globalNav .navSection.secondary .rootLink:last-child {
  padding-right: 20px !important;
}
.globalNav .navSection.primary .rootLink {
  font-weight: 500;
}
.globalNav .colorize {
  color: #6772e5;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.globalNav .colorize.active,
.globalNav .colorize:hover {
  color: #32325d;
}
.globalNav .hasDropdown {
  cursor: default;
}
.globalNav .item-home h1 {
  line-height: 50px;
  font-size: 20px;
  margin: 0;
  color: inherit;
}
.globalNav .item-home svg {
  vertical-align: -5px;
}
.globalNav .item-home svg path {
  fill: currentColor;
}
.globalNav .item-dashboard > span:after {
  font: normal 16px StripeIcons;
  content: '\279E';
  padding-left: 6px;
}
.globalNav .dropdownRoot {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 50px;
  pointer-events: none;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: none;
}
@media (min-width: 670px) {
  .globalNav.initialized .dropdownRoot {
    display: block;
  }
}
.globalNav.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.globalNav .dropdownBackground {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  width: 380px;
  height: 400px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.globalNav .alternateBackground,
.globalNav .dropdownBackground {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .alternateBackground {
  right: 0;
  height: 1000px;
  background: #f6f9fc;
}
.globalNav .dropdownArrow {
  top: -6px;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
  background: #fff;
  -webkit-box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  box-shadow: -3px -3px 5px rgba(82, 95, 127, 0.04);
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.globalNav .dropdownArrow,
.globalNav .dropdownContainer {
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .dropdownContainer {
  overflow: hidden;
  width: 500px;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform, width, height;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, -webkit-transform;
  transition-property: transform, width, height;
  transition-property: transform, width, height, -webkit-transform;
}
.globalNav .dropdownSection {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background: red;
}
.globalNav .dropdownSection.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.globalNav .dropdownSection.left {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.globalNav .dropdownSection.right {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.globalNav.dropdownActive .dropdownSection.active {
  pointer-events: auto;
}
.globalNav.noDropdownTransition .alternateBackground,
.globalNav.noDropdownTransition .dropdownArrow,
.globalNav.noDropdownTransition .dropdownBackground,
.globalNav.noDropdownTransition .dropdownContainer,
.globalNav.noDropdownTransition .dropdownSection {
  -webkit-transition: none;
  transition: none;
}
.globalNav .dropdownContent {
  position: absolute;
  top: 0;
  left: 0;
}
.globalNav .linkGroup {
  padding: 20px 35px;
}
.globalNav .linkContainer {
  display: block;
  padding: 9px 0;
  outline: none;
  position: relative;
}
.keyboard-navigation .globalNav .linkContainer:focus:before {
  opacity: 0.5;
}
.globalNav .linkContainer:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  right: -10px;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 1.5px #8898aa;
  box-shadow: 0 0 0 1.5px #8898aa;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.globalNav .linkTitle {
  margin: 0;
  color: #32325d;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.globalNav .linkSub {
  font-size: 15px;
  line-height: 22px;
  color: #6b7c93;
  margin: 5px 0 0;
  display: block;
  white-space: nowrap;
}
.globalNav .linkSub,
.globalNav .linkTitle {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.globalNav .linkContainer:focus .linkTitle,
.globalNav .linkContainer:hover .linkTitle,
.globalNav .linkTitle:focus,
.globalNav .linkTitle:hover {
  color: #6b7c93;
}
.globalNav .linkContainer:focus .linkSub,
.globalNav .linkContainer:hover .linkSub {
  color: #8898aa;
}
.globalNav .hover-fillDark,
.globalNav .hover-fillLight {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.globalNav .hover-strokeDark,
.globalNav .hover-strokeLight {
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.globalNav [data-dropdown='company'] .hover-fillLight,
.globalNav [data-dropdown='developers'] .hover-fillLight {
  fill: #aab7c4;
}
.globalNav [data-dropdown='company'] .hover-strokeLight,
.globalNav [data-dropdown='developers'] .hover-strokeLight {
  stroke: #aab7c4;
}
.globalNav [data-dropdown='company'] .hover-fillDark,
.globalNav [data-dropdown='developers'] .hover-fillDark {
  fill: #525f7f;
}
.globalNav [data-dropdown='company'] .hover-strokeDark,
.globalNav [data-dropdown='developers'] .hover-strokeDark {
  stroke: #525f7f;
}
.globalNav [data-dropdown='company'] .linkContainer:focus .hover-fillLight,
.globalNav [data-dropdown='company'] .linkContainer:hover .hover-fillLight,
.globalNav [data-dropdown='developers'] .linkContainer:focus .hover-fillLight,
.globalNav [data-dropdown='developers'] .linkContainer:hover .hover-fillLight {
  fill: #cfd7df;
}
.globalNav [data-dropdown='company'] .linkContainer:focus .hover-strokeLight,
.globalNav [data-dropdown='company'] .linkContainer:hover .hover-strokeLight,
.globalNav [data-dropdown='developers'] .linkContainer:focus .hover-strokeLight,
.globalNav
  [data-dropdown='developers']
  .linkContainer:hover
  .hover-strokeLight {
  stroke: #cfd7df;
}
.globalNav [data-dropdown='company'] .linkContainer:focus .hover-fillDark,
.globalNav [data-dropdown='company'] .linkContainer:hover .hover-fillDark,
.globalNav [data-dropdown='developers'] .linkContainer:focus .hover-fillDark,
.globalNav [data-dropdown='developers'] .linkContainer:hover .hover-fillDark {
  fill: #6b7c93;
}
.globalNav [data-dropdown='company'] .linkContainer:focus .hover-strokeDark,
.globalNav [data-dropdown='company'] .linkContainer:hover .hover-strokeDark,
.globalNav [data-dropdown='developers'] .linkContainer:focus .hover-strokeDark,
.globalNav [data-dropdown='developers'] .linkContainer:hover .hover-strokeDark {
  stroke: #6b7c93;
}
.globalNav .linkIcon {
  white-space: nowrap;
}
.globalNav .linkIcon svg {
  margin: 0 12px -3px -1px;
}
.globalNav .withIcon {
  padding-left: 28px;
}
.globalNav .withIcon .linkTitle {
  margin-left: -28px;
}
.globalNav .new-badge {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  background: #6772e5;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  border-radius: 10px;
  padding: 2px 4px 1px;
  height: auto;
  top: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.globalNav .linkContainer:focus .new-badge,
.globalNav .linkContainer:hover .new-badge {
  background: #32325d;
}
.globalNav .productsGroupPrimary,
.globalNav .productsGroupSecondary {
  margin: -5px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.globalNav .productsGroupPrimary > li,
.globalNav .productsGroupSecondary > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.globalNav .productsGroupPrimary .linkContainer,
.globalNav .productsGroupSecondary .linkContainer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.globalNav .productsGroupPrimary .linkContainer {
  padding: 16px 8px;
}
.globalNav .productsGroupPrimary svg {
  width: 48px;
  height: 48px;
}
.globalNav .productsGroupPrimary .productLinkContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.globalNav .productsGroupSecondary .linkContainer {
  padding: 14px 8px 14px 12px;
}
.globalNav .productsGroupSecondary svg {
  width: 22px;
  height: 22px;
}
.globalNav .productsGroupSecondary .productLinkContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.globalNav .productsGroupSecondary .linkTitle {
  display: inline;
}
.globalNav .productsGroupSecondary .linkSub {
  display: inline;
  margin: 0 0 0 10px;
}
.globalNav .prodsubGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #fff;
}
.globalNav .prodsubGroup .linkContainer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 13px 26px;
}
.globalNav .prodsubGroup .linkSub {
  margin: 0 0 0 10px;
}
.globalNav .item-atlas .linkTitle,
.globalNav .item-capital .linkTitle,
.globalNav .item-card .linkTitle,
.globalNav .item-connect .linkTitle,
.globalNav .item-issuing .linkTitle,
.globalNav .item-payments .linkTitle,
.globalNav .item-payouts .linkTitle,
.globalNav .item-radar .linkTitle,
.globalNav .item-sigma .linkTitle,
.globalNav .item-subscriptions .linkTitle,
.globalNav .item-terminal .linkTitle {
  color: #32325d;
}
.globalNav .item-connect .new-badge {
  background: #3297d3;
}
.globalNav .item-sigma .new-badge {
  background: #8f6ed5;
}
.globalNav .item-billing .new-badge,
.globalNav .item-subscriptions .new-badge {
  background: #24b47e;
}
.globalNav .documentationGroup .linkSub {
  max-width: 400px;
}
.globalNav .documentationArticles {
  font-size: 15px;
  line-height: 26px;
  margin: 15px 20px 10px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.globalNav .documentationArticles > ul {
  margin-right: 40px;
}
.globalNav .documentationArticles > ul:last-child {
  margin-right: 0;
}
.globalNav .documentationArticles h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 3px;
  color: #8898aa;
}
.globalNav .documentationArticles a {
  outline: none;
}
.keyboard-navigation .globalNav .documentationArticles a:focus {
  color: #32325d;
  text-decoration: underline;
  text-underline-position: under;
}
.globalNav .blogPosts {
  margin: 5px 10px 5px 28px;
}
.globalNav .blogPosts a {
  display: block;
  white-space: nowrap;
  padding: 5px 0;
}
.globalNav .blogPosts a:after {
  content: '\27A2';
  font: normal 16px StripeIcons;
  margin-left: 6px;
  vertical-align: -3px;
}
.globalNav .blogPosts .title {
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}
.globalNav .blogPosts .title.new {
  font-weight: 500;
}
.globalNav .blogPosts a {
  outline: none;
}
.keyboard-navigation .globalNav .blogPosts a:focus .title {
  color: #32325d;
  text-decoration: underline;
  text-underline-position: under;
}
.globalNav .blogPosts .new-badge {
  vertical-align: -1px;
}
.globalNav
  .blogPosts
  a:hover
  .new-badge.
  .globalNav
  .blogPosts
  a:focus
  .new-badge {
  background: #32325d;
}
.globalNav .item-blog svg {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.globalNav .navSection.mobile .rootLink {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0 30px;
}
.globalNav .navSection.mobile .rootLink h2 {
  color: inherit;
}
.globalNav .navSection.mobile .rootLink h2,
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  background: currentColor;
}
.globalNav .navSection.mobile .rootLink h2 {
  font-size: 0;
  left: 13px;
  top: 23px;
}
.globalNav .navSection.mobile .rootLink h2:after,
.globalNav .navSection.mobile .rootLink h2:before {
  content: '';
  left: 0;
}
.globalNav .navSection.mobile .rootLink h2:before {
  top: -9px;
}
.globalNav .navSection.mobile .rootLink h2:after {
  top: 9px;
}
.globalNav .popup {
  position: absolute;
  left: 10px;
  top: 5px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
.globalNav .popupContainer {
  background: #fff;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  line-height: 40px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.globalNav .navSection.mobile.globalPopupActive .popupContainer {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.globalNav .popup a {
  display: block;
}
.globalNav .popupCloseButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}
.globalNav .popupCloseButton:after,
.globalNav .popupCloseButton:before {
  content: '';
  position: absolute;
  background: #6772e5;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 24px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.globalNav .popupCloseButton:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.globalNav .popupCloseButton:hover:after,
.globalNav .popupCloseButton:hover:before {
  background: #32325d;
}
.globalNav .mobileSignIn {
  background: #f6f9fc;
  display: block;
  padding: 12px 30px;
  font-weight: 600;
}
.globalNav .mobileSignIn:after {
  font: normal 16px StripeIcons;
  content: '\279C';
  margin-left: 6px;
}
.globalNav .mobileProducts {
  padding: 20px 0 15px;
}
.globalNav .mobileProducts h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #8898aa;
  text-transform: uppercase;
  margin: -5px 0 0 26px;
}
.globalNav .mobileProductsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.globalNav .mobileProductsList > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.globalNav .mobileProductsList > ul:last-child {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.globalNav .mobileProductsList a {
  padding: 0 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  padding-right: 12px;
}
.globalNav .mobileProductsList a:hover {
  color: #6b7c93;
}
.globalNav .mobileProductsList a svg {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 10px 0 -3px;
  vertical-align: -6px;
}
.globalNav .mobileProductsList .item-atlas,
.globalNav .mobileProductsList .item-capital,
.globalNav .mobileProductsList .item-card,
.globalNav .mobileProductsList .item-connect,
.globalNav .mobileProductsList .item-issuing,
.globalNav .mobileProductsList .item-payments,
.globalNav .mobileProductsList .item-payouts,
.globalNav .mobileProductsList .item-radar,
.globalNav .mobileProductsList .item-sigma,
.globalNav .mobileProductsList .item-subscriptions,
.globalNav .mobileProductsList .item-terminal {
  color: #32325d;
}
.globalNav .mobileProductsList .new-badge {
  vertical-align: 3px;
  margin-left: 2px;
}
.globalNav .mobileSecondaryNav {
  border-top: 2px solid #f6f9fc;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.globalNav .mobileSecondaryNav > ul {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.globalNav .mobileSecondaryNav > ul:last-child {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}
.globalNav .mobileSecondaryNav a {
  padding: 0 20px;
  min-width: 100px;
}
.globalNav .SubnavColumns {
  width: 842px;
  max-width: calc(100vw - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #32325d;
}
.globalNav .SubnavColumn {
  border-radius: 4px;
  padding: 29px 39px 49px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.globalNav .SubnavColumn--primary {
  -webkit-box-flex: 1.1;
  -ms-flex-positive: 1.1;
  flex-grow: 1.1;
  padding-right: 30px;
  background-color: #fff;
}
.globalNav .SubnavColumn--secondary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 44px;
  background-color: #f6f9fc;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.globalNav .SubnavColumn--primary .SubnavLinkGroup:not(:last-child) {
  margin-bottom: 47px;
}
.globalNav .SubnavColumn--secondary .SubnavLinkGroup:not(:last-child) {
  margin-bottom: 28px;
}
.globalNav .SubnavLinkGroup__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.globalNav .SubnavColumn--primary .SubnavLinkGroup__title {
  margin-bottom: 24px;
}
.globalNav .SubnavColumn--secondary .SubnavLinkGroup__title {
  margin-bottom: 16px;
}
.globalNav .SubnavLinkGroup__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.globalNav .SubnavColumn--primary .SubnavLinkGroup__listItem:not(:last-child) {
  margin: 0 0 36px;
}
.globalNav
  .SubnavColumn--secondary
  .SubnavLinkGroup__listItem:not(:last-child) {
  margin: 0 0 16px;
}
.globalNav .SubnavLink {
  color: #32325d;
  text-decoration: none;
  outline: none;
}
.globalNav .SubnavLink svg {
  float: left;
}
.globalNav .SubnavColumn--primary .SubnavLink svg {
  margin-left: -4px;
  width: 32px;
  height: 32px;
}
.globalNav .SubnavColumn--secondary .SubnavLink svg {
  width: 18px;
  height: 18px;
}
.globalNav .SubnavLink:focus .hover-fillLight,
.globalNav .SubnavLink:hover .hover-fillLight {
  fill: #8898aa;
}
.globalNav .SubnavLink:focus .hover-strokeLight,
.globalNav .SubnavLink:hover .hover-strokeLight {
  stroke: #8898aa;
}
.globalNav .SubnavLink:focus .hover-fillDark,
.globalNav .SubnavLink:hover .hover-fillDark {
  fill: #32325d;
}
.globalNav .SubnavLink:focus .hover-strokeDark,
.globalNav .SubnavLink:hover .hover-strokeDark {
  stroke: #32325d;
}
.globalNav .SubnavColumn--primary .SubnavLink__content {
  margin-left: 44px;
  padding-top: 1px;
}
.globalNav .SubnavColumn--secondary .SubnavLink__content {
  margin-left: 28px;
  padding-top: 1px;
}
.globalNav .SubnavLink__title {
  font-weight: 500;
}
.globalNav .SubnavColumn--primary .SubnavLink__title {
  font-size: 17px;
  margin-bottom: 7px;
}
.globalNav .SubnavColumn--secondary .SubnavLink__title {
  font-size: 14px;
  margin-bottom: 8px;
}
.globalNav .SubnavLink:focus .SubnavLink__title,
.globalNav .SubnavLink:hover .SubnavLink__title {
  color: #6b7c93;
}
.globalNav .SubnavLink__description {
  color: #6b7c93;
  font-size: 14px;
}
.globalNav .SubnavLink:focus .SubnavLink__description,
.globalNav .SubnavLink:hover .SubnavLink__description {
  color: #8898aa;
}
.globalNav .navSection.secondary.topNavCta--active {
  display: none;
}
.globalNav .rootLink.topNavCta--variant0 {
  letter-spacing: 0.025em;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-left: 20px;
  height: 40px;
  line-height: 36px;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 600;
}
.globalNav.topNavCta--active
  .navSection.secondary
  .rootLink.topNavCta--variant0 {
  padding: 0 14px !important;
}
.globalNav .rootLink.topNavCta--variant1 {
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(36, 180, 126, 0.4);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  height: 40px;
  line-height: 41px;
  margin-top: 5px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #3ecf8e;
}
@media (min-width: 1040px) {
  .globalNav.topNavCta--active .rootLink {
    padding: 0 20px;
  }
}
.productNav {
  font-family: Open Sans, Segoe UI, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 70px;
  right: 0;
  z-index: 499;
  z-index: calc(500 - 1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 12px 0;
}
.productNav > .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.productNav .separator {
  position: absolute;
  width: calc(100% - 40px);
  height: 2px;
  top: -17px;
  background-color: currentColor;
  opacity: 0.07;
  pointer-events: none;
}
.productNav a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productNav a.home svg {
  display: block;
  width: 30px;
  height: 30px;
}
.productNav a.home span {
  margin-left: 12px;
}
.productNav .mask-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -20px 0 20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20px,
    #000 calc(100% - 20px),
    transparent
  );
}
.productNav .mask-container,
.productNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productNav ul {
  padding: 0 0 10px;
  margin-bottom: -10px;
  overflow: auto;
  line-height: 30px;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000,
    #000 calc(100% - 10px),
    transparent calc(100% - 10px),
    transparent
  );
}
.productNav ul::-webkit-scrollbar {
  display: none;
}
.productNav li {
  list-style: none;
  padding: 0 10px;
}
.productNav li:first-child {
  padding-left: 20px;
}
.productNav li:last-child {
  padding-right: 20px;
}
@media (min-width: 420px) {
  .productNav li {
    padding: 0 15px;
  }
}
@media (min-width: 670px) {
  .productNav li {
    padding: 0 20px;
  }
}
.productNav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #6772e5;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
}
.keyboard-navigation .productNav a:focus {
  outline: none;
  text-decoration: underline;
  text-underline-position: under;
}
.productNav a:hover {
  color: #32325d;
}
.productNav a.external:after {
  font: normal 14px StripeIcons;
  content: '\279C';
  padding-left: 5px;
}
.productNav .colorize {
  color: #6772e5;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.productNav .colorize.active,
.productNav .colorize:hover {
  color: #32325d;
}
html[lang='ja'] .productNav ul {
  white-space: nowrap;
}
.globalFooter {
  font-family: Open Sans, Segoe UI, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f6f9fc;
  position: relative;
}
.globalFooter.withCards {
  background: transparent;
  overflow: hidden;
  padding-top: 500px;
  margin-top: -480px;
  pointer-events: none;
}
.globalFooter.withCards > * {
  pointer-events: auto;
  position: relative;
}
.globalFooter.withCards:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  height: 6000px;
  background: #f6f9fc;
  -webkit-transform: skew(0, -12deg);
  transform: skew(0, -12deg);
}
.globalFooter .fine-print {
  margin-top: 32px;
}
@media (min-width: 670px) {
  .globalFooter .fine-print {
    margin-top: 0;
  }
}
@media (min-width: 880px) {
  .globalFooter .fine-print {
    width: 50%;
  }
}
.globalFooterCards .container-lg,
.globalFooterCards .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px auto;
  padding: 0 5px;
}
a.globalFooterCard,
div.globalFooterCard {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 15px;
  z-index: 499;
  z-index: calc(500 - 1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 40px 40px 40px 120px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-transition-property: color, background-color, -webkit-box-shadow,
    -webkit-transform;
  transition-property: color, background-color, -webkit-box-shadow,
    -webkit-transform;
  transition-property: color, background-color, box-shadow, transform;
  transition-property: color, background-color, box-shadow, transform,
    -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
a.globalFooterCard:after,
div.globalFooterCard:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #aab7c4;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
@media (min-width: 670px) {
  a.globalFooterCard,
  div.globalFooterCard {
    -ms-flex-preferred-size: 1%;
    flex-basis: 1%;
    padding-left: 100px;
  }
}
@media (min-width: 880px) {
  a.globalFooterCard,
  div.globalFooterCard {
    padding-left: 120px;
  }
}
a.globalFooterCard:hover,
div.globalFooterCard:hover {
  color: #32325d !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
a.globalFooterCard:active,
a.globalFooterCard:hover,
div.globalFooterCard:active,
div.globalFooterCard:hover {
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
a.globalFooterCard:active,
div.globalFooterCard:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
a.globalFooterCard:active:after,
div.globalFooterCard:active:after {
  opacity: 0.15;
}
a.globalFooterCard img,
a.globalFooterCard svg,
div.globalFooterCard img,
div.globalFooterCard svg {
  position: absolute;
  width: 130px;
  height: 130px;
  left: -35px;
  top: calc(50% - 65px);
}
@media (min-width: 670px) {
  a.globalFooterCard img,
  a.globalFooterCard svg,
  div.globalFooterCard img,
  div.globalFooterCard svg {
    left: -50px;
  }
}
@media (min-width: 880px) {
  a.globalFooterCard img,
  a.globalFooterCard svg,
  div.globalFooterCard img,
  div.globalFooterCard svg {
    left: -35px;
  }
}
a.globalFooterCard.card-life-at-stripe svg,
div.globalFooterCard.card-life-at-stripe svg {
  top: calc(50% - 62px);
}
a.globalFooterCard svg .hover-fillDark,
a.globalFooterCard svg .hover-fillLight,
a.globalFooterCard svg .hover-fillMedium,
div.globalFooterCard svg .hover-fillDark,
div.globalFooterCard svg .hover-fillLight,
div.globalFooterCard svg .hover-fillMedium {
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
a.globalFooterCard svg .hover-strokeDark,
a.globalFooterCard svg .hover-strokeLight,
div.globalFooterCard svg .hover-strokeDark,
div.globalFooterCard svg .hover-strokeLight {
  -webkit-transition: stroke 0.15s;
  transition: stroke 0.15s;
}
a.globalFooterCard:hover svg .hover-fillDark,
div.globalFooterCard:hover svg .hover-fillDark {
  fill: #32325d;
}
a.globalFooterCard:hover svg .hover-fillMedium,
div.globalFooterCard:hover svg .hover-fillMedium {
  fill: #525f7f;
}
a.globalFooterCard:hover svg .hover-fillLight,
div.globalFooterCard:hover svg .hover-fillLight {
  fill: #8898aa;
}
a.globalFooterCard:hover svg .hover-strokeDark,
div.globalFooterCard:hover svg .hover-strokeDark {
  stroke: #32325d;
}
a.globalFooterCard:hover svg .hover-strokeLight,
div.globalFooterCard:hover svg .hover-strokeLight {
  stroke: #8898aa;
}
a.globalFooterCard h2,
div.globalFooterCard h2 {
  margin: 0 0 5px;
  white-space: normal;
}
a.globalFooterCard p,
div.globalFooterCard p {
  margin: 5px 0 0;
}
a.globalFooterCard.card-pricing,
div.globalFooterCard.card-pricing {
  color: #24b47e;
}
a.globalFooterCard.card-documentation,
div.globalFooterCard.card-documentation {
  color: #b76ac4;
}
a.globalFooterCard.card-subscriptions,
div.globalFooterCard.card-subscriptions {
  color: #24b47e;
}
a.globalFooterCard.card-connect,
div.globalFooterCard.card-connect {
  color: #3297d3;
}
a.globalFooterCard.card-relay,
div.globalFooterCard.card-relay {
  color: #e25950;
}
a.globalFooterCard.card-atlas,
div.globalFooterCard.card-atlas {
  color: #e39f48;
}
a.globalFooterCard.card-radar,
div.globalFooterCard.card-radar {
  color: #b76ac4;
}
a.globalFooterCard.card-sigma,
div.globalFooterCard.card-sigma {
  color: #8f6ed5;
}
a.globalFooterCard.card-jobs,
div.globalFooterCard.card-jobs {
  color: #6772e5;
}
a.globalFooterCard.card-environment,
div.globalFooterCard.card-environment {
  color: #24b47e;
}
a.globalFooterCard.card-life-at-stripe,
div.globalFooterCard.card-life-at-stripe {
  color: #6772e5;
}
a.globalFooterCard.card-how-we-operate,
div.globalFooterCard.card-how-we-operate {
  color: #b76ac4;
}
.globalFooterCTA {
  padding: 50px 0;
  /*border-bottom: 2px solid rgba(207, 215, 223, 0.25);*/
}
@media (min-width: 670px) {
  .globalFooterCTA .container-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.globalFooterCTA .buttons,
.globalFooterCTA .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.globalFooterCTA .buttons.buttons--reversed .common-Button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.globalFooterCTA .buttons.buttons--reversed .common-Button--default {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.globalFooterCTA .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #32325d;
  margin: 0.75em 0;
}
.globalFooterCTA .subtitle {
  font-weight: 300;
  color: #6772e5;
  display: block;
}
@media (min-width: 670px) {
  .globalFooterCTA .common-ButtonGroup {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.globalFooterCTA--roles .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 670px) {
  .globalFooterCTA--roles .content {
    padding-right: 80px;
  }
}
.globalFooterCTA--roles .buttons {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.globalFooterCTA--eeoc .common-BodyText {
  font-size: 15px;
  line-height: 23px;
}
@media (min-width: 670px) {
  .globalFooterCTA--eeoc .container-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .globalFooterCTA--eeoc .common-ButtonGroup {
    margin: 16px 0 0;
  }
}
.globalFooterCTA--eeoc .notice-desktop {
  display: none;
}
@media (min-width: 670px) {
  .globalFooterCTA--eeoc .notice-desktop {
    display: block;
  }
}
.globalFooterCTA--eeoc .notice-mobile {
  margin: 40px 0 0;
  display: block;
}
@media (min-width: 670px) {
  .globalFooterCTA--eeoc .notice-mobile {
    display: none;
  }
}
.globalFooterCTA--collect {
  padding-top: calc(50px + 0.75em);
}
.globalFooterCTA--collect .content {
  margin: 0 0 20px;
}
@media (min-width: 670px) {
  .globalFooterCTA--collect .content {
    margin: 0;
  }
}
.globalFooterCTA--collect .title {
  margin: 0;
  color: #32325d;
}
.globalFooterCTA--collect .collect-email-partial {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.globalFooterCTA--collect .collect-email {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  margin: 0;
}
@media (min-width: 670px) {
  .globalFooterCTA--collect .collect-email {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.globalFooterCTA--collect .email-privacy-notice {
  margin-top: 8px;
}
.globalFooterCTA--collect .email-privacy-notice p {
  font-size: 13px;
  line-height: 21px;
  color: #8898aa;
}
.globalFooterCTA--collect .email-privacy-notice a {
  color: #6772e5;
  font-weight: 500;
}
.globalFooterCTA--collect .collect-input {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
    0 1px 3px -1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #32325d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.globalFooterCTA--collect .collect-input.active {
  -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.globalFooterCTA--collect .collect-input .email-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}
.globalFooterCTA--collect .collect-input .submit-button {
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  padding: 9px 13px;
  font: inherit;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #6772e5;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  padding-left: 15px;
}
.globalFooterCTA--collect .collect-input .submit-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background: #f6f9fc;
}
.globalFooterCTA--collect .collect-input .submit-button:focus {
  background-color: #f6f9fc;
}
.globalFooterCTA--collect .collect-input .submit-button:hover {
  color: #7795f8;
}
.globalFooterCTA--collect .collect-input .submit-button:active {
  color: #555abf;
  background-color: #f6f9fc;
}
.globalFooterCTA--collect .collect-input input[type='email'] {
  border: none;
  outline: none;
  margin: 0;
  padding: 9px 13px;
  background: transparent;
  font: inherit;
  color: #32325d;
}
.globalFooterCTA--collect
  .collect-input
  input[type='email']::-webkit-input-placeholder {
  color: #aab7c4;
}
.globalFooterCTA--collect .collect-input input[type='email']::-moz-placeholder {
  color: #aab7c4;
}
.globalFooterCTA--collect
  .collect-input
  input[type='email']:-ms-input-placeholder {
  color: #aab7c4;
}
.globalFooterCTA--collect .collect-error {
  width: 100%;
  text-align: center;
  font: 400 15px Open Sans;
  color: #6b7c93;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  display: none;
}
@media (min-width: 670px) {
  .globalFooterCTA--collect .collect-error {
    text-align: right;
  }
}
.globalFooterCTA--collect .collect-success {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}
@media (min-width: 670px) {
  .globalFooterCTA--collect .collect-success {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 80px;
  }
}
.globalFooterCTA--collect .collect-success img {
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}
.globalFooterCTA--collect .collect-success span {
  font-weight: 500;
}
.globalFooterNav {
  /*padding: 15px 0 0;*/
  color: #8898aa;
  line-height: 30px;
  font-size: 15px;
  white-space: nowrap;
}
.globalFooterNav ul {
  padding: 0;
  margin: 0;
}
.globalFooterNav li {
  list-style: none;
}
.globalFooterNav .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 880px) {
  .globalFooterNav .container-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.globalFooterNav a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.globalFooterNav a:hover {
  color: #32325d;
}
.globalFooterNav .metaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 20px;
}
@media (min-width: 420px) {
  .globalFooterNav .metaNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 880px) {
  .globalFooterNav .metaNav {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }
}
.globalFooterNav .metaNav > li {
  margin-right: 20px;
}
.globalFooterNav .metaNav .select {
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  z-index: 499;
  z-index: calc(500 - 1);
}
.globalFooterNav .metaNav .rootLink {
  color: #6772e5;
  font-weight: 600;
  cursor: pointer;
}
.globalFooterNav .metaNav .rootLink:hover {
  color: #32325d;
}
.globalFooterNav .metaNav .rootLink svg {
  display: inline-block;
  vertical-align: -1px;
  margin: 0 7px 0 -2px;
}
.globalFooterNav .metaNav .rootLink svg path {
  fill: currentColor;
}
.globalFooterNav .metaNav .select.globalPopupActive .rootLink {
  color: #32325d;
}
@media (min-width: 880px) {
  .globalFooterNav .metaNav .country {
    margin-bottom: 5px;
  }
}
.globalFooterNav .metaNav .space {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.globalFooterNav .metaNav .copyright {
  margin-right: 0;
  color: #aab7c4;
}
.globalFooterNav .mx-legal {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #e6ebf1;
  white-space: normal;
  font-size: 15px;
  line-height: 1.6;
}
.globalFooterNav .siteNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 670px) {
  .globalFooterNav .siteNav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 880px) {
  .globalFooterNav .siteNav {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
.globalFooterNav .siteNav .column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 20px;
}
@media (min-width: 670px) {
  .globalFooterNav .siteNav .column {
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    margin-right: 40px;
  }
}
@media (min-width: 880px) {
  .globalFooterNav .siteNav .column {
    margin-right: 30px;
  }
}
@media (min-width: 1040px) {
  .globalFooterNav .siteNav .column {
    margin-right: 40px;
  }
}
.globalFooterNav .siteNav .column:last-child {
  margin-right: 0;
}
.globalFooterNav .siteNav .splitColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.globalFooterNav .siteNav li {
  margin-right: 40px;
}
.globalFooterNav .siteNav li.long-link {
  margin-right: 20px;
}
.globalFooterNav .siteNav .column:last-child li {
  margin-right: 0;
}
.globalFooterNav .siteNav h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 5px;
}
.globalFooterNav .siteNav strong {
  font-weight: 500;
}
.globalFooterNav .popup {
  position: absolute;
  bottom: 40px;
  left: -5px;
  z-index: 1000;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  pointer-events: none;
  -webkit-transform: rotate3d(1, 1, 0, 15deg);
  transform: rotate3d(1, 1, 0, 15deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
@media (min-width: 1160px) {
  .globalFooterNav .popup {
    left: -65px;
  }
}
.globalFooterNav .popup:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 30px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 20px 0 3px 0;
  background: #fff;
}
@media (min-width: 1160px) {
  .globalFooterNav .popup:before {
    left: 60px;
  }
}
.globalFooterNav .country .popup {
  width: calc(100vw - 30px);
}
@media (min-width: 670px) {
  .globalFooterNav .country .popup {
    width: auto;
  }
}
.globalFooterNav .globalPopupActive {
  z-index: 1000 !important;
}
.globalFooterNav .globalPopupActive .popup {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.globalFooterNav .optionList {
  color: #525f7f;
  white-space: nowrap;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.globalFooterNav .optionList li {
  width: 100%;
}
.globalFooterNav .optionList a {
  border-radius: 4px;
  display: block;
  line-height: 36px;
  padding: 0;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}
.globalFooterNav .optionList a:hover {
  background-color: #f6f9fc;
  color: #32325d;
}
.globalFooterNav .optionList a:active {
  background-color: #e6ebf1;
}
@media (min-width: 670px) {
  .globalFooterNav .optionList a {
    padding: 0 15px;
  }
}
.globalFooterNav .optionList .selected {
  font-weight: 600;
  color: #32325d;
}
.globalFooterNav .optionList .selected > span:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin: 0 6px 0 -2px;
  background: url(/assets/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.globalFooterNav .badge {
  font-size: 10px;
  line-height: 10px;
  color: #aab7c4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-style: normal;
  padding: 2px 3px 1px;
  border-radius: 4px;
  border: 1px solid #e6ebf1;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 8px;
}
.globalFooterNav .languagePicker {
  padding: 10px 20px;
}
@media (min-width: 670px) {
  .globalFooterNav .languagePicker {
    padding: 10px 5px;
  }
}
.globalFooterNav .countryPicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
}
.globalFooterNav .countryPicker:before {
  background: #f6f9fc;
}
@media (min-width: 670px) {
  .globalFooterNav .countryPicker {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .globalFooterNav .countryPicker:before {
    background: #fff;
  }
}
.globalFooterNav .columns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.globalFooterNav .columns,
.globalFooterNav .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.globalFooterNav .sidebar {
  background: #f6f9fc;
  border-radius: 0 0 5px 5px;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.globalFooterNav .sidebar .countryList {
  background: #f6f9fc;
}
@media (min-width: 670px) {
  .globalFooterNav .sidebar {
    border-radius: 0 5px 5px 0;
  }
}
.globalFooterNav .sidebar .optionList a:hover {
  background-color: rgba(230, 235, 241, 0.5);
}
.globalFooterNav .sidebar .optionList a:active {
  background-color: rgba(207, 215, 223, 0.5);
}
.globalFooterNav .countryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100vw - 30px);
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  overflow: visible;
  border-radius: 5px;
}
.globalFooterNav .countryList h4 {
  margin: 0 0 5px;
}
.globalFooterNav .countryList h4 a {
  line-height: 36px;
  padding: 0;
  text-transform: uppercase;
  color: #6772e5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.globalFooterNav .countryList h4 a:hover {
  color: #32325d;
}
.globalFooterNav .countryList h4 a:after {
  font: normal 16px StripeIcons;
  content: '\2192';
  margin-left: 6px;
}
@media (min-width: 670px) {
  .globalFooterNav .countryList h4 a {
    padding: 0 15px;
  }
}
.globalFooterNav .globalLink {
  border-top: 2px solid #fff;
  padding: 20px 25px;
}
.globalFooterNav .globalLink:hover {
  color: #424770;
}
.globalFooterNav .globalLink:hover strong {
  color: #32325d;
}
@media (min-width: 670px) {
  .globalFooterNav .globalLink {
    padding: 30px 40px;
  }
}
.globalFooterNav .globalLink strong {
  display: block;
  color: #6772e5;
  font-weight: 500;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.globalFooterNav .globalLink strong:after {
  font: normal 16px StripeIcons;
  content: '\2192';
  margin-left: 6px;
}
.globalFooterNav.globalFooterNav--collapsed {
  padding-top: 35px;
  padding-bottom: 18px;
}
@media (min-width: 670px) {
  .globalFooterNav.globalFooterNav--collapsed {
    padding-top: 17px;
    padding-bottom: 12px;
  }
}
.globalFooterNav.globalFooterNav--collapsed .container-lg {
  padding: 0 28px;
}
@media (min-width: 670px) {
  .globalFooterNav.globalFooterNav--collapsed .container-lg {
    padding: 0 20px;
  }
}
.globalFooterNav.globalFooterNav--collapsed .metaNav {
  margin: 0;
  display: block;
}
@media (min-width: 670px) {
  .globalFooterNav.globalFooterNav--collapsed .metaNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 670px) {
  .globalFooterNav.globalFooterNav--collapsed .metaNav .country {
    margin-right: 35px;
  }
}
.globalFooterNav.globalFooterNav--collapsed .metaNav .copyright {
  position: absolute;
  right: 28px;
  top: 35px;
}
@media (min-width: 670px) {
  .globalFooterNav.globalFooterNav--collapsed .metaNav .copyright {
    position: static;
  }
}
.globalFooterNav.globalFooterNav--collapsed .siteNav {
  display: none;
}
.NotificationContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1100;
  z-index: calc(1000 + 100);
}
@media (min-width: 420px) {
  .NotificationContainer {
    bottom: 24px;
  }
}
.NotificationContainer__notification {
  margin: 0 20px 10px;
  display: none;
}
.NotificationContainer__notification--visible {
  display: block;
}
.NotificationContainer__notification:last-child {
  margin-bottom: 0;
}
.NotificationContainer__content {
  background: rgba(246, 249, 252, 0.9);
  -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  color: #424770;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (
  (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))
) {
  .NotificationContainer__content {
    background: rgba(246, 249, 252, 0.75);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
@media (min-width: 420px) {
  .NotificationContainer__content {
    border-radius: 4px;
  }
}
.NotificationContainer__copy {
  padding: 8px 5px 8px 15px;
}
.NotificationContainer__copy.common-FlagIcon:before {
  margin-right: 2px;
}
.NotificationContainer__closeButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  color: #8898aa;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  cursor: pointer;
}
.NotificationContainer__closeButton:after,
.NotificationContainer__closeButton:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.NotificationContainer__closeButton:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.NotificationContainer__closeButton:hover {
  color: #32325d;
}
.Notification--mismatchedCountry .MismatchedCountryNotificationArrow {
  font: normal 16px StripeIcons;
  padding-left: 5px;
}
.common-isHidden {
  display: none !important;
  visibility: hidden !important;
}
.common-isVisiblyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.common-isVisiblyHidden-sm {
  display: none !important;
  visibility: hidden !important;
}
@media (min-width: 880px) {
  .common-isVisiblyHidden-sm {
    display: block !important;
    visibility: visible !important;
  }
}
.common-isVisiblyHidden-lg {
  display: none !important;
  visibility: hidden !important;
}
@media (min-width: 1040px) {
  .common-isVisiblyHidden-lg {
    display: block !important;
    visibility: visible !important;
  }
}
@media (min-width: 1160px) {
  .common-isVisiblyHidden-xl {
    display: none !important;
    visibility: hidden !important;
  }
}
