.BrandedInvoiceScreen{--brandedInvoiceScreenBaseSize:10px;--brandedInvoiceScreenBorderRadius:4px;--brandedInvoiceScreenBackgroundColor:#f6f9fc;--brandedInvoiceScreenAccentColor:#0a2540;--brandedInvoiceScreenLogoSize:4em;--brandedInvoiceIconBackgroundColor:#fff;height:100%;width:100%;font-size:var(--brandedInvoiceScreenBaseSize)}@media (min-width:450px){.BrandedInvoiceScreen{--brandedInvoiceScreenBaseSize:16px}}.BrandedInvoiceScreen__container{display:flex;justify-content:center;align-items:center;height:100%;position:relative;background-color:var(--brandedInvoiceScreenBrandColor);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.BrandedInvoiceScreen__container:before{content:"";background-color:var(--brandedInvoiceScreenBackgroundColor);position:absolute;top:68.8073394%;left:0;width:100%;height:100%;transform-origin:top left;transform:skewY(var(--angleStrong))}.BrandedInvoiceScreen__body{width:85.2495379%;height:69.7247706%;max-width:350px;background-color:#fff;box-shadow:var(--cardShadowSmall);z-index:1;border-radius:var(--brandedInvoiceScreenBorderRadius);display:flex;flex-direction:column;align-items:stretch;justify-content:stretch}.BrandedInvoiceScreen__form,.BrandedInvoiceScreen__top{display:flex;flex-direction:column;align-items:center}.BrandedInvoiceScreen__top{flex:0.4;justify-content:flex-end;position:relative}.BrandedInvoiceScreen__form{background-color:var(--brandedInvoiceScreenBackgroundColor);flex:0.6;padding:1.4em 0 1.5em;border-bottom-right-radius:var(--brandedInvoiceScreenBorderRadius);border-bottom-left-radius:var(--brandedInvoiceScreenBorderRadius)}.BrandedInvoiceScreen__logo{width:var(--brandedInvoiceScreenLogoSize);height:var(--brandedInvoiceScreenLogoSize);border-radius:50%;border:.1875em solid #fff;position:absolute;top:-1.2em;left:calc(50% - var(--brandedInvoiceScreenLogoSize)/2);background:var(--brandedInvoiceIconBackgroundColor);box-shadow:var(--cardShadowXSmall)}.BrandedInvoiceScreen__title{display:block;font:var(--fontWeightSemibold) .9375em/1.6 var(--fontFamily);letter-spacing:.2px;color:#0a2540}.BrandedInvoiceScreen__number{margin:0 0 1em}.BrandedInvoiceScreen__cardNumber{flex:0.8}.BrandedInvoiceScreen__label{font:var(--fontWeightNormal) .8125em/1.230769231 var(--fontFamily);color:#364657}.BrandedInvoiceScreen__label--bold{font-weight:var(--fontWeightBold)}.BrandedInvoiceScreen__label--accent{color:var(--brandedInvoiceScreenAccentColor)}.BrandedInvoiceScreen__label--placeholder{color:#adb7c1;white-space:nowrap}.BrandedInvoiceScreen__meta{margin:0 0 1.2em}.BrandedInvoiceScreen__input{display:flex;justify-content:space-between;background-color:#fff;padding:.5em .8em;margin:0 0 .5em}.BrandedInvoiceScreen__button,.BrandedInvoiceScreen__input{width:72.8045326%;box-shadow:var(--cardShadowXSmall);border-radius:var(--brandedInvoiceScreenBorderRadius)}.BrandedInvoiceScreen__button{background-color:var(--brandedInvoiceScreenAccentColor);text-align:center;margin:0 0 1em}.BrandedInvoiceScreen__button .BrandedInvoiceScreen__label{color:#fff;line-height:2.35}