body {
    margin: var(--spacing-0);
}

.page__NIf8L {
  padding-top: 25vh;
}
.page__NIf8L .page-content__oA3Mc {
  text-align: center;
}
.title__LWONU {
  font-size: 24px;
  padding: 46px 0 8px;
  font-weight: 600;
}
.subtitle__rTeHs {
  font-size: 18px;
}

.page-footer__JIJ6x {
  width: 100%;
  position: relative;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.page-footer__JIJ6x > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
  vertical-align: middle;
}
.page-footer__JIJ6x img {
  float: left;
  height: 50px;
  width: 177px;
  object-fit: contain;
}
.page-footer__JIJ6x a {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  min-height: 50px;
  white-space: nowrap;
}
.page-footer-anchored__xaKE4 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.page-footer-anchored__xaKE4 > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
  vertical-align: middle;
}
.page-footer-anchored__xaKE4 img {
  float: left;
  height: 50px;
  width: 177px;
  object-fit: contain;
}
.page-footer-anchored__xaKE4 a {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  min-height: 50px;
  white-space: nowrap;
}

/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotoslab/v36/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf) format('truetype');
}
 {
  /* 
      * Per-tenant style overrides
      */
}
* {
  box-sizing: border-box;
}
#app-root {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
html {
  background-color: #f5f7fa;
  color: #354052;
}
html, body {
  font-family: 'Source Sans Pro', -apple-system, system-ui, BlinkMacSystemFont, Roboto, 'Segoe UI', Segoe, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.page-error > *, .page-note > * {
  font-size: 18px;
}
.error, .page-error, .page-error a {
  color: #dc3d0f;
  background-color: #fcece7;
}
.page-note, .page-note a {
  color: currentColor;
  background-color: #d2f1f7;
}
.gray-text {
  opacity: 0.6;
}
.page-footer {
  flex-shrink: 0;
  /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.page-footer a {
  border-bottom: none !important;
  cursor: pointer;
  text-decoration: none !important;
}
body .card a {
  color: #2f83fc;
  text-decoration: none;
}
a.disabled, body .card a.disabled {
  color: #354052;
}
.card {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  padding: 25px 0;
  /* Card's background */
}
.card:before {
  left: -30px;
  right: -30px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.card h1, .card h2, .card h3, .card .header, .card .card-header {
  margin: 0;
  padding-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
}
.card h1 {
  font-size: 24px;
}
.last-help * {
  font-size: 16px;
}
.page {
  /* Required for sticky footer (with min-height: 100%) */
  display: flex;
  flex-direction: column;
}
.page .page-topping {
  display: flex;
  flex-direction: column;
}
.page .page-topping.shadow {
  box-shadow: 0 1px 3px 0 rgba(127, 127, 127, 0.2);
}
.page .page-toolbar-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .page-toolbar-title > * {
  font-weight: normal;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.page h1 i, .page h2 i, .page h3 i, .page h1 .light, .page h2 .light, .page h3 .light {
  font-weight: 300;
  font-style: normal;
}
.page .page-title > * {
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page .page-title .centered {
  text-align: center;
}
.page .page-title h1 {
  font-size: 28px;
}
.page .page-title h2 {
  font-size: 24px;
  text-align: center;
}
.page .page-subtitle h2, .page .page-subtitle h3 {
  font-weight: normal;
  text-align: center;
}
.page .page-subtitle h3 {
  margin-top: -0.5rem;
}
.page .page-error, .page .page-note {
  position: relative;
}
.page .page-error .close-button, .page .page-note .close-button {
  color: currentColor !important;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 3.5rem;
  width: 4%;
  height: 100%;
}
.page .page-error .close-button:before, .page .page-note .close-button:before {
  content: '\00d7';
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  opacity: 0.5;
  margin-top: 0.5rem;
}
.page ul {
  padding-left: 1.65rem;
}
.page ul li {
  list-style-type: none;
}
.page ul li:before {
  content: '\00b7';
  display: inline-block;
  font-size: 160%;
  line-height: 50%;
  transform: translate(-0.9rem, 0);
  vertical-align: -0.25rem;
  width: 0;
}
.page .row .col {
  min-width: 0.65rem;
}
.page .next-step-button, .page .go-home-button {
  padding: 0 16px;
  line-height: 36px;
}
.page .next-step-button:not([disabled]), .page .go-home-button:not([disabled]) {
  opacity: 0.9;
}
.page .next-step-button:not([disabled]):hover, .page .go-home-button:not([disabled]):hover {
  opacity: 1;
}
.page .next-step-button[disabled], .page .go-home-button[disabled] {
  color: #ffffff;
  background-color: #e1e6ea;
}
.page .page-title > *, .page .page-toolbar-title > *, .page .page-note > *:not(a), .page .page-error > *:not(a), .page .page-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  min-width: 740px;
  padding-left: 30px;
  padding-right: 30px;
}
.page.open-invoices .page-title > *, .page.invoice-details .page-title > * {
  font-size: 24px;
  padding-left: 0;
  padding-right: 0;
}
.page, .flex-form {
  /* Required for sticky footer */
  min-height: calc(100vh);
  /* With respect to the width of .page-header */
}
.sticky-button-wrapper, .non-sticky-button-wrapper {
  padding: 50px 0;
}
.card .sticky-button-wrapper, .card .non-sticky-button-wrapper {
  padding: 0;
}
.form-field {
  margin: 18px 0 36px;
}
.form-field.single-input {
  margin-top: 70px;
}
textarea {
  font-size: 16px;
}
.flex-form {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column;
}
hr, .hr:before {
  color: #c4cdd5;
  background-color: #c4cdd5;
  border: none;
  height: 2px;
  opacity: 0.5;
}
.page .card, .page-inverted .card {
  color: #354052;
}
.page .card:before, .page-inverted .card:before {
  background-color: #ffffff;
  border: 1px solid rgba(53, 64, 82, 0.125);
}
.page-inverted {
  background-color: #354052;
  color: #ffffff;
}
.theme-gradient-background {
  background: linear-gradient(#2f83fc, #3bb1fc);
}
.theme-gradient-background.error-background {
  background: linear-gradient(#ff8518, #ffb826);
}
body .page-header {
  background-color: #ffffff;
}
.page-header .logo-text, .page-footer .logo-text {
  color: #5d5d5d;
  border-color: rgba(53, 64, 82, 0.25);
}
.desktop-view .page-toolbar-title {
  background-color: transparent;
}
.desktop-view .page-footer {
  background-color: rgba(127, 127, 127, 0.1);
}
.invoice-footer {
  background: linear-gradient(to bottom, rgba(245, 247, 250, 0) 0, #f5f7fa 1.5rem, #f5f7fa 100%);
}
.mobile-view .page-inverted .error, .mobile-view .page-inverted .page-error {
  color: #354052;
  background-color: transparent;
}
input, option, select, textarea, [class*='-input'], [class*='-checkbox'], [class*='-radio'], [class*='-textarea'] {
  font-family: 'Source Sans Pro', -apple-system, system-ui, BlinkMacSystemFont, Roboto, 'Segoe UI', Segoe, Arial, sans-serif;
}
.centered-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}
hr {
  border: none;
}
.hr {
  position: relative;
}
.hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
tr:first-child td.hr:before {
  display: none;
}
.transparent {
  background-color: transparent !important;
  background-image: none !important;
}
.full-width {
  width: 100% !important;
}
.half-width {
  width: 50% !important;
}
.third-width {
  width: 33% !important;
}
.space-filler {
  flex: 1 1 auto;
}
.flex-wrap {
  display: flex;
  flex-flow: wrap;
}

.card__TntVK {
  height: auto;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}
.unsubscribePage__QfxEN {
  height: auto;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
  max-width: 654px;
}
.optInPage__TdSd0 {
  height: auto;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
  max-width: 455px;
}
.container__diiuu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


/*# sourceMappingURL=main.d6df87a0.bundle.css.map*/