.components-accessibilitytext {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.components-arrow-holder {
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  border: none;
  top: -9px; }
  .components-arrow-holder .components-arrow-arrow {
    width: 8.48526px;
    height: 8.48526px;
    margin: 1.75737px; }
  .components-arrow-holder .components-arrow-holder {
    width: 12px;
    height: 6px; }

.components-arrow-arrow {
  border: 1px solid #646068;
  background-color: #f5f5f5;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  box-sizing: border-box;
  transform: rotate(45deg); }

.auto-suggest-component {
  width: 335px; }
  @media screen and (min-width: 720px) {
    .auto-suggest-component {
      width: 367px; } }
  @media screen and (min-width: 960px) {
    .auto-suggest-component {
      width: 449px; } }
  .auto-suggest-component .combo-box-input {
    padding: 0 20px;
    border: 1px solid #646068;
    border-radius: 8px;
    font-size: 16px;
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
    background: no-repeat 97% 50% url("assets/images/magnifyingGlass.svg");
    background-color: #ffffff;
    border-radius: 8px;
    color: #000000; }
    .auto-suggest-component .combo-box-input:focus, .auto-suggest-component .combo-box-input:active {
      border: 1px solid #5e10b1;
      border-radius: 8px; }
  .auto-suggest-component .combo-box-suggestions-container-open {
    border: 1px solid #cccfd0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 181px;
    background-color: #ffffff;
    margin-top: 5px;
    scrollbar-width: thin;
    scrollbar-color: #5e10b1 #ffffff; }
    .auto-suggest-component .combo-box-suggestions-container-open::-webkit-scrollbar {
      width: 24px; }
    .auto-suggest-component .combo-box-suggestions-container-open::-webkit-scrollbar-thumb {
      background-color: #5e10b1;
      border-left: 8px solid #ffffff;
      border-right: 8px solid #ffffff; }
  .auto-suggest-component .combo-box-suggestions-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .auto-suggest-component .combo-box-suggestion {
    padding: 13px; }
    .auto-suggest-component .combo-box-suggestion:before {
      display: none; }
    .auto-suggest-component .combo-box-suggestion-highlighted {
      background-color: #f2eaf9;
      border: 1px solid #5e10b1; }
      .auto-suggest-component .combo-box-suggestion-highlighted .matched {
        font-weight: bold; }

.components-button-wrapper.primary, .components-button-wrapper.secondary {
  width: 100%;
  display: flex; }

.components-button-wrapper.svg-button {
  width: auto; }

.components-button-wrapper.padded {
  padding: 24px 0 0; }

.components-button-wrapper .components-button {
  font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
  padding: 0 12px;
  border-style: none;
  text-align: center;
  box-sizing: border-box; }
  .components-button-wrapper .components-button:not(.svg-button) {
    border-radius: 25px; }
  .components-button-wrapper .components-button.primary {
    line-height: 26px;
    margin: 32px 8px 36px;
    height: 50px;
    background-color: #5e10b1;
    color: #ffffff;
    font-size: 18px;
    transition-property: width, padding, margin;
    transition-duration: 0.18s;
    width: 100%;
    padding: 12px 32px; }
    @media screen and (min-width: 720px) {
      .components-button-wrapper .components-button.primary {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 32px 0 32px 16px;
        width: auto; } }
    .components-button-wrapper .components-button.primary:not(.svg-button):active, .components-button-wrapper .components-button.primary:not(.svg-button):focus, .components-button-wrapper .components-button.primary:not(.svg-button):hover {
      cursor: pointer; }
    .components-button-wrapper .components-button.primary:not(.svg-button):focus {
      outline: 6px double #5e10b1; }
    .components-button-wrapper .components-button.primary:not(.svg-button):active, .components-button-wrapper .components-button.primary:not(.svg-button):hover {
      background-color: #3c1053; }
  .components-button-wrapper .components-button.secondary {
    line-height: 26px;
    height: 50px;
    width: 100%;
    padding: 12px 32px;
    background-color: transparent;
    color: #5e10b1;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid #5e10b1;
    transition-property: width, padding, margin, border;
    transition-duration: 0.18s; }
    @media screen and (min-width: 720px) {
      .components-button-wrapper .components-button.secondary {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto; } }
    .components-button-wrapper .components-button.secondary:active, .components-button-wrapper .components-button.secondary:hover, .components-button-wrapper .components-button.secondary:focus {
      cursor: pointer; }
    .components-button-wrapper .components-button.secondary:focus {
      border: none;
      outline: 6px double #5e10b1; }
    .components-button-wrapper .components-button.secondary:active, .components-button-wrapper .components-button.secondary:hover {
      background-color: #f2eaf9;
      border: 2px solid #3c1053; }
    .components-button-wrapper .components-button.secondary.disabled {
      cursor: default; }
  .components-button-wrapper .components-button.action {
    border-radius: 0;
    font-size: 18px;
    padding: 0;
    background-color: transparent;
    color: #5e10b1;
    fill: #5e10b1;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    line-height: 26px; }
    .components-button-wrapper .components-button.action:hover {
      text-decoration: none; }
    .components-button-wrapper .components-button.action:focus {
      border: 2px solid #5e10b1;
      outline: 0;
      padding: 4px; }
    .components-button-wrapper .components-button.action:active {
      color: #3c1053;
      fill: #3c1053;
      text-decoration: none; }
    .components-button-wrapper .components-button.action:focus:active {
      border: none;
      color: #3c1053;
      fill: #3c1053;
      outline: 0;
      padding: 0;
      text-decoration: none; }
    .components-button-wrapper .components-button.action.disabled {
      cursor: default;
      color: #f5f5f5; }
  .components-button-wrapper .components-button.exit {
    border: none;
    box-shadow: none;
    background-color: #5a287d;
    border-radius: 0;
    min-width: 93px;
    font-size: 14px; }
    .components-button-wrapper .components-button.exit:focus, .components-button-wrapper .components-button.exit:hover {
      cursor: pointer; }
      .components-button-wrapper .components-button.exit:focus span, .components-button-wrapper .components-button.exit:hover span {
        text-decoration: underline; }
    @media screen and (min-width: 720px) {
      .components-button-wrapper .components-button.exit {
        font-size: 18px; } }
    .components-button-wrapper .components-button.exit span {
      line-height: 24px;
      text-shadow: none;
      padding-right: 10px;
      vertical-align: middle;
      color: #ffffff; }
    .components-button-wrapper .components-button.exit svg {
      vertical-align: middle; }
    .components-button-wrapper .components-button.exit.disabled {
      cursor: default; }
  .components-button-wrapper .components-button.svg-button {
    height: 22px;
    width: 22px;
    background: transparent;
    margin: 0;
    padding: 0; }
    .components-button-wrapper .components-button.svg-button:focus {
      outline: none;
      border: 1px solid #5e10b1; }
    .components-button-wrapper .components-button.svg-button .icons-icon {
      height: 100%;
      width: 100%;
      vertical-align: unset; }
  .components-button-wrapper .components-button.timeout-continue-button {
    color: #ffffff;
    fill: #ffffff; }
    .components-button-wrapper .components-button.timeout-continue-button:hover {
      text-decoration: underline; }

.components-button-collapse {
  margin-bottom: 16px; }
  .components-button-collapse .components-button.action {
    margin: 0 0 4px;
    text-align: left;
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    color: #5e10b1;
    fill: #5e10b1;
    text-decoration: underline; }
    @media screen and (min-width: 720px) {
      .components-button-collapse .components-button.action {
        font-size: 16px; } }
    .components-button-collapse .components-button.action > div {
      display: flex; }
    .components-button-collapse .components-button.action:focus {
      outline: 1px solid #5e10b1;
      padding: 0 8px 0 8px; }
    .components-button-collapse .components-button.action--disabled {
      cursor: default;
      color: #f5f5f5; }
    .components-button-collapse .components-button.action svg {
      width: 16px;
      margin-top: 1px; }
      @media screen and (min-width: 720px) {
        .components-button-collapse .components-button.action svg {
          margin-top: 2px; } }
    .components-button-collapse .components-button.action:hover {
      text-decoration: underline; }
  .components-button-collapse .components-collapse-contents {
    display: flex;
    flex-direction: column;
    width: 304px; }
    @media screen and (min-width: 720px) {
      .components-button-collapse .components-collapse-contents {
        width: 448px; } }
    @media screen and (min-width: 960px) {
      .components-button-collapse .components-collapse-contents {
        width: 608px; } }
    .components-button-collapse .components-collapse-contents .components-smallprint {
      font-size: 14px;
      line-height: 18px;
      margin: 16px 16px 0px 16px; }
      .components-button-collapse .components-collapse-contents .components-smallprint .components-link {
        font-size: 14px; }
    .components-button-collapse .components-collapse-contents p,
    .components-button-collapse .components-collapse-contents ul {
      padding-bottom: 8px;
      margin: 0;
      width: auto; }
      .components-button-collapse .components-collapse-contents p:last-child,
      .components-button-collapse .components-collapse-contents ul:last-child {
        padding-bottom: 0; }
    @media screen and (min-width: 720px) {
      .components-button-collapse .components-collapse-contents {
        flex-direction: row; }
        .components-button-collapse .components-collapse-contents .components-smallprint {
          flex-direction: column;
          line-height: 16px; }
        .components-button-collapse .components-collapse-contents ul {
          margin-left: 16px; } }
  .components-button-collapse .button-disabled {
    margin-top: 16px; }
  .components-button-collapse.accordion:last-child .components-button.action {
    margin-bottom: 0px; }
  .components-button-collapse.accordion .pay-tax {
    padding-bottom: 2px; }
  .components-button-collapse.accordion .components-button.action {
    font-size: 16px;
    line-height: 26px;
    text-underline-offset: 5px; }
    .components-button-collapse.accordion .components-button.action svg {
      fill: #5e10b1;
      height: 24px;
      flex: 0 0 24px;
      margin-right: 8px;
      transition: transform .5s;
      width: 24px; }
    .components-button-collapse.accordion .components-button.action .display-text {
      background-image: linear-gradient(#5e10b1, #5e10b1);
      background-repeat: no-repeat;
      background-size: 100% 0;
      background-position-y: bottom;
      color: #5e10b1;
      letter-spacing: 0.2px;
      padding-bottom: 2px;
      transition: background-size .5s; }
    .components-button-collapse.accordion .components-button.action:hover {
      text-decoration: none; }
      .components-button-collapse.accordion .components-button.action:hover .display-text {
        background-size: 0 1px; }
        @media screen and (min-width: 720px) {
          .components-button-collapse.accordion .components-button.action:hover .display-text {
            background-size: 0 2px; } }
    .components-button-collapse.accordion .components-button.action.open svg {
      transform: rotate(135deg); }
  .components-button-collapse.accordion .components-collapse-contents {
    border: none;
    flex-direction: column;
    padding: 0 0 0 32px;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px; }
    .components-button-collapse.accordion .components-collapse-contents p,
    .components-button-collapse.accordion .components-collapse-contents ul {
      margin: 8px 0; }
    .components-button-collapse.accordion .components-collapse-contents > ul:first-child {
      padding-left: 0;
      margin-left: 16px; }
    .components-button-collapse.accordion .components-collapse-contents button.close {
      font-size: 16px;
      color: #5e10b1;
      text-decoration: underline;
      margin: 0 0 16px; }
      .components-button-collapse.accordion .components-collapse-contents button.close:hover {
        text-decoration: none; }
    @media screen and (min-width: 720px) {
      .components-button-collapse.accordion .components-collapse-contents {
        box-sizing: border-box; } }

.components-button-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .components-button-group .action-buttons {
    flex-direction: column; }
    @media screen and (min-width: 720px) {
      .components-button-group .action-buttons {
        flex-direction: row; } }
  .components-button-group div {
    display: flex; }
    .components-button-group div.secondary-button {
      align-items: center;
      justify-content: center; }
      .components-button-group div.secondary-button .components-button.action {
        height: 24px;
        margin: 0px 0px 16px 0px; }
      .components-button-group div.secondary-button .components-button.secondary {
        margin: 0px 8px 16px; }
      .components-button-group div.secondary-button .components-button.action, .components-button-group div.secondary-button .components-button.secondary {
        width: 100%; }
        @media screen and (min-width: 720px) {
          .components-button-group div.secondary-button .components-button.action, .components-button-group div.secondary-button .components-button.secondary {
            margin-left: 40px;
            margin-bottom: 0px; } }
    .components-button-group div.navigation-button {
      width: fit-content; }
      .components-button-group div.navigation-button .components-button.action {
        margin: 0px 0px 32px 8px; }
        @media screen and (min-width: 720px) {
          .components-button-group div.navigation-button .components-button.action {
            margin-left: 16px; } }

.calendar-input-picker {
  box-sizing: border-box;
  width: 335px;
  height: 318px;
  margin-top: 4px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #cccfd0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  .calendar-input-picker .month-year-container {
    color: #333333;
    display: flex;
    font-size: 18px;
    padding-bottom: 8px;
    text-align: center; }
  .calendar-input-picker .month-year-icon {
    height: 18px; }
    .calendar-input-picker .month-year-icon-wrapper {
      display: inherit;
      width: 25px; }
  .calendar-input-picker .month-year-display {
    flex-basis: 100%; }
    .calendar-input-picker .month-year-display:first-child {
      margin-left: 25px; }
    .calendar-input-picker .month-year-display:last-child {
      margin-right: 25px; }
    .calendar-input-picker .month-year-display span {
      vertical-align: middle; }
      .calendar-input-picker .month-year-display span:first-child {
        padding-right: 5px; }
  .calendar-input-picker .day-picker ul li:before {
    display: none; }
  .calendar-input-picker .day-picker-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0; }
    .calendar-input-picker .day-picker-list li {
      margin: 0 2px 2px 2px;
      padding-left: 0; }
      .calendar-input-picker .day-picker-list li:last-child {
        margin-bottom: 0; }
  .calendar-input-picker .day-picker-days-container {
    padding-bottom: 2px;
    border-bottom: 1px solid #cccfd0; }
  .calendar-input-picker .day-picker-days {
    display: flex;
    text-align: center;
    list-style: none;
    justify-content: center;
    color: #333333;
    margin: 0; }
    .calendar-input-picker .day-picker-days li {
      width: 18px;
      height: 26px;
      font-size: 14px;
      padding: 11px;
      margin: 0 4px 0 0; }
      .calendar-input-picker .day-picker-days li:last-child {
        margin: 0; }
  .calendar-input-picker .day-picker-item {
    width: 40px;
    height: 40px; }
  .calendar-input-picker .day-button-base {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-decoration: none; }
    .calendar-input-picker .day-button-base:not(.day-button-disabled):hover div {
      color: #5a287d; }
  .calendar-input-picker .day-button-disabled .day-date-base div {
    color: #b3b3b3; }
  .calendar-input-picker .day-date-base {
    color: #333333;
    height: 95%;
    line-height: 36px; }
  .calendar-input-picker .day-date-active:hover {
    background-color: #f5f5f5;
    border-radius: 25px; }
  .calendar-input-picker .day-date-selected {
    color: #ffffff;
    background-color: #5e10b1;
    border-radius: 25px; }

.calendar-input-container .components-group-base, .calendar-input-container .components-group-item-border {
  border: none;
  flex-direction: column; }

.calendar-input-container .components-button-wrapper .components-button.action {
  font-size: 16px;
  text-decoration: none; }

.calendar-input-container .components-input {
  width: 367px; }
  .calendar-input-container .components-input input {
    background: url("assets/images/small/calendar.png") no-repeat 97% 50% #ffffff;
    color: #646068;
    font-size: 18px;
    width: 335px; }
  @media screen and (min-width: 960px) {
    .calendar-input-container .components-input {
      width: 449px; }
      .calendar-input-container .components-input input {
        width: 415px; } }

.calendar-input-container.focussed .components-input {
  width: 367px; }
  @media screen and (min-width: 960px) {
    .calendar-input-container.focussed .components-input {
      width: 449px; } }

.calendar-input-container.error {
  border: none; }
  .calendar-input-container.error .components-group-base {
    min-height: 50px; }
  .calendar-input-container.error .components-input input {
    border: 4px solid #cf223f;
    box-sizing: border-box;
    width: 100%; }

.components-card {
  background-color: #f2f2f8;
  padding: 16px 8px;
  color: #646068;
  font-size: 16px; }
  @media screen and (min-width: 720px) {
    .components-card {
      padding: 24px 16px;
      width: 448px; } }
  @media screen and (min-width: 960px) {
    .components-card {
      width: 608px; } }
  .components-card ul {
    margin-left: 16px;
    padding-left: 0;
    list-style: none; }
    .components-card ul li {
      margin-bottom: 8px;
      position: relative;
      padding-left: 20px;
      font-size: 16px;
      line-height: 26px; }
      .components-card ul li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 10px;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #646068; }
  .components-card .bold-text:not(span) {
    color: #333333; }
  .components-card.card-light {
    background-color: #ffffff;
    border: 1px #ffffff;
    border-radius: 8px; }
    .components-card.card-light input:read-only {
      background-color: #ffffff;
      color: #000000; }
    .components-card.card-light .card-light-paragraph p:nth-of-type(1) {
      font-weight: bold; }
  .components-card > p:first-child {
    margin-top: 0; }
  .components-card > p:last-child {
    margin-bottom: 0; }
  .components-card.contrast-card, .components-card.callout-card, .components-card.durable-medium-card {
    background-color: #ffeae6; }
    .components-card.contrast-card .bold-text, .components-card.callout-card .bold-text, .components-card.durable-medium-card .bold-text {
      color: #646068; }
  .components-card.add-customer {
    padding: 16px 8px 24px; }
    @media screen and (min-width: 720px) {
      .components-card.add-customer {
        padding: 8px 16px 16px; } }
    .components-card.add-customer .components-button-wrapper .components-button.secondary {
      margin: 0; }
  .components-card.callout-card {
    padding: 32px 8px 16px; }
    @media screen and (min-width: 720px) {
      .components-card.callout-card {
        padding: 40px 16px 24px; }
        .components-card.callout-card > * {
          max-width: 448px; } }
    @media screen and (min-width: 960px) {
      .components-card.callout-card > * {
        max-width: 608px; } }
    .components-card.callout-card.large-text {
      font-size: 20px;
      line-height: 24px; }
      @media screen and (min-width: 720px) {
        .components-card.callout-card.large-text {
          line-height: 32px; } }
  .components-card.content-card .help-links {
    margin: 32px 0; }
    @media screen and (min-width: 720px) {
      .components-card.content-card .help-links {
        margin: 48px 0; } }
  .components-card.content-card.address-card span {
    font-weight: bold; }
  .components-card.content-card.address-card div span {
    display: flex;
    font-weight: normal; }
  .components-card.content-card.address-card .existing-address {
    margin: 16px 0; }
  .components-card.content-card.switcher-card {
    padding-bottom: 0; }
    .components-card.content-card.switcher-card label {
      margin-bottom: 4px;
      line-height: 26px; }
  .components-card.move-in-date .date-input-item label {
    color: #333333;
    font-size: 12px; }
    @media screen and (min-width: 720px) {
      .components-card.move-in-date .date-input-item label {
        font-size: 14px; } }
  .components-card.failure-card {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 8px;
    padding: 16px 8px; }
    @media screen and (min-width: 720px) {
      .components-card.failure-card {
        margin: 16px;
        padding: 24px 0 24px 24px; } }
    .components-card.failure-card div {
      display: flex; }
      .components-card.failure-card div div {
        flex-direction: column;
        padding-right: 24px; }
        .components-card.failure-card div div p {
          margin-top: 0; }
        @media screen and (min-width: 720px) {
          .components-card.failure-card div div {
            padding-right: 40px; } }
    .components-card.failure-card h3 {
      color: #5e10b1; }
    @media screen and (min-width: 720px) {
      .components-card.failure-card h3, .components-card.failure-card h4, .components-card.failure-card p {
        width: 448px; } }
    @media screen and (min-width: 960px) {
      .components-card.failure-card h3, .components-card.failure-card h4, .components-card.failure-card p {
        width: 608px; } }
    .components-card.failure-card img {
      width: 120px;
      height: 120px; }
  .components-card.first-card {
    padding: 32px 8px 16px; }
    @media screen and (min-width: 720px) {
      .components-card.first-card {
        padding: 40px 16px 24px; } }
  .components-card.full-width {
    width: auto; }
  .components-card.funding-summary {
    display: flex;
    justify-content: space-between; }
    .components-card.funding-summary div p {
      margin-bottom: 16px; }
    .components-card.funding-summary .sao-field.read-only {
      padding-bottom: 16px; }
      .components-card.funding-summary .sao-field.read-only label {
        margin-bottom: 16px; }
      .components-card.funding-summary .sao-field.read-only input {
        font-size: 20px;
        height: 24px;
        padding-right: 0; }
  .components-card.greyscale-lightest-card {
    background-color: #f5f5f5; }
  .components-card.illustration-card {
    background-color: #3c1053; }
    .components-card.illustration-card h3, .components-card.illustration-card p {
      color: #ffffff; }
  .components-card.joints-account-info {
    margin-bottom: 20px; }
    .components-card.joints-account-info input.components-input {
      font-size: 20px;
      height: 24px;
      margin-bottom: 20px; }
  .components-card.left-image-card {
    display: flex; }
    .components-card.left-image-card img {
      align-items: flex-start;
      margin-right: 20px;
      width: 24px;
      height: 24px; }
    .components-card.left-image-card p:first-child {
      margin-top: 0; }
    .components-card.left-image-card p:last-child {
      margin-bottom: 0; }
    .components-card.left-image-card .title {
      color: #5a287d;
      width: 100%; }
    .components-card.left-image-card .content {
      align-items: center; }
  .components-card.notification-card {
    display: flex;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    margin: 0 8px; }
    .components-card.notification-card.bottom-spacing {
      padding-bottom: 24px; }
    .components-card.notification-card.summary-info-panel {
      margin-top: 24px; }
      @media screen and (min-width: 720px) {
        .components-card.notification-card.summary-info-panel {
          padding: 16px 16px 16px 24px; } }
    .components-card.notification-card img {
      margin: 0 16px 0 0; }
    .components-card.notification-card p:first-child, .components-card.notification-card p:last-child {
      margin-top: 0;
      margin-bottom: 0; }
    .components-card.notification-card.confirmation {
      background-color: #ecf4ec;
      border-color: #429448; }
    .components-card.notification-card.error {
      background-color: #fae8eb;
      border-color: #cf223f; }
    .components-card.notification-card.info {
      background-color: #f5f5f5;
      border-color: #333333; }
    .components-card.notification-card.warning {
      background-color: #fef8e5;
      border-color: #fcb900; }
    .components-card.notification-card.inner-card {
      margin-bottom: 16px; }
    @media screen and (min-width: 720px) {
      .components-card.notification-card {
        margin: 0 16px;
        padding: 16px 16px 16px 24px; } }
  .components-card.paper-pend {
    margin-bottom: 24px; }
    .components-card.paper-pend .address {
      padding-bottom: 8px; }
      .components-card.paper-pend .address p {
        margin: 0; }
  .components-card.resizing > * {
    max-width: 304px; }
  @media screen and (min-width: 720px) {
    .components-card.resizing > * {
      max-width: 448px; } }
  @media screen and (min-width: 960px) {
    .components-card.resizing > * {
      max-width: 608px; } }
  .components-card.right-image-card {
    display: flex;
    border-radius: 8px; }
    .components-card.right-image-card.info-panel {
      margin: 8px 0; }
      @media screen and (min-width: 720px) {
        .components-card.right-image-card.info-panel {
          margin: 0 0 8px; } }
      .components-card.right-image-card.info-panel.add-top-margin {
        margin-top: 16px; }
        @media screen and (min-width: 720px) {
          .components-card.right-image-card.info-panel.add-top-margin {
            margin-top: 24px; } }
      .components-card.right-image-card.info-panel.add-side-margins {
        margin-left: 8px;
        margin-right: 8px; }
        @media screen and (min-width: 720px) {
          .components-card.right-image-card.info-panel.add-side-margins {
            margin-left: 16px;
            margin-right: 16px; } }
    .components-card.right-image-card.background-color-mist {
      background-color: #dbedfa; }
    .components-card.right-image-card.background-color-grey {
      background-color: #f2f2f8; }
    .components-card.right-image-card.background-color-white {
      background-color: #ffffff; }
    .components-card.right-image-card.switch {
      padding: 16px;
      flex-direction: column; }
      .components-card.right-image-card.switch .switch-link img {
        height: 56px;
        width: 130px; }
      @media screen and (min-width: 720px) {
        .components-card.right-image-card.switch {
          flex-direction: row; }
          .components-card.right-image-card.switch div p:last-child {
            margin-bottom: 0; }
          .components-card.right-image-card.switch .switch-link {
            padding: 0 32px; } }
    @media screen and (min-width: 720px) {
      .components-card.right-image-card .card-content {
        width: 448px; } }
    @media screen and (min-width: 960px) {
      .components-card.right-image-card .card-content {
        width: 608px; } }
    .components-card.right-image-card .card-content .components-button-group .action-buttons {
      flex-direction: column; }
      @media screen and (min-width: 960px) {
        .components-card.right-image-card .card-content .components-button-group .action-buttons {
          flex-direction: row; } }
      .components-card.right-image-card .card-content .components-button-group .action-buttons .components-button-wrapper .primary, .components-card.right-image-card .card-content .components-button-group .action-buttons .components-button-wrapper .secondary {
        margin-left: 0;
        margin-right: 0; }
      .components-card.right-image-card .card-content .components-button-group .action-buttons .components-button-wrapper .secondary {
        width: 100%; }
        @media screen and (min-width: 720px) {
          .components-card.right-image-card .card-content .components-button-group .action-buttons .components-button-wrapper .secondary {
            width: auto; } }
        @media screen and (min-width: 960px) {
          .components-card.right-image-card .card-content .components-button-group .action-buttons .components-button-wrapper .secondary {
            margin-left: 40px; } }
    .components-card.right-image-card img {
      height: 120px;
      margin-left: 40px;
      width: 120px; }
  .components-card.right-now-card .link-container {
    display: flex;
    flex-direction: column; }
    .components-card.right-now-card .link-container:nth-of-type(2) {
      margin-top: 16px; }
    .components-card.right-now-card .link-container p:nth-of-type(2) {
      margin: 0; }
  .components-card .sao-field:last-child {
    padding-bottom: 0px; }
  .components-card.success-card {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 8px;
    padding: 16px 8px; }
    @media screen and (min-width: 720px) {
      .components-card.success-card {
        margin: 16px;
        padding: 24px 0 24px 24px; } }
    .components-card.success-card div {
      display: flex; }
      .components-card.success-card div div {
        flex-direction: column;
        padding-right: 24px; }
        @media screen and (min-width: 720px) {
          .components-card.success-card div div {
            padding-right: 40px; } }
    .components-card.success-card h3 {
      color: #5e10b1; }
    @media screen and (min-width: 720px) {
      .components-card.success-card h3, .components-card.success-card h4, .components-card.success-card p {
        width: 448px; } }
    @media screen and (min-width: 960px) {
      .components-card.success-card h3, .components-card.success-card h4, .components-card.success-card p {
        width: 608px; } }
    .components-card.success-card p {
      margin: 0; }
  .components-card.warning-card .components-link {
    display: block;
    padding-top: 8px; }
  .components-card.warning-card .post {
    margin: 16px 0; }
    .components-card.warning-card .post p {
      margin-bottom: 0; }
      .components-card.warning-card .post p:first-of-type {
        padding-top: 16px; }
    @media screen and (min-width: 720px) {
      .components-card.warning-card .post {
        margin: 24px 0; } }
  .components-card.flush-left {
    padding-left: 0; }
  .components-card.flush-bottom {
    padding-bottom: 0; }
  .components-card .flex-column {
    display: flex;
    flex-direction: column; }
  .components-card.your-account-panel .accordion {
    padding-top: 24px; }
  .components-card.course-details .hint-text {
    margin-left: 10px; }
  .components-card.ucas-details p:last-child {
    margin-bottom: 0; }
  .components-card.card-light, .components-card.contrast-card, .components-card.callout-card, .components-card.durable-medium-card, .components-card.greyscale-lightest-card, .components-card.illustration-card, .components-card.right-image-card {
    margin: 0 8px 8px;
    padding: 16px 8px; }
    @media screen and (min-width: 720px) {
      .components-card.card-light, .components-card.contrast-card, .components-card.callout-card, .components-card.durable-medium-card, .components-card.greyscale-lightest-card, .components-card.illustration-card, .components-card.right-image-card {
        margin: 0 16px 16px;
        padding: 24px 0 24px 24px; } }

.components-checkbox {
  font-size: 18px;
  position: relative;
  bottom: 5px;
  display: inline-flex;
  flex-direction: row;
  padding: 4px; }
  .components-checkbox .container-checkbox {
    height: 28px;
    min-width: auto; }
    .components-checkbox .container-checkbox.focussed:not(.error) {
      outline: 2px solid #5e10b1;
      outline-offset: 2px; }
  .components-checkbox .checkbox {
    cursor: pointer;
    min-width: 27px;
    height: 27px;
    background: #ffffff;
    border: 1px solid #646068;
    border-radius: 8px;
    outline: 0 none; }
    .components-checkbox .checkbox.checked {
      background: no-repeat center url("assets/images/tick.svg") #5e10b1;
      border: 1px solid #5e10b1; }
      .components-checkbox .checkbox.checked.readonly {
        background-color: #b3b3b3;
        border-color: #b3b3b3; }
      .components-checkbox .checkbox.checked:hover:not(.readonly) {
        background-color: #3c1053;
        border-color: #3c1053; }
    .components-checkbox .checkbox.error {
      border-color: #cf223f;
      outline: 2px solid #cf223f; }
    .components-checkbox .checkbox:hover:not(.error):not(.focussed):not(.checked) {
      border-color: #5e10b1;
      outline: 2px solid #5e10b1; }
  .components-checkbox > span {
    position: relative;
    vertical-align: top;
    padding-left: 8px;
    font-size: 16px;
    color: #646068; }
    @media screen and (min-width: 720px) {
      .components-checkbox > span {
        padding-left: 16px; } }
  .components-checkbox.checked > span {
    color: #333333; }
  .components-checkbox.readonly > span {
    color: #646068; }

.date-input {
  display: flex;
  flex-direction: column; }
  .date-input.day, .date-input.month, .date-input.year_short {
    max-width: 64px; }
  .date-input.year_long {
    max-width: 78px; }
  .date-input-container {
    flex-direction: row;
    align-self: flex-start; }
    .date-input-container span {
      border: none;
      padding-right: 24px; }
  .date-input-item label {
    margin: 0px 0px 8px 0px;
    font-size: 12px; }
  .date-input-item input[type=number] {
    -moz-appearance: textfield; }
  .date-input-item input[type=number]::-webkit-inner-spin-button,
  .date-input-item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .date-input-item .components-input input {
    text-align: center; }
  .date-input-item .components-input.focussed:not(.error) {
    margin-bottom: 0px; }

.display-box-container {
  display: flex;
  border-radius: 8px;
  background-color: #f2eaf9;
  margin-top: 16px;
  font-size: 12px; }
  @media screen and (min-width: 720px) {
    .display-box-container {
      font-size: 14px; } }
  .display-box-container .display-box-heading, .display-box-container .display-box-body {
    box-sizing: border-box;
    padding: 8px;
    width: 50%; }
    @media screen and (min-width: 720px) {
      .display-box-container .display-box-heading, .display-box-container .display-box-body {
        padding: 16px; } }
  .display-box-container .display-box-heading {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #333333; }
  .display-box-container .display-box-body {
    background-color: #ffffff;
    color: #646068;
    border-radius: 0 8px 8px 0; }

.components-group-base {
  border-width: 1px;
  border-style: solid;
  border-color: #646068;
  border-radius: 3px;
  display: flex;
  overflow: hidden; }

.components-group-base-focused {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto; }

.components-group-item-border {
  border-radius: 0;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #646068; }

.components-group-item-noBorder {
  border-width: 0; }

.components-group-item-noFocus:focus {
  outline-style: none; }

.components-horizontalline {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: 1px solid #f5f5f5; }

.components-infobox-container {
  position: relative;
  display: flex; }
  .components-infobox-container .components-infobox-icon {
    height: 100%; }
    .components-infobox-container .components-infobox-icon .icons-icon {
      width: 24px;
      height: 24px; }
  .components-infobox-container .components-infobox-content {
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-left: 16px;
    color: #646068;
    fill: #646068; }

.components-input {
  display: flex;
  font-family: inherit;
  font-size: 16px;
  height: 44px;
  border: 1px solid #646068;
  border-radius: 8px;
  width: 335px;
  outline: none;
  margin: 0 2px 2px 0; }
  @media screen and (min-width: 720px) {
    .components-input {
      width: 367px; } }
  @media screen and (min-width: 960px) {
    .components-input {
      width: 449px; } }
  .components-input.inner-wrapper:hover:not(.error):not(.focussed) {
    border: 2px solid #5e10b1;
    margin: 0; }
  .components-input input {
    padding: 0 16px;
    border: none;
    margin-bottom: 0;
    color: #000000; }
  .components-input input:read-only {
    background-color: #f2f2f8;
    color: #333333; }
  .components-input input:invalid {
    box-shadow: none; }
  .components-input.postcode {
    max-width: 124px; }
  .components-input.flat-number {
    max-width: 124px; }
  .components-input.account-details {
    width: 124px; }
  .components-input.account-number {
    width: 124px; }
  .components-input.bank-account {
    width: 124px;
    border: 1px solid #646068;
    border-radius: 8px; }
  .components-input.security-details {
    width: 124px; }
  .components-input.small-amount {
    width: 124px; }
  .components-input.sort-code {
    width: 124px; }
  .components-input.two-char {
    width: 51px; }
  .components-input.error {
    border: 2px solid #cf223f;
    margin: 0; }
  .components-input.focussed input:focus {
    outline: 0; }
  .components-input.focussed:not(.error) {
    border: 2px solid #5e10b1;
    border-radius: 8px;
    margin: 0; }
  .components-input.symbol {
    display: flex;
    align-items: center;
    background-color: #ffffff; }
    .components-input.symbol span {
      margin: 10px 8px 10px 16px;
      border-style: none; }
      .components-input.symbol span.focussed:not(.error), .components-input.symbol span .error {
        margin: 9px 8px 19px 16px; }
    .components-input.symbol input {
      width: 100%;
      padding: 0;
      -moz-appearance: textfield; }
  @media screen and (min-width: 720px) {
    .components-input.full-width {
      width: 367px; } }
  @media screen and (min-width: 960px) {
    .components-input.full-width {
      width: 449px; } }
  .components-input input[type=number]::-webkit-inner-spin-button, .components-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .components-input input[type='password'] {
    font-family: Arial, Helvetica, sans-serif; }

.input-wrapper {
  display: inline-flex; }
  .input-wrapper .left-button, .input-wrapper .right-button {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px; }
  .input-wrapper .input-length {
    width: 335px;
    white-space: nowrap;
    position: absolute;
    left: -50000px; }
    @media screen and (min-width: 720px) {
      .input-wrapper .input-length {
        width: 367px; } }
    @media screen and (min-width: 960px) {
      .input-wrapper .input-length {
        width: 449px; } }

.components-link {
  color: #5e10b1;
  fill: #5e10b1;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  font-size: 16px; }
  .components-link:focus {
    border: 2px solid #5e10b1;
    outline: 0;
    padding: 4px; }
  .components-link:active {
    color: #3c1053;
    fill: #3c1053;
    text-decoration: none; }
  .components-link:focus:active {
    border: none;
    color: #3c1053;
    fill: #3c1053;
    outline: 0;
    padding: 0;
    text-decoration: none; }
  .components-link:hover {
    text-decoration: none; }
  .components-link.with-image img {
    margin-left: 5px;
    vertical-align: middle; }
  @media screen and (min-width: 720px) {
    .components-link {
      font-size: 16px; } }
  .components-link.button-style-link {
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
    border-style: none;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    line-height: 24px;
    margin: 32px 8px 36px;
    height: 44px;
    background-color: #5e10b1;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 0.18s;
    width: 100%;
    padding: 11px 0px 9px;
    text-decoration: none; }
    @media screen and (min-width: 720px) {
      .components-link.button-style-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 11px 32px 9px;
        margin: 32px 0px 36px 16px;
        width: auto; } }
    .components-link.button-style-link:hover {
      background-color: #3c1053;
      margin: 36px 12px 32px;
      padding: 9px 0px 7px;
      width: calc(100% - 8px);
      text-decoration: underline;
      cursor: pointer;
      border: none;
      transition-duration: 0.18s; }
      @media screen and (min-width: 720px) {
        .components-link.button-style-link:hover {
          width: auto;
          padding: 9px 28px;
          margin: 36px 4px 32px 20px; } }

.components-radio-group {
  font-size: 16px; }
  @media screen and (min-width: 720px) {
    .components-radio-group {
      font-size: 18px; } }
  .components-radio-group:first-child {
    border-radius: 4px 0 0 4px;
    border-width: 1px; }
  .components-radio-group:last-child {
    border-radius: 0 4px 4px 0; }
  .components-radio-group.error {
    border: none;
    display: block; }
  .components-radio-group-label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px; }
  .components-radio-group-options {
    display: inline-flex;
    flex-flow: row wrap;
    border: none;
    width: fit-content; }
    .components-radio-group-options.error {
      border: 2px solid #cf223f; }
    .components-radio-group-options.stacked {
      flex-flow: column nowrap; }
      .components-radio-group-options.stacked .components-radio-option-and-children-wrapper:not(:first-child) {
        display: flex;
        padding-top: 8px; }
  .components-radio-group .multi-line .components-radioIcon-container {
    margin-top: 4px; }

.option-label {
  display: flex;
  flex-direction: column; }
  .option-label .separator {
    padding: 0 8px; }
  .option-label .balance {
    padding-left: 8px; }

.components-radio-option-wrapper {
  display: flex;
  padding: 2px 0 2px 2px; }
  .components-radio-option-wrapper:focus-visible {
    outline: none; }
  .components-radio-option-wrapper.focussed .components-radioIcon {
    outline: 2px solid #5e10b1; }
  .components-radio-option-wrapper.error {
    border: none;
    display: flex; }
    .components-radio-option-wrapper.error .components-radioIcon-container {
      border: 2px solid #cf223f; }
  .components-radio-option-wrapper:hover .components-radioIcon-container {
    border: 2px solid #5e10b1; }
  .components-radio-option-wrapper.checked .components-radio-option-title {
    color: #333333; }
  .components-radio-option-wrapper .components-radio-option-title {
    display: flex;
    padding: 0 4px;
    align-items: center; }
    @media screen and (min-width: 720px) {
      .components-radio-option-wrapper .components-radio-option-title {
        padding: 0 11px; } }

.components-radioIcon {
  display: flex;
  padding: 4px; }

.components-radioIcon-container {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #646068;
  background-color: #ffffff;
  box-shadow: none;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin: auto 0; }
  @media screen and (min-width: 720px) {
    .components-radioIcon-container {
      height: 24px;
      width: 24px; } }

.components-radioIcon-container-base {
  position: absolute;
  height: 10px;
  width: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent; }
  @media screen and (min-width: 720px) {
    .components-radioIcon-container-base {
      height: 16px;
      width: 16px; } }
  .components-radioIcon-container-base.checked {
    background-color: #5e10b1; }

.components-select {
  font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
  max-width: 335px;
  position: relative; }
  @media screen and (min-width: 720px) {
    .components-select {
      max-width: 367px; } }
  @media screen and (min-width: 960px) {
    .components-select {
      max-width: 449px; } }
  .components-select .dropdown-button {
    background-color: #ffffff;
    border: 1px solid #646068;
    border-radius: 8px;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 44px;
    padding-left: 16px;
    padding-right: 36px;
    text-align: left;
    width: 100%; }
    .components-select .dropdown-button:hover, .components-select .dropdown-button:focus {
      outline: 2px solid #5e10b1;
      border: none; }
    .components-select .dropdown-button:disabled {
      border-color: #646068;
      color: #646068; }
      .components-select .dropdown-button:disabled .chevron.chevron-down {
        background: url("assets/images/small/chevronDisabled.png") no-repeat center center/cover; }
    .components-select .dropdown-button .chevron {
      bottom: 0;
      content: "";
      height: 8px;
      margin: auto;
      position: absolute;
      right: 16px;
      top: 0;
      width: 16px; }
      .components-select .dropdown-button .chevron.chevron-up {
        background: url("assets/images/small/chevronUp.png") no-repeat center center/cover; }
      .components-select .dropdown-button .chevron.chevron-down {
        background: url("assets/images/small/chevronDown.png") no-repeat center center/cover; }
  .components-select.default .dropdown-button {
    color: #333333; }
  .components-select.error .dropdown-button {
    border: none;
    outline: 2px solid #cf223f; }
  .components-select.focussed:not(.error) .dropdown-button {
    border: none;
    outline: 2px solid #5e10b1; }
  .components-select ul.dropdown-list {
    background-color: #ffffff;
    border: 1px solid #cccfd0;
    left: 0;
    margin: 0;
    max-height: 208px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 1;
    color: #333333;
    list-style-type: none; }
    .components-select ul.dropdown-list li {
      border: 1px solid transparent;
      cursor: default;
      margin: 0;
      padding: 8px 15px; }
      .components-select ul.dropdown-list li:before {
        display: none; }
      .components-select ul.dropdown-list li:hover, .components-select ul.dropdown-list li:focus {
        background-color: #f2eaf9;
        border-color: #5e10b1;
        outline: none; }
      .components-select ul.dropdown-list li.selected {
        background-color: #3c1053;
        border-color: #3c1053;
        color: #ffffff; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  touch-action: pan-x; }

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa; }

.rc-slider-handle:focus {
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-dot-reverse {
  margin-right: -4px; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }

.value-slider {
  margin: 3px 39px 0; }
  .value-slider .slider {
    width: 217px; }
    @media screen and (min-width: 720px) {
      .value-slider .slider {
        width: 249px; } }
    @media screen and (min-width: 960px) {
      .value-slider .slider {
        width: 331px; } }
    .value-slider .slider .rc-slider-rail {
      background-color: #be99e6;
      border: 1px solid #5a287d;
      height: 9px;
      border-radius: 9px; }
    .value-slider .slider .rc-slider-track {
      background-color: #5e10b1;
      height: 9px;
      border-radius: 9px; }
    .value-slider .slider .rc-slider-handle {
      background: url(assets/images/sliderHandle.svg);
      height: 35px;
      width: 35px;
      margin-top: -13px;
      border: none;
      border-radius: 0;
      box-shadow: none;
      cursor: grab;
      touch-action: pan-x; }
      .value-slider .slider .rc-slider-handle:focus {
        border: 1px solid #5e10b1; }
    .value-slider .slider .rc-slider-dot {
      background-color: transparent;
      border: none;
      border-radius: 9px 0 0 9px;
      height: 9px;
      margin-left: 0;
      top: 0; }
    .value-slider .slider .rc-slider-mark-text {
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      margin-top: 7px; }
    .value-slider .slider .rc-slider-mark-text-active {
      color: #000000; }

.components-status-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px; }
  .components-status-box:focus {
    outline: none; }
  .components-status-box.page-level-status .components-status-box-inner-div {
    padding: 24px;
    align-items: flex-start; }
    .components-status-box.page-level-status .components-status-box-inner-div .status-icon {
      height: 32px;
      width: 32px; }
      @media screen and (min-width: 720px) {
        .components-status-box.page-level-status .components-status-box-inner-div .status-icon {
          height: 56px;
          width: 56px; } }
    @media screen and (min-width: 720px) {
      .components-status-box.page-level-status .components-status-box-inner-div .status-text {
        padding-left: 24px; } }
  .components-status-box .components-status-box-inner-div {
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: baseline;
    padding: 16px 24px 16px 16px; }
    @media screen and (min-width: 720px) {
      .components-status-box .components-status-box-inner-div {
        align-items: flex-start; } }
    .components-status-box .components-status-box-inner-div .status-icon {
      height: 16px;
      width: 16px;
      flex-shrink: 0; }
      @media screen and (min-width: 720px) {
        .components-status-box .components-status-box-inner-div .status-icon {
          height: 32px;
          width: 32px; } }
    .components-status-box .components-status-box-inner-div .status-text {
      padding-left: 16px; }
      .components-status-box .components-status-box-inner-div .status-text .status-heading {
        display: flex;
        align-items: center; }
        .components-status-box .components-status-box-inner-div .status-text .status-heading .header-icon {
          height: 25px;
          width: 25px;
          display: inline; }
        .components-status-box .components-status-box-inner-div .status-text .status-heading h2, .components-status-box .components-status-box-inner-div .status-text .status-heading h3 {
          font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
          margin-bottom: 0;
          color: #333333; }
      .components-status-box .components-status-box-inner-div .status-text .status-body {
        font-size: 16px;
        color: #646068; }
        .components-status-box .components-status-box-inner-div .status-text .status-body p:last-child {
          margin-bottom: 0; }
    .components-status-box .components-status-box-inner-div.no-heading {
      display: flex;
      margin-top: 10px;
      max-width: 660px; }
      .components-status-box .components-status-box-inner-div.no-heading .status-body {
        padding-left: 16px; }
        .components-status-box .components-status-box-inner-div.no-heading .status-body > p {
          margin-top: 0;
          font-size: 16px; }

.term-input-container {
  margin-bottom: 0px; }
  .term-input-container .term-select {
    display: flex; }
    .term-input-container .term-select .components-select {
      margin-right: 8px;
      width: 120px; }
      .term-input-container .term-select .components-select.focussed:not(.error):not(.warning) {
        margin-right: 8px; }
  .term-input-container .term-field {
    margin-bottom: 16px; }
    .term-input-container .term-field:last-child {
      margin-bottom: 0px; }
  .term-input-container .term-field-text {
    align-self: center; }

.components-title {
  background: #5a287d;
  align-items: center;
  margin-bottom: 16px; }
  .components-title > * {
    font-family: knilebold, Arial, Helvetica, sans-serif;
    display: flex; }
  @media screen and (min-width: 720px) {
    .components-title {
      margin-bottom: 24px; } }
  .components-title .components-title-wrapper {
    margin: auto;
    padding: 24px 8px; }
    @media screen and (min-width: 720px) {
      .components-title .components-title-wrapper {
        padding: 32px 16px; } }
    .components-title .components-title-wrapper .components-heading-wrapper h1, .components-title .components-title-wrapper .components-heading-wrapper h2 {
      margin: 16px 0;
      display: flex;
      align-items: center;
      outline: none; }
      @media screen and (min-width: 720px) {
        .components-title .components-title-wrapper .components-heading-wrapper h1, .components-title .components-title-wrapper .components-heading-wrapper h2 {
          margin: 0; } }
    .components-title .components-title-wrapper .components-image-wrapper {
      display: flex; }

.components-hero-title {
  border-radius: 0;
  justify-content: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  background-color: #5a287d; }
  .components-hero-title > * {
    max-width: 960px;
    font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 720px) {
    .components-hero-title {
      align-items: center;
      justify-content: center;
      padding-top: 0; } }
  @media screen and (min-width: 960px) {
    .components-hero-title {
      padding: 0; } }
  .components-hero-title .components-title-wrapper {
    display: flex;
    justify-content: flex-start;
    padding-left: 8px;
    margin: 24px 0; }
    @media screen and (min-width: 720px) {
      .components-hero-title .components-title-wrapper {
        margin: 32px 0; } }
    .components-hero-title .components-title-wrapper .components-heading-wrapper {
      justify-content: center;
      width: 100%;
      flex-direction: column; }
      @media screen and (min-width: 720px) {
        .components-hero-title .components-title-wrapper .components-heading-wrapper {
          margin-right: 16px; } }
      .components-hero-title .components-title-wrapper .components-heading-wrapper h1 {
        margin-bottom: 8px;
        outline: none; }
      .components-hero-title .components-title-wrapper .components-heading-wrapper h2 {
        font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0; }
  .components-hero-title.wrap-title .components-title-wrapper .components-heading-wrapper h2 div:nth-of-type(2) {
    margin-top: 0; }

.components-title, .components-hero-title {
  display: flex; }
  .components-title.flush, .components-hero-title.flush {
    margin-bottom: 0; }
  .components-title .components-title-wrapper, .components-hero-title .components-title-wrapper {
    max-width: 928px;
    width: 100%; }
    .components-title .components-title-wrapper .components-heading-wrapper, .components-hero-title .components-title-wrapper .components-heading-wrapper {
      display: flex;
      flex: 1 1 auto; }
      .components-title .components-title-wrapper .components-heading-wrapper h1, .components-title .components-title-wrapper .components-heading-wrapper h2, .components-hero-title .components-title-wrapper .components-heading-wrapper h1, .components-hero-title .components-title-wrapper .components-heading-wrapper h2 {
        color: #ffffff;
        max-width: 608px; }
      .components-title .components-title-wrapper .components-heading-wrapper h1, .components-hero-title .components-title-wrapper .components-heading-wrapper h1 {
        font-size: 32px;
        line-height: 40px; }
        @media screen and (min-width: 720px) {
          .components-title .components-title-wrapper .components-heading-wrapper h1, .components-hero-title .components-title-wrapper .components-heading-wrapper h1 {
            font-size: 40px;
            line-height: 56px; } }
    .components-title .components-title-wrapper .components-image-wrapper img, .components-hero-title .components-title-wrapper .components-image-wrapper img {
      width: 224px;
      height: 224px; }

.components-hero-title-variant {
  flex-direction: column;
  padding: 0 0 12px 8px; }
  @media screen and (min-width: 720px) {
    .components-hero-title-variant {
      padding: 0 16px 32px 16px; } }
  @media screen and (min-width: 960px) {
    .components-hero-title-variant {
      padding-left: 0 0 32px 0; } }
  .components-hero-title-variant .components-title-wrapper {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    row-gap: 12px; }
    @media screen and (min-width: 720px) {
      .components-hero-title-variant .components-title-wrapper {
        flex-direction: row; } }
    .components-hero-title-variant .components-title-wrapper .components-heading-wrapper h1, .components-hero-title-variant .components-title-wrapper .components-heading-wrapper h2 {
      max-width: 570px; }
      .components-hero-title-variant .components-title-wrapper .components-heading-wrapper h1 .highlight-page-title, .components-hero-title-variant .components-title-wrapper .components-heading-wrapper h2 .highlight-page-title {
        display: inline-flex;
        padding: 0 12px;
        text-wrap: nowrap;
        background: url("assets/images/large/tangerine/highlighter.png") no-repeat 0 0/100% 100%; }
    .components-hero-title-variant .components-title-wrapper .components-image-wrapper {
      line-height: 0; }
      .components-hero-title-variant .components-title-wrapper .components-image-wrapper img {
        width: 100%;
        height: 100%;
        border-radius: 8px 0 0 48px; }
        @media screen and (min-width: 720px) {
          .components-hero-title-variant .components-title-wrapper .components-image-wrapper img {
            width: 248px;
            height: 140px; } }
        @media screen and (min-width: 960px) {
          .components-hero-title-variant .components-title-wrapper .components-image-wrapper img {
            width: 334px;
            height: 188px; } }

.components-title-panel {
  background-color: #3c1053;
  display: flex;
  justify-content: center; }
  .components-title-panel .components-title-panel-wrapper {
    padding: 16px 8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 928px; }
    .components-title-panel .components-title-panel-wrapper span {
      font-size: 16px;
      color: #ffffff; }
    @media screen and (min-width: 720px) {
      .components-title-panel .components-title-panel-wrapper {
        padding: 16px; } }

.components-h1 {
  font-family: knileblack, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #5a287d;
  fill: #5a287d;
  font-weight: normal; }
  @media screen and (min-width: 720px) {
    .components-h1 {
      font-size: 32px; } }

.components-h2 {
  font-family: knilebold, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  margin-top: 0;
  color: #5a287d;
  fill: #5a287d;
  font-weight: normal; }
  .components-h2.summary-info-panel {
    color: #646068;
    fill: #646068; }

.components-h3 {
  font-family: knilebold, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #5a287d;
  fill: #5a287d;
  font-weight: normal; }
  @media screen and (min-width: 720px) {
    .components-h3 {
      line-height: 32px; } }

.components-h4 {
  font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 0;
  color: #5a287d;
  fill: #5a287d;
  font-weight: normal; }

.components-h5 {
  font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 13px;
  margin-top: 0;
  color: #5a287d;
  fill: #5a287d;
  font-weight: normal; }

.document-verification-heading {
  margin-left: 8px; }

.components-paragraph {
  font-family: RNHouseSansRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 0;
  color: #000000;
  fill: #000000; }

.components-collapse-contents img {
  display: flex;
  height: 72px;
  width: 100%;
  max-width: 72px;
  margin: 16px 0px 16px 16px; }

.components-smallprint {
  margin: 0;
  font-size: 12px; }
  @media screen and (min-width: 720px) {
    .components-smallprint {
      font-size: 14px; } }
  .components-smallprint p {
    margin: 0 0 8px; }

.components-validation {
  max-width: 100% !important;
  margin-top: 10px; }

.components-validation-warning {
  max-width: 100% !important;
  margin-top: 16px; }
  .components-validation-warning .components-infobox-content p {
    margin: 0; }
  .components-validation-warning .components-infobox-content .additional-warning-info.bold-text {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex; }
  .components-validation-warning .components-infobox-content .additional-warning-info .components-button {
    font-size: 16px; }
