a {
  text-decoration: underline;
}

.l-body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #111;
  font-size: 16px;
}

.l-body.is--dark {
  background-color: #111;
  color: #9797a1;
}

.c-header {
  display: -ms-grid;
  display: grid;
  height: 120px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #111;
  color: #9797a1;
}

.c-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3148ff;
}

.l-main {
  padding: 80px 5% 120px;
}

.l-main.is--full-width {
  padding-right: 0%;
  padding-left: 0%;
}

.c-footer {
  background-color: #111;
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-brand {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}

.c-nav__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9797a1;
  text-decoration: none;
}

.c-nav__nav-item.is--active {
  color: #fff;
  font-weight: 500;
}

.c-search {
  margin-bottom: 0px;
}

.c-search__input {
  height: 64px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 48px;
  border: 1px none #000;
  border-radius: 64px;
  background-color: rgba(151, 151, 161, 0.1);
  background-image: url('../images/search.svg');
  background-position: 24px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 500;
}

.c-search__input::-webkit-input-placeholder {
  color: rgba(151, 151, 161, 0.8);
  font-weight: 400;
}

.c-search__input:-ms-input-placeholder {
  color: rgba(151, 151, 161, 0.8);
  font-weight: 400;
}

.c-search__input::-ms-input-placeholder {
  color: rgba(151, 151, 161, 0.8);
  font-weight: 400;
}

.c-search__input::placeholder {
  color: rgba(151, 151, 161, 0.8);
  font-weight: 400;
}

.c-search__button {
  display: none;
}

.c-search__form {
  position: relative;
}

.c-profile__status {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #111;
  border-radius: 50%;
  background-color: #00c98e;
}

.c-nav__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.c-nav__label {
  color: #fff;
}

.c-refunds-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.c-refunds-link__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #90d2ea;
  border-radius: 50%;
}

.c-refunds-link__number {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.c-refunds-link__label {
  margin-right: 24px;
  color: #90d2ea;
}

.c-refunds-link__heading {
  color: #fff;
  font-weight: 500;
}

.c-refunds-link__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.c-footer__text {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.c-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.c-filter.is--small {
  margin-bottom: 42px;
}

.c-filter.is--full-width {
  margin-bottom: 0px;
  padding-left: 5%;
}

.c-filter.is--full-width.has--padding {
  padding-right: 5%;
  padding-left: 5%;
}

.c-dropdown {
  z-index: 0;
  height: 64px;
  margin-right: 40px;
  padding-right: 48px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #f5f6f7;
  text-align: center;
}

.c-dropdown__label {
  line-height: 64px;
  font-weight: 500;
}

.c-filter__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #f5f6f7;
}

.c-filter__heading {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  line-height: 32px;
}

.c-legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.c-legend.has--margin {
  margin-bottom: 32px;
  padding-top: 0px;
}

.c-legend__key {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.c-legend__key.is--red {
  margin-right: 24px;
  color: #ff2661;
}

.c-legend__key.is--green {
  color: #00c98e;
}

.c-legend__icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-style: solid;
  border-width: 4px;
  border-radius: 50%;
  text-indent: 20px;
}

.c-filter__nav {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-filter__nav-item {
  height: 100%;
  padding: 0px 24px;
  background-color: transparent;
  color: #9797a1;
  text-align: center;
}

.c-filter__nav-item.is--active {
  border-bottom: 2px solid #3148ff;
  color: #111;
  font-weight: 700;
}

.c-summary__block.is--top {
  margin-bottom: 42px;
}

.c-summary__subheading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #9797a1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.c-summary__difference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 16px;
  font-weight: 500;
}

.c-summary__difference.is--positive {
  color: #00c98e;
}

.c-summary__difference.is--negative {
  color: #ff2661;
}

.l-section {
  margin-bottom: 120px;
}

.l-section.is--last {
  margin-bottom: 0px;
}

.l-section.is--full-width {
  position: relative;
  margin-bottom: 0px;
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: 2px solid #f5f6f7;
}

.l-section.is--full-width.has--no-border {
  border-bottom-width: 0px;
}

.l-section.is--full-width.has--no-padding {
  padding-right: 0%;
  padding-left: 0%;
}

.c-profile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9797a1;
  text-decoration: none;
}

.c-profile.is--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-profile.is--stacked {
  margin-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.c-avatar {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.c-avatar.is--medium {
  width: 96px;
  height: 96px;
  margin-right: 0px;
  margin-bottom: 28px;
}

.c-avatar.is--medium.is--middle {
  margin-right: auto;
  margin-left: auto;
}

.c-avatar.is--medium.has--small-adding {
  margin-bottom: 12px;
}

.c-avatar.is--reversed {
  margin-right: 0px;
  margin-left: 16px;
}

.c-avatar.is--big {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.c-profile__user.is--right {
  text-align: right;
}

.c-profile__name {
  color: #111;
  font-weight: 500;
}

.c-profile__name.is--white {
  color: #fff;
}

.c-profile__name.is--big {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.c-profile__email {
  color: #9797a1;
}

.c-profile__email.is--big {
  font-size: 20px;
}

.c-dropdown__toggle {
  position: relative;
  padding: 0px;
}

.c-dropdown__icon {
  top: 24px;
  right: -24px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.c-button {
  height: 64px;
  padding: 0px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #f5f6f7;
  color: #111;
  line-height: 64px;
  font-weight: 700;
}

.c-button.has--count {
  color: #9797a1;
}

.c-button.is--deactivated {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  background-color: rgba(151, 151, 161, 0.1);
  color: #9797a1;
  font-weight: 500;
  text-align: center;
}

.c-button.is--deactivated.has--margin-bottom {
  margin-bottom: 48px;
}

.c-button.is--active {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  background-color: #3148ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.c-button.is--active.has--padding-bottom {
  margin-bottom: 48px;
}

.c-widget__details {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-widget__value {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 56px;
}

.c-widget__heading {
  margin-bottom: 52px;
  color: #9797a1;
}

.c-widget__block.is--first {
  border-right: 1px solid #f5f6f7;
}

.c-widget__figure {
  font-weight: 500;
}

.c-widget__label {
  margin-bottom: 28px;
  color: #9797a1;
}

.c-widget__difference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.c-widget__difference.is--positive {
  color: #00c98e;
}

.c-widget__difference.is--negative {
  color: #ff2661;
}

.c-widget__icon {
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  border-radius: 50%;
  background-color: rgba(49, 72, 255, 0.1);
  background-image: url('../images/currency.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.c-widget__visual {
  position: absolute;
  left: 0%;
  top: 48px;
  right: 0%;
  bottom: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.c-widget {
  position: relative;
  margin-bottom: 44px;
  padding-top: 112px;
  padding-bottom: 48px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f6f7;
  border-radius: 12px;
  text-align: center;
}

.c-overview {
  padding-top: 80px;
  padding-bottom: 80px;
  border-right: 2px solid #f5f6f7;
  text-align: center;
}

.c-overview.c-overview__widget--last {
  border: 1px none #000;
}

.c-overview.is--last {
  border-right-style: none;
}

.c-overview__visual {
  margin-bottom: 32px;
}

.c-overview__heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 56px;
}

.c-overview__description {
  margin-bottom: 48px;
  color: #9797a1;
}

.c-overview__difference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}

.c-overview__difference.is--positive {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00c98e;
}

.c-overview__difference.is--negative {
  color: #ff2661;
}

.c-dropdown__list.w--open {
  left: 0px;
  margin-top: 4px;
  border-radius: 8px;
  background-color: #f5f6f7;
}

.c-summary {
  position: relative;
}

.c-summary__heading {
  margin-top: 0px;
  margin-bottom: 36px;
  line-height: 32px;
}

.c-summary__heading.has--small-margin {
  margin-bottom: 20px;
}

.c-summary__overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.c-summary__overview.is--last {
  margin-bottom: 0px;
}

.c-summary__overview.has--no-margin {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-summary__value {
  margin-bottom: 12px;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

.c-summary__date {
  margin-bottom: 44px;
  color: #3148ff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.c-summary__icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f5f6f7;
  background-image: url('../images/arrow-neutral.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.c-summary__icon.is--positive {
  background-color: rgba(0, 201, 142, 0.1);
  background-image: url('../images/arrow-positive.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.c-summary__icon.is--negative {
  background-color: rgba(255, 38, 97, 0.1);
  background-image: url('../images/arrow-negative.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.c-summary__icon.is--address {
  background-color: rgba(49, 72, 255, 0.1);
  background-image: none;
}

.c-summary__text {
  margin-bottom: 0px;
  color: #9797a1;
  line-height: 24px;
}

.c-summary__highlight {
  font-weight: 500;
}

.c-summary__highlight.is--positive {
  color: #00c98e;
}

.c-summary__highlight.is--negative {
  color: #ff2661;
}

.c-table__entry {
  display: -ms-grid;
  display: grid;
  margin-bottom: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 3.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f5f6f7;
  color: #9797a1;
}

.c-table__entry.has--5-columns {
  -ms-grid-columns: 2fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 0.25fr;
  border-bottom-color: rgba(151, 151, 161, 0.2);
}

.c-table__entry.has--3-columns {
  -ms-grid-columns: 2fr 1.25fr 0.5fr;
  grid-template-columns: 2fr 1.25fr 0.5fr;
}

.c-table.is--hidden {
  display: none;
}

.c-table__value {
  color: #111;
  font-weight: 500;
}

.c-table__value.is--paid {
  color: #00c98e;
}

.c-table__value.is--failed {
  color: #ff2661;
}

.c-table__value.is--paid {
  color: #00c98e;
}

.c-table__value.is--failed {
  color: #ff2661;
}

.c-table__header {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 3.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 3.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px solid #f5f6f7;
}

.c-table__head {
  padding-bottom: 28px;
  color: #9797a1;
}

.c-table__head.is--active {
  margin-bottom: -2px;
  border-bottom: 2px solid #3148ff;
  color: #111;
  font-weight: 500;
}

.c-table__footer {
  text-align: center;
}

.c-table__content {
  margin-bottom: 80px;
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.c-breakdown {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-heading {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 32px;
}

.c-heading.has-small-padding {
  margin-bottom: 32px;
}

.c-heading__highlight {
  display: block;
  color: #9797a1;
}

.c-breakdown__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 2.25fr 0.5fr;
  grid-template-columns: 0.25fr 2.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f5f6f7;
  color: #9797a1;
  font-weight: 500;
}

.c-breakdown__item.is--red {
  color: #ff2661;
}

.c-breakdown__item.is--blue {
  color: #3148ff;
}

.c-breakdown__item.is--green {
  color: #00c98e;
}

.c-breakdown__item.is--gold {
  color: #ffba34;
}

.c-breakdown__item.is--pink {
  color: #e8d;
}

.c-breakdown__item.is--last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.c-breakdown__icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #9797a1;
  border-radius: 50%;
}

.c-breakdown__icon.is--red {
  border-color: #ff2661;
}

.c-breakdown__icon.is--blue {
  border-color: #3148ff;
}

.c-breakdown__icon.is--green {
  border-color: #00c98e;
}

.c-breakdown__icon.is--gold {
  border-color: #ffba34;
}

.c-breakdown__icon.is--pink {
  border-color: #e8d;
}

.c-breakdown__value {
  margin-left: auto;
  color: #111;
  text-align: right;
}

.c-breakdown__value.is--requested {
  color: #ff2661;
}

.c-breakdown__value.is--paid {
  color: #00c98e;
}

.l-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr;
  grid-template-columns: 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.l-grid.is--big-small {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.l-grid.has--4-columns {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.l-grid.has--2-columns {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.l-grid.is--small-big {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.l-grid.has--3-columns {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.l-grid.has--3-columns.has--gutters {
  grid-column-gap: 16px;
}

.l-grid.has--3-columns.has--border-bottom {
  border-bottom: 2px solid #f5f6f7;
}

.c-visual {
  margin-bottom: 0px;
}

.c-visual.has--margin-right {
  margin-right: 36px;
}

.c-visual.is--line-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
}

.c-locations {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 400px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../images/map.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.c-map__pin {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-map__pin.is--red {
  left: 531px;
  top: 212px;
  color: #ff2661;
}

.c-map__pin.is--gold {
  left: 705px;
  top: 381px;
  color: #ffba34;
}

.c-map__pin.is--blue {
  left: 740px;
  top: 547px;
  color: #3148ff;
}

.c-map__pin.is--green {
  left: 771px;
  top: 682px;
  color: #00c98e;
}

.c-map__pin.is--aqua {
  left: 688px;
  top: 717px;
  display: none;
  color: #90d2ea;
}

.c-map__pin.is--pink {
  left: 347px;
  top: 477px;
  color: #e8d;
}

.c-map__pin.is--orange {
  left: 255px;
  top: 580px;
  color: #f34733;
}

.c-map__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 4px solid #000;
  border-radius: 50%;
}

.c-map__icon.is--red {
  border-color: #ff2661;
}

.c-map__icon.is--gold {
  border-color: #ffba34;
}

.c-map__icon.is--blue {
  border-color: #3148ff;
}

.c-map__icon.is--green {
  border-color: #00c98e;
}

.c-map__icon.is--aqua {
  border-color: #90d2ea;
}

.c-map__icon.is--pink {
  border-color: #e8d;
}

.c-map__icon.is--orange {
  border-color: #f34733;
}

.c-map__label {
  font-weight: 500;
}

.c-map__value {
  display: block;
  color: #9797a1;
  font-weight: 400;
}

.c-footer__branding {
  width: 100%;
}

.l-foot {
  padding-top: 120px;
  text-align: center;
}

.c-back__icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: rgba(151, 151, 161, 0.2);
  background-image: url('../images/arrow-left.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.c-back__text {
  color: #111;
  font-weight: 500;
}

.c-header__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('../images/refunds.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-header__heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 32px;
}

.c-header__text {
  color: #9797a1;
  font-size: 20px;
  line-height: 24px;
}

.c-user {
  padding: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5f6f7;
  border-radius: 8px;
}

.c-bank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-bank__icon {
  width: 20px;
  height: 20px;
  border: 4px solid #000;
  border-radius: 50%;
}

.c-bank__icon.is--barclays {
  margin-right: 12px;
  border-color: #00afe9;
}

.c-bank__icon.is--starling {
  margin-right: 12px;
  border-color: #7433ff;
}

.c-bank__icon.is--starling.has--margin-left {
  margin-right: 0px;
  margin-left: 12px;
}

.c-table__toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(151, 151, 161, 0.1);
}

.c-profile__circle {
  position: absolute;
  left: 28px;
  top: -4px;
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #3148ff;
}

.c-profile__value {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.c-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f7;
  text-decoration: none;
}

.c-header__number {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.c-onboard__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-onboard__branding {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffba34;
}

.l-onboard {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-onboard__brand-image {
  width: 100%;
}

.c-onboard__block {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-onboard__block.is--email {
  display: block;
}

.c-onboard__block.is--password {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-onboard__block.is--loading {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-onboard__heading {
  margin-top: 0px;
  margin-bottom: 64px;
  color: #fff;
  font-size: 40px;
}

.c-onboard__heading.has--small-margin {
  margin-bottom: 16px;
}

.c-onboard__form {
  margin-bottom: 44px;
}

.c-onboard__help {
  width: 50%;
  height: 15vh;
  margin-bottom: 0px;
  color: rgba(151, 151, 161, 0.5);
  font-size: 20px;
}

.c-onboard__help-link {
  color: #3148ff;
  font-weight: 500;
}

.c-onboard__email {
  margin-bottom: 64px;
  color: rgba(151, 151, 161, 0.5);
  font-size: 20px;
}

.c-onboard__spinner {
  width: 40px;
}

.l-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-padding.has--border-left {
  padding-left: 64px;
  border-left: 2px solid #f5f6f7;
}

.l-padding.has--border-right {
  padding-right: 64px;
  border-right: 2px solid #f5f6f7;
}

.l-grid__item {
  padding: 80px 15%;
}

.l-grid__item.is--first {
  padding-right: 64px;
  border-right: 2px solid #f5f6f7;
}

.l-grid__item.is--last {
  padding-left: 64px;
}

.l-grid__item.has--border-right {
  border-right: 2px solid #f5f6f7;
}

.c-back__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f7;
  text-decoration: none;
}

.c-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-intro.has--margin-bottom {
  margin-bottom: 80px;
}

.c-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url('../images/arrow-neutral.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 0px;
  line-height: 20px;
}

.c-icon.is--negative {
  background-image: url('../images/arrow-negative.svg');
  background-size: 16px;
}

.c-icon.is--positive {
  background-image: url('../images/arrow-positive.svg');
  background-size: 16px;
}

.c-summary__icon-letter {
  color: #3148ff;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.c-main__footer {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .c-onboard__block.is--email {
    display: none;
  }
  .c-onboard__block.is--password {
    display: block;
  }
}

#w-node-ca92c77d4131-fd00f6c9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b95722f3fb83-fd00f6c9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

