.grid {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid.reverse {
  flex-direction: row-reverse;
}
.grid.natural-height {
  align-items: flex-start;
}
.grid.flex-column {
  flex-direction: column;
}
.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}
.col.reverse {
  flex-direction: column-reverse;
}
.first {
  order: -1;
}
.last {
  order: 1;
}
.align-start {
  align-self: flex-start;
}
.align-end {
  align-self: flex-end;
}
.align-center {
  align-self: center;
}
.align-baseline {
  align-self: baseline;
}
.align-stretch {
  align-self: stretch;
}
.grid.no-gutters > div[class^="col-"] {
  padding: 0;
}
.grid.no-gutters-left > div[class^="c-"] {
  padding-left: 0 !important;
}
.grid.no-gutters-tbl > div[class^="c-"] {
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .grid.no-gutters-s > div[class^="c-"] {
    padding-left: 0 !important;
    padding-top: 0.5rem !important;
  }
}
.c,
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.c,
.col-xs,
.col-xs-1 {
  box-sizing: border-box;
  padding: 1rem;
}
.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media only screen and (min-width: 46rem) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm,
  .col-sm-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .grid.start-sm {
    justify-content: flex-start;
  }
  .grid.center-sm {
    justify-content: center;
  }
  .grid.end-sm {
    justify-content: flex-end;
  }
  .grid.top-sm {
    align-items: flex-start;
  }
  .grid.middle-sm {
    align-items: center;
  }
  .grid.bottom-sm {
    align-items: flex-end;
  }
  .grid.around-sm {
    justify-content: space-around;
  }
  .grid.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md,
  .col-md-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .grid.start-md {
    justify-content: flex-start;
  }
  .grid.center-md {
    justify-content: center;
  }
  .grid.end-md {
    justify-content: flex-end;
  }
  .grid.top-md {
    align-items: flex-start;
  }
  .grid.middle-md {
    align-items: center;
  }
  .grid.bottom-md {
    align-items: flex-end;
  }
  .grid.around-md {
    justify-content: space-around;
  }
  .grid.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg,
  .col-lg-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .grid.start-lg {
    justify-content: flex-start;
  }
  .grid.center-lg {
    justify-content: center;
  }
  .grid.end-lg {
    justify-content: flex-end;
  }
  .grid.top-lg {
    align-items: flex-start;
  }
  .grid.middle-lg {
    align-items: center;
  }
  .grid.bottom-lg {
    align-items: flex-end;
  }
  .grid.around-lg {
    justify-content: space-around;
  }
  .grid.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl,
  .col-xl-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .grid.start-xl {
    justify-content: flex-start;
  }
  .grid.center-xl {
    justify-content: center;
  }
  .grid.end-xl {
    justify-content: flex-end;
  }
  .grid.top-xl {
    align-items: flex-start;
  }
  .grid.middle-xl {
    align-items: center;
  }
  .grid.bottom-xl {
    align-items: flex-end;
  }
  .grid.around-xl {
    justify-content: space-around;
  }
  .grid.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}
.col-no-gutter {
  padding: 0;
}
.c-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.c-xs,
.c-xs-1 {
  box-sizing: border-box;
  padding: 1rem;
}
.c-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.c-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.c-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}
.c-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.c-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}
.c-xs-offset-3 {
  margin-left: 25%;
}
.c-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}
.c-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.c-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}
.c-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.c-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}
.c-xs-offset-6 {
  margin-left: 50%;
}
.c-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}
.c-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.c-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}
.c-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.c-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}
.c-xs-offset-9 {
  margin-left: 75%;
}
.c-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}
.c-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.c-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}
.c-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.c-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}
.c-xs-offset-12 {
  margin-left: 100%;
}
.grid.start-xs {
  justify-content: flex-start;
}
.grid.center-xs {
  justify-content: center;
}
.grid.end-xs {
  justify-content: flex-end;
}
.grid.top-xs {
  align-items: flex-start;
}
.grid.middle-xs {
  align-items: center;
}
.grid.bottom-xs {
  align-items: flex-end;
}
.grid.around-xs {
  justify-content: space-around;
}
.grid.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 46rem) {
  .c-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .c-sm,
  .c-sm-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .c-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .c-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .c-sm-offset-3 {
    margin-left: 25%;
  }
  .c-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .c-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .c-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .c-sm-offset-6 {
    margin-left: 50%;
  }
  .c-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .c-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .c-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .c-sm-offset-9 {
    margin-left: 75%;
  }
  .c-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .c-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .c-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .c-sm-offset-12 {
    margin-left: 100%;
  }
  .grid.start-sm {
    justify-content: flex-start;
  }
  .grid.center-sm {
    justify-content: center;
  }
  .grid.end-sm {
    justify-content: flex-end;
  }
  .grid.top-sm {
    align-items: flex-start;
  }
  .grid.middle-sm {
    align-items: center;
  }
  .grid.bottom-sm {
    align-items: flex-end;
  }
  .grid.around-sm {
    justify-content: space-around;
  }
  .grid.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .c-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .c-md,
  .c-md-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .c-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .c-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .c-md-offset-3 {
    margin-left: 25%;
  }
  .c-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .c-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .c-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .c-md-offset-6 {
    margin-left: 50%;
  }
  .c-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .c-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .c-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .c-md-offset-9 {
    margin-left: 75%;
  }
  .c-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .c-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .c-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .c-md-offset-12 {
    margin-left: 100%;
  }
  .grid.start-md {
    justify-content: flex-start;
  }
  .grid.center-md {
    justify-content: center;
  }
  .grid.end-md {
    justify-content: flex-end;
  }
  .grid.top-md {
    align-items: flex-start;
  }
  .grid.middle-md {
    align-items: center;
  }
  .grid.bottom-md {
    align-items: flex-end;
  }
  .grid.around-md {
    justify-content: space-around;
  }
  .grid.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .c-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .c-lg,
  .c-lg-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .c-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .c-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .c-lg-offset-3 {
    margin-left: 25%;
  }
  .c-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .c-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .c-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .c-lg-offset-6 {
    margin-left: 50%;
  }
  .c-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .c-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .c-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .c-lg-offset-9 {
    margin-left: 75%;
  }
  .c-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .c-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .c-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .c-lg-offset-12 {
    margin-left: 100%;
  }
  .grid.start-lg {
    justify-content: flex-start;
  }
  .grid.center-lg {
    justify-content: center;
  }
  .grid.end-lg {
    justify-content: flex-end;
  }
  .grid.top-lg {
    align-items: flex-start;
  }
  .grid.middle-lg {
    align-items: center;
  }
  .grid.bottom-lg {
    align-items: flex-end;
  }
  .grid.around-lg {
    justify-content: space-around;
  }
  .grid.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .c-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .c-xl,
  .c-xl-1 {
    box-sizing: border-box;
    padding: 1rem;
  }
  .c-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .c-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .c-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .c-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .c-xl-offset-3 {
    margin-left: 25%;
  }
  .c-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .c-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .c-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .c-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .c-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .c-xl-offset-6 {
    margin-left: 50%;
  }
  .c-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .c-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .c-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .c-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .c-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .c-xl-offset-9 {
    margin-left: 75%;
  }
  .c-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .c-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .c-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .c-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .c-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .c-xl-offset-12 {
    margin-left: 100%;
  }
  .grid.start-xl {
    justify-content: flex-start;
  }
  .grid.center-xl {
    justify-content: center;
  }
  .grid.end-xl {
    justify-content: flex-end;
  }
  .grid.top-xl {
    align-items: flex-start;
  }
  .grid.middle-xl {
    align-items: center;
  }
  .grid.bottom-xl {
    align-items: flex-end;
  }
  .grid.around-xl {
    justify-content: space-around;
  }
  .grid.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.show {
  display: block !important;
}
.row.show {
  display: flex !important;
}
.hide {
  display: none !important;
}
.show-xs {
  display: block !important;
}
.row.show-xs {
  display: flex !important;
}
.hide-xs {
  display: none !important;
}
@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 46rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 46rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.clear {
  clear: both;
}
.container {
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 20px;
  width: 100%;
}
.container--sm {
  max-width: 760px;
}
.container--md {
  max-width: 960px;
}
.container--lg {
  max-width: 1240px;
}
.container--overflow-hidden {
  overflow: hidden;
}
hr {
  height: 1px;
  width: 100%;
  border: 0;
  background: rgba(8, 37, 82, 0.05);
}
hr.dotted {
  height: 0;
  width: 100%;
  border: 1px dashed rgba(8, 37, 82, 0.05);
}
@font-face {
  font-family: "CW BR Firma";
  src: url(/fonts/br-firma/BRFirmaCW-Light.woff2) format("woff2");
  font-weight: 200;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "CW BR Firma";
  src: url(/fonts/br-firma/BRFirmaCW-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "CW BR Firma";
  src: url(/fonts/br-firma/BRFirmaCW-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "CW BR Firma";
  src: url(/fonts/br-firma/BRFirmaCW-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: fallback;
  font-style: normal;
}
@font-face {
  font-family: "CW BR Firma";
  src: url(/fonts/br-firma/BRFirmaCW-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: fallback;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "CW BR Firma";
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  text-rendering: geometricPrecision;
  color: #993399;
  font-family: "CW BR Firma";
}
a {
  font-size: 1.5rem;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin-bottom: 0.7em;
  font-weight: 700;
  font-family: "CW BR Firma", sans-serif;
}
h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span {
  font-size: inherit;
  color: inherit;
}
h1 svg,
h2 svg,
h3 svg,
h4 svg,
h5 svg,
h6 svg {
  height: 0.6em;
  width: 0.6em;
  vertical-align: middle;
  fill: currentColor;
  margin-left: 12px;
}
.xl {
  font-size: 10rem;
  letter-spacing: -7.5px;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .xl {
    font-size: 5.25rem;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 400px) {
  .xl {
    font-size: 4.9rem;
    letter-spacing: -3.5px;
  }
}
h1 {
  font-size: 5.46rem;
  letter-spacing: -2px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.9rem;
  }
}
h2 {
  font-size: 4.86rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.3rem;
  }
}
h3 {
  font-size: 3.9rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 3rem;
    letter-spacing: -1px;
  }
}
h4 {
  font-size: 3.45rem;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 3rem;
    letter-spacing: -0.6px;
  }
}
h5 {
  font-size: 3rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 2.7rem;
  }
}
h6 {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.95rem;
  }
}
li,
p {
  line-height: 1.7;
  margin: 15px 0;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  li,
  p {
    font-size: 1.54rem;
  }
}
span {
  font-size: 1.3rem;
}
ul.list {
  margin: 20px 0 20px 20px;
}
ul.list li {
  list-style-type: disc;
}
.u-clear {
  clear: both;
}
.u-relative {
  position: relative;
}
.u-block {
  display: block;
}
.u-center {
  margin: 0 auto;
}
.u-left {
  float: left;
}
.u-right {
  float: right;
}
@media screen and (max-width: 600px) {
  .reverse-xs {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 600px) {
  .col-reverse-xs {
    flex-direction: column-reverse;
  }
}
.u-show-only-on-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-show-only-on-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .u-hide-on-mobile {
    display: none !important;
  }
}
.bg-early-dawn {
  background-color: #fffae6;
}
.bg-picasso {
  background-color: #ffed93;
}
.bg-tea-green {
  background-color: #cef2ca;
}
.bg-anakiwa {
  background-color: #a2e3fc;
}
.bg-whisper {
  background-color: #f5f6fa;
}
.bg-pattens-blue {
  background-color: #e1f6ff;
}
.bg-barley-white {
  background-color: #fff5cb;
}
.bg-link-water {
  background-color: #f4f8fc;
}
.bg-link-water-purple {
  background-color: rgba(222, 217, 243, 0.4);
}
.bg-alabaster {
  background-color: #fcfcfc;
}
.bg-blue {
  background-color: #993399;
}
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue p {
  color: #fff;
}
.bg-blue a.button--has-arrow {
  color: hsla(0, 0%, 100%, 0.7);
}
.bg-blue a.button--has-arrow svg {
  stroke: #fff;
}
.bg-foam {
  background-color: #cdf2fc;
}
.bg-feta {
  background-color: #ecfbec;
}
.bg-bleach-gold {
  background-color: rgba(253, 234, 213, 0.271);
}
.bg-magnolia {
  background-color: #fcf9ff;
}
.bg-lavender-blush {
  background-color: #fdf3f6;
}
.bg-zircon {
  background-color: #f4f6ff;
}
.bg-ivory {
  background-color: #ffe;
}
.bg-seashell {
  background-color: #fff6ee;
}
.bg-avocode {
  background-color: #f4f4ed;
}
.no-mt {
  margin-top: 0;
}
.mt-20 {
  margin-top: 20px;
}
.u-t-light-6 {
  color: #993399 !important;
}
.u-t-light-3 {
  color: #993399 !important;
}
.u-t-green {
  color: #58cc58 !important;
}
.u-t-red {
  color: #e91c22 !important;
}
.u-t-blue-3 {
  color: #81bff2;
}
.u-t-blue {
  color: #993399;
}
.u-t-white {
  color: #fff;
}
.u-t-bold {
  font-weight: 700 !important;
}
.u-t-semi-bold {
  font-weight: 600 !important;
}
.u-t-upper {
  text-transform: uppercase;
}
.u-t-right-md {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .u-t-right-md {
    text-align: left;
  }
}
.m--25 {
  margin: -25px !important;
}
.p--25 {
  padding: -25px !important;
}
.m-t--25 {
  margin-top: -25px;
}
@media screen and (max-width: 600px) {
  .m-t--25-s {
    margin-top: -25px !important;
  }
}
.p-t--25 {
  padding-top: -25px !important;
}
.m-b--25 {
  margin-bottom: -25px;
}
@media screen and (max-width: 600px) {
  .m-b--25-s {
    margin-bottom: -25px !important;
  }
}
.p-b--25 {
  padding-bottom: -25px !important;
}
.m-l--25 {
  margin-left: -25px;
}
@media screen and (max-width: 600px) {
  .m-l--25-s {
    margin-left: -25px !important;
  }
}
.p-l--25 {
  padding-left: -25px !important;
}
.m-r--25 {
  margin-right: -25px;
}
@media screen and (max-width: 600px) {
  .m-r--25-s {
    margin-right: -25px !important;
  }
}
.p-r--25 {
  padding-right: -25px !important;
}
.m--20 {
  margin: -20px !important;
}
.p--20 {
  padding: -20px !important;
}
.m-t--20 {
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .m-t--20-s {
    margin-top: -20px !important;
  }
}
.p-t--20 {
  padding-top: -20px !important;
}
.m-b--20 {
  margin-bottom: -20px;
}
@media screen and (max-width: 600px) {
  .m-b--20-s {
    margin-bottom: -20px !important;
  }
}
.p-b--20 {
  padding-bottom: -20px !important;
}
.m-l--20 {
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .m-l--20-s {
    margin-left: -20px !important;
  }
}
.p-l--20 {
  padding-left: -20px !important;
}
.m-r--20 {
  margin-right: -20px;
}
@media screen and (max-width: 600px) {
  .m-r--20-s {
    margin-right: -20px !important;
  }
}
.p-r--20 {
  padding-right: -20px !important;
}
.m--15 {
  margin: -15px !important;
}
.p--15 {
  padding: -15px !important;
}
.m-t--15 {
  margin-top: -15px;
}
@media screen and (max-width: 600px) {
  .m-t--15-s {
    margin-top: -15px !important;
  }
}
.p-t--15 {
  padding-top: -15px !important;
}
.m-b--15 {
  margin-bottom: -15px;
}
@media screen and (max-width: 600px) {
  .m-b--15-s {
    margin-bottom: -15px !important;
  }
}
.p-b--15 {
  padding-bottom: -15px !important;
}
.m-l--15 {
  margin-left: -15px;
}
@media screen and (max-width: 600px) {
  .m-l--15-s {
    margin-left: -15px !important;
  }
}
.p-l--15 {
  padding-left: -15px !important;
}
.m-r--15 {
  margin-right: -15px;
}
@media screen and (max-width: 600px) {
  .m-r--15-s {
    margin-right: -15px !important;
  }
}
.p-r--15 {
  padding-right: -15px !important;
}
.m--10 {
  margin: -10px !important;
}
.p--10 {
  padding: -10px !important;
}
.m-t--10 {
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .m-t--10-s {
    margin-top: -10px !important;
  }
}
.p-t--10 {
  padding-top: -10px !important;
}
.m-b--10 {
  margin-bottom: -10px;
}
@media screen and (max-width: 600px) {
  .m-b--10-s {
    margin-bottom: -10px !important;
  }
}
.p-b--10 {
  padding-bottom: -10px !important;
}
.m-l--10 {
  margin-left: -10px;
}
@media screen and (max-width: 600px) {
  .m-l--10-s {
    margin-left: -10px !important;
  }
}
.p-l--10 {
  padding-left: -10px !important;
}
.m-r--10 {
  margin-right: -10px;
}
@media screen and (max-width: 600px) {
  .m-r--10-s {
    margin-right: -10px !important;
  }
}
.p-r--10 {
  padding-right: -10px !important;
}
.m--5 {
  margin: -5px !important;
}
.p--5 {
  padding: -5px !important;
}
.m-t--5 {
  margin-top: -5px;
}
@media screen and (max-width: 600px) {
  .m-t--5-s {
    margin-top: -5px !important;
  }
}
.p-t--5 {
  padding-top: -5px !important;
}
.m-b--5 {
  margin-bottom: -5px;
}
@media screen and (max-width: 600px) {
  .m-b--5-s {
    margin-bottom: -5px !important;
  }
}
.p-b--5 {
  padding-bottom: -5px !important;
}
.m-l--5 {
  margin-left: -5px;
}
@media screen and (max-width: 600px) {
  .m-l--5-s {
    margin-left: -5px !important;
  }
}
.p-l--5 {
  padding-left: -5px !important;
}
.m-r--5 {
  margin-right: -5px;
}
@media screen and (max-width: 600px) {
  .m-r--5-s {
    margin-right: -5px !important;
  }
}
.p-r--5 {
  padding-right: -5px !important;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.m-t-0 {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .m-t-0-s {
    margin-top: 0 !important;
  }
}
.p-t-0 {
  padding-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .m-b-0-s {
    margin-bottom: 0 !important;
  }
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .m-l-0-s {
    margin-left: 0 !important;
  }
}
.p-l-0 {
  padding-left: 0 !important;
}
.m-r-0 {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .m-r-0-s {
    margin-right: 0 !important;
  }
}
.p-r-0 {
  padding-right: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.m-t-5 {
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .m-t-5-s {
    margin-top: 5px !important;
  }
}
.p-t-5 {
  padding-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .m-b-5-s {
    margin-bottom: 5px !important;
  }
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px;
}
@media screen and (max-width: 600px) {
  .m-l-5-s {
    margin-left: 5px !important;
  }
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .m-r-5-s {
    margin-right: 5px !important;
  }
}
.p-r-5 {
  padding-right: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.m-t-10 {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .m-t-10-s {
    margin-top: 10px !important;
  }
}
.p-t-10 {
  padding-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .m-b-10-s {
    margin-bottom: 10px !important;
  }
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .m-l-10-s {
    margin-left: 10px !important;
  }
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .m-r-10-s {
    margin-right: 10px !important;
  }
}
.p-r-10 {
  padding-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.m-t-15 {
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .m-t-15-s {
    margin-top: 15px !important;
  }
}
.p-t-15 {
  padding-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .m-b-15-s {
    margin-bottom: 15px !important;
  }
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .m-l-15-s {
    margin-left: 15px !important;
  }
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .m-r-15-s {
    margin-right: 15px !important;
  }
}
.p-r-15 {
  padding-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.m-t-20 {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .m-t-20-s {
    margin-top: 20px !important;
  }
}
.p-t-20 {
  padding-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .m-b-20-s {
    margin-bottom: 20px !important;
  }
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .m-l-20-s {
    margin-left: 20px !important;
  }
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .m-r-20-s {
    margin-right: 20px !important;
  }
}
.p-r-20 {
  padding-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.m-t-25 {
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .m-t-25-s {
    margin-top: 25px !important;
  }
}
.p-t-25 {
  padding-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .m-b-25-s {
    margin-bottom: 25px !important;
  }
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .m-l-25-s {
    margin-left: 25px !important;
  }
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px;
}
@media screen and (max-width: 600px) {
  .m-r-25-s {
    margin-right: 25px !important;
  }
}
.p-r-25 {
  padding-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.m-t-30 {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .m-t-30-s {
    margin-top: 30px !important;
  }
}
.p-t-30 {
  padding-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .m-b-30-s {
    margin-bottom: 30px !important;
  }
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .m-l-30-s {
    margin-left: 30px !important;
  }
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .m-r-30-s {
    margin-right: 30px !important;
  }
}
.p-r-30 {
  padding-right: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.m-t-35 {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .m-t-35-s {
    margin-top: 35px !important;
  }
}
.p-t-35 {
  padding-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .m-b-35-s {
    margin-bottom: 35px !important;
  }
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px;
}
@media screen and (max-width: 600px) {
  .m-l-35-s {
    margin-left: 35px !important;
  }
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px;
}
@media screen and (max-width: 600px) {
  .m-r-35-s {
    margin-right: 35px !important;
  }
}
.p-r-35 {
  padding-right: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.m-t-40 {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .m-t-40-s {
    margin-top: 40px !important;
  }
}
.p-t-40 {
  padding-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .m-b-40-s {
    margin-bottom: 40px !important;
  }
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .m-l-40-s {
    margin-left: 40px !important;
  }
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .m-r-40-s {
    margin-right: 40px !important;
  }
}
.p-r-40 {
  padding-right: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.m-t-45 {
  margin-top: 45px;
}
@media screen and (max-width: 600px) {
  .m-t-45-s {
    margin-top: 45px !important;
  }
}
.p-t-45 {
  padding-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .m-b-45-s {
    margin-bottom: 45px !important;
  }
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px;
}
@media screen and (max-width: 600px) {
  .m-l-45-s {
    margin-left: 45px !important;
  }
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px;
}
@media screen and (max-width: 600px) {
  .m-r-45-s {
    margin-right: 45px !important;
  }
}
.p-r-45 {
  padding-right: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.m-t-50 {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .m-t-50-s {
    margin-top: 50px !important;
  }
}
.p-t-50 {
  padding-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .m-b-50-s {
    margin-bottom: 50px !important;
  }
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .m-l-50-s {
    margin-left: 50px !important;
  }
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px;
}
@media screen and (max-width: 600px) {
  .m-r-50-s {
    margin-right: 50px !important;
  }
}
.p-r-50 {
  padding-right: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.m-t-60 {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .m-t-60-s {
    margin-top: 60px !important;
  }
}
.p-t-60 {
  padding-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .m-b-60-s {
    margin-bottom: 60px !important;
  }
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px;
}
@media screen and (max-width: 600px) {
  .m-l-60-s {
    margin-left: 60px !important;
  }
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px;
}
@media screen and (max-width: 600px) {
  .m-r-60-s {
    margin-right: 60px !important;
  }
}
.p-r-60 {
  padding-right: 60px !important;
}
.m-75 {
  margin: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.m-t-75 {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .m-t-75-s {
    margin-top: 75px !important;
  }
}
.p-t-75 {
  padding-top: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .m-b-75-s {
    margin-bottom: 75px !important;
  }
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.m-l-75 {
  margin-left: 75px;
}
@media screen and (max-width: 600px) {
  .m-l-75-s {
    margin-left: 75px !important;
  }
}
.p-l-75 {
  padding-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px;
}
@media screen and (max-width: 600px) {
  .m-r-75-s {
    margin-right: 75px !important;
  }
}
.p-r-75 {
  padding-right: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.m-t-80 {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .m-t-80-s {
    margin-top: 80px !important;
  }
}
.p-t-80 {
  padding-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .m-b-80-s {
    margin-bottom: 80px !important;
  }
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px;
}
@media screen and (max-width: 600px) {
  .m-l-80-s {
    margin-left: 80px !important;
  }
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px;
}
@media screen and (max-width: 600px) {
  .m-r-80-s {
    margin-right: 80px !important;
  }
}
.p-r-80 {
  padding-right: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.p-85 {
  padding: 85px !important;
}
.m-t-85 {
  margin-top: 85px;
}
@media screen and (max-width: 600px) {
  .m-t-85-s {
    margin-top: 85px !important;
  }
}
.p-t-85 {
  padding-top: 85px !important;
}
.m-b-85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 600px) {
  .m-b-85-s {
    margin-bottom: 85px !important;
  }
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.m-l-85 {
  margin-left: 85px;
}
@media screen and (max-width: 600px) {
  .m-l-85-s {
    margin-left: 85px !important;
  }
}
.p-l-85 {
  padding-left: 85px !important;
}
.m-r-85 {
  margin-right: 85px;
}
@media screen and (max-width: 600px) {
  .m-r-85-s {
    margin-right: 85px !important;
  }
}
.p-r-85 {
  padding-right: 85px !important;
}
.m-100 {
  margin: 100px !important;
}
.p-100 {
  padding: 100px !important;
}
.m-t-100 {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .m-t-100-s {
    margin-top: 100px !important;
  }
}
.p-t-100 {
  padding-top: 100px !important;
}
.m-b-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .m-b-100-s {
    margin-bottom: 100px !important;
  }
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.m-l-100 {
  margin-left: 100px;
}
@media screen and (max-width: 600px) {
  .m-l-100-s {
    margin-left: 100px !important;
  }
}
.p-l-100 {
  padding-left: 100px !important;
}
.m-r-100 {
  margin-right: 100px;
}
@media screen and (max-width: 600px) {
  .m-r-100-s {
    margin-right: 100px !important;
  }
}
.p-r-100 {
  padding-right: 100px !important;
}
.m-120 {
  margin: 120px !important;
}
.p-120 {
  padding: 120px !important;
}
.m-t-120 {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .m-t-120-s {
    margin-top: 120px !important;
  }
}
.p-t-120 {
  padding-top: 120px !important;
}
.m-b-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .m-b-120-s {
    margin-bottom: 120px !important;
  }
}
.p-b-120 {
  padding-bottom: 120px !important;
}
.m-l-120 {
  margin-left: 120px;
}
@media screen and (max-width: 600px) {
  .m-l-120-s {
    margin-left: 120px !important;
  }
}
.p-l-120 {
  padding-left: 120px !important;
}
.m-r-120 {
  margin-right: 120px;
}
@media screen and (max-width: 600px) {
  .m-r-120-s {
    margin-right: 120px !important;
  }
}
.p-r-120 {
  padding-right: 120px !important;
}
.m-150 {
  margin: 150px !important;
}
.p-150 {
  padding: 150px !important;
}
.m-t-150 {
  margin-top: 150px;
}
@media screen and (max-width: 600px) {
  .m-t-150-s {
    margin-top: 150px !important;
  }
}
.p-t-150 {
  padding-top: 150px !important;
}
.m-b-150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .m-b-150-s {
    margin-bottom: 150px !important;
  }
}
.p-b-150 {
  padding-bottom: 150px !important;
}
.m-l-150 {
  margin-left: 150px;
}
@media screen and (max-width: 600px) {
  .m-l-150-s {
    margin-left: 150px !important;
  }
}
.p-l-150 {
  padding-left: 150px !important;
}
.m-r-150 {
  margin-right: 150px;
}
@media screen and (max-width: 600px) {
  .m-r-150-s {
    margin-right: 150px !important;
  }
}
.p-r-150 {
  padding-right: 150px !important;
}
body {
  -webkit-font-smoothing: antialiased;
}
.u-font-bold {
  font-weight: 700;
}
.u-font-semi-bold {
  font-weight: 600;
}
.u-text-center {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .u-text-center-s {
    text-align: center;
  }
}
.u-text-left {
  text-align: left;
}
@media screen and (max-width: 600px) {
  .u-text-left-s {
    text-align: left;
  }
}
.u-text-right {
  text-align: right;
}
.u-text-lighter {
  color: #aeb9cc;
}
.u-text-light {
  color: #6c82a3;
}
.u-text-upper {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.u-text-success {
  color: #40b96e;
}
.u-text-error {
  color: #e91c22;
}
.field-helper {
  font-size: 1.4rem;
  font-weight: 600;
}
.global-nav {
  font-size: 1.5rem;
  height: 90px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 100;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -80px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.global-nav--sticky {
  position: fixed;
  background-color: #fff;
  height: 75px;
  top: 0;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  animation: slideInDown 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
  .global-nav--sticky {
    background-color: #993399;
  }
  .global-nav--sticky .global-mobile-nav__trigger span,
  .global-nav--sticky .global-mobile-nav__trigger span:after,
  .global-nav--sticky .global-mobile-nav__trigger span:before {
    background-color: #fff;
  }
  .global-nav--sticky a.cw-logo {
    display: none;
  }
  .global-nav--sticky a.cw-logo.light {
    display: block !important;
  }
}
.global-nav__row {
  display: flex;
  align-items: center;
  height: 70px;
}
.global-nav__row a.cw-logo {
  margin-top: 5px;
  margin-right: 56px;
}
.global-nav__row a.cw-logo svg {
  height: 28px;
  width: 154px;
}
.global-nav__row a.cw-logo.light {
  display: none;
}
.global-nav .global-nav__menu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .global-nav .global-nav__menu {
    justify-content: flex-end;
  }
}
.global-nav .global-nav__menu ul.global-nav__list {
  list-style-type: none;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav .global-nav__menu ul.global-nav__list {
    display: none;
  }
}
.global-nav .global-nav__menu ul.global-nav__list.light li a,
.global-nav .global-nav__menu ul.global-nav__list.light li button,
.global-nav .global-nav__menu ul.global-nav__list.light li button:hover {
  color: #fff;
}
.global-nav .global-nav__menu ul.global-nav__list.light li button:after {
  filter: invert(100%);
}
.global-nav .global-nav__menu ul.global-nav__list.light li button.active {
  color: #fff !important;
}
.global-nav .global-nav__menu ul.global-nav__list li a,
.global-nav .global-nav__menu ul.global-nav__list li button {
  color: #9e6ca3;
  margin-left: 48px;
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 500;
  transition: color 0.3s ease;
  will-change: color;
}
.global-nav .global-nav__menu ul.global-nav__list li a:hover,
.global-nav .global-nav__menu ul.global-nav__list li button:hover {
  color: #993399;
}
.global-nav .global-nav__menu ul.global-nav__list li button {
  background: none;
  box-shadow: none;
  padding: 0;
  border: 0;
  line-height: inherit;
  min-height: inherit;
}
.global-nav .global-nav__menu ul.global-nav__list li button.has-dropdown {
  position: relative;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown.active:after,
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown:hover:after {
  opacity: 1;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown.active {
  color: #993399;
  font-weight: 600;
}
.global-nav .global-nav__menu ul.global-nav__list li button.has-dropdown:after {
  content: "";
  height: 1em;
  width: 1em;
  position: absolute;
  top: 6px;
  right: -1.2em;
  opacity: 0.6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjg1MzUgNS4zOTUwMkw4LjcwODUyIDEwLjU0NUwzLjU2MzUyIDUuMzk1MDJMMi44NTM1MiA2LjEwNTAyTDguMzUzNTIgMTEuNjA1SDkuMDYzNTJMMTQuNTYzNSA2LjEwNTAyTDEzLjg1MzUgNS4zOTUwMlY1LjM5NTAyWiIgZmlsbD0iIzBBMkU2NSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown {
  position: absolute;
  background-color: #fff;
  height: auto;
  top: 50px;
  padding: 32px 32px 20px;
  border-radius: 12px;
  border: 1px solid rgba(61, 8, 82, 0.07);
  box-shadow: 0 10px 16px 0 rgba(76, 8, 82, 0.03);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  cursor: default;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  a:hover {
  color: #993399;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown.active {
  opacity: 1;
  visibility: visible;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown.no-border
  .nav__dropdown-left {
  border-right: none;
  padding-right: 0;
  margin-right: 16px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left {
  margin-right: 48px;
  padding-right: 48px;
  border-right: 1px solid rgba(67, 8, 82, 0.05);
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 32px;
  padding-right: 32px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item
  span.badge {
  vertical-align: middle;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item:hover
  p,
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item:hover
  span {
  color: #993399;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item:hover
  .badge.badge--navy {
  color: #fff;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item
  svg {
  height: 44px;
  width: 44px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item
  div {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item
  div
  p {
  font-size: 1.4rem;
  margin: 0;
  color: #993399;
  text-transform: none;
  transition: color 0.3s ease;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-left
  .nav__dropdown-item
  div
  span {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  transition: color 0.3s ease;
  letter-spacing: -0.5px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-right {
  margin-right: 32px;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-right
  h6 {
  font-size: 1.6rem;
  margin-top: 0;
  font-weight: 600;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  .nav__dropdown-right
  li
  a {
  font-size: 1.4rem;
  margin-bottom: 16px;
  text-transform: none;
}
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  a,
.global-nav
  .global-nav__menu
  ul.global-nav__list
  li
  button.has-dropdown
  .nav__dropdown
  li {
  margin: 0;
}
.global-nav .global-nav__menu ul.global-nav__list li button:first-child {
  margin-left: 0;
}
.global-nav .global-nav__menu .global-nav__ctas {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .global-nav .global-nav__menu .global-nav__ctas a {
    display: none;
  }
}
.global-nav .global-nav__menu .global-nav__ctas > :first-child {
  margin-right: 30px;
}
.global-mobile-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-mobile-nav {
    display: block;
  }
}
.global-mobile-nav__trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 4px;
  height: 24px;
  width: 24px;
  margin-left: 15px;
}
.global-mobile-nav__trigger.light span,
.global-mobile-nav__trigger.light span:after,
.global-mobile-nav__trigger.light span:before {
  background-color: #fff;
}
.global-mobile-nav__trigger.is-active span {
  transform: translate3d(0, 10px, 0);
}
.global-mobile-nav__trigger.is-active span:before {
  transform: rotate(45deg) translate3d(-2.7px, -3px, 0);
}
.global-mobile-nav__trigger.is-active span:after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}
.global-mobile-nav span {
  background-color: #993399;
  display: block;
  position: absolute;
  top: 5px;
  border-radius: 2px;
  transition: transform 0.3s ease;
}
.global-mobile-nav span:after,
.global-mobile-nav span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  transition: transform 0.3s ease;
  background-color: #993399;
}
.global-mobile-nav span:before {
  top: 0;
}
.global-mobile-nav span:after {
  top: 8px;
}
.global-mobile-nav__menu {
  position: absolute;
  height: 0;
  width: 100vw;
  top: -4px;
  background-color: #993399;
  left: 0;
}
.global-mobile-nav__menu > ul {
  padding: 7vh 35px 0 32px;
  opacity: 0;
  visibility: hidden;
}
.global-mobile-nav__menu > ul.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.global-mobile-nav__menu > ul li {
  list-style: none;
  margin-bottom: 14px;
}
.global-mobile-nav__menu > ul li button {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: capitalize;
  background: none;
  box-shadow: none;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.06);
}
.global-mobile-nav__menu > ul li button:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.global-mobile-nav__menu > ul li button.active svg {
  transform: rotate(180deg);
}
.global-mobile-nav__menu > ul li button svg {
  vertical-align: middle;
  margin-left: 4px;
  height: 1em;
  width: 1em;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.global-mobile-nav__menu > ul li button svg path {
  fill: hsla(0, 0%, 100%, 0.6);
}
.global-mobile-nav__menu > ul.small-menu {
  padding: 10px 0 0 32px;
}
.global-mobile-nav__menu > ul.small-menu li {
  margin-top: 18px;
}
.global-mobile-nav__menu > ul.small-menu li a {
  font-size: 2rem;
  color: #fff;
  opacity: 0.6;
  line-height: 0.7;
  font-weight: 600;
  letter-spacing: -0.7px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.06);
}
.global-mobile-nav__menu > ul.small-menu li a svg {
  vertical-align: middle;
  margin-left: 6px;
}
.global-mobile-nav__menu .nav__dropdown {
  opacity: 0;
  height: 85vh;
  width: auto;
  background: #993399;
  margin-top: 24px;
  visibility: hidden;
  z-index: 4;
  display: none;
}
.global-mobile-nav__menu .nav__dropdown.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.global-mobile-nav__menu .nav__dropdown > ul li {
  margin-bottom: 32px;
}
.global-mobile-nav__menu .nav__dropdown > ul li a {
  display: flex;
  align-items: center;
}
.global-mobile-nav__menu .nav__dropdown > ul li a div {
  display: flex;
  flex-direction: column;
}
.global-mobile-nav__menu .nav__dropdown > ul li a div > span:first-child {
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.global-mobile-nav__menu .nav__dropdown > ul li a div > span:nth-child(2) {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.4rem;
  margin-top: 0;
}
.global-mobile-nav__menu .nav__dropdown > ul li a div .badge {
  background-color: rgba(223, 129, 242, 0.67);
}
.global-mobile-nav__menu .nav__dropdown > ul li a svg {
  height: 32px;
  width: 32px;
  margin-right: 16px;
}
.global-mobile-nav__menu .nav__dropdown .nav__dropdown__bottom {
  padding-top: 24px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.07);
}
.global-mobile-nav__menu .nav__dropdown .nav__dropdown__bottom h6 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 1.8rem;
}
.global-mobile-nav__menu .nav__dropdown .nav__dropdown__bottom > ul li {
  margin: 0 0 8px;
}
.global-mobile-nav__menu .nav__dropdown .nav__dropdown__bottom > ul li a {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.4rem;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.06);
}
.global-mobile-nav__menu span.legal-text {
  font-size: 1.2rem;
  color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  bottom: 48px;
  display: inline-block;
  margin: 0 24px;
  line-height: 1.6;
}
.mobile-nav-is-active {
  overflow: hidden;
}
.sticky__download {
  height: 64px;
  padding: 16px 25px;
  display: none;
  z-index: 120;
  position: fixed;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 0 -4px 20px 0 rgba(73, 8, 82, 0.08);
}
@keyframes slideInFromBottom {
  0% {
    transform: translate3d(0, 80px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.sticky__download .app-info {
  display: flex;
}
.sticky__download .app-info h6 {
  font-size: 1.4rem;
  margin: 0 0 3px;
}
.sticky__download .app-info .app-icon {
  height: 32px;
  margin-right: 15px;
  width: 32px;
}
.sticky__download .app-info .app-stars {
  margin-left: 8px;
  height: 10px;
  width: auto;
}
.sticky__download .app-info .free-text {
  font-size: 1.1rem;
}
.sticky__download.is-active {
  animation: slideInFromBottom 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .sticky__download {
    display: flex;
  }
}
.notification {
  height: 42px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe4ea;
  width: 100%;
  font-size: 1.3rem;
  color: #993399;
  z-index: 100;
}
.notification span {
  margin-right: 10px;
  background-color: #ff6095;
  border-radius: 3px;
  color: #993399;
  font-size: 0.98rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 5px;
}
.tabs__wrapper {
  display: flex;
  height: 40px;
  border-radius: 24px;
  background-color: rgba(176, 0, 245, 0.06);
  padding: 12px 0;
  margin: 20px 0;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.tabs__wrapper.tabs__wrapper--dark {
  background-color: rgba(73, 8, 82, 0.3);
}
.tabs__wrapper.tabs__wrapper--dark .tab__item {
  color: #cecece;
}
.tabs__wrapper.tabs__wrapper--dark .tab__item:before {
  background-color: #fff;
  color: #993399;
}
.tabs__wrapper.tabs__wrapper--dark .tab__item.active {
  color: #993399;
  font-weight: 700;
}
.tabs__wrapper.tabs__wrapper--dark .tab__item.active:before {
  opacity: 1;
  transform: translateZ(0);
}
.tabs__wrapper .tab__item {
  letter-spacing: 1px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: rgba(67, 8, 82, 0.8);
  cursor: pointer;
  font-weight: 600;
  position: relative;
  background-color: transparent;
  padding: 10px 24px;
  z-index: 2;
}
.tabs__wrapper .tab__item:not(:last-child) {
  margin-right: 20px;
}
.tabs__wrapper .tab__item:before {
  transform: translate3d(-20px, 0, 0);
  content: "";
  border-radius: 24px;
  height: 38px;
  position: absolute;
  width: 100%;
  display: inline-block;
  background-color: #993399;
  color: #fff;
  top: -3px;
  left: 0;
  z-index: -1;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.tabs__wrapper .tab__item.active {
  color: #fff;
  font-weight: 700;
}
.tabs__wrapper .tab__item.active:before {
  opacity: 1;
  transform: translateZ(0);
}
.button,
button {
  background-color: #993399;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  min-height: 44px;
  color: #fff;
  line-height: 44px;
  position: relative;
  text-decoration: none;
  padding: 0 1.4em;
  transition-duration: 0.3s;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  transition-property: background-color, opacity, color, transform, box-shadow;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: background-color, opacity, color, transform, box-shadow;
  box-shadow: 0 4px 6px 1px rgba(245, 0, 245, 0.18);
}
.button:hover,
button:hover {
  box-shadow: 0 8px 12px -1px rgba(204, 0, 245, 0.28);
}
.button[disabled],
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.button.disabled,
button.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}
.button.button--large,
button.button--large {
  min-height: 48px;
  padding-left: 1.85em;
  padding-right: 1.85em;
  font-size: 16px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  font-weight: 600;
}
.button.button--full,
button.button--full {
  width: 100%;
  text-align: center;
}
.button.button--text,
button.button--text {
  background: none;
  color: #993399;
  box-shadow: none;
  padding: 0;
  font-weight: 600;
}
.button.button--small,
button.button--small {
  min-height: 34px;
  line-height: 34px;
  padding-left: 1.4em;
  padding-right: 1.4em;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "CW BR Firma", sans-serif;
  font-weight: 700;
}
.button.button--outline,
button.button--outline {
  background-color: transparent;
  color: #993399;
  border: 1px solid #993399;
}
.button.button--has-arrow,
button.button--has-arrow {
  background: none;
  color: #993399;
  box-shadow: none;
  padding: 0;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.button.button--has-arrow.text-dark,
button.button--has-arrow.text-dark {
  color: #993399;
  opacity: 0.6;
}
.button.button--has-arrow.text-dark svg,
button.button--has-arrow.text-dark svg {
  fill: #993399;
  stroke: #993399;
}
.button.button--has-arrow.text-blue,
button.button--has-arrow.text-blue {
  color: #993399;
  text-transform: unset;
}
.button.button--has-arrow.text-blue svg,
button.button--has-arrow.text-blue svg {
  fill: #993399;
  stroke: #993399;
}
.button.button--has-arrow:hover,
button.button--has-arrow:hover {
  opacity: 1;
}
.button.button--has-arrow:hover svg,
button.button--has-arrow:hover svg {
  transform: translateX(5px);
}
.button.button--has-arrow.arrow--back,
button.button--has-arrow.arrow--back {
  font-size: 15px;
  font-weight: 400;
}
.button.button--has-arrow.arrow--back svg,
button.button--has-arrow.arrow--back svg {
  margin-bottom: -0.07em;
  margin-right: 4px;
}
.button.button--has-arrow.arrow--back:hover,
button.button--has-arrow.arrow--back:hover {
  opacity: 1;
}
.button.button--has-arrow.arrow--back:hover svg,
button.button--has-arrow.arrow--back:hover svg {
  transform: translateX(-3px);
}
.button svg,
button svg {
  height: 12px;
  width: 12px;
  fill: currentColor;
  transition: transform 0.4s ease;
  margin-left: 2px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.button.button--dark-outline,
button.button--dark-outline {
  color: #993399;
  border-color: #993399;
}
.button.button--dark-outline:hover,
button.button--dark-outline:hover {
  background-color: #993399;
  color: #fff;
  transform: translateZ(3px);
}
.button.button--light-outline,
button.button--light-outline {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
}
.button.button--light-outline:hover,
button.button--light-outline:hover {
  color: #fff;
}
.button.button--light-text,
button.button--light-text {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.button.button--light-text:hover,
button.button--light-text:hover {
  box-shadow: none;
}
.button.button--light,
button.button--light {
  color: #993399;
  border: none;
  background-color: #fff;
}
.button.button--light:hover,
button.button--light:hover {
  background-color: #993399;
  color: #fff;
}
.button.button--foam,
button.button--foam {
  color: #993399;
  border: none;
  background-color: #cdf2fc;
}
.button.button--foam:hover,
button.button--foam:hover {
  background-color: #993399;
  color: #fff;
}
.button.button--green,
button.button--green {
  background-color: #40b96e;
}
.button.button--cta,
button.button--cta {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .button.button--cta,
  button.button--cta {
    align-self: center;
  }
}
.button.button--has-spinner svg,
button.button--has-spinner svg {
  margin-left: 0.4em;
  margin-bottom: -2px;
  width: 1em !important;
  height: auto !important;
}
.button.button--is-invalid,
button.button--is-invalid {
  opacity: 0.6;
}
.button.button--caps,
button.button--caps {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.6px;
}
section {
  padding: 50px 0;
}
section.story-section {
  padding: 0;
  max-height: 820px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  section.story-section {
    max-height: 1930px;
  }
}
@media (max-width: 768px) {
  section.story-section {
    max-height: 600px;
  }
}
@media screen and (max-width: 600px) {
  section.story-section {
    max-height: 1000px;
  }
}
section.story-section .story__image {
  height: 100%;
}
@media screen and (max-width: 768px) {
  section.story-section .story__image {
    max-height: 620px;
  }
}
@media screen and (max-width: 600px) {
  section.story-section .story__image {
    height: 350px;
  }
}
section.story-section .story__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}
section.story-section .story__content {
  padding: 60px 22% 20px 8%;
}
@media screen and (max-width: 768px) {
  section.story-section .story__content {
    padding: 10px 8% 20px 4%;
  }
  section.story-section .story__content h4 {
    font-size: 2.23rem;
  }
}
section.story-section .story__content h4 {
  line-height: 1.6;
}
section.story-section .story__author {
  font-size: 1.74rem;
  margin: 40px 0;
  font-weight: 600;
  font-family: "CW BR Firma", sans-serif;
}
@media screen and (max-width: 600px) {
  section.story-section .story__author {
    font-size: 1.5rem;
    margin: 20px 0 40px;
  }
}
section.story-section .story__author span {
  font-weight: 600;
  color: rgba(67, 37, 82, 0.5);
}
section .check__item {
  position: relative;
  padding-left: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  section .check__item {
    margin-top: 40px;
  }
}
section .check__item.check__item--dark:before {
  background-color: #993399;
  box-shadow: 3px 3px 0 0 rgba(67, 37, 82, 0.3);
}
section .check__item.check__item--light:before {
  background-color: #fff;
  box-shadow: 3px 3px 0 0 hsla(0, 0%, 100%, 0.3);
}
section .check__item.check__item--light p {
  color: hsla(0, 0%, 100%, 0.8);
}
section .check__item:before {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 3px;
  top: 6px;
  left: 0;
  position: absolute;
  background-color: #cdf2fc;
  box-shadow: 3px 3px 0 0 rgba(70, 8, 82, 0.7);
}
section .check__item h5,
section .check__item h6 {
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: 15px;
}
section .check__item p {
  margin-top: 0;
}
section.hero-section {
  padding-top: 270px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.hero-section {
    padding-top: 120px;
    overflow: hidden;
  }
}
section.hero-section.risk {
  padding-top: 230px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.hero-section.risk {
    padding-top: 120px;
  }
}
section.hero-section.risk p {
  max-width: 100%;
}
section.hero-section p {
  margin-top: 0;
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  section.hero-section p {
    max-width: 100%;
  }
}
section.hero-section .button {
  margin-top: 20px;
}
section.hero-section.hero-section--has-naira-illos {
  height: 920px;
  background-position: 48vw 15vh;
  background-size: 79%;
}
@media screen and (max-width: 768px) {
  section.hero-section.hero-section--has-naira-illos {
    height: 70vh;
    background-position: 39vw 13vh;
    background-size: 110%;
  }
}
@media screen and (max-width: 600px) {
  section.hero-section.hero-section--has-naira-illos {
    background-size: 790px;
    background-position: -130px 550px;
    height: 920px;
  }
}
section.hero-section.save {
  background-image: url(/images/illos/save-money-online.svg);
}
section.hero-section.invest {
  background-image: url(/images/illos/invest-mutual-funds-nigeria.png);
}
section.hero-section.grow-api {
  background-image: url(/images/illos/grow-api-hero.svg);
}
@media screen and (max-width: 980px) {
  section.hero-section.grow-api {
    background-size: 840px;
  }
}
section.hero-section.sprout-hero-section {
  height: 90vh;
  min-height: 800px;
  padding-top: 27vh;
}
@media screen and (max-width: 600px) {
  section.hero-section.sprout-hero-section {
    padding-top: 15vh;
    height: auto;
    padding-bottom: 75vw;
    min-height: auto;
  }
  section.hero-section.sprout-hero-section h1 {
    font-weight: 600;
  }
}
@media screen and (min-width: 600px) and (max-width: 980px) {
  section.hero-section.sprout-hero-section {
    background-size: 50%;
  }
}
section.hero-section.sprout-hero-section h1 {
  margin: 20px 0;
}
section.hero-section.sprout-hero-section p {
  max-width: 100%;
}
section.hero-section.plan {
  background-image: url(/images/illos/naira-savings-investments.svg);
}
section.hero-section.quiz-assessment,
section.hero-section.risk-assessment,
section.hero-section.stash {
  background-image: url(/images/illos/stash/stash-landing.png);
  background-size: 1050px;
}
@media screen and (max-width: 600px) {
  section.hero-section.quiz-assessment,
  section.hero-section.risk-assessment,
  section.hero-section.stash {
    background-size: 740px;
    background-position: -50px 470px;
  }
}
section.hero-section.risk-assessment {
  background-image: url(/images/illos/risk/hero-img.png);
}
section.hero-section.quiz-assessment {
  background-image: url(/images/illos/quiz/hero-img.png);
  background-size: 900px;
}
@media screen and (max-width: 980px) {
  section.hero-section.quiz-assessment {
    background-size: 650px;
    background-position: right 380px;
  }
}
@media screen and (max-width: 600px) {
  section.hero-section.quiz-assessment {
    background-size: 500px;
    background-position: center 500px;
  }
}
section.hero-section.mutual-funds {
  background-image: url(/images/illos/invest-mutual-funds-nigeria-2.svg);
  background-position: 22vw 15vh;
  background-size: 85%;
  background-color: #f4f8fc;
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  section.hero-section.mutual-funds {
    background-size: 840px;
    background-position: -200px 400px;
    height: 820px;
    padding-top: 140px;
  }
}
section.hero-section.security {
  background-image: url(/images/illos/security.svg);
  background-position: 50vw 50%;
  background-size: 41%;
}
@media screen and (max-width: 980px) {
  section.hero-section.security {
    background-position: 20px 90%;
    background-size: 90%;
    height: 800px;
  }
}
section.pattern-section-1 {
  padding-top: 20rem;
  padding-bottom: 12rem;
  background-image: url(/images/patterns/section-bg-2.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
}
section.pattern-section-2 {
  background-image: url(/images/patterns/section-bg.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  section.pattern-section-2 {
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
  }
}
section.header-section {
  height: 600px;
  background-repeat: no-repeat;
  background-image: url(/images/patterns/header-bg.svg);
  background-position: 50%;
  background-size: cover;
}
section.header-section .col,
section.header-section .container,
section.header-section .grid {
  height: 100%;
}
@media screen and (max-width: 600px) {
  section.header-section.header-section--about {
    height: 800px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  section.header-section {
    height: 500px;
    background-size: 361%;
    background-position: 100% -170px;
  }
}
section[class*="content-section"] li,
section[class*="content-section"] p {
  color: #986ca3;
  font-size: 1.6rem;
}
section[class*="content-section"] a {
  font-size: inherit;
  color: #993399;
}
section[class*="content-section"] p strong {
  font-weight: 600;
  color: #993399;
}
section[class*="content-section"] ul {
  padding-left: 32px;
}
section[class*="content-section"] ul li {
  margin-bottom: 15px;
  text-indent: -1em;
}
section[class*="content-section"] ul li:before {
  content: "• ";
  margin-right: 8px;
  font-size: 1.8rem;
}
section[class*="content-section"] ol {
  margin-top: 20px;
  counter-reset: item;
  padding-left: 24px;
}
section[class*="content-section"] ol li {
  margin-bottom: 32px;
  position: relative;
  padding-left: 30px;
  list-style: none;
}
section[class*="content-section"] ol li ul {
  margin-top: 20px;
  list-style-type: disc;
}
section[class*="content-section"] ol li ul li {
  margin: 15px 0;
  padding-left: 4px;
  text-indent: 0;
}
section[class*="content-section"] ol li ul li:before {
  content: none;
}
section[class*="content-section"] ol li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  counter-increment: item;
  content: counter(item) ".";
}
section[class*="content-section"] h5,
section[class*="content-section"] h6 {
  margin-top: 24px;
}
section[class*="content-section"] .content-table {
  padding-top: 0;
  position: sticky;
  top: 64px;
  height: 800px;
  overflow-y: scroll;
}
section[class*="content-section"] .content-table ol.toc-list li {
  list-style: none;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 1.5rem;
  padding-left: 8px;
}
section[class*="content-section"] .content-table ol.toc-list li a {
  color: #986ca3;
  text-transform: capitalize;
}
section[class*="content-section"]
  .content-table
  ol.toc-list
  li
  a.is-active-link {
  color: #993399;
  font-weight: 600;
}
section[class*="content-section"] .content-table ol.toc-list li:before {
  display: none;
}
section[class*="content-section"] .content-table ol.toc-list li ol {
  margin-left: 8px;
  padding-left: 8px;
}
section.extra--padding {
  padding: 80px 0 160px;
}
@media screen and (max-width: 980px) {
  section.extra--padding {
    padding: 50px 0;
  }
}
section.extra--padding .padded-content {
  padding-top: 120px;
  padding-left: 80px;
}
@media screen and (max-width: 980px) {
  section.extra--padding .padded-content {
    padding-top: 0;
    padding-left: 0;
  }
}
.photo {
  height: 550px;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .photo {
    height: 400px;
    box-shadow: none;
  }
}
.photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card {
  background: #fff;
  box-shadow: 0 26px 30px -14px rgba(225, 0, 245, 0.08);
  border-radius: 12px;
  padding: 20px 30px;
  margin: 60px 28px 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-repeat: no-repeat;
}
.value-props-section .card {
  margin-top: 0;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .value-props-section .card {
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 600px) {
  .value-props-section .card {
    flex-basis: 100%;
  }
}
.value-props-section .card h5 {
  margin-top: 40px;
  margin-bottom: 0;
}
.value-props-section .card svg {
  height: 100px !important;
  width: 100px !important;
}
.value-props-section .card img {
  height: 70px;
  width: 70px;
}
@media screen and (max-width: 600px) {
  .card {
    flex-basis: 100%;
    margin: 20px 0;
  }
}
.card h5 {
  font-size: 2.4rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .card h5 {
    font-size: 2.2rem;
  }
}
.card a {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .card a {
    margin-top: 20px;
  }
}
.card p {
  font-size: 16px;
  flex: 1;
}
@media (max-width: 768px) {
  .card p {
    font-size: 15px;
  }
}
.global-footer {
  margin-top: 20px;
  background-image: url(/images/patterns/footer-bg.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 1080px;
  padding-bottom: 50px;
}
.global-footer .footer-app-reviews {
  margin: 20px 0 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-template-rows: 1fr;
  justify-items: center;
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .global-footer .footer-app-reviews {
    margin: 10px 0 80px;
    grid-row-gap: 40px;
    row-gap: 40px;
  }
}
.global-footer .footer-app-reviews .review__card {
  background-color: #fff;
  padding: 32px 36px;
  border: 1px solid rgba(67, 37, 82, 0.07);
  box-shadow: 1px 12px 24px rgba(55, 8, 82, 0.05);
  width: 100%;
  border-radius: 20px;
  min-height: 300px;
}
.global-footer .footer-app-reviews .review__card .review__card-quote {
  font-size: 1.3rem;
}
.global-footer .footer-app-reviews .review__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .global-footer .footer-app-reviews .review__card-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.global-footer .footer-app-reviews .review__card-top svg.download-badge {
  height: 50px;
  width: 120px;
}
.global-footer .footer-app-reviews .review__card-top svg.review-stars {
  height: 50px;
  width: 124px;
  margin-left: 20px;
}
.global-footer .footer-app-reviews .review__card-top h3 {
  font-size: 4rem;
  margin: 0;
  font-weight: 600;
}
.global-footer .footer-app-reviews .review__card-top h3 sub {
  font-size: 0.5em;
  bottom: 1px;
  color: #c4aecc;
}
.global-footer .footer-app-reviews .review__card h6 {
  margin-top: 0;
  font-weight: 600;
}
.global-footer .footer-email__field {
  position: relative;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.25);
  padding: 10px 24px;
  width: 100%;
  height: 60px;
}
.global-footer .footer-email__field input[type="email"] {
  color: #fff !important;
  font-size: 1.4rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  height: 38px;
  max-width: 58%;
}
@media screen and (max-width: 600px) {
  .global-footer .footer-email__field input[type="email"] {
    max-width: 100%;
  }
}
.global-footer
  .footer-email__field
  input[type="email"]::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 1.6rem;
}
.global-footer .footer-email__field button {
  position: absolute;
  right: 6px;
  top: 6px;
}
.global-footer .footer-email__field + button {
  margin: 20px 0 0;
}
@media screen and (max-width: 600px) {
  .global-footer {
    background-position: -120px 400px;
    background-size: 920px 1420px;
  }
}
.global-footer ul li {
  list-style: none;
  margin-top: 8px;
  margin-bottom: 0;
}
.global-footer ul li a {
  font-weight: 500;
  color: rgba(80, 8, 82, 0.6);
  transition: opacity 0.3s ease;
  font-size: 1.46rem;
  word-wrap: break-word;
}
.global-footer ul li a:hover {
  opacity: 1;
  color: #993399;
}
.global-footer .footer__cta {
  border-radius: 12px;
  background-color: #993399;
  margin-bottom: 40px;
  box-shadow: 0 59px 51px -34px rgba(225, 0, 245, 0.3);
  padding: 80px 10px;
}
@media screen and (max-width: 600px) {
  .global-footer .footer__cta {
    padding: 20px;
  }
}
.global-footer .footer__cta h3 {
  margin: 0;
  line-height: 1.4;
  color: #fff;
}
.global-footer .footer__cta p {
  margin-top: 10px;
}
.global-footer .footer__cta .footer-dl-badges a {
  transition: opacity 0.5s ease;
}
.global-footer .footer__cta .footer-dl-badges a:hover {
  opacity: 0.8;
}
.global-footer .footer__cta .footer-dl-badges a svg {
  width: 190px;
  height: 60px;
}
@media screen and (max-width: 600px) {
  .global-footer .footer__cta .footer-dl-badges a svg {
    width: 160px;
    height: 50px;
  }
}
@media screen and (max-width: 400px) {
  .global-footer .footer__cta .footer-dl-badges a svg {
    width: 125px;
    height: 40px;
  }
}
.global-footer .footer__menu {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .global-footer .footer__menu {
    margin-top: 50px;
  }
}
.global-footer .footer__menu .footer__menu-header {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.global-footer .footer__legal-top {
  margin: 40px 0 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .global-footer .footer__legal-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .global-footer .footer__legal-top .badge-sec {
    padding: 0;
    border: 0;
    margin-bottom: 32px;
  }
}
.global-footer .footer__legal-top p {
  font-size: 1.5rem;
}
.global-footer .footer__social {
  display: inline-block;
  margin-top: 20px;
}
.global-footer .footer__social svg {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  fill: rgba(73, 37, 82, 0.6);
}
.global-footer .footer__social svg:hover {
  fill: #993399;
}
.global-footer .footer__legal {
  font-size: 1.2rem;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: rgba(74, 37, 82, 0.48);
}
.global-footer .footer__legal a {
  font-size: inherit;
  color: #993399;
}
input[type="email"],
input[type="text"] {
  transition: border-color 0.3s ease-in, color 1s linear;
  width: 100%;
  display: block;
  height: 45px;
  background-color: #fff;
  border-radius: 6px;
  outline: none;
  color: #993399 !important;
  border: 1px solid rgba(8, 37, 82, 0.2);
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  padding: 24px 18px;
}
input[type="email"]:focus,
input[type="text"]:focus {
  border-color: rgba(25, 6, 29, 0.377) !important;
  outline: none;
  color: #993399;
  transition: border 0.3s ease-in;
}
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: rgba(74, 37, 82, 0.6);
}
input[type="email"].boxed-text,
input[type="email"].date-picker,
input[type="text"].boxed-text,
input[type="text"].date-picker {
  border: 1px solid #d8e4f7;
  border-radius: 4px;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
input[type="email"].boxed-text::-webkit-input-placeholder,
input[type="email"].date-picker::-webkit-input-placeholder,
input[type="text"].boxed-text::-webkit-input-placeholder,
input[type="text"].date-picker::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: rgba(0, 102, 245, 0.32);
}
input[type="email"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.new-input-style input[type="radio"]:checked + label.radio:before {
  background: #fff;
  border: 5px solid #993399;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px 3px rgba(245, 0, 245, 0.2);
}
.new-input-style input[type="radio"]:checked + label.label--payment-method {
  color: #993399;
  border: 1px solid rgba(225, 77, 241, 0.5);
}
.new-input-style
  input[type="radio"]:checked
  + label.label--payment-method:after {
  left: 19px;
  top: 16px;
}
.new-input-style
  input[type="radio"]:checked
  + label.label--payment-method-others {
  color: #993399;
  opacity: 1;
  border: 1px solid rgba(201, 0, 241, 0.5);
}
.new-input-style
  input[type="radio"]:checked
  + label.label--payment-method-others
  svg.inactive {
  display: inline-block;
}
.new-input-style
  input[type="radio"]:checked
  + label.label--payment-method-others
  svg.active {
  display: none;
}
.new-input-style input[type="number"],
.new-input-style input[type="tel"],
.new-input-style input[type="text"] {
  transition: border-color 0.3s ease-in, color 1s linear;
  width: 100%;
  display: block;
  height: 45px;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  outline: none;
  border: 0;
  color: #993399;
  border-bottom: 1px solid rgba(171, 180, 189, 0.23);
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.4rem;
  margin-top: 15px;
  padding-bottom: 20px;
}
.new-input-style input[type="number"].input-field__error,
.new-input-style input[type="tel"].input-field__error,
.new-input-style input[type="text"].input-field__error {
  border-color: red;
}
.new-input-style input[type="number"]:focus,
.new-input-style input[type="tel"]:focus,
.new-input-style input[type="text"]:focus {
  border-color: #993399 !important;
  outline: none;
  color: #993399;
  transition: border 0.3s ease-in;
}
.new-input-style input[type="number"]::-webkit-input-placeholder,
.new-input-style input[type="tel"]::-webkit-input-placeholder,
.new-input-style input[type="text"]::-webkit-input-placeholder {
  font-size: 2.4rem;
  color: #993399;
}
.new-input-style input[type="number"].boxed-text,
.new-input-style input[type="number"].date-picker,
.new-input-style input[type="tel"].boxed-text,
.new-input-style input[type="tel"].date-picker,
.new-input-style input[type="text"].boxed-text,
.new-input-style input[type="text"].date-picker {
  border: 1px solid #d8e4f7;
  border-radius: 4px;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.new-input-style input[type="number"].boxed-text::-webkit-input-placeholder,
.new-input-style input[type="number"].date-picker::-webkit-input-placeholder,
.new-input-style input[type="tel"].boxed-text::-webkit-input-placeholder,
.new-input-style input[type="tel"].date-picker::-webkit-input-placeholder,
.new-input-style input[type="text"].boxed-text::-webkit-input-placeholder,
.new-input-style input[type="text"].date-picker::-webkit-input-placeholder {
  font-size: 1.4rem;
  color: rgba(204, 0, 245, 0.32);
}
.new-input-style input[type="number"]::-webkit-inner-spin-button,
.new-input-style input[type="number"]::-webkit-outer-spin-button,
.new-input-style input[type="tel"]::-webkit-inner-spin-button,
.new-input-style input[type="tel"]::-webkit-outer-spin-button,
.new-input-style input[type="text"]::-webkit-inner-spin-button,
.new-input-style input[type="text"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.new-input-style .input-field__helper-text {
  color: red;
  font-size: 12px;
  display: block;
  text-align: left;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.new-input-style .input-field__helper-text.visible {
  opacity: 1;
}
.new-input-style .input--has-select {
  position: relative;
}
.new-input-style .input--has-select:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid rgba(216, 0, 245, 0.8);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 36px;
}
.new-input-style .input--has-select select.input-form__select {
  background-color: transparent;
  border: 1px solid #d8e4f7;
  padding: 5px 15px;
  border-radius: 4px;
  color: #993399;
  width: 100%;
  line-height: 1.6;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.5rem;
  outline: none;
  margin-top: 15px;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 45px;
  transition: border-color 0.3s ease;
}
.new-input-style .input--has-select select.input-form__select:focus {
  border-color: #993399;
}
.new-input-style .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(225, 102, 245, 0.2);
  border-radius: 4px;
}
.new-input-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #993399 transparent transparent;
}
.new-input-style label {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  color: rgba(74, 37, 82, 0.6);
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.new-input-style label.mt-40 {
  margin-top: 4rem;
}
.new-input-style label.label--center {
  text-align: center;
}
.new-input-style label.radio {
  position: relative;
  opacity: 1;
  margin-top: 18px;
  font-size: 1.6rem;
}
.new-input-style label.radio:before {
  content: "";
  transition-property: box-shadow, background-color;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: absolute;
  padding: 0;
  left: 0;
  top: -1.5px;
  background-color: hsla(0, 0%, 83.1%, 0.3);
  border-radius: 100%;
}
.new-input-style label.label--payment-method {
  border: 1px solid rgba(201, 0, 241, 0.1);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 12px 15px 12px 50px;
  font-size: 1.4rem;
  display: flex;
  color: rgba(73, 8, 82, 0.6);
}
.new-input-style label.label--payment-method:before {
  top: 11px;
  left: 14px;
  background-color: hsla(0, 0%, 83.1%, 0.3);
  border-radius: 100%;
}
.new-input-style label.label--payment-method svg {
  height: 20px;
  width: 24px;
  display: inline-block;
  margin-left: auto;
}
.new-input-style label.label--payment-method-others {
  display: block;
  border: 1px solid rgba(86, 37, 88, 0.17);
  border-radius: 4px;
  padding: 15px 5px 15px 15px;
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .new-input-style label.label--payment-method-others.bank-account {
    margin-left: 4px;
  }
}
.new-input-style label.label--payment-method-others span {
  margin-left: 48px;
}
@media screen and (max-width: 600px) {
  .new-input-style label.label--payment-method-others span {
    margin-left: 36px;
  }
}
.new-input-style label.label--payment-method-others svg {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 7px;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .new-input-style label.label--payment-method-others svg {
    height: 24px;
    width: 24px;
    top: 10px;
  }
}
.new-input-style label.label--payment-method-others svg.active {
  display: inline-block;
}
.new-input-style label.inactive,
.new-input-style label.label--payment-method-others.inactive,
.new-input-style label.label--payment-method-others svg.inactive {
  display: none;
}
input[type="email"].single--border,
input[type="number"].single--border,
input[type="tel"].single--border,
input[type="text"].single--border {
  width: 100%;
  font-size: 1.7rem;
  border-radius: 0 !important;
  font-weight: 500;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 1rem;
  color: #993399;
  transition: all 0.3s;
  border: none;
  border-bottom: 1px solid rgba(70, 8, 82, 0.2);
}
input[type="email"].single--border:focus,
input[type="number"].single--border:focus,
input[type="tel"].single--border:focus,
input[type="text"].single--border:focus {
  outline: none;
  border-bottom-color: #993399;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  border-color: #993399;
  outline: none;
  color: #993399;
  transition: border 0.3s ease-in;
}
input[type="email"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type="email"]:focus + .input-field__helper,
input[type="number"]:focus + .input-field__helper,
input[type="tel"]:focus + .input-field__helper,
input[type="text"]:focus + .input-field__helper {
  color: #993399;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] div p {
  font-weight: 500;
  font-size: 16px;
  color: #993399;
  transition: all 0.4s;
}
input[type="radio"] div span {
  font-size: 12px;
  line-height: 22px;
  color: rgba(59, 8, 82, 0.7);
}
input[type="radio"]:checked + label.radio {
  color: #993399;
  font-weight: 500;
}
input[type="radio"]:checked + label.radio:before {
  background: #fff;
  border: 5px solid #993399;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px 3px rgba(204, 0, 245, 0.2);
}
input[type="radio"]:checked + label.radio div p {
  color: #993399;
  font-weight: 600;
}
input[type="radio"]:checked + label.radio div span {
  color: rgba(70, 8, 82, 0.7);
}
input[type="radio"]:checked + label.label--payment-method-others {
  color: #993399;
  opacity: 1;
  border: 1px solid rgba(201, 0, 241, 0.5);
}
input[type="radio"] input[type="radio"] {
  display: none;
}
input[type="radio"] input[type="radio"] div p {
  font-weight: 500;
  font-size: 16px;
  color: #993399;
  transition: all 0.4s;
}
input[type="radio"] input[type="radio"] div span {
  font-size: 12px;
  line-height: 22px;
  color: rgba(82, 8, 82, 0.7);
}
input[type="radio"] input[type="radio"]:checked + label.radio {
  color: #993399;
  font-weight: 500;
}
input[type="radio"] input[type="radio"]:checked + label.radio:before {
  background: #fff;
  border: 5px solid#993399;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px 3px rgba(196, 0, 245, 0.2);
}
input[type="radio"] input[type="radio"]:checked + label.radio div p {
  color: #d800f5;
  font-weight: 600;
}
input[type="radio"] input[type="radio"]:checked + label.radio div span {
  color: rgba(67, 8, 82, 0.7);
}
input[type="radio"]
  input[type="radio"]:checked
  + label.label--payment-method-others {
  color: #993399;
  opacity: 1;
  border: 1px solid rgba(241, 0, 241, 0.5);
}
input[type="radio"]
  input[type="radio"]:checked
  + label.label--payment-method-others
  svg.inactive {
  display: inline-block;
}
input[type="radio"]
  input[type="radio"]:checked
  + label.label--payment-method-others
  svg.active {
  display: none;
}
label {
  display: block;
  text-align: left;
  font-size: 0.95rem;
  color: rgba(8, 37, 82, 0.6);
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
label.mt-40 {
  margin-top: 4rem;
}
label.label--center {
  text-align: center;
}
label.radio {
  position: relative;
  opacity: 1;
  margin-bottom: 21px;
  font-size: 1.65rem;
  padding-left: 3.2rem;
  cursor: pointer;
}
label.radio span {
  display: block;
  color: inherit;
}
@media screen and (max-width: 600px) {
  label.radio {
    font-size: 1.5rem;
  }
}
label.radio:before {
  content: "";
  transition-property: box-shadow, background-color;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0.28em;
  height: 18px;
  width: 18px;
  background-color: rgba(8, 37, 82, 0.1);
  border-radius: 100%;
}
@media screen and (max-width: 600px) {
  label.radio:before {
    left: 4px;
  }
}
label.checkbox {
  position: relative;
  opacity: 1;
  margin-bottom: 28px;
  font-size: 14px;
  padding-left: 2.2rem;
  cursor: pointer;
  color: rgba(67, 8, 82, 0.5);
  line-height: 1.5;
}
label.checkbox span {
  display: block;
  color: inherit;
}
label.checkbox:before {
  content: "";
  transition-property: box-shadow, background-color;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  position: absolute;
  padding: 0;
  left: 0;
  top: 0.3em;
  height: 16px;
  width: 16px;
  background-color: rgba(70, 8, 82, 0.1);
  border-radius: 3px;
}
.input-field__wrapper {
  position: relative;
  margin-bottom: 30px;
}
.input-field__wrapper + .input-field__wrapper,
.input-field__wrapper + div {
  margin-top: 20px;
}
.input-field__wrapper input[type="email"],
.input-field__wrapper input[type="tel"],
.input-field__wrapper input[type="text"] {
  background: #fff;
  padding: 30px 20px;
}
.input-field__wrapper .select-wrapper {
  position: relative;
}
.input-field__wrapper .select-wrapper select {
  background-color: #fff;
  padding: 22px 20px;
  font-size: 16px;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  width: 100%;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6c82a3;
  border: 1px solid rgba(67, 8, 82, 0.2);
  transition: border-color 0.4s ease;
}
.input-field__wrapper .select-wrapper select:focus {
  border-color: #993399;
  outline: none;
  color: #993399;
  transition: border 0.3s ease-in;
}
.input-field__wrapper .select-wrapper select:focus + .input-field__helper {
  color: #993399;
}
.input-field__wrapper .select-wrapper .arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  height: 10px;
  width: 10px;
  color: #993399;
}
.input-field__wrapper .select-wrapper .arrow svg {
  outline: none;
}
.input-field__wrapper .input-field__helper {
  font-size: 1rem;
  position: absolute;
  opacity: 1;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  top: -7px;
  font-weight: 500;
  color: rgba(67, 8, 82, 0.5);
  transition: color 0.3s ease;
  left: 12px;
}
.input-field__wrapper .input-field__helper.active {
  opacity: 1;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease-in, color 1s linear;
  width: 100%;
  display: block;
  line-height: 24px;
  resize: none;
  background-color: #fff;
  border-radius: 8px;
  outline: none;
  color: #520852;
  border: 1px solid rgba(82, 8, 78, 0.2);
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  padding: 30px 20px;
}
textarea:disabled {
  opacity: 0.6;
}
textarea.error {
  border-color: red !important;
}
textarea.error + .input-field__helper {
  color: red !important;
}
textarea.has-input + .input-field__helper {
  opacity: 1;
}
textarea:focus {
  border-color: #993399;
  outline: none;
  color: #993399;
  transition: border 0.3s ease-in;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus + .input-field__helper {
  color: #993399;
}
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(8, 37, 82, 0.62);
}
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tab-container {
  border-bottom: 1px solid rgba(67, 8, 82, 0.1);
  display: flex;
  margin: 50px 0;
}
@media screen and (max-width: 600px) {
  .tab-container {
    margin: 20px 0;
  }
}
.tab-container .tab__item {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-right: 80px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.45s ease;
}
@media screen and (max-width: 600px) {
  .tab-container .tab__item {
    font-size: 1.1rem;
  }
}
.tab-container .tab__item:hover {
  opacity: 0.8;
}
.tab-container .tab__item.active {
  opacity: 1;
  color: #993399;
  border-bottom: 3px solid #993399;
}
.tab-row {
  display: flex;
}
.tab-row .tab-item {
  text-transform: uppercase;
  margin-right: 56px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 1.2rem;
  color: rgba(65, 8, 82, 0.6);
  position: relative;
}
.tab-row .tab-item:before {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: 100%;
  left: -18px;
  top: -8px;
  z-index: -1;
  height: 24px;
  transition: opacity 0.4s ease;
  background-color: #f3f6ff;
  opacity: 0;
  padding: 4px 18px;
}
.tab-row .tab-item.active {
  color: #993399;
  font-weight: 700;
}
.tab-row .tab-item.active:before {
  opacity: 1;
}
.tab-row .select__wrapper {
  position: relative;
}
.tab-row .select__wrapper:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid rgba(245, 0, 233, 0.8);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 80px;
  top: 14px;
  z-index: 20;
}
.tab-row .select__wrapper select.tab-item {
  background-color: #f3f6ff;
  font-size: 1.2rem;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  cursor: pointer;
  padding: 5px 40px 7px 20px;
  border-radius: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "CW BR Firma", sans-serif;
  height: 32px;
  color: #993399;
  border: 0;
  font-weight: 700;
}
#priceChart {
  margin-bottom: 10px;
}
#priceChart .apexcharts-tooltip.apexcharts-theme-light {
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(71, 118, 230, 0.1);
  border: 0;
}
#priceChart
  .apexcharts-tooltip.apexcharts-theme-light
  .apexcharts-tooltip-title {
  background: none;
  border-bottom: 0;
  padding: 6px 10px;
  color: rgba(80, 8, 82, 0.8);
}
#priceChart .apexcharts-text.apexcharts-xaxis-label:first-child {
  transform: translateX(20px) !important;
}
.chart-periods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
.chart-periods span {
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
  font-feature-settings: "tnum";
  color: rgba(65, 8, 82, 0.5);
}
.chart-periods span.active {
  color: #993399;
}
.photo-bubble .image {
  border-radius: 100%;
  border-bottom-left-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.photo-bubble .shadow {
  top: 1.8rem;
  left: -1.5rem;
  background-image: url(/images/patterns/stories/shadow-ptn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  border-bottom-right-radius: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .photo-bubble .shadow {
    left: 1.5rem;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 0;
  }
}
.photo-bubble img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.badge {
  text-transform: uppercase;
  padding: 3px 10px 4px;
  font-size: 1.4rem;
  color: #430852;
  vertical-align: middle;
  letter-spacing: 0.3px;
}
.badge,
.badge.badge--small {
  font-weight: 700;
  display: inline-block;
  border-radius: 3px;
}
.badge.badge--small {
  margin-left: 8px;
  font-size: 0.9rem !important;
  letter-spacing: 0.3px !important;
  padding: 1px 6px;
}
.badge.badge--green {
  background-color: #cef2ca;
}
.badge.badge--teal {
  background-color: #b25afa;
  color: #fff;
}
.badge.badge--navy {
  background-color: rgba(196, 174, 204, 0.92);
  color: #fff;
}
.badge-sec {
  background: #fff;
  display: flex;
  padding: 12px 28px 12px 20px;
  box-shadow: 1px 8px 12px rgba(8, 37, 82, 0.02);
  border: 1px solid rgba(8, 37, 82, 0.06);
  border-radius: 12px;
  width: -moz-max-content;
  width: max-content;
}
.badge-sec.minimal {
  padding: 0;
  border: none;
  align-items: center;
  box-shadow: none;
  display: flex;
}
.badge-sec.minimal img {
  height: 16px;
  width: 16px;
  filter: grayscale(100%);
  margin-right: 0;
}
.badge-sec.minimal .badge-sec__text {
  margin-left: 8px;
}
.badge-sec.minimal .badge-sec__text span {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  color: #993399;
  text-transform: uppercase;
  margin-bottom: 0;
}
.badge-sec.minimal .badge-sec__text span:last-child {
  display: none;
}
.badge-sec img {
  height: 32px;
  width: 32px;
}
.badge-sec__text {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.badge-sec__text span {
  display: block;
}
.badge-sec__text span:first-child {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: -0.6px;
}
.badge-sec__text span:nth-child(2) {
  font-size: 1rem;
  color: rgba(73, 8, 82, 0.6);
}
.sweet-modal {
  border-radius: 8px !important;
  color: #3b0852 !important;
  transition-delay: 0s !important;
  transition-duration: 0.33s !important;
  max-width: 600px !important;
}
@media screen and (max-width: 600px) {
  .sweet-modal {
    border-radius: 0 !important;
  }
}
.sweet-modal .confirmation-modal h6,
.sweet-modal .marketing-modal h6,
.sweet-modal .success-modal h6 {
  font-size: 1.4rem;
}
.sweet-modal .confirmation-modal a.social-icon svg,
.sweet-modal .marketing-modal a.social-icon svg,
.sweet-modal .success-modal a.social-icon svg {
  height: 24px;
  width: 24px;
  fill: #993399;
}
.sweet-modal .sweet-box-actions .sweet-action-close:hover {
  background: none !important;
  opacity: 1;
}
.sweet-modal .sweet-box-actions {
  z-index: 100;
}
.sweet-modal .sweet-box-actions .sweet-action-close {
  transition: opacity 0.4s ease;
  opacity: 0.5;
  color: #993399 !important;
}
.sweet-modal .sweet-content {
  padding: 20px 20px 30px !important;
  text-align: left !important;
}
.sweet-modal-overlay {
  z-index: 999 !important;
  height: 100% !important;
}
.sweet-modal-overlay.theme-dark {
  background: rgba(65, 8, 82, 0.65) !important;
}
@media screen and (max-width: 600px) {
  .cw-modal .sweet-modal {
    border-radius: 8px 8px 0 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .cw-modal .sweet-modal.is-mobile-fullscreen {
    height: auto !important;
    bottom: 0;
    top: auto;
  }
}
.modal-details {
  padding: 30px 15px 15px;
}
.modal-details h5,
.modal-details h6 {
  font-weight: 600;
}
.cookie__card {
  background-color: #fff;
  width: 100vw;
  padding: 10px 16px;
  box-shadow: 2px -2px 15px rgba(67, 8, 82, 0.05);
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 9999;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .cookie__card {
    padding: 24px 16px 16px;
    flex-direction: column;
  }
}
.cookie__card .cookies__cta {
  display: flex;
}
@media screen and (max-width: 1300px) {
  .cookie__card .cookies__cta {
    width: 100%;
    margin: 10px 0 0;
    justify-content: flex-end;
  }
}
.cookie__card .button {
  min-height: 0;
  line-height: 1.6;
}
.cookie__card span {
  width: 90%;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .cookie__card span {
    width: 100%;
    text-align: left;
  }
}
.cookie__card span a {
  font-size: inherit;
  color: #993399;
}
@media screen and (max-width: 600px) {
  .video-modal .sweet-modal-overlay.theme-dark {
    background: rgba(84, 2, 105, 0.65) !important;
  }
}
.video-modal .sweet-modal {
  max-width: 900px !important;
  width: 100%;
}
.video-modal .sweet-modal .modal-details {
  padding: 0 !important;
  height: 506px;
}
@media screen and (max-width: 600px) {
  .video-modal .sweet-modal .modal-details {
    height: 231px;
  }
}
.video-modal .sweet-content {
  padding: 0 !important;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltip--text {
  visibility: hidden;
  width: auto;
  background-color: rgba(65, 8, 82, 0.62);
  color: #fff;
  white-space: nowrap;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltip--text.active {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltip--text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: rgba(82, 8, 78, 0.62);
}
.tooltip:hover .tooltip--text {
  visibility: visible;
  opacity: 1;
}
.progress {
  height: 5px;
  width: 100%;
  position: relative;
  background-color: rgba(216, 0, 245, 0.1);
}
@media only screen and (min-width: 65rem) {
  .progress {
    margin-top: 0;
  }
}
.progress .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #993399;
  transition: width 0.4s ease;
}
.progress.vacation {
  background-color: rgba(230, 143, 55, 0.2);
}
.progress.vacation .progress__bar {
  background-color: #e68f37;
}
.progress.education {
  background-color: rgba(223, 90, 250, 0.2);
}
.progress.education .progress__bar {
  background-color: #e75afa;
}
.progress.family {
  background-color: #fbeff1;
}
.progress.family .progress__bar {
  background-color: #dc7586;
}
.progress.home {
  background-color: #d7f7d7;
}
.progress.home .progress__bar {
  background-color: #59c283;
}
.progress.emergency {
  background-color: #fefae6;
}
.progress.emergency .progress__bar {
  background-color: #f6d322;
}
.progress.retirement {
  background-color: #eac3fa;
}
.progress.retirement .progress__bar {
  background-color: #bf74d6;
}
.progress.business {
  background-color: #f2e4f5;
}
.progress.business .progress__bar {
  background-color: #b054b8;
}
.progress.money-duo .progress__bar {
  background-color: #f4b6c4;
}
@keyframes revealWad {
  0% {
    transform: scale(0.72);
    opacity: 0;
  }
  to {
    transform: scale(0.62);
    opacity: 1;
  }
}
.reveal-wad {
  animation: revealWad 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-image: url(https://cowrywise.com/images/sprites/wads-save-online.png);
}
@keyframes trMove {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-16rem);
  }
  40% {
    transform: translate(-32rem);
  }
  60% {
    transform: translate(-32rem, 16rem);
  }
  80%,
  to {
    transform: translate(-16rem, 16rem);
  }
}
@keyframes blMove {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(16rem);
  }
  40% {
    transform: translate(32rem);
  }
  60% {
    transform: translate(32rem, -16rem);
  }
  80%,
  to {
    transform: translate(16rem, -16rem);
  }
}
@keyframes tcMove {
  0%,
  20% {
    transform: translate(0);
  }
  40% {
    transform: translate(-16rem);
  }
  60% {
    transform: translate(-16rem, 16rem);
  }
  80%,
  to {
    transform: translateY(16rem);
  }
}
@keyframes bcMove {
  0%,
  20% {
    transform: translate(0);
  }
  40% {
    transform: translate(16rem);
  }
  60% {
    transform: translate(16rem, -16rem);
  }
  80%,
  to {
    transform: translateY(-16rem);
  }
}
@keyframes tlMove {
  0%,
  20%,
  40% {
    transform: translate(0);
  }
  60% {
    transform: translateY(16rem);
  }
  80%,
  to {
    transform: translate(16rem, 16rem);
  }
}
@keyframes brMove {
  0%,
  20%,
  40% {
    transform: translate(0);
  }
  60% {
    transform: translateY(-16rem);
  }
  80%,
  to {
    transform: translate(-16rem, -16rem);
  }
}
@keyframes mlMove {
  0%,
  20%,
  40%,
  60% {
    transform: translate(0);
  }
  80%,
  to {
    transform: translate(16rem);
  }
}
@keyframes mrMove {
  0%,
  20%,
  40%,
  60% {
    transform: translate(0);
  }
  80%,
  to {
    transform: translate(-16rem);
  }
}
@keyframes cwGrow {
  0%,
  10%,
  20%,
  30%,
  40%,
  50% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@keyframes scrollPlans {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes reveal {
  0% {
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.reveal {
  animation: reveal 1s ease forwards;
}
@keyframes fade {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes move-in {
  0% {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.move-enter-active {
  animation: move-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes move-in-bottom {
  0% {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.moveInBottom-enter-active {
  animation: move-in-bottom 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fade {
  animation: fade 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 1s ease;
}
.animated {
  opacity: 0;
}
.animate-down {
  animation: animateDown 1s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes animateDown {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 300px, 0);
  }
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
}
.spinner .path {
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  animation: dash 1s ease-in-out infinite;
}
@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(1020px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    transform: translateX(-1020px);
    opacity: 0;
  }
}
.slide-enter-active {
  animation: slideIn 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slide-leave-active {
  animation: slideOut 0.45s ease;
}
@keyframes slideOutHeader {
  0% {
    opacity: 0;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideInHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.slide-out-header {
  animation-name: slideOutHeader;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.slide-in-header {
  animation-name: slideInHeader;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.slow-enter-active,
.slow-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
}
.slow-enter,
.slow-leave-to {
  transform: translate3d(0, -5px, 0);
  opacity: 0;
}
.slow-up-enter-active,
.slow-up-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
}
.slow-up-enter,
.slow-up-leave-to {
  transform: translate3d(0, 25px, 0);
  opacity: 0.3;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes doing-finance {
  0% {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
.home-section .inline-form {
  display: flex;
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .home-section .inline-form {
    display: none;
  }
}
.home-section .inline-form input[type="email"] {
  flex: 1;
  margin-right: 10px;
  border: 1px solid rgba(76, 8, 82, 0.11);
}
.home-section .inline-form input[type="email"]::-moz-placeholder {
  letter-spacing: -0.2px;
}
.home-section .inline-form input[type="email"]::placeholder {
  letter-spacing: -0.2px;
}
.home-section .inline-form.active {
  display: flex;
}
@media screen and (max-width: 600px) {
  .home-section .inline-form button {
    width: 100%;
  }
}
.home-section .dl-badges {
  display: none;
}
@media screen and (max-width: 600px) {
  .home-section .dl-badges {
    display: flex;
  }
}
.home-section .dl-badges img,
.home-section .dl-badges svg {
  margin-right: 8px;
  width: 148px;
  height: 60px;
}
@media screen and (max-width: 400px) {
  .home-section .dl-badges img,
  .home-section .dl-badges svg {
    width: 128px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home-section .dl-badges img,
  .home-section .dl-badges svg {
    width: 108px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .home-section .dl-badges img,
  .home-section .dl-badges svg {
    width: 138px;
    height: 60px;
  }
}
.home-section .hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding: 80px 0;
  grid-auto-flow: dense;
}
@media screen and (max-width: 980px) {
  .home-section .hero-container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 30px;
  }
  .home-section .hero-container .cta-area {
    grid-row: 1;
  }
}
.home-section .hero-container .testimonials-area {
  min-height: 650px;
  position: relative;
  margin-top: 30px;
  margin-left: 30px;
  opacity: 0;
  transition: opacity 0.7s ease;
}
@media screen and (max-width: 980px) {
  .home-section .hero-container .testimonials-area {
    margin-left: 0;
    margin-top: 0;
    min-height: 450px;
  }
}
.home-section .hero-container .testimonials-area .testimonials {
  overflow-x: hidden;
}
.home-section .hero-container .testimonials-area .testimonials .testimonial {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial.testimonial--active {
  visibility: visible;
  opacity: 1;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__image {
  height: 650px;
  width: 520px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 980px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonials
    .testimonial
    .testimonial__image {
    height: 460px;
    width: 100%;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__image
  img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__image
  video {
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.5) translate3d(0, -60px, 0);
  position: absolute;
  top: 0;
  left: 0;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__quote {
  background: #fff;
  min-height: 180px;
  width: 340px;
  padding: 24px 32px;
  position: absolute;
  bottom: -40px;
  right: -10px;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonials
    .testimonial
    .testimonial__quote {
    min-height: 160px;
    width: 300px;
    left: 0;
    bottom: -20px;
    padding: 18px 24px;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__quote
  blockquote {
  font-size: 1.4rem;
  color: #9e6ca3;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.2px;
  word-break: break-word;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__quote
  .testimonial__author {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-top: 24px;
  font-size: 1.4rem;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__quote
  .testimonial__author
  a {
  color: #993399;
  font-size: inherit;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__backdrop {
  position: absolute;
  top: -60px;
  left: -80px;
  height: 850px;
  width: 400px;
  opacity: 0.5;
  background-color: #fff5cb;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonials
    .testimonial
    .testimonial__backdrop {
    top: -20px;
    left: -40px;
    height: 600px;
    width: 300px;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonials
    .testimonial
    .testimonial__image-overlay {
    opacity: 1;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__video-controls {
  position: absolute;
  top: 20px;
  right: 95px;
  height: 32px;
  width: 32px;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonials
    .testimonial
    .testimonial__video-controls {
    right: 15px;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonials
  .testimonial
  .testimonial__video-controls
  svg {
  height: 28px;
  width: 28px;
  display: block;
  cursor: pointer;
  outline: none;
}
.home-section .hero-container .testimonials-area .testimonial-thumbnail-list {
  display: flex;
  position: absolute;
  bottom: -100px;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonial-thumbnail-list
  .testimonial__thumbnail {
  cursor: pointer;
  height: 48px;
  width: 48px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
}
.home-section
  .hero-container
  .testimonials-area
  .testimonial-thumbnail-list
  .testimonial__thumbnail.active
  img {
  filter: grayscale(0) contrast(1);
}
.home-section
  .hero-container
  .testimonials-area
  .testimonial-thumbnail-list
  .testimonial__thumbnail:hover
  img {
  filter: grayscale(100%) contrast(1.2) brightness(0.8);
}
@media screen and (max-width: 980px) {
  .home-section
    .hero-container
    .testimonials-area
    .testimonial-thumbnail-list
    .testimonial__thumbnail:hover
    img {
    filter: none;
  }
}
.home-section
  .hero-container
  .testimonials-area
  .testimonial-thumbnail-list
  .testimonial__thumbnail
  img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  filter: grayscale(100%) contrast(1.2);
  transform: scale(1.3);
  transition: filter 0.4s ease;
  position: absolute;
  top: 12px;
  left: 0;
}
.home-section .hero-container .cta-area {
  padding-top: 60px;
}
.home-section .hero-container .cta-area h6 {
  font-size: 4.8rem;
  font-weight: 400;
  margin-top: 1rem;
  letter-spacing: -3px;
}
@media screen and (max-width: 600px) {
  .home-section .hero-container .cta-area h6 {
    letter-spacing: -0.9px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 980px) {
  .home-section .hero-container .cta-area {
    padding-top: 0;
  }
}
.home-section .hero-container .cta-area h1 {
  margin-bottom: 20px;
}
.home-section .hero-container .cta-area form {
  margin: 30px 0;
}
.home-section .hero-container .cta-area .media-player-cta {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 30%;
}
@media screen and (max-width: 980px) {
  .home-section .hero-container .cta-area .media-player-cta {
    display: none;
  }
}
.home-section .hero-container .cta-area .media-player-cta svg {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.home-section .hero-container .cta-area .media-player-cta span {
  font-size: 1.6rem;
  color: #966ca3;
}
.home-section .hero-container .cta-area .badge-sec {
  margin-top: auto;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .home-section .hero-container .cta-area .badge-sec {
    display: none;
  }
}
.value-props-section__home .values__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 8rem;
  gap: 8rem;
}
@media screen and (max-width: 600px) {
  .value-props-section__home .values__row {
    grid-gap: 0;
    gap: 0;
  }
}
.value-props-section__home .values__row .value-prop__card {
  min-height: 700px;
  margin-bottom: 80px;
  padding: 48px;
  width: 100%;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  position: relative;
  overflow-y: hidden;
}
.value-props-section__home .values__row .value-prop__card.bg-blue .button,
.value-props-section__home .values__row .value-prop__card.bg-blue h4,
.value-props-section__home .values__row .value-prop__card.bg-blue h6 {
  color: #fff;
}
.value-props-section__home .values__row .value-prop__card.bg-blue .button svg {
  stroke: #fff;
}
.value-props-section__home .values__row .value-prop__card.bg-blue p {
  color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (max-width: 600px) {
  .value-props-section__home .values__row .value-prop__card {
    min-height: 650px;
  }
}
.value-props-section__home .values__row .value-prop__card h4 {
  margin: 0;
  letter-spacing: -1px;
}
.value-props-section__home .values__row .value-prop__card h6 {
  font-weight: 600;
  margin-top: 0;
}
.value-props-section__home .values__row .value-prop__card .button {
  width: -moz-max-content;
  width: max-content;
}
.value-props-section__home .values__row .value-prop__card .value-prop___image {
  position: absolute;
  bottom: -240px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.value-props-section__home
  .values__row
  .value-prop__card
  .value-prop___image:hover
  .device {
  opacity: 1;
  transform: scale(1.07) translate3d(0, -10px, 0);
}
.value-props-section__home
  .values__row
  .value-prop__card
  .value-prop___image:hover
  .illo {
  opacity: 0;
  transform: scale(0.97) translate3d(-20px, 0, 10px);
}
.value-props-section__home
  .values__row
  .value-prop__card
  .value-prop___image
  img {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.25s;
}
.value-props-section__home
  .values__row
  .value-prop__card
  .value-prop___image
  img.device {
  max-width: 320px;
  height: 600px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .value-props-section__home
    .values__row
    .value-prop__card
    .value-prop___image
    img.device {
    max-width: 290px;
    height: 500px;
  }
}
.value-props-section__home
  .values__row
  .value-prop__card
  .value-prop___image
  img.illo {
  max-width: 570px;
  height: 440px;
  top: -70px;
  right: 0;
  position: absolute;
}
.bars-section {
  overflow: hidden;
  padding-bottom: 0;
}
.bars-section__content {
  display: grid;
  grid-template-columns: 54% 1fr;
  grid-gap: 4rem;
}
@media screen and (max-width: 600px) {
  .bars-section__content {
    grid-template-columns: 1fr;
  }
}
.bars-section__content .xl {
  margin-bottom: 1rem;
  line-height: 1;
}
.bars-section__content .xl span {
  font-weight: 200;
  font-style: italic;
  display: inline-block;
}
.bars-section__content .button {
  align-self: flex-start;
}
.bars-section__content h5 {
  margin-top: 24px;
  letter-spacing: -1.8px;
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .bars-section__content h5 {
    padding-right: 120px;
  }
}
.bars-section__animation {
  position: relative;
}
.bars-section__animation #bars-animation-container {
  position: relative;
  height: 780px;
  width: 720px;
}
@media screen and (max-width: 600px) {
  .bars-section__animation #bars-animation-container {
    height: 500px;
    width: 100%;
  }
}
.bars-section .point-item {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .bars-section .point-item {
    display: none;
  }
}
.bars-section .point-item-1 {
  bottom: 32%;
  left: -28%;
}
.bars-section .point-item-2 {
  bottom: 56%;
  left: 1%;
}
.bars-section .point-item-2 .point-item-card:after {
  content: "2" !important;
}
.bars-section .point-item-3 {
  top: 8%;
  right: 25%;
}
.bars-section .point-item-3 .point-item-card:after {
  content: "3" !important;
}
.bars-section .point-item .point-item-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 24px;
  border-radius: 12px;
  background-color: #fff;
  width: 300px;
  border: 1px solid rgba(80, 8, 82, 0.07);
  box-shadow: 1px 3px 4px rgba(67, 8, 82, 0.04);
}
.bars-section .point-item .point-item-card h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1.9rem;
  letter-spacing: -1px;
}
.bars-section .point-item .point-item-card p {
  margin: 8px 0 0;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #926ca3;
}
.bars-section .point-item .point-item-card:after {
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-feature-settings: "tnum";
  color: #993399;
  position: absolute;
  top: 0;
  right: -52px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #fff;
  font-weight: 700;
  border: 1px solid rgba(70, 8, 82, 0.07);
  box-shadow: 1px 1px 2px rgba(70, 8, 82, 0.1);
}
.returns-section {
  min-height: 100dvh;
  min-height: 100vh;
  background-image: url(/images/illos/return-pattern.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.returns-section h6 {
  color: #9a6ca3;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  font-weight: 400;
}
.returns-section .return-invested {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.returns-section .return-invested .return-input {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .returns-section .return-invested .return-input {
    width: 100%;
  }
}
.returns-section .return-invested .return-input sup {
  font-size: 36px;
  color: #993399;
  margin-right: 5px;
}
@media screen and (max-width: 980px) {
  .returns-section .return-invested .return-input sup {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .returns-section .return-invested .return-input sup {
    font-size: 18px;
    margin-top: 10px;
  }
}
.returns-section .return-invested .return-input input {
  padding: 10px 0;
  text-align: center;
  font-size: 120px;
  border: none;
  color: #993399;
  font-family: "CW BR Firma";
  width: 100%;
  letter-spacing: -0.045em;
  font-feature-settings: "tnum";
  background-color: transparent;
}
@media screen and (max-width: 980px) {
  .returns-section .return-invested .return-input input {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .returns-section .return-invested .return-input input {
    font-size: 60px;
    width: 200px;
  }
}
.returns-section .return-invested .dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 40px;
  gap: 40px;
}
.returns-section .return-invested .dropdown-wrapper .select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.returns-section
  .return-invested
  .dropdown-wrapper
  .select-wrapper
  .select-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 4px;
  display: block;
  cursor: pointer;
  color: #993399;
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: "CW BR Firma";
}
.returns-section
  .return-invested
  .dropdown-wrapper
  .select-wrapper
  .select-input:focus {
  outline: none;
}
.returns-section
  .return-invested
  .dropdown-wrapper
  .select-wrapper
  .select-arrow {
  pointer-events: none;
}
.returns-section .slider-wrapper {
  max-width: 873px;
  margin: 0 auto;
}
.returns-section .return-result p {
  text-align: center;
  color: #a16ca3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.returns-section .return-result p sup {
  font-size: 36px;
  margin-right: 5px;
}
@media screen and (max-width: 980px) {
  .returns-section .return-result p sup {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .returns-section .return-result p sup {
    font-size: 18px;
    margin-top: 5px;
  }
}
.returns-section .return-result p span {
  font-size: 120px;
  color: #a16ca3;
  font-weight: 300;
  font-feature-settings: "tnum";
  letter-spacing: -0.045em;
}
@media screen and (max-width: 980px) {
  .returns-section .return-result p span {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  .returns-section .return-result p span {
    font-size: 60px;
  }
}
.returns-section .invest-returns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
}
.returns-section .invest-returns .interest {
  margin-top: 24px;
  background-color: #fae1ff;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  color: #993399;
}
.returns-section .invest-returns .bank-return {
  font-size: 14px;
  color: #9d6ca3;
}
.returns-section .invest-returns .bank-return span {
  font-size: inherit;
  color: #993399;
}
.returns-section .cta-invest-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  transition: opacity 0.5s ease-in-out;
  text-align: center;
}
.returns-section .cta-invest-overlay button {
  text-transform: none;
}
.returns-section .bottom-copy {
  color: #9e6ca3;
  text-align: center;
  max-width: 800px;
  font-size: 14px;
  margin: 30px auto 0;
}
.quotes-section {
  padding-bottom: 0;
  overflow: hidden;
}
@keyframes quotes-carousel-anim {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.quotes-section h2 {
  font-size: 6.4rem;
  letter-spacing: -0.064em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .quotes-section h2 {
    font-size: 4.65rem;
  }
}
.quotes-section .carousel-wrapper {
  width: 100vw;
  height: 400px;
  margin: 40px 0 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .quotes-section .carousel-wrapper {
    height: 360px;
    margin: 0;
  }
}
.quotes-section .carousel-wrapper .carousel-inner {
  width: 120%;
  display: flex;
  position: absolute;
  animation: quotes-carousel-anim 40s linear infinite;
}
@media screen and (max-width: 600px) {
  .quotes-section .carousel-wrapper .carousel-inner {
    animation-duration: 10s;
  }
}
.quotes-section .carousel-wrapper .carousel-inner:hover {
  animation-play-state: paused;
}
.quotes-section .carousel-wrapper .quotes-row {
  display: inline-flex;
  flex-shrink: 0;
}
.quotes-section .carousel-wrapper .quotes-row .quote-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 32px;
  border: 1px solid #993399;
  border-radius: 24px;
  min-height: 320px;
  max-width: 480px;
}
@media screen and (max-width: 980px) {
  .quotes-section .carousel-wrapper .quotes-row .quote-item {
    min-height: 200px;
    max-width: 320px;
    border-radius: 24px;
    border-bottom-right-radius: 0;
  }
}
.quotes-section .carousel-wrapper .quotes-row .quote-item h4 {
  font-size: 5rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.06em;
  color: #993399;
  padding-top: 16px;
  position: relative;
}
.quotes-section .carousel-wrapper .quotes-row .quote-item h4:before {
  content: "“";
  font-size: 8rem;
  position: absolute;
  top: -60px;
  left: 0;
  font-weight: 400;
  color: #993399;
}
@media screen and (max-width: 980px) {
  .quotes-section .carousel-wrapper .quotes-row .quote-item h4:before {
    font-size: 4.5rem;
    top: -20px;
  }
}
@media screen and (max-width: 980px) {
  .quotes-section .carousel-wrapper .quotes-row .quote-item h4 {
    font-size: 3.4rem;
  }
}
.steps-section {
  background-image: url(/images/patterns/home/home-device-section.svg);
  background-repeat: no-repeat;
  background-position: -120% -120px;
  background-size: 77%;
  padding-bottom: 120px;
}
.steps-section .button {
  align-self: flex-start;
}
@media screen and (max-width: 600px) {
  .steps-section .button {
    align-self: center;
  }
}
.steps-section .steps-area {
  counter-reset: item;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .steps-section .steps-area {
    margin-top: 40px;
  }
}
.steps-section .steps-area .step__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
  opacity: 0.2;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.steps-section .steps-area .step__item:last-child:before {
  content: none;
}
.steps-section .steps-area .step__item:before {
  content: "";
  width: 1px;
  position: absolute;
  background-color: #993399;
  top: 50px;
  opacity: 0;
  left: 12px;
  height: 0%;
  transition: height 0.8s ease-out;
}
.steps-section .steps-area .step__item.active:before {
  height: 80%;
  opacity: 1;
}
.steps-section
  .steps-area
  .step__item.active:nth-child(3)
  .step__item-number:before {
  animation: scaleCircle2 1s ease forwards;
}
.steps-section .steps-area .step__item.active .step__item-number:before {
  animation: scaleCircle 0.5s linear forwards;
}
.steps-section .steps-area .step__item-content {
  margin-left: 60px;
  max-width: 70%;
}
@media screen and (max-width: 600px) {
  .steps-section .steps-area .step__item-content {
    max-width: 100%;
    margin-left: 36px;
  }
}
.steps-section .steps-area .step__item-content span {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .steps-section .steps-area .step__item-content span {
    font-size: 2.1rem;
    letter-spacing: -0.7px;
  }
}
.steps-section .steps-area .step__item-content p {
  opacity: 0.8;
}
.steps-section .steps-area .step__item-number {
  position: relative;
}
.steps-section .steps-area .step__item-number:before {
  content: "";
  background-color: rgba(252, 162, 244, 0.4);
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -18px;
  opacity: 0;
  left: -17px;
}
.steps-section .steps-area .step__item-number:after {
  counter-increment: item;
  content: "0" counter(item);
  font-size: 2rem;
  color: #993399;
  font-weight: 600;
  z-index: 1;
}
.steps-section .device-mockup {
  height: 760px;
  width: 100%;
  position: relative;
}
.steps-section .device-mockup img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 52px;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .steps-section .device-mockup {
    height: 525px;
    margin-bottom: 40px;
  }
  .steps-section .device-mockup img {
    top: 0;
    left: 15%;
  }
}
@media screen and (max-width: 375px) {
  .steps-section .device-mockup {
    height: 423px;
  }
}
.drink-section .button {
  margin-top: 20px;
}
.drink-section .drink-gif {
  background-color: #fbf4fc;
  height: 580px;
  border-radius: 10px;
  width: 80%;
  margin: 40px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .drink-section .drink-gif {
    width: 100%;
    height: 360px;
  }
}
.drink-section .drink-gif video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.security-section {
  padding-bottom: 150px;
  position: relative;
  overflow-x: hidden;
}
.security-section:after {
  content: "";
  background-image: url(/images/illos/security.svg);
  background-repeat: no-repeat;
  height: 790px;
  width: 780px;
  background-position: 126px;
  background-size: 110%;
  position: absolute;
  right: -150px;
  top: 100px;
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
  .security-section:after {
    display: none;
  }
}
.perks-section {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .perks-section {
    margin-bottom: 130px;
  }
}
.perks-section h6 {
  letter-spacing: 1px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.perks-section .perk {
  display: flex;
  position: absolute;
  flex-flow: row wrap;
}
@media screen and (max-width: 600px) {
  .perks-section .perk {
    flex-direction: column;
  }
}
.perks-section .perk .perk__answer,
.perks-section .perk .perk__question {
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: -3px;
}
.perks-section .perk .perk__question {
  color: #9a6ca3;
}
@media screen and (max-width: 768px) {
  .perks-section .perk .perk__question {
    font-size: 4rem;
  }
}
.perks-section .perk .perk__link {
  color: #993399;
}
.perks-section .perk .perk__answer {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .perks-section .perk .perk__answer {
    margin-left: 0;
    font-size: 4rem;
  }
}
.invest-hero-section {
  height: 400px;
  background: #cef2ca;
}
.simplify-section {
  padding: 15rem 0;
}
@media screen and (max-width: 600px) {
  .simplify-section {
    padding: 5rem 0;
  }
}
.simplify-section__image img {
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .simplify-section__image {
    display: none;
  }
}
.simplify-section__content .caption {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.29;
  text-transform: uppercase;
}
.simplify-section__content .short-description {
  color: rgba(70, 8, 82, 0.8);
}
.simplify-section__content .divider {
  border-width: 0.5px;
  color: rgba(67, 8, 82, 0.06);
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.simplify-section__content .button-holder {
  margin-top: 6rem;
}
.invest-app-section {
  background-image: url(https://cowrywise.com/images/mockups/mockup-mutual-fund-investments.png);
  background-color: #faf4fc;
  background-repeat: no-repeat;
  background-size: 43%;
  background-position: 13% 140px;
  height: 77vh;
}
@media screen and (max-width: 980px) {
  .invest-app-section {
    height: 50vh;
    background-size: 50%;
    background-position: 0 180px;
  }
}
@media screen and (max-width: 600px) {
  .invest-app-section {
    height: 800px;
    background-size: 93%;
    background-position: 10% 480px;
  }
}
.invest-app-section__content {
  padding-top: 120px;
}
.invest-app-section__content p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 980px) {
  .invest-app-section__content {
    padding-top: 0;
    padding-left: 0;
  }
}
.compound-interest-section {
  padding: 20rem 0 25rem;
}
@media screen and (max-width: 600px) {
  .compound-interest-section {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.compound-interest-section__video {
  height: 570px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .compound-interest-section__video {
    width: 100%;
    height: 310px;
  }
}
.compound-interest-section__video video {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .compound-interest-section__video video {
    height: 310px;
  }
}
.compound-interest-section__content .caption {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.29;
  text-transform: uppercase;
}
.compound-interest-section__content .description {
  color: rgba(65, 8, 82, 0.8);
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 980px) {
  .compound-interest-section__content {
    margin-bottom: 6rem;
  }
}
.mutual-funds-section {
  background-image: url(/images/patterns/invest/invest-ptn-01.svg);
  background-repeat: no-repeat;
  background-position: -170px 304px;
  background-size: 40%;
}
.mutual-funds-section__content .caption {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1.29;
  text-transform: uppercase;
}
.mutual-funds-section__content .description {
  color: rgba(80, 8, 82, 0.8);
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .mutual-funds-section__content {
    padding-right: 0;
    margin-bottom: 6rem;
  }
}
.partners-section .partner__logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.partners-section .partner__logo img {
  margin-top: 6rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .partners-section .partner__logo img {
    transform: scale(0.75);
  }
}
.plan-types-section .plan-types__grid {
  margin-top: 60px;
  margin-bottom: 40px;
  display: grid;
  padding: 0 100px;
  justify-content: center;
  grid-template-columns: 46% 46%;
}
@media screen and (max-width: 980px) {
  .plan-types-section .plan-types__grid {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.goals-section .goals-moodboard {
  background-image: url(https://cowrywise.com/images/illos/save-money-nigeria.svg);
  background-repeat: no-repeat;
  height: 68vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .goals-section .goals-moodboard {
    height: 500px;
    background-position: 50%;
  }
}
@media screen and (max-width: 600px) {
  .goals-section .goals-moodboard {
    height: 40vh;
    background-position: 50%;
  }
}
.goals-section a {
  color: #993399;
  font-size: inherit;
  line-height: 1.6;
}
.goals-section .showcase__wrapper {
  overflow: hidden;
  height: 400px;
  position: relative;
  width: 84%;
}
@media screen and (max-width: 600px) {
  .goals-section .showcase__wrapper {
    width: 100%;
  }
}
.goals-section .showcase__wrapper:before {
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff);
  left: 0;
  z-index: 10;
}
.goals-section .showcase__wrapper:after,
.goals-section .showcase__wrapper:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
}
.goals-section .showcase__wrapper:after {
  background-image: linear-gradient(-180deg, hsla(0, 0%, 100%, 0), #fff);
  bottom: 0;
  left: 0;
}
.goals-section .goals-showcase {
  background: url(/images/customers/plans.png);
  background-repeat: repeat-y;
  height: 50000%;
  width: 100%;
  background-position: 50%;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  animation: scrollPlans 7000s linear infinite;
}
.app-section {
  background-image: url(https://cowrywise.com/images/mockups/mockup-cowrywise-savings-app.png);
  background-color: #f9f4fc;
  background-repeat: no-repeat;
  background-size: 39%;
  background-position: 80% 100px;
  height: 77vh;
}
@media screen and (max-width: 600px) {
  .app-section {
    height: 630px !important;
    background-size: 93% !important;
    background-position: 10% 320px !important;
  }
}
@media screen and (max-width: 768px) {
  .app-section {
    height: 45vh;
    background-size: 59%;
    background-position: 300px 80px;
  }
}
.app-section .app-section__content {
  padding-top: 120px;
}
@media screen and (max-width: 980px) {
  .app-section .app-section__content {
    padding-top: 0;
    padding-left: 0;
  }
}
.halal-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(/images/patterns/save/save-ptn-01.svg);
  background-repeat: no-repeat;
  background-position: 102% 80px;
  background-size: 14%;
}
@media screen and (max-width: 600px) {
  .halal-section {
    padding-top: 80px;
    background-size: 80%;
  }
}
.circles-section .check__item p {
  font-size: 1.6rem;
}
.circles-section hr {
  border: 0.5px solid rgba(67, 8, 82, 0.08);
  margin: 30px 0 0;
}
@media screen and (max-width: 600px) {
  .circles-section hr {
    margin: 20px 0;
  }
}
.circles-section .button {
  margin-top: 40px;
}
.circles-section .photo {
  height: 600px;
}
.circles-section .photo img {
  width: 730px;
  transform: translateX(-70px);
}
@media screen and (max-width: 768px) {
  .circles-section .photo img {
    width: inherit;
    height: 360px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .circles-section .photo {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
  }
}
.toolkit-section {
  background-image: url(/images/patterns/plan/ptn-01.svg);
  background-repeat: no-repeat;
  background-position: 800px top;
  background-size: contain;
}
.toolkit-section .toolkit-block {
  margin-top: 4rem;
}
@media screen and (max-width: 600px) {
  .toolkit-section .grid {
    flex-direction: column-reverse;
  }
}
.toolkit-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.toolkit-section .toolkit-item {
  border-top: 0.5px solid rgba(8, 37, 82, 0.15);
  padding: 3.2rem 1.2rem;
  margin-bottom: 3.2rem;
}
.toolkit-section .toolkit-item:first-child {
  border-top: none;
}
.toolkit-section .toolkit-item h5 {
  margin: 0;
}
.app-planning {
  background-image: url(/images/mockups/device-c.png);
  background-color: #fbf4fc;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 10% bottom;
  padding-top: 10rem;
  padding-bottom: 10rem;
  height: 950px;
}
@media screen and (max-width: 980px) {
  .app-planning {
    background-image: none;
    height: auto;
  }
}
.app-planning h2 {
  margin-top: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 980px) {
  .app-planning h2 {
    text-align: center;
  }
}
.app-planning .item {
  background: #fff;
  box-shadow: 0 26px 30px -14px rgba(155, 0, 245, 0.08);
  border-radius: 12px;
  margin-bottom: 4rem;
  padding: 2.8rem 4rem;
  cursor: pointer;
}
.app-planning .item .faq-item {
  border-bottom: none;
}
.app-planning .item:last-child {
  margin-bottom: 0;
}
.guides-section .heading {
  margin-bottom: 2.4rem;
}
.guides-section .description {
  margin-bottom: 6rem;
}
.tool-section {
  padding-top: 12rem;
  padding-bottom: 10rem;
  position: relative;
}
.tool-section__main {
  margin-top: 6rem;
}
@media screen and (max-width: 600px) {
  .tool-section__input {
    margin-bottom: 5rem;
  }
}
.tool-section__output {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 43px -20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 6rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tool-section__output {
    padding: 4rem 2.4rem;
  }
}
.tool-section svg {
  fill: #3d0852;
}
.tool-section__output .caption {
  color: rgba(61, 8, 82, 0.6);
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.tool-section__output .caption--small {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}
.tool-section__output .main-digit {
  color: #993399;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2.4rem;
  position: relative;
}
.tool-section__output .main-digit--no-duration:after {
  content: "";
  font-weight: 300;
  font-size: 1.2rem;
  position: absolute;
  top: 1px;
}
.tool-section__output .other-digit {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  position: relative;
}
.tool-section__output .summary {
  font-size: 1.6rem;
  color: rgba(59, 8, 82, 0.8);
  line-height: 2.5rem;
}
.tool-section__output .divider {
  border-width: 0.5px;
  color: rgba(55, 8, 82, 0.15);
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.tool-section__output .chart {
  position: relative;
  min-height: 170px;
}
.tool-section__output .extras {
  position: absolute;
  text-align: left;
  top: 0;
}
.tool-section__output .extras-item {
  margin-bottom: 3.2rem;
}
.tool-section__output .chart-holder {
  margin-bottom: 4rem;
}
.tool-section__output .chart-login {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .tool-section__output .chart-holder,
  .tool-section__output hr {
    display: none;
  }
  .tool-section__output .extras {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
.how-section {
  padding: 8rem 0;
}
.how-section img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .how-section .grid {
    flex-direction: column-reverse;
  }
}
.how-section .description {
  color: rgba(65, 8, 82, 0.8);
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 6rem;
}
.stories-section {
  padding: 20rem 0 0;
  background-repeat: no-repeat;
}
.stories-section p {
  width: 60%;
}
@media screen and (max-width: 600px) {
  .stories-section p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .stories-section {
    padding-top: 120px;
    background-color: #fdf3f6;
    overflow: hidden;
  }
}
.stories-section .button {
  margin-top: 20px;
}
.stories-section__image {
  width: 110%;
}
@media screen and (max-width: 600px) {
  .stories-section__image {
    display: none;
  }
}
.story-immersive {
  padding: 10rem 0;
}
.story-immersive__card {
  position: relative;
}
.story-immersive__card .image {
  border-radius: 100%;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  .story-immersive__card .image {
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 0;
  }
}
.story-immersive__card .shadow {
  top: 1.8rem;
  left: -1.5rem;
  background-image: url(/images/patterns/stories/shadow-ptn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  border-bottom-right-radius: 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .story-immersive__card .shadow {
    left: 1.5rem;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 0;
  }
}
.story-immersive__card img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-immersive--alt .grid {
  flex-direction: row-reverse;
}
.story-immersive--alt .story-immersive__card .image,
.story-immersive--alt .story-immersive__card .shadow {
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 0;
}
.story-immersive--alt .story-immersive__card .shadow {
  left: 1.5rem;
}
.story-group {
  padding: 120px 0;
}
.story-group .col-xs-12 {
  margin-bottom: 50px;
}
.story-group h6 {
  margin: 20px 0 10px;
}
.story-group img {
  border-radius: 12px;
  height: 30rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-group a {
  color: #993399;
}
.story-group p {
  margin-top: 0;
  font-size: 1.5rem;
  color: rgba(61, 8, 82, 0.6);
}
.press-section .button {
  margin-top: 4rem;
}
.press-items-section {
  padding: 5rem 0;
}
.press-block {
  display: flex;
  flex-wrap: wrap;
}
.press-item {
  background: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 26px 30px -14px rgba(167, 0, 245, 0.08);
  border-radius: 12px;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  width: 31.3333333333%;
}
.press-item:not(:nth-child(3n + 0)) {
  margin-right: 3%;
}
@media screen and (max-width: 980px) {
  .press-item {
    margin-right: 0;
    width: 47%;
  }
  .press-item:not(:nth-child(2n + 0)) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 600px) {
  .press-item {
    width: 100%;
  }
}
.press-item__top {
  display: flex;
  justify-content: space-between;
  padding: 3.2rem 2rem 0;
}
.press-item__top span:first-child {
  color: #993399;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.press-item__top span:nth-child(2) {
  color: rgba(61, 8, 82, 0.6);
  font-size: 1.3rem;
}
.press-item__middle {
  padding: 2rem 2rem 0;
}
.press-item__middle h2 {
  font-size: 2.4rem;
  margin: 0;
}
.press-item__bottom {
  margin-top: 3.2rem;
  height: 24rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo-section__wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 980px) {
  .photo-section__wrapper {
    height: 300px;
    width: 100%;
  }
}
.photo-section__wrapper .photo {
  border-radius: 12px;
  background-color: #fff;
  position: absolute;
  top: 65%;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .photo-section__wrapper .photo {
    top: 100%;
    height: 75%;
  }
}
.photo-section__wrapper .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .company-section {
    margin-top: 80px;
  }
}
.company-section .company__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  padding: 40px 0;
  justify-items: center;
}
.company-section .company__stats .company__stat-item h3 {
  margin-bottom: 5px;
  font-size: 5rem;
}
.company-section .company__stats .company__stat-item span {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}
.team-section .team-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 100px;
  row-gap: 100px;
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  place-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .team-section .team-row {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}
.team-section .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .team-section .team-member {
    margin-top: 10px;
  }
}
.team-section .team-member__image {
  height: 170px;
  width: 170px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .team-section .team-member__image {
    width: 120px;
    height: 120px;
  }
}
.team-section .team-member__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-section .team-member__name {
  font-size: 1.7rem;
  letter-spacing: 0;
  margin-top: 40px;
  font-family: "CW BR Firma", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .team-section .team-member__name {
    font-size: 1.6rem;
  }
}
.team-section .team-member__role {
  opacity: 0.6;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.4rem;
}
.values-section .values-row {
  margin-top: 60px;
  margin-bottom: 20px;
}
.values-section .values-row .values__card-item {
  min-height: 560px;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 8px 15px 0 rgba(135, 0, 245, 0.02);
  max-width: 97%;
}
@media screen and (max-width: 600px) {
  .values-section .values-row .values__card-item {
    max-width: 100%;
  }
}
.values-section .values-row .values__card-item h6 {
  margin: 40px 0 0;
  padding: 0 32px;
}
.values-section .values-row .values__card-item p {
  font-size: 1.6rem;
  flex: 1;
  padding: 0 32px;
  color: rgba(73, 8, 82, 0.75);
}
.values-section .values-row .values__card-item .values__image {
  height: 330px;
  width: 100%;
  overflow: hidden;
}
.values-section .values-row .values__card-item .values__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.community-section-1 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: -60px;
}
@media screen and (max-width: 600px) {
  .community-section-1 {
    margin-bottom: 0;
  }
}
.community-section-1 h2 {
  margin-bottom: 8px;
}
.community-section-1 .button {
  margin-top: 20px;
  margin-bottom: 50px;
}
.community-section-1 .community__photo {
  height: 100%;
  max-height: 800px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .community-section-1 .community__photo {
    max-height: 400px;
  }
}
.community-section-1 .community__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.community-section-1 .community__photo video {
  width: 480px;
}
@media screen and (max-width: 600px) {
  .community-section-1 .community__photo video {
    width: 300px;
    height: 440px;
  }
}
.community-section-2 .community__collage-photo {
  max-height: 800px;
  width: 100%;
}
.community-section-2 .community__collage-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.community-section-2 .button {
  margin-top: 30px;
}
.investors-section .investors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 80px;
  gap: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .investors-section .investors-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.investors-section .investors-grid img {
  height: 64px;
  width: 100%;
}
.features-hero {
  height: 73rem;
  padding-top: 20rem;
  background-repeat: no-repeat;
  background-image: url(/images/patterns/header-bg.svg);
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .features-hero {
    background-size: 361%;
    background-position: 100% -170px;
  }
}
.features-hero .dl-badges {
  display: flex;
  max-width: 65%;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .features-hero .dl-badges {
    max-width: 95%;
  }
}
.features-hero .dl-badges a:not(:last-child) {
  margin-right: 2rem;
}
.features-hero .dl-badges svg {
  width: 168px;
  height: 80px;
}
.customer-support-section .chat-screen__image {
  position: relative;
}
.customer-support-section .chat-screen__image:before {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  height: 660px;
  width: 96%;
  z-index: -10;
  background-color: #faf9fa;
}
@media screen and (max-width: 600px) {
  .customer-support-section .chat-screen__image:before {
    top: 150px;
    height: 500px;
    margin-top: 0;
  }
}
.customer-support-section .chat-screen__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.features-section {
  background-image: url(/images/patterns/features/ptn-02.svg);
  background-repeat: no-repeat;
  background-position: 1140px 550px;
  background-size: 38%;
}
@media screen and (max-width: 600px) {
  .features-section .grid {
    flex-direction: column-reverse;
  }
}
.features-section__content {
  margin-bottom: 5rem;
}
.features-section__content h2 {
  margin: 0;
}
.features-section__content p {
  margin-bottom: 4rem;
}
.features-section__app {
  border-radius: 4px;
  margin-bottom: 5rem;
  padding: 6rem;
  height: 78rem;
}
@media screen and (max-width: 600px) {
  .features-section__app {
    padding: 3rem;
    height: auto;
  }
}
.features-section__app img {
  box-shadow: 0 20px 53px -20px rgba(73, 8, 82, 0.15);
  width: 100%;
}
.features-section--reversed {
  background-image: url(/images/patterns/features/ptn-01.svg);
  background-position: -120px 550px;
}
.features-section--reversed .grid {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .features-section--reversed .grid {
    flex-direction: column-reverse;
  }
}
.features-roundup h3 {
  margin-bottom: 6rem;
}
.faq-section {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 0.3fr 1fr;
}
.faq-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .faq-section {
    grid-template-columns: 1fr;
  }
}
.faq-list {
  margin-top: 20px;
}
.faq-item {
  border-bottom: 0.5px solid rgba(67, 8, 82, 0.05);
  padding-bottom: 16px;
  cursor: pointer;
}
.faq-item .faq-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 24px;
  pointer-events: all;
}
.faq-item .faq-top .faq__question {
  font-size: 2.5rem;
  color: #993399;
  margin-right: 40px;
  font-family: "CW BR Firma", sans-serif;
  pointer-events: none;
}
.faq-item .faq-top .faq__accordion {
  position: relative;
}
.faq-item .faq-top .faq__accordion.active:after {
  opacity: 0;
}
.faq-item .faq-top .faq__accordion:after {
  content: "";
  width: 1px;
  background-color: #993399;
  height: 20px;
  transition: opacity 0.8s ease;
  position: absolute;
}
.faq-item .faq-top .faq__accordion:before {
  content: "";
  width: 20px;
  background-color: #993399;
  height: 1px;
  top: 10px;
  left: -9px;
  position: absolute;
}
.faq-item .faq-content {
  font-size: 1.3rem;
  max-height: 0;
  overflow: hidden;
  cursor: auto;
  transition: max-height 0.8s ease;
}
.faq-item .faq-content ul {
  margin: 45px 0;
}
.faq-item .faq-content a {
  color: #993399;
}
.faq-item .faq-content.active {
  max-height: 600px;
}
[v-cloak] {
  display: none;
}
input[type="text"].faq-search {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 8px 15px 0 rgba(8, 37, 82, 0.05);
  height: 64px;
  padding: 8px 22px;
  border: 1px solid rgba(204, 0, 245, 0.16);
  border-radius: 8px;
  font-size: 2rem;
  font-family: "CW BR Firma", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  outline: none;
  color: #370852;
  transition: border-color 0.3s ease;
}
input[type="text"].faq-search:focus {
  border-color: rgba(204, 0, 245, 0.46);
}
input[type="text"].faq-search::-webkit-input-placeholder {
  color: rgba(67, 8, 82, 0.56);
}
.faq-content-section {
  padding: 20px 0;
}
.safety-points-section {
  padding: 0 0 80px;
}
@media screen and (max-width: 600px) {
  .safety-points-section {
    padding: 0;
  }
}
.security-faq-section .faq-list {
  margin-bottom: 40px;
}
.security-faq-section .faq-item {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.security-faq-section .faq-item .faq-top .faq__question {
  color: #fff;
  font-weight: 600;
}
.security-faq-section .faq-item .faq-top .faq__accordion:after,
.security-faq-section .faq-item .faq-top .faq__accordion:before {
  background-color: hsla(0, 0%, 100%, 0.6);
}
.security-faq-section .faq-item .faq-content {
  color: #fff;
}
section.section-404 {
  padding: 200px 0 50px;
  height: 760px;
}
.funds-section {
  min-height: 640px;
}
.funds-section .tab-row {
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  .funds-section .tab-row {
    margin-left: 0;
  }
}
.fund-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-row-gap: 60px;
  row-gap: 60px;
  margin-top: 30px;
}
.fund-listing .fund-box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  border: 1px solid rgba(65, 8, 82, 0.09);
  box-shadow: 1px 18px 24px rgba(61, 8, 82, 0.04);
  min-height: 530px;
  justify-content: space-between;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .fund-listing .fund-box {
    padding: 36px 24px 24px;
  }
}
.fund-listing .fund-box .fund-box__top {
  display: flex;
  align-items: center;
}
.fund-listing .fund-box .fund-box__top h6 {
  max-width: 71%;
  font-weight: 600;
  margin: 0 0 0 32px;
}
.fund-listing .fund-box .fund-box__top h6 a {
  font-size: inherit;
}
.fund-listing .fund-box .fund-box__top h6 a:hover {
  color: #993399;
}
@media screen and (max-width: 600px) {
  .fund-listing .fund-box .fund-box__top h6 {
    max-width: 80%;
  }
}
.fund-listing .fund-box .fund-box__top img {
  height: 48px;
  width: 48px;
}
.fund-listing .fund-box .fund-box__mid-1 {
  margin-top: 48px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.fund-listing .fund-box .fund-box__mid-2 {
  height: 200px;
}
.fund-listing .fund-box .fund-box__mid-2.historical-performance-table {
  min-height: 200px;
}
.fund-listing .fund-box .fund-box__bottom a.button--has-arrow {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 1.5rem;
}
.fund-listing .fund-box .fund-box__bottom a.button--has-arrow svg {
  vertical-align: middle;
}
.fund-detail {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .fund-detail {
    padding-top: 40px;
  }
}
.fund-detail h5.fund-detail__name {
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .fund-detail h5.fund-detail__name {
    margin-top: 25px;
  }
}
.fund-detail h3,
.fund-detail h5 {
  font-weight: 600;
}
.fund-detail .historical-performance-table .table__row span {
  font-size: 1.7rem !important;
}
.fund-detail .breadcrumb {
  display: flex;
  font-size: 13px;
}
.fund-detail .breadcrumb svg {
  width: 0.9em;
  height: 0.9em;
  margin: 2px 10px 0;
  vertical-align: text-bottom;
  fill: #3d0852;
}
.fund-detail .breadcrumb span {
  font-size: inherit;
}
.fund-detail .breadcrumb a {
  font-size: inherit;
  color: rgba(55, 8, 82, 0.6);
}
.fund-detail .fund-logo {
  height: 72px;
  width: 72px;
  border-radius: 100%;
  border: 3px solid #fff;
  margin-right: 32px;
  box-shadow: 0 3px 14px rgba(70, 8, 82, 0.1);
}
@media screen and (max-width: 600px) {
  .fund-detail .fund-logo + div {
    width: 100%;
  }
}
.fund-detail .fund-logo img {
  width: 100%;
  height: 100%;
}
.fund-detail .fund-info h6 {
  margin-top: 32px;
  font-weight: 600;
}
.fund-detail .fund-info span {
  line-height: 1.6;
  font-size: 1.4rem;
}
.fund-detail .fund-info .fund-info__row {
  border-bottom: 1px solid rgba(46, 8, 82, 0.06);
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.fund-detail .fund-info .fund-info__row span:first-child {
  color: rgba(52, 8, 82, 0.6);
}
.fund-detail .fund-info .fund-composition .fund-composition__bar {
  width: 100%;
  display: flex;
  height: 8px;
}
.fund-detail .fund-info .fund-composition .fund-composition__bar .bar {
  background-color: #fca2a2;
  height: 8px;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:first-child {
  background-color: #fca2fc;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:nth-child(2) {
  background-color: #853399;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:nth-child(3) {
  background-color: #430852;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:nth-child(4) {
  background-color: #bee8ba;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__bar
  .bar:nth-child(5) {
  background-color: #ffdb02;
}
.fund-detail .fund-info .fund-composition .fund-composition__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.fund-detail .fund-info .fund-composition .fund-composition__list .legend {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 18px;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:first-child:before {
  background-color: #eda2fc;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:nth-child(2):before {
  background-color: #993399;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:nth-child(3):before {
  background-color: #430852;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:nth-child(4):before {
  background-color: #bee8ba;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:nth-child(5):before {
  background-color: #ffdb02;
}
.fund-detail
  .fund-info
  .fund-composition
  .fund-composition__list
  .legend:before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 2px;
  position: absolute;
  background-color: #e2a2fc;
  top: 5px;
  left: 0;
}
.fund-detail .chart-periods {
  width: 30%;
}
.fund-detail .chart-periods span {
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .fund-detail .chart-periods {
    width: 50%;
  }
}
.fund-detail h5.returns-value,
.funds-section h5.returns-value {
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
  font-feature-settings: "tnum";
  letter-spacing: -2.5px;
}
.fund-detail h5.returns-value:after,
.funds-section h5.returns-value:after {
  content: "‎‎ ‎%";
  font-size: 1.4rem;
}
.fund-detail .social-share,
.funds-section .social-share {
  display: inline-block;
}
.fund-detail .social-share a:not(:last-child),
.funds-section .social-share a:not(:last-child) {
  margin-right: 14px;
}
.fund-detail .social-share a:hover svg,
.funds-section .social-share a:hover svg {
  fill: #993399;
}
.fund-detail .social-share a svg,
.funds-section .social-share a svg {
  height: 16px;
  width: 16px;
  fill: #082552;
  cursor: pointer;
  transition: fill 0.4s ease;
}
.fund-detail .section-heading,
.funds-section .section-heading {
  color: rgba(52, 8, 82, 0.4);
}
.fund-detail .historical-performance-table .table__row,
.funds-section .historical-performance-table .table__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(52, 8, 82, 0.04);
}
.fund-detail .historical-performance-table .table__row span,
.funds-section .historical-performance-table .table__row span {
  font-size: 1.4rem;
}
.design-fund-hero {
  padding: 9rem 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design-fund-hero .partners {
  display: flex;
}
@media screen and (max-width: 980px) {
  .design-fund-hero .partners {
    width: 100%;
  }
}
.design-fund-hero .partners figure {
  margin: 0;
  position: relative;
}
.design-fund-hero .partners figure:not(:last-child) {
  margin-right: 18px;
}
.design-fund-hero .partners figure:hover:after {
  opacity: 1;
  transform: translate3d(2px, -20px, 0);
}
.design-fund-hero .partners figure:after {
  content: attr(title);
  background-color: #fff;
  opacity: 0;
  padding: 6px 13px;
  position: absolute;
  top: -10px;
  left: 4px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  box-shadow: 1px 3px 8px rgba(61, 8, 82, 0.1);
  color: #490852;
  font-size: 11px;
  transition: all 0.3s ease;
  transition-delay: 50ms;
}
.design-fund-hero .partners figure img,
.design-fund-hero .partners figure svg {
  height: 32px;
  width: 32px;
  cursor: pointer;
}
section.courses-section .course-list h6 {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 40px;
}
section.courses-section .course-list h6:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2.1em;
  width: 2.2em;
  z-index: -1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA1NiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik00MC42NSAwSDE1QzIzLjI1IDAgMzAgNi43NSAzMCAxNUMzMCAyMy4yNSAyMy4yNSAzMCAxNSAzMEg0MC42NUM0OC45IDMwIDU1LjY1IDIzLjI1IDU1LjY1IDE1QzU1LjY1IDYuNzUgNDguOSAwIDQwLjY1IDBaIiBmaWxsPSIjQ0RGMkNBIi8+CjxwYXRoIGQ9Ik0zMCAxNUMzMCA2Ljc1IDIzLjI1IDAgMTUgMEM2Ljc1IDAgMCA2Ljc1IDAgMTVDMCAyMy4yNSA2Ljc1IDMwIDE1IDMwQzIzLjI1IDMwIDMwIDIzLjI1IDMwIDE1Wk0xMy4zNSAyMC4xNzVMOC4xIDE0LjkyNUw5LjkgMTMuMTI1TDEzLjI3NSAxNi41TDE5Ljk1IDkuODI1TDIxLjc1IDExLjYyNUwxMy4zNSAyMC4xNzVaIiBmaWxsPSIjNThDQzU4Ii8+CjxwYXRoIGQ9Ik0xMy4zNSAxNi41TDkuOTc1MDUgMTMuMTI1TDguMTc1MDUgMTQuOTI1TDEzLjM1IDIwLjE3NDlMMjEuODI1IDExLjdMMjAuMDI1IDkuODI0OTVMMTMuMzUgMTYuNVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTUuNjUiIGhlaWdodD0iMzAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-size: 100%;
  background-repeat: no-repeat;
}
section.courses-section .photo {
  min-height: 700px;
}
@media screen and (max-width: 600px) {
  section.courses-section .photo {
    min-height: 500px;
  }
}
section.courses-section h6 {
  margin-top: 25px;
  margin-bottom: 16px;
}
.tutors-section .image {
  height: 260px;
  width: 260px;
}
@media screen and (max-width: 600px) {
  .tutors-section .image {
    height: 150px;
    width: 150px;
  }
}
.tutors-section .tutor-grid {
  display: grid;
  grid-template-columns: 30% 30%;
  justify-content: center;
  justify-items: center;
  grid-gap: 80px;
  gap: 80px;
}
@media screen and (max-width: 600px) {
  .tutors-section .tutor-grid {
    grid-template-columns: 35% 35%;
  }
}
.tutors-section .tutor-grid .photo-bubble h6 {
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 0;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .tutors-section .tutor-grid .photo-bubble h6 {
    font-size: 1.5rem;
  }
}
.tutors-section .tutor-grid .photo-bubble h6 span {
  font-size: inherit;
  color: inherit;
  font-weight: 400;
}
.grow__toolbox-section .business-shop-illo {
  height: 600px;
  width: 520px;
}
@media screen and (max-width: 600px) {
  .grow__toolbox-section .business-shop-illo {
    width: 100%;
    height: 400px;
    margin-left: -10px;
  }
}
.grow__toolbox-section .business-shop-illo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.grow__perks-section .perks__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.grow__use-case-section .use-case__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .grow__use-case-section .use-case__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.grow__use-case-section .use-case__list li {
  font-size: 1.9rem;
  font-weight: 600;
  color: rgba(73, 8, 82, 0.5);
  padding: 0 0 0 12px;
  margin: 16px 0 10px;
  text-transform: capitalize;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  transition: color 0.4s ease;
  position: relative;
  line-height: 1.2;
}
.grow__use-case-section .use-case__list li:hover {
  color: #460852;
}
@media screen and (max-width: 600px) {
  .grow__use-case-section .use-case__list li {
    font-size: 1.4rem;
    margin: 0 16px 24px 0;
    padding-left: 0;
    padding-bottom: 4px;
  }
}
.grow__use-case-section .use-case__list li:before {
  content: "";
  height: 20px;
  width: 3px;
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #993399;
  transition: transform 0.2s ease;
  transform: translate3d(0, -20px, 0);
}
@media screen and (max-width: 600px) {
  .grow__use-case-section .use-case__list li:before {
    width: 100%;
    height: 2px;
    bottom: -3px;
    top: unset;
    transform: translate3d(-6px, 0, 0);
  }
}
.grow__use-case-section .use-case__list li.active {
  color: #993399;
}
.grow__use-case-section .use-case__list li.active:before {
  opacity: 1;
  transform: translateZ(0);
}
.grow__use-case-section h5 {
  font-weight: 600;
  margin: 10px 0 30px;
}
.grow__use-case-section .use-case__content span {
  font-size: 1.5rem;
}
.grow__use-case-section .use-case__content img {
  height: 450px;
  width: 450px;
}
.grow__comparison-section {
  overflow: hidden;
}
.grow__comparison-section #grow-anim {
  transform: scale(1.3);
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .grow__comparison-section #grow-anim {
    margin-top: 0;
  }
}
.grow__blocks-section .grow__blocks-illo {
  height: 550px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .grow__blocks-section .grow__blocks-illo {
    height: 400px;
  }
}
.grow__blocks-section .grow__blocks-illo img {
  width: 100%;
  height: 100%;
  margin-left: -60px;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .grow__blocks-section .grow__blocks-illo img {
    margin: 0;
  }
}
.grow-partners-section video {
  height: 500px;
  width: 500px;
}
@media screen and (max-width: 600px) {
  .grow-partners-section video {
    width: 100%;
    height: 400px;
  }
}
.guides-section .guides__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 60px;
  row-gap: 60px;
  margin-top: 40px;
}
.guides-section .guides__card-download {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  color: rgba(67, 8, 82, 0.6);
}
.guides-section .guides__card-download:hover {
  color: #370852;
}
.guides-section .guides__card-download:hover svg circle {
  fill: #3d0852;
}
.guides-section .guides__card-download:hover path {
  fill: #fff;
}
.guides-section .guides__card-download svg {
  margin-left: 5px;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}
.guides__card {
  height: 450px;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  box-shadow: 2px 6px 2px rgba(59, 8, 82, 0.04);
  transition: transform 0.4s ease;
  will-change: transform, box-shadow;
}
.guides__card:hover {
  transform: perspective(1000px) rotateY(-5deg) translate3d(-3px, 0, 0);
}
.guides__card h5 {
  margin-top: 20px;
}
.guides__card .badge {
  font-size: 12px;
  font-weight: 700;
}
.guides__card img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  left: 0;
  right: -50px;
}
section.guides-hero {
  padding-top: 120px;
  height: 100vh;
}
section.guides-hero h2 {
  color: #fff;
  margin-bottom: 10px;
}
section.guides-hero p {
  color: hsla(0, 0%, 100%, 0.6);
  margin-bottom: 30px;
}
section.guides-hero .guide-illo {
  height: 550px;
  width: 100%;
  margin-left: 90px;
}
@media screen and (max-width: 600px) {
  section.guides-hero .guide-illo {
    height: 400px;
    margin-left: 0;
  }
}
section.guides-hero .guide-illo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.guide-testimonial {
  border-radius: 100%;
  border-bottom-left-radius: 0;
  overflow: hidden;
  position: relative;
  height: 380px;
  width: 400px;
  padding: 75px 65px 30px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .guide-testimonial {
    padding: 30px 50px;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
  }
}
.guide-testimonial p {
  font-size: 1.6rem;
}
.guide-testimonial p + p {
  margin-top: auto;
}
.guide-preview-area .guides__card {
  height: 650px;
  box-shadow: 2px 6px 5px rgba(73, 8, 82, 0.06);
}
.guide-preview-area .guides__card h2 {
  margin-bottom: 20px;
}
.stash-app-section {
  padding: 160px 0 80px;
}
@media screen and (max-width: 600px) {
  .stash-app-section {
    padding: 20px 0 40px;
  }
}
.stash-app-section .app-showcase-card {
  height: 550px;
  width: 100%;
  background-image: url(/images/patterns/stash/stash-diagonal-pattern.svg);
  background-size: 400px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.stash-app-section .app-mockup {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;
  width: auto;
}
.stash-app-section .app-mockup.app-mockup-1 {
  bottom: -100px;
  left: 50px;
}
@media screen and (max-width: 600px) {
  .stash-app-section .app-mockup.app-mockup-1 {
    left: 10px;
  }
}
.stash-app-section .app-mockup.app-mockup-2 {
  bottom: -200px;
  right: 50px;
}
@media screen and (max-width: 600px) {
  .stash-app-section .app-mockup.app-mockup-2 {
    right: 10px;
  }
}
.stash-usernames-section .username__row {
  width: 100vw;
  margin-bottom: 80px;
  overflow-x: hidden;
  position: relative;
  height: 110px;
}
@media screen and (max-width: 600px) {
  .stash-usernames-section .username__row {
    margin-bottom: 40px;
  }
}
.stash-usernames-section .username__row .username__row--inner {
  width: 200%;
  position: absolute;
  overflow-y: visible;
  animation: usernames-carousel-anim 150s linear infinite;
}
@media screen and (max-width: 600px) {
  .stash-usernames-section .username__row .username__row--inner {
    animation-duration: 60s;
    width: 400%;
  }
}
.stash-usernames-section .username__row .username__row--inner.to-right {
  animation-direction: reverse;
}
.stash-usernames-section .username__row .username__row--inner:hover {
  animation-play-state: paused;
}
.stash-usernames-section .username__row .username__row--inner .usernames {
  display: flex;
  padding: 20px 0;
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item {
  display: flex;
  align-items: center;
  margin-right: 120px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 600px) {
  .stash-usernames-section
    .username__row
    .username__row--inner
    .usernames
    .username__item {
    margin-right: 80px;
  }
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item:hover
  .username__avatar {
  transform: translate3d(-10px, 0, 0) scale3d(1.1, 1.1, 1.1);
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item:hover
  span {
  color: #993399;
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item:before {
  content: "";
  height: 64px;
  width: 64px;
  background-image: url(/images/patterns/stash/stash-diagonal-pattern.svg);
  background-repeat: repeat;
  background-size: contain;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  z-index: -1;
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item
  .username__avatar {
  height: 64px;
  width: 64px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 3px 4px rgba(65, 8, 82, 0.1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 600px) {
  .stash-usernames-section
    .username__row
    .username__row--inner
    .usernames
    .username__item
    .username__avatar {
    height: 56px;
    width: 56px;
  }
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item
  .username__avatar
  img {
  height: 100%;
  width: 100%;
}
.stash-usernames-section
  .username__row
  .username__row--inner
  .usernames
  .username__item
  span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-left: 20px;
}
@keyframes usernames-carousel-anim {
  0% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.stash-tabbed-section .stash-features {
  position: relative;
  min-height: 250px;
}
.stash-tabbed-section .stash-features .feature {
  position: absolute;
  top: 64px;
}
.stash-debit-cards-section img,
.stash-tabbed-section img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
.sprout-hero-section {
  background-color: #ecfbec;
  padding-bottom: 150px;
  position: relative;
}
.sprout-hero-section span {
  border-radius: 3px;
  padding: 3px 10px 4px;
  background-color: #6fd26e;
}
.sprout-hero-section .button--large {
  background-color: #993399;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5em;
}
.sprout-hero-section .button--large svg {
  height: 12px;
  width: 12px;
  fill: #fff;
  stroke: #fff;
  transition: transform 0.4s ease;
  margin-left: 2px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.sprout-hero-section .button--large:hover svg {
  transform: translateX(5px);
}
.sprout-hero-section .video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}
@media screen and (max-width: 600px) {
  .sprout-hero-section .video {
    margin-top: 2rem;
    width: 100%;
  }
}
.sprout-hero-section .video img,
.sprout-hero-section .video video {
  width: 100%;
  opacity: 0;
  height: auto;
}
.sprout-hero-section .video video {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sprout-hero-section .video img {
  opacity: 1;
}
.sprout__investment-tool-section {
  position: relative;
}
.sprout__investment-tool-section h4 {
  font-size: 24px;
}
.sprout__investment-tool-section p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section p {
    margin-bottom: 30px;
  }
}
.sprout__investment-tool-section img {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .slide-item img:first-child {
    display: none;
  }
}
.sprout__investment-tool-section .slide-item img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .slide-item img:nth-child(2) {
    display: block;
  }
}
.sprout__investment-tool-section .content {
  position: absolute;
  left: 23%;
  top: 60px;
}
@media screen and (max-width: 980px) {
  .sprout__investment-tool-section .content {
    position: relative;
    text-align: center;
    top: 45px;
    left: 0;
  }
}
.sprout__investment-tool-section .content h4 {
  color: #58cc58;
  font-size: 20px;
  font-weight: 700;
}
.sprout__investment-tool-section .content p {
  font-size: 16px;
}
.sprout__investment-tool-section .glide__bullets {
  position: absolute;
  cursor: pointer;
  top: -40px;
  left: 50%;
  display: block;
  margin: -25px 0 0 -50px;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .glide__bullets {
    top: unset;
    bottom: 32%;
  }
}
.sprout__investment-tool-section .glide__bullets button.glide__bullet {
  cursor: pointer;
  box-shadow: none;
  width: 12px;
  height: 12px;
  min-height: 12px;
  padding: 0;
  margin: 20px 19px 20px 0;
  border-radius: 100%;
  background-color: rgba(76, 8, 82, 0.4);
  border: none;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .glide__bullets button.glide__bullet {
    width: 8px;
    height: 8px;
    min-height: 8px;
  }
}
.sprout__investment-tool-section
  .glide__bullets
  button.glide__bullet.glide__bullet--active {
  background-color: #993399;
}
.sprout__investment-tool-section .col-lg-4,
.sprout__investment-tool-section .col-md-6,
.sprout__investment-tool-section .col-xs-12 {
  padding: 3rem;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .col-lg-4,
  .sprout__investment-tool-section .col-md-6,
  .sprout__investment-tool-section .col-xs-12 {
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .col-lg-4 h4,
  .sprout__investment-tool-section .col-md-6 h4,
  .sprout__investment-tool-section .col-xs-12 h4 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .col-lg-4 p,
  .sprout__investment-tool-section .col-md-6 p,
  .sprout__investment-tool-section .col-xs-12 p {
    font-size: 16px;
    text-align: center;
  }
}
.sprout__investment-tool-section .lottie-icon {
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 600px) {
  .sprout__investment-tool-section .lottie-icon {
    display: block;
    margin: 0 auto;
  }
}
.sprout__curated {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 1s ease;
  position: relative;
  padding: 150px 0;
}
.sprout__curated h4 {
  font-size: 48px;
}
.sprout__curated p {
  font-size: 18px;
}
.sprout__curated .blue-pattern-1,
.sprout__curated .blue-pattern-2,
.sprout__curated .blue-pattern-3,
.sprout__curated .blue-pattern-4,
.sprout__curated .blue-pattern-5,
.sprout__curated .brown-pattern-1,
.sprout__curated .brown-pattern-2,
.sprout__curated .brown-pattern-3,
.sprout__curated .brown-pattern-4,
.sprout__curated .brown-pattern-5,
.sprout__curated .green-pattern-1,
.sprout__curated .green-pattern-2,
.sprout__curated .green-pattern-3,
.sprout__curated .green-pattern-4,
.sprout__curated .green-pattern-5,
.sprout__curated .red-pattern-1,
.sprout__curated .red-pattern-2,
.sprout__curated .red-pattern-3,
.sprout__curated .red-pattern-4,
.sprout__curated .red-pattern-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .sprout__curated .blue-pattern-1,
  .sprout__curated .blue-pattern-2,
  .sprout__curated .blue-pattern-3,
  .sprout__curated .blue-pattern-4,
  .sprout__curated .blue-pattern-5,
  .sprout__curated .brown-pattern-1,
  .sprout__curated .brown-pattern-2,
  .sprout__curated .brown-pattern-3,
  .sprout__curated .brown-pattern-4,
  .sprout__curated .brown-pattern-5,
  .sprout__curated .green-pattern-1,
  .sprout__curated .green-pattern-2,
  .sprout__curated .green-pattern-3,
  .sprout__curated .green-pattern-4,
  .sprout__curated .green-pattern-5,
  .sprout__curated .red-pattern-1,
  .sprout__curated .red-pattern-2,
  .sprout__curated .red-pattern-3,
  .sprout__curated .red-pattern-4,
  .sprout__curated .red-pattern-5 {
    height: 70px;
  }
}
.sprout__curated .red-pattern-1 {
  background-image: url(/images/sprout/red_pattern_1.svg);
}
.sprout__curated .red-pattern-2 {
  background-image: url(/images/sprout/red_pattern_2.svg);
}
.sprout__curated .red-pattern-3 {
  background-image: url(/images/sprout/red_pattern_3.svg);
}
.sprout__curated .red-pattern-4 {
  background-image: url(/images/sprout/red_pattern_4.svg);
}
.sprout__curated .red-pattern-5 {
  background-image: url(/images/sprout/red_pattern_5.svg);
}
.sprout__curated .blue-pattern-1 {
  background-image: url(/images/sprout/blue_pattern_1.svg);
}
.sprout__curated .blue-pattern-2 {
  background-image: url(/images/sprout/blue_pattern_2.svg);
}
.sprout__curated .blue-pattern-3 {
  background-image: url(/images/sprout/blue_pattern_3.svg);
}
.sprout__curated .blue-pattern-4 {
  background-image: url(/images/sprout/blue_pattern_4.svg);
}
.sprout__curated .blue-pattern-5 {
  background-image: url(/images/sprout/blue_pattern_5.svg);
}
.sprout__curated .green-pattern-1 {
  background-image: url(/images/sprout/green_pattern_1.svg);
}
.sprout__curated .green-pattern-2 {
  background-image: url(/images/sprout/green_pattern_2.svg);
}
.sprout__curated .green-pattern-3 {
  background-image: url(/images/sprout/green_pattern_3.svg);
}
.sprout__curated .green-pattern-4 {
  background-image: url(/images/sprout/green_pattern_4.svg);
}
.sprout__curated .green-pattern-5 {
  background-image: url(/images/sprout/green_pattern_5.svg);
}
.sprout__curated .brown-pattern-1 {
  background-image: url(/images/sprout/brown_pattern_1.svg);
}
.sprout__curated .brown-pattern-2 {
  background-image: url(/images/sprout/brown_pattern_2.svg);
}
.sprout__curated .brown-pattern-3 {
  background-image: url(/images/sprout/brown_pattern_3.svg);
}
.sprout__curated .brown-pattern-4 {
  background-image: url(/images/sprout/brown_pattern_4.svg);
}
.sprout__curated .brown-pattern-5 {
  background-image: url(/images/sprout/brown_pattern_5.svg);
}
.sprout__curated .partner-name {
  position: fixed;
  z-index: 99;
  font-size: 22px;
  font-weight: 600;
  color: #410852;
  pointer-events: none;
}
.sprout__curated .brand {
  background-color: #3d0852;
  padding: 10px 15px;
  border-radius: 9999px;
  color: #fff;
  text-align: center;
}
.sprout__curated .box {
  opacity: 0.9;
  margin: 0.7rem;
}
@media screen and (max-width: 600px) {
  .sprout__curated .box {
    margin: 4px;
  }
  .sprout__curated .box svg {
    width: 30px;
    height: 30px;
  }
}
.sprout__curated .box svg:first-child {
  display: inline-block;
}
.sprout__curated .box svg:last-child {
  display: none;
}
.sprout__curated .box.active {
  opacity: 1;
}
.sprout__curated .box.active svg:first-child {
  display: none;
}
.sprout__curated .box.active svg:last-child {
  display: inline-block;
}
.sprout__approach {
  position: relative;
  overflow: scroll;
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(/images/patterns/section-pattern.svg),
    url(/_nuxt/img/bg-approach-2.8644256.svg);
  background-repeat: no-repeat;
  background-size: 100vh auto, 80vh auto;
  background-position: 0 0, 100% 100%;
}
@media screen and (max-width: 600px) {
  .sprout__approach {
    padding: 10px 0 30px;
    background-image: none;
  }
}
.sprout__approach .scroll-horizontal {
  overscroll-behavior: none;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 980px) {
  .sprout__approach .scroll-horizontal {
    height: auto;
    width: auto;
    display: block;
    overflow-y: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sprout__approach .scroll-horizontal {
    display: block;
  }
}
.sprout__approach .scroll-horizontal .approach-card {
  margin-right: 20px;
}
@media screen and (max-width: 980px) {
  .sprout__approach .scroll-horizontal .approach-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.sprout__approach .scroll-horizontal .approach-card:first-child {
  padding-left: 150px;
}
@media screen and (max-width: 980px) {
  .sprout__approach .scroll-horizontal .approach-card:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .sprout__approach .scroll-horizontal .approach-card:first-child {
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.sprout__approach
  .scroll-horizontal
  .approach-card:first-child
  .approach-card-content {
  display: block;
}
@media screen and (max-width: 980px) {
  .sprout__approach
    .scroll-horizontal
    .approach-card:first-child
    .approach-card-content
    .content {
    padding: 10px 0;
  }
}
.sprout__approach .scroll-horizontal .approach-card .approach-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 33vw;
  height: 100%;
  padding-right: 2rem;
  padding-bottom: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .sprout__approach .scroll-horizontal .approach-card .approach-card-content {
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .sprout__approach .scroll-horizontal .approach-card .approach-card-content {
    display: block;
  }
}
.sprout__approach .scroll-horizontal .approach-card .approach-card-content img {
  width: 90%;
}
@media screen and (max-width: 980px) {
  .sprout__approach
    .scroll-horizontal
    .approach-card
    .approach-card-content
    img {
    width: 100%;
  }
}
.sprout__approach
  .scroll-horizontal
  .approach-card
  .approach-card-content
  .content {
  padding: 20px 20px 20px 60px;
}
@media screen and (max-width: 980px) {
  .sprout__approach
    .scroll-horizontal
    .approach-card
    .approach-card-content
    .content {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 980px) {
  .sprout__approach
    .scroll-horizontal
    .approach-card
    .approach-card-content
    .content
    .approach-title {
    text-align: center;
  }
}
.sprout__approach
  .scroll-horizontal
  .approach-card
  .approach-card-content
  .title {
  font-size: 32px;
  font-weight: 700;
  color: #490852;
}
.sprout__approach
  .scroll-horizontal
  .approach-card
  .approach-card-content
  .description {
  width: 100%;
  max-width: 400px;
}
.sprout__approach
  .scroll-horizontal
  .approach-card
  .approach-card-content
  .description
  p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .sprout__approach
    .scroll-horizontal
    .approach-card
    .approach-card-content
    .description {
    width: auto;
  }
}
@media screen and (max-width: 980px) {
  .sprout__approach .scroll-horizontal .approach-card-content:first-of-type {
    height: auto;
  }
}
.sprout__returns {
  background-color: #fff9fe;
  padding: 120px 0;
}
.sprout__returns .graph-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sprout__returns #grow-graph {
  height: 400px;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .sprout__returns #grow-graph {
    width: 300px;
    height: 300px;
  }
}
.sprout__returns #grow-graph .bank-title,
.sprout__returns #grow-graph .sprout-title {
  position: absolute;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.sprout__returns #grow-graph .bank-title {
  left: -1%;
  top: 50%;
}
@media screen and (max-width: 600px) {
  .sprout__returns #grow-graph .bank-title {
    top: 45%;
    left: -3%;
  }
}
.sprout__returns #grow-graph .sprout-title {
  left: 42%;
  top: -5%;
}
@media screen and (max-width: 600px) {
  .sprout__returns #grow-graph .sprout-title {
    left: 39%;
    top: -10%;
  }
}
.sprout__returns #grow-graph hr.dotted {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 340px;
}
@media screen and (max-width: 980px) {
  .sprout__returns #grow-graph hr.dotted {
    width: 280px;
  }
}
.sprout__returns #grow-graph p {
  color: #966ca3;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: -26%;
}
@media screen and (max-width: 980px) {
  .sprout__returns #grow-graph p {
    bottom: -34%;
  }
}
.sprout-faq-section p a {
  font-size: inherit;
}
.header-section--ambassadors {
  height: auto;
  background-color: #fee1ff;
  padding: 150px 20px 50px;
}
.header-section--ambassadors .hero-heading {
  line-height: 1.25;
  height: 12rem;
  position: relative;
  overflow: hidden;
}
.header-section--ambassadors .hero-heading h1 {
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .header-section--ambassadors {
    padding-top: 100px;
    height: auto;
  }
}
.header-section--ambassadors .floating-sprites {
  position: relative;
}
@media screen and (max-width: 600px) {
  .header-section--ambassadors .floating-sprites {
    display: none;
  }
}
.header-section--ambassadors .floating-sprites img {
  position: absolute;
}
.header-section--ambassadors .floating-sprites img:first-child {
  width: 200px;
  left: 0;
  top: 50%;
  transform: translateY(50%);
}
.header-section--ambassadors .floating-sprites img:nth-child(2) {
  width: 100px;
  right: 0;
  top: 50%;
  transform: translateY(50%);
}
.header-section--ambassadors .video--container {
  width: 100%;
  max-width: 800px;
  height: 450px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 2rem auto 0.5rem;
}
@media screen and (max-width: 600px) {
  .header-section--ambassadors .video--container {
    height: 175px;
  }
}
.header-section--ambassadors .video--container div.watching {
  display: none;
}
.header-section--ambassadors .video--container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 3;
}
.header-section--ambassadors .video--container a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.header-section--ambassadors .video--container a svg {
  color: #fff;
  transition: color 0.3s ease;
}
.header-section--ambassadors .video--container a:hover svg {
  color: #993399;
}
.ambassadors-career-section {
  padding: 120px 0 100px;
}
@media screen and (max-width: 600px) {
  .ambassadors-career-section {
    padding: 50px 0 100px;
  }
}
.ambassadors-career-section .ambassadors-career-gif {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ambassadors-career-section .ambassadors-career-gif img {
  width: 100%;
}
.ambassadors-flag-section {
  padding: 80px 0 !important;
}
.ambassadors-flag-section .photo {
  height: auto;
}
.ambassadors-flag-section .photo img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.ambassadors-flag-section .check__item h5 {
  font-weight: 600;
}
.ambassadors-testimonials-section {
  background-color: #993399;
  padding: 0;
  overflow: hidden;
}
.ambassadors-testimonials-section .ambassadors-testimonials-cards {
  position: relative;
  padding: 0 1rem 3rem;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section .ambassadors-testimonials-cards {
    padding: 1rem;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card {
  border-radius: 8px;
  padding: 40px;
  position: relative;
  margin-bottom: 4rem;
  min-height: 10rem;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card {
    padding: 25px;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card:nth-child(3) {
  margin-bottom: 3rem;
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .content {
  margin-bottom: 4rem;
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .content
  p {
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card
    .content
    p {
    font-size: 1.8rem;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .footer {
  color: rgba(61, 8, 82, 0.5);
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card
    .footer
    .grid
    .row {
    flex-wrap: nowrap;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .footer
  p {
  margin: 0;
  line-height: 0.8;
  color: currentColor;
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .footer
  svg {
  margin-right: 1rem;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card
    .footer
    svg {
    width: 11px;
    height: 11px;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .footer
  .name {
  margin: 0 0 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card
    .footer
    .name {
    font-size: 1.4rem;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card
  .footer
  .school {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card
    .footer
    .school {
    font-size: 1rem;
  }
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card.placeholder {
  display: none;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.ambassadors-testimonials-section
  .ambassadors-testimonials-cards
  .testimonials-card.placeholder.bottom {
  margin-bottom: 0;
  position: absolute;
  width: calc(100% - 20px);
  bottom: -8rem;
}
@media screen and (min-width: 980px) {
  .ambassadors-testimonials-section
    .ambassadors-testimonials-cards
    .testimonials-card.placeholder {
    display: block;
  }
}
.ambassadors-benefit-section .card h5 {
  font-weight: 600;
}
.ambassadors-benefit-section .card svg {
  width: 80px !important;
  height: 80px !important;
}
@media screen and (max-width: 600px) {
  .ambassadors-benefit-section .card svg {
    width: 50px;
    height: 50px;
  }
}
.ambassadors-list-section {
  padding: 50px 0 60px;
}
.ambassadors-list-section .search-field {
  width: 100%;
  position: relative;
}
.ambassadors-list-section .search-field input {
  border: 1px solid #f8cdfc;
  width: 100%;
  background-color: #f3cdfc;
  transition: border-color 0.3s ease;
  padding-left: 6.2rem;
  height: 55px;
}
.ambassadors-list-section .search-field input:focus {
  border-color: rgba(67, 8, 82, 0.17) !important;
}
.ambassadors-list-section .search-field input::-webkit-input-placeholder {
  color: rgba(61, 8, 82, 0.56);
}
.ambassadors-list-section
  .search-field
  input:not(:-moz-placeholder-shown)
  ~ button.close {
  opacity: 1;
}
.ambassadors-list-section
  .search-field
  input:not(:placeholder-shown)
  ~ button.close {
  opacity: 1;
}
.ambassadors-list-section .search-field svg {
  position: absolute;
  top: 50%;
  left: 2.4rem;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
}
.ambassadors-list-section .search-field button.close {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  min-height: unset;
  color: rgba(70, 8, 82, 0.26);
  opacity: 0;
}
.ambassadors-list-section .search-field button.close:hover {
  color: rgba(55, 8, 82, 0.56);
}
.ambassadors-list-section .search-field button.close svg {
  height: 13px;
  width: 13px;
  left: -1rem;
}
.ambassadors-list-section .list-title h4 {
  color: rgba(80, 8, 82, 0.5);
  font-size: 2.1rem;
  font-weight: 600;
}
.ambassadors-list-section .ambassadors-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 100px;
  row-gap: 100px;
  grid-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  place-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .ambassadors-list-section .ambassadors-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 4em;
  }
}
.ambassadors-list-section .ambassador-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .ambassadors-list-section .ambassador-member {
    margin-top: 10px;
  }
}
.ambassadors-list-section .ambassador-member__image {
  height: 180px;
  width: 180px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .ambassadors-list-section .ambassador-member__image {
    width: 120px;
    height: 120px;
  }
}
.ambassadors-list-section .ambassador-member__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.ambassadors-list-section .ambassador-member__name {
  font-size: 1.9rem;
  letter-spacing: 0;
  margin-top: 30px;
  font-family: "CW BR Firma", sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .ambassadors-list-section .ambassador-member__name {
    font-size: 1.6rem;
  }
}
.ambassadors-list-section .ambassador-member__school {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  color: #c6aecc;
}
.ambassadors-list-section .pagination {
  margin-top: 70px;
}
.ambassadors-list-section .pagination .button {
  color: rgba(59, 8, 82, 0.4);
  padding: 0 0.4rem;
  margin: 0 0.5rem;
}
.ambassadors-list-section .pagination .button:hover {
  color: rgba(61, 8, 82, 0.8);
}
.ambassadors-list-section .pagination .button.active {
  color: #993399;
}
.ambassadors-community-section {
  margin-top: 0;
  padding: 70px 0 0;
}
.ambassadors-badge-section {
  padding: 50px 0 0;
}
.ambassadors-badge-section h5 {
  font-weight: 600;
}
.ambassadors-badge-section input[type="email"] {
  background: #faf4fc;
  border: 0;
}
.ambassadors-badge-section button.button--large {
  margin-top: 5px !important;
  margin-bottom: 50px !important;
}
.ambassadors-badge-section .ambassador-badge-page .ambassador-badge {
  border-radius: 15px;
  overflow: hidden;
}
.ambassadors-badge-section .ambassador-badge-actions {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ambassadors-badge-section .ambassador-badge-actions button {
  background: none;
  box-shadow: none;
  color: rgba(59, 8, 82, 0.6);
  margin-right: 1.5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.ambassadors-badge-section .ambassador-badge-actions button svg {
  height: 22px;
  width: 22px;
}
.ambassadors-badge-section
  .ambassador-badge-actions
  .ambassador-link-input-wrapper {
  position: relative;
  width: 100%;
}
.ambassadors-badge-section
  .ambassador-badge-actions
  .ambassador-link-input-wrapper.has--tooltip
  .tooltip--wrapper {
  height: inherit;
  position: absolute;
  left: 1.5rem;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.ambassadors-badge-section
  .ambassador-badge-actions
  .ambassador-link-input-wrapper.has--tooltip
  .tooltip--wrapper
  .tooltip
  .tooltip--text {
  margin-left: 0;
  transform: translateX(-50%);
  margin-bottom: 40%;
}
.ambassadors-badge-section
  .ambassador-badge-actions
  .ambassador-link-input-wrapper.has--tooltip
  .tooltip--wrapper
  svg {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.ambassadors-badge-section
  .ambassador-badge-actions
  .ambassador-link-input-wrapper
  input {
  color: rgba(67, 8, 82, 0.6) !important;
  border: 1px solid rgba(55, 8, 82, 0.12);
  height: 42px;
  padding: 20px 9rem 20px 4rem;
  text-overflow: ellipsis;
  font-size: 14px;
  box-shadow: 0 0 10px 1px rgba(84, 2, 105, 0.103);
}
.ambassadors-badge-section .social-share {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.ambassadors-badge-section .social-share a {
  color: #410852;
  margin: 0.5rem;
}
.ambassadors-badge-section .social-share a svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
  cursor: pointer;
  transition: fill 0.4s ease;
}
@media screen and (max-width: 600px) {
  .ambassadors-faq-section h4 {
    font-size: 2rem;
  }
}
.risk .invest {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .risk .invest {
    margin-top: 0;
  }
}
.risk .invest__img {
  display: flex;
  justify-content: center;
}
.risk .invest__img img {
  width: 90px;
}
.risk .invest__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
}
.risk .invest__title .action {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.risk .invest__title .action button {
  margin-top: 0 !important;
}
.risk .invest__title h3 {
  margin-bottom: 16px;
}
.risk .invest__title h3,
.risk .invest__title p {
  text-align: center;
}
.risk-loader {
  position: absolute;
  height: 100vh;
  top: 0;
  width: 100%;
  justify-content: center;
}
.risk-loader,
.risk-loader-content {
  display: flex;
  align-items: center;
}
.risk-loader-content img {
  width: 70px;
}
.risk-loader-content .risk-loader-animation {
  height: 32px;
  width: 40px;
  position: relative;
}
.risk-loader-content .risk-loader-animation span {
  position: absolute;
  height: 20px;
  width: 8px;
  bottom: 6px;
  border-radius: 4px;
  background-color: rgba(73, 8, 82, 0.4);
  animation: doing-finance 0.55s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
    alternate-reverse;
  animation-delay: 30ms;
}
.risk-loader-content .risk-loader-animation span:after,
.risk-loader-content .risk-loader-animation span:before {
  content: "";
  position: absolute;
  width: 8px;
  bottom: 0;
  border-radius: 4px;
  background-color: rgba(78, 37, 82, 0.4);
  animation: doing-finance 0.55s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
    alternate-reverse;
}
.risk-loader-content .risk-loader-animation span:before {
  right: 14px;
  max-height: 15px;
  animation-delay: 20ms;
}
.risk-loader-content .risk-loader-animation span:after {
  left: 14px;
  max-height: 40px;
  animation-delay: 0.2s;
}
.risk-loader-content span {
  color: rgba(115, 14, 124, 0.3);
  font-weight: 700;
  font-size: 3rem;
  display: inline-block;
  margin-left: 10px;
}
.flow-container .potential-returns-box {
  background-color: #eefbee;
  border-radius: 10px;
  min-height: 100px;
  padding: 25px 20px 25px 60px;
  margin-top: 30px;
  width: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .flow-container .potential-returns-box {
    width: 100%;
  }
}
.flow-container .potential-returns-box p,
.flow-container .potential-returns-box span {
  margin-bottom: 0;
  color: #2c922c;
}
.flow-container .potential-returns-box span {
  font-weight: 500;
  opacity: 0.8;
  display: block;
  line-height: 1.7;
}
.flow-container .potential-returns-box p {
  margin-top: 0;
  margin-bottom: 5px;
}
.flow-container .potential-returns-box p strong {
  font-weight: 700;
}
.flow-container .potential-returns-box svg {
  height: 72px;
  width: 72px;
  position: absolute;
  left: -30px;
  bottom: -8px;
}
.flow-container .question__caption {
  margin: 20px 0 0;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flow-container .question__caption {
    font-size: 1.6rem;
  }
}
.flow-container .risk-profile-icon {
  margin: 20px auto;
  height: 90px;
  width: 90px;
}
.flow-container .risk_input {
  display: flex;
  align-items: flex-end;
}
.flow-container .risk_input span {
  margin-left: 10px;
  color: #caaecc;
  font-weight: 600;
  font-size: 1.8rem;
}
.flow-container .risk_input .single--border {
  width: 200px;
  font-size: 3.8rem;
}
.input-field__message {
  font-size: 1rem;
  color: red;
  display: flex;
  align-items: center;
}
.input-field__message svg {
  fill: red;
  vertical-align: middle;
  margin-right: 3px;
  height: 10px !important;
  width: 10px !important;
}
.halal-hero-section {
  background-color: #ecfbec;
}
@media screen and (max-width: 600px) {
  .halal-hero-section {
    padding-bottom: 10px;
  }
}
.halal-hero-section .image-container img {
  height: 600px;
  width: auto;
  margin: -150px auto 0;
}
@media screen and (max-width: 980px) {
  .halal-hero-section .image-container img {
    margin-top: auto;
  }
}
@media screen and (max-width: 600px) {
  .halal-hero-section .image-container img {
    height: 250px;
    width: auto;
    margin-top: 50px;
  }
}
.halal-hero-section .image-container .female {
  display: block;
  height: 600px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .halal-hero-section .image-container .female {
    height: auto;
    width: 100%;
    right: -40px;
    bottom: -10%;
  }
}
.halal-hero-section .button--large {
  background-color: #993399;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5em;
}
.halal-hero-section .button--large svg {
  height: 12px;
  width: 12px;
  fill: #fff;
  stroke: #fff;
  transition: transform 0.4s ease;
  margin-left: 2px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.halal-hero-section .button--large:hover svg {
  transform: translateX(5px);
}
.halal-values {
  padding: 150px 0;
}
@media screen and (max-width: 980px) {
  .halal-values {
    padding: 50px 0;
  }
}
.halal-values .video {
  width: 100%;
}
.halal-values .video video {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 980px) {
  .halal-values .video video {
    height: 100%;
  }
}
.halal-values ul li {
  display: flex;
  align-items: center;
}
.halal-values ul li svg {
  margin-right: 10px;
}
.halal-values ul li p {
  margin: 0;
  padding: 0;
}
.halal-values .content h3 {
  max-width: 450px;
}
@media screen and (min-width: 980px) {
  .halal-values .content {
    padding-left: 80px;
  }
}
@media screen and (max-width: 980px) {
  .halal-values .content {
    padding-left: unset;
  }
}
.halal-stats {
  background-image: url(/images/patterns/section-pattern.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 70%;
}
.halal-stats h3 {
  max-width: 1300px;
  margin: 0 auto;
}
.halal-stats p {
  max-width: 700px;
  margin: 30px auto 0;
}
.halal-stats .button--text {
  color: #993399;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.halal-stats .button--text svg {
  height: 10px;
  width: 10px;
  transition: transform 0.4s ease;
  vertical-align: baseline;
  margin-left: 8px;
}
.halal-stats .button--text:hover svg {
  transform: translateX(5px);
}
.halal-stats .stat-info {
  padding-left: 30px;
}
@media screen and (max-width: 980px) {
  .halal-stats .stat-info {
    padding-left: unset;
  }
}
.halal-stats .stat-info li {
  margin-bottom: 33px;
  position: relative;
}
.halal-stats .stat-info li .border {
  position: absolute;
  left: -15px;
  top: 12px;
  width: 9px;
  height: 3px;
}
.halal-stats .stat-info li h4 {
  font-size: 18px;
  margin: 0;
}
.halal-stats .stat-info li p {
  font-size: 14px;
  margin: 4px 0 0;
}
.halal-stats .button--large {
  background-color: #993399;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.5em;
}
.halal-stats .button--large svg {
  height: 12px;
  width: 12px;
  fill: #fff;
  stroke: #fff;
  transition: transform 0.4s ease;
  margin-left: 2px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.halal-stats .button--large:hover svg {
  transform: translateX(5px);
}
.halal-features {
  padding-top: 100px;
  background-color: #f9f5fa;
}
.halal-features h3 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.halal-features .grid {
  max-width: 990px;
  margin: 80px auto 0;
}
.halal-features .grid .col-sm-6 {
  padding-right: 60px;
}
@media screen and (max-width: 600px) {
  .halal-features .grid .col-sm-6 {
    padding-right: unset;
  }
}
.halal-features .grid .content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .halal-features .grid .content {
    margin-bottom: 20px;
  }
}
.halal-features .grid .content svg {
  margin: 8px 15px 0 0;
}
.halal-features .grid .content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.halal-features .grid .content p {
  margin: 8px 0 0;
  font-size: 18px;
}
.halal-keep-your-money-safe {
  background-color: #993399;
}
.halal-keep-your-money-safe .col-md-6,
.halal-keep-your-money-safe .col-xs-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
}
@media screen and (max-width: 600px) {
  .halal-keep-your-money-safe .col-md-6,
  .halal-keep-your-money-safe .col-xs-12 {
    padding: 1rem;
  }
}
.halal-keep-your-money-safe h3 {
  color: #fff;
  margin: 0;
  font-size: 56px;
}
@media screen and (max-width: 980px) {
  .halal-keep-your-money-safe h3 {
    font-size: 3.9rem;
  }
}
.halal-keep-your-money-safe p {
  color: #fff;
  margin-top: 22px;
  font-size: 18px;
}
.halal-keep-your-money-safe .button--text {
  color: #db81f2;
  text-transform: uppercase;
  font-size: 16px;
}
.halal-keep-your-money-safe .button--text svg {
  height: 12px;
  width: 12px;
  fill: #d881f2;
  stroke: #d881f2;
  transition: transform 0.4s ease;
  margin-left: 2px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.halal-keep-your-money-safe .button--text:hover svg {
  transform: translateX(5px);
}
.halal-switch {
  min-height: 85vh;
}
.halal-switch h3 {
  max-width: 440px;
  margin: 0 auto;
  padding-top: 40px;
}
.halal-switch .step-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .halal-switch .step-container {
    justify-content: center;
  }
}
.halal-switch .step-container .steps-area {
  counter-reset: item;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .halal-switch .step-container .steps-area {
    margin-top: 40px;
  }
}
.halal-switch .step-container .steps-area .step__item {
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 100px;
  position: relative;
  opacity: 0.2;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
@media screen and (max-width: 980px) {
  .halal-switch .step-container .steps-area .step__item {
    padding-bottom: 5px;
  }
}
@keyframes scaleCircle {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes scaleCircle2 {
  0% {
    opacity: 1;
    transform: scale(0.8);
  }
  to {
    opacity: 0;
    transform: scale(4.9);
  }
}
.halal-switch .step-container .steps-area .step__item:last-child:before {
  content: none;
}
.halal-switch .step-container .steps-area .step__item:before {
  content: "";
  width: 1px;
  position: absolute;
  background-color: #993399;
  top: 40px;
  opacity: 0;
  left: 12px;
  height: 0%;
  transition: height 0.8s ease-out;
}
.halal-switch .step-container .steps-area .step__item.active:before {
  height: 100%;
  opacity: 1;
}
.halal-switch
  .step-container
  .steps-area
  .step__item.active:nth-child(3)
  .step__item-number:before {
  animation: scaleCircle2 1s ease forwards;
}
.halal-switch
  .step-container
  .steps-area
  .step__item.active
  .step__item-number:before {
  animation: scaleCircle 0.5s linear forwards;
}
.halal-switch .step-container .steps-area .step__item-content {
  margin-left: 60px;
  margin-top: -10px;
  max-width: 400px;
}
@media screen and (max-width: 600px) {
  .halal-switch .step-container .steps-area .step__item-content {
    max-width: 100%;
    margin-left: 36px;
  }
}
.halal-switch .step-container .steps-area .step__item-content span {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .halal-switch .step-container .steps-area .step__item-content span {
    font-size: 2.1rem;
  }
}
.halal-switch .step-container .steps-area .step__item-content p {
  opacity: 0.8;
}
.halal-switch .step-container .steps-area .step__item-number {
  position: relative;
}
.halal-switch .step-container .steps-area .step__item-number:before {
  content: "";
  background-color: rgba(241, 162, 252, 0.4);
  border-radius: 100%;
  height: 60px;
  width: 60px;
  position: absolute;
  top: -18px;
  opacity: 0;
  left: -17px;
}
.halal-switch .step-container .steps-area .step__item-number:after {
  counter-increment: item;
  content: "0" counter(item);
  font-size: 2rem;
  color: #993399;
  font-weight: 600;
  z-index: 1;
}
.halal-switch .video {
  width: 100%;
  margin-left: 70px;
}
@media screen and (max-width: 980px) {
  .halal-switch .video {
    margin-left: unset;
  }
}
.halal-switch .video video {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .halal-switch .video video {
    width: 100%;
  }
}
section.story-section .story__image {
  background-color: #cdf2ca;
}
section.story-section .story__content.halal__content h4 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  section.story-section .story__content.halal__content h4 {
    font-size: 2rem;
  }
}
.halal-faq-section p a {
  font-size: inherit;
}
.careers-hero-section {
  background-color: #e6faff;
  padding-top: 180px;
  background-image: url(/images/careers/career-hero.png);
  background-repeat: no-repeat;
  background-position: -100px -380px;
}
@media screen and (min-width: 600px) and (max-width: 980px) {
  .careers-hero-section {
    padding-top: 120px;
    background-size: cover;
    background-position: unset;
  }
}
@media screen and (max-width: 600px) {
  .careers-hero-section {
    padding-top: 120px;
    background-size: cover;
    background-position: unset;
  }
  .careers-hero-section h1 {
    max-width: 200px;
    line-height: 1.3;
  }
}
.careers-hero-section .container h1 {
  margin: 0;
  color: #fff;
}
.careers-hero-section .container p {
  margin-top: 38px;
  max-width: 576px;
  color: #fff;
}
.careers-hero-section .container .button--text {
  color: #fff;
  text-transform: uppercase;
}
.careers-hero-section .container .button--text svg {
  height: 12px;
  width: 12px;
  transition: transform 0.4s ease;
  margin-left: 10px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.careers-hero-section .container .button--text:hover svg {
  transform: translateX(5px);
}
.careers-team .image-container .team-container {
  width: 100%;
  height: 300px;
  padding: 4px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .careers-team .image-container .team-container {
    height: auto;
  }
}
.careers-team .image-container .team-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.careers-team .image-container .last-team {
  height: 100%;
}
.careers-team .right-align {
  display: flex;
  align-self: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .careers-team .right-align {
    justify-content: flex-start;
  }
}
.careers-team .right-align p {
  max-width: 480px;
}
.career-core-values {
  background-color: #fbf9ff;
  min-height: 719px;
}
.career-core-values h3 {
  max-width: 550px;
  margin: 0 auto;
  letter-spacing: -1.5px;
}
.career-core-values p {
  max-width: 554px;
}
.career-core-values ul li {
  margin-bottom: 35px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .career-core-values ul li {
    text-align: center;
  }
}
.career-core-values ul li a {
  color: #aeb9cc;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.5s ease;
  position: relative;
}
.career-core-values .active,
.career-core-values ul li a:hover {
  color: #0067f5;
}
.career-core-values .active:after {
  content: "•";
  position: absolute;
  margin-left: 5px;
  font-size: 1.5em;
  line-height: 100%;
  bottom: -3px;
}
@media screen and (max-width: 980px) {
  .career-core-values .value-illustration {
    height: auto;
  }
}
.career-core-values .value-illustration img,
.career-core-values .value-illustration svg {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .career-core-values .value-illustration img,
  .career-core-values .value-illustration svg {
    width: 100%;
  }
}
.career-core-values .value-illustration p {
  font-size: 16px;
  max-width: 454px;
}
.career-core-values .col-md-6,
.career-core-values .col-xs-12 {
  display: flex;
  justify-content: center;
}
.career-how-we-work {
  padding-bottom: 150px;
}
.career-how-we-work h3,
.career-how-we-work p {
  max-width: 600px;
}
.career-how-we-work .carousel-area {
  position: relative;
}
.career-how-we-work .carousel-area .carousel {
  overflow-x: hidden;
  outline: none;
}
.career-how-we-work .carousel-area .carousel .card-block {
  width: 400px;
  height: 460px;
  padding: 4rem 4rem 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  margin-right: 60px;
}
@media screen and (max-width: 600px) {
  .career-how-we-work .carousel-area .carousel .card-block {
    width: 100%;
    margin-right: 30px;
  }
}
.career-how-we-work .carousel-area .carousel .card-block h4 {
  margin: 0;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: -0.6px;
  pointer-events: none;
}
.career-how-we-work .carousel-area .carousel .card-block p {
  margin-top: 12px;
  color: #fff;
  pointer-events: none;
}
.career-how-we-work .carousel-area .carousel .card-block .code {
  font-family: "IBM Plex Mono", monospace;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 16px;
}
.career-how-we-work .carousel-area .carousel .card-block .button--text {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.career-how-we-work .carousel-area .carousel .card-block .button--text svg {
  height: 12px;
  width: 12px;
  transition: transform 0.4s ease;
  margin-left: 10px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.career-how-we-work
  .carousel-area
  .carousel
  .card-block
  .button--text:hover
  svg {
  transform: translateX(5px);
}
.career-how-we-work .carousel-area .carousel .flickity-page-dots {
  width: 100%;
  bottom: -35px;
  display: flex;
  align-items: center;
}
.career-how-we-work .carousel-area .carousel .flickity-page-dots .dot {
  height: 4px;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  background: #e0e0e0;
}
.career-how-we-work .carousel-area .carousel .flickity-page-dots .is-selected {
  background: #0067f5;
}
.career-how-we-work .carousel-area .carousel .flickity-button {
  background: transparent;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .career-how-we-work .carousel-area .carousel .flickity-button {
    background-color: hsla(0, 0%, 100%, 0.29);
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
  }
}
.career-how-we-work
  .carousel-area
  .carousel
  .flickity-button:hover
  .flickity-button-icon {
  fill: rgba(0, 102, 245, 0.75);
}
@media screen and (max-width: 600px) {
  .career-how-we-work
    .carousel-area
    .carousel
    .flickity-button:hover
    .flickity-button-icon {
    fill: hsla(0, 0%, 100%, 0.29);
  }
}
.career-how-we-work .carousel-area .carousel .flickity-button-icon {
  fill: #0066f5;
  transition: fill 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .career-how-we-work .carousel-area .carousel .flickity-button-icon {
    fill: hsla(0, 0%, 100%, 0.29);
    position: absolute;
    left: 20%;
    top: 28%;
    width: 50%;
    height: 40%;
  }
}
.career-how-we-work .carousel-area .carousel .flickity-prev-next-button {
  bottom: -100px;
  width: 30px;
  height: 30px;
  top: unset;
  border-radius: 50%;
  transform: unset;
}
@media screen and (max-width: 600px) {
  .career-how-we-work .carousel-area .carousel .flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.career-how-we-work .carousel-area .carousel .flickity-prev-next-button.next {
  right: unset;
  left: 60px;
}
@media screen and (max-width: 600px) {
  .career-how-we-work .carousel-area .carousel .flickity-prev-next-button.next {
    right: 0;
    left: unset;
  }
}
.career-how-we-work
  .carousel-area
  .carousel
  .flickity-prev-next-button:nth-child(2) {
  left: 0;
}
@media screen and (max-width: 600px) {
  .career-how-we-work
    .carousel-area
    .carousel
    .flickity-prev-next-button:nth-child(2) {
    left: unset;
  }
}
.flickity-enabled {
  position: unset !important;
}
.career-evolve {
  padding-top: 60px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .career-evolve {
    padding-top: 100px;
  }
}
.career-evolve .col-sm-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px;
}
@media screen and (max-width: 600px) {
  .career-evolve .col-sm-6 {
    padding: unset;
  }
}
.career-evolve h3 {
  font-size: 32px;
  max-width: 450px;
}
.career-evolve .button--large {
  text-transform: uppercase;
}
.career-evolve .button--large svg {
  height: 12px;
  width: 12px;
  transition: transform 0.4s ease;
  margin-left: 10px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.career-evolve .button--large:hover svg {
  transform: translateX(5px);
}
.career-how-we-hire {
  background-color: #0166f5;
  padding: 100px 0 0;
}
.career-how-we-hire h3 {
  color: #fff;
}
.career-how-we-hire p {
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
}
.career-how-we-hire .hire-list {
  margin-top: 80px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.career-how-we-hire .hire-list .hire-item {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.career-how-we-hire .hire-list .hire-item:nth-child(2),
.career-how-we-hire .hire-list .hire-item:nth-child(3) {
  border-top: 1px solid rgba(174, 185, 204, 0.4);
}
.career-how-we-hire .hire-list .hire-item .hire-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: all;
  padding: 24px 60px 35px;
}
@media screen and (max-width: 600px) {
  .career-how-we-hire .hire-list .hire-item .hire-question {
    padding: 24px 30px 35px;
  }
}
.career-how-we-hire .hire-list .hire-item .hire-question h4 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #6c82a3;
  font-weight: 600;
  pointer-events: none;
}
.career-how-we-hire .hire-list .hire-item .hire-question h4 span {
  color: #aeb9cc;
  margin-right: 18px;
}
.career-how-we-hire .hire-list .hire-item .hire-question.active h4 {
  color: #207cf4;
}
.career-how-we-hire .hire-list .hire-item .hire-question .arrow {
  pointer-events: none;
  transition: all 0.5s ease;
}
.career-how-we-hire .hire-list .hire-item .hire-question .arrow svg {
  outline: none;
  color: #0a2e65;
}
.career-how-we-hire .hire-list .hire-item .hire-question.active .arrow {
  transform: rotate(180deg);
}
.career-how-we-hire .hire-list .hire-item .hire-content {
  font-size: 1.3rem;
  max-height: 0;
  max-width: 850px;
  overflow: hidden;
  cursor: auto;
  padding: 0 60px 0 117px;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 600px) {
  .career-how-we-hire .hire-list .hire-item .hire-content {
    padding: 0 30px;
  }
}
.career-how-we-hire .hire-list .hire-item .hire-content h4 {
  font-size: 22px;
}
.career-how-we-hire .hire-list .hire-item .hire-content p {
  max-width: unset;
  color: #0a2e65;
}
.career-how-we-hire .hire-list .hire-item .hire-content ul {
  margin: 45px 0;
}
.career-how-we-hire .hire-list .hire-item .hire-content a {
  color: #0066f5;
}
.career-how-we-hire .hire-list .hire-item .hire-content.active {
  max-height: 800px;
}
.career-how-we-hire .sub-hire-list {
  margin-top: 10px;
}
.career-how-we-hire .sub-hire-list .sub-hire-item {
  margin-bottom: 10px;
  padding: 24px 0 16px;
}
.career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: all;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-top {
    padding: 0 10px;
  }
}
.career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-top h4 {
  padding: 0;
  font-size: 18px;
  color: #0067f5;
  font-weight: 600;
  pointer-events: none;
  margin: 0 40px 0 0;
}
.career-how-we-hire
  .sub-hire-list
  .sub-hire-item
  .sub-hire-top
  .sub-hire-accordion {
  position: relative;
  pointer-events: none;
}
.career-how-we-hire
  .sub-hire-list
  .sub-hire-item
  .sub-hire-top
  .sub-hire-accordion.active:after {
  opacity: 0;
}
.career-how-we-hire
  .sub-hire-list
  .sub-hire-item
  .sub-hire-top
  .sub-hire-accordion:after {
  content: "";
  width: 1px;
  background-color: #082552;
  top: -10px;
  height: 20px;
  transition: opacity 0.8s ease;
  position: absolute;
}
.career-how-we-hire
  .sub-hire-list
  .sub-hire-item
  .sub-hire-top
  .sub-hire-accordion:before {
  content: "";
  width: 20px;
  background-color: #082552;
  height: 1px;
  left: -9px;
  position: absolute;
}
.career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-content {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  cursor: auto;
  padding: 0 30px;
  transition: max-height 0.5s ease;
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-content {
    padding: 0 10px;
  }
}
.career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-content p {
  max-width: unset;
  color: #0a2e65;
}
.career-how-we-hire .sub-hire-list .sub-hire-item .sub-hire-content.active {
  max-height: 500px;
}
.career-invested {
  background-color: #f5f6fa;
  padding-bottom: 0;
  min-height: 800px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .career-invested {
    padding-bottom: 50px;
  }
}
.career-invested ul {
  position: absolute;
  margin: 0 auto;
  max-width: 1380px;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
}
.career-invested ul .option {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 556px;
  height: 60px;
  background-color: #0067f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0 5px;
  cursor: pointer;
  transition: flex 0.5s ease-out;
}
.career-invested ul .option .invested-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career-invested ul .option .invested-content img,
.career-invested ul .option .invested-content svg {
  outline: none;
  height: 250px;
  width: 250px;
}
.career-invested ul .option .invested-content h4 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin: 30px 0 0;
  text-align: center;
}
.career-invested ul .option .invested-content p {
  max-width: 350px;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
}
.career-invested ul .option .arrow-up {
  height: 12px;
  width: 12px;
  outline: none;
}
.career-invested ul .option .hover-title {
  pointer-events: none;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  font-weight: 700;
}
.career-invested ul .active-option {
  flex: 0 0 489px;
}
.careers-join {
  background-color: #f4f8fc;
}
.careers-join p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.careers-join p a {
  color: #0166f5;
  font-size: inherit;
}
.careers-join .center-content {
  max-width: 854px;
  margin: 0 auto;
}
.careers-join .center-content .form-field {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  height: 64px;
  display: flex;
  align-items: center;
}
.careers-join .center-content .form-field input {
  border: none;
  padding: 0;
  margin-left: 16px;
  color: #6c82a3 !important;
  height: inherit;
}
.careers-join .center-content .form-field select {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 1.6rem;
  color: #6c82a3;
  height: inherit;
}
.careers-join .center-content .form-field select:focus {
  outline: none;
}
.careers-join ul {
  margin-top: 32px;
}
.careers-join ul li .card-link {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(14, 57, 124, 0.1);
  padding: 20px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .careers-join ul li .card-link {
    padding: 20px 15px;
  }
}
.careers-join ul li .card-link h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .careers-join ul li .card-link h4 {
    font-size: 18px;
  }
}
.careers-join ul li .card-link .job-tag {
  padding: 3px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.careers-join ul li .card-link p {
  color: #993399;
  margin-left: 10px;
}
.career-what-we-are-up-to .col-md-6 .col-lg-3,
.career-what-we-are-up-to .col-xs-12 {
  padding: 4px;
}
.career-what-we-are-up-to .card-block {
  height: 362px;
  border-radius: 10px;
  padding: 10px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career-what-we-are-up-to .card-block h4 {
  font-size: 2.4rem;
  font-weight: 600;
}
.career-what-we-are-up-to .card-block .button--text {
  color: #6c82a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.career-what-we-are-up-to .card-block .button--text svg {
  height: 12px;
  width: 12px;
  fill: #6c82a3;
  stroke: #6c82a3;
  margin-left: 8px;
  vertical-align: baseline;
}
.career-what-we-are-up-to .card-block .button--text:hover svg {
  transform: translateX(5px);
}
.career-what-we-are-up-to .button--large {
  margin-top: 80px;
  background-color: #0066f5;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
}
.career-what-we-are-up-to .button--large svg {
  height: 12px;
  width: 12px;
  fill: #fff;
  transition: transform 0.4s ease;
  margin-left: 15px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.career-what-we-are-up-to .button--large:hover svg {
  transform: translateX(5px);
}
.career-what-we-are-up-to hr {
  margin-top: 70px;
  width: 1112px;
}
.dream-hero-section {
  background-color: #e6faff;
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  .dream-hero-section {
    padding-top: 160px;
  }
}
.dream-hero-section .container h1 {
  margin: 0;
  font-size: 92px;
}
@media screen and (max-width: 768px) {
  .dream-hero-section .container h1 {
    font-size: 70px;
  }
}
.dream-hero-section .container p {
  margin-top: 18px;
  max-width: 730px;
}
.dream-apply {
  padding-bottom: 230px;
}
.dream-apply p {
  font-size: 22px;
}
.dream-apply form {
  max-width: 1000px;
}
.dream-apply form button {
  margin-top: 40px;
}
.halal-portfolio-hero-section p {
  max-width: 500px;
  margin-top: 30px !important;
}
.halal-portfolio-hero-section .accordion-list {
  margin-top: 20px;
}
.halal-portfolio-hero-section .accordion-item {
  padding-bottom: 16px;
  cursor: pointer;
  position: sticky;
}
.halal-portfolio-hero-section .accordion-item .accordion-top {
  display: flex;
  align-items: center;
  pointer-events: all;
}
.halal-portfolio-hero-section .accordion-item .accordion-top svg {
  fill: #0067f5;
  transform: rotate(180deg);
  transition: all 0.5s ease;
  pointer-events: none;
}
.halal-portfolio-hero-section .accordion-item .accordion-top.active svg {
  transform: rotate(0deg);
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-top
  .accordion__question {
  width: 100%;
  font-size: 2.5rem;
  color: #0067f5;
  margin: 0 0 0 10px;
  font-family: "CW BR Firma", sans-serif;
  pointer-events: none;
  border-bottom: 0.5px solid #0067f5;
  padding-bottom: 8px;
}
.halal-portfolio-hero-section .accordion-item .accordion-content {
  font-size: 1.3rem;
  display: none;
  cursor: auto;
  transition: all 0.5s ease;
}
.halal-portfolio-hero-section .accordion-item .accordion-content.active {
  display: block;
}
.halal-portfolio-hero-section .accordion-item .accordion-content .space {
  max-width: 650px;
  padding-left: 200px;
}
@media screen and (max-width: 980px) {
  .halal-portfolio-hero-section .accordion-item .accordion-content .space {
    max-width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .halal-portfolio-hero-section
    .accordion-item
    .accordion-content
    .button--large {
    font-size: 14px;
    padding: 0 12px;
  }
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .button--large:hover
  svg {
  transform: translateX(5px);
}
.halal-portfolio-hero-section .accordion-item .accordion-content #stat-chart {
  margin: 35px auto;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .apexcharts-toolbar {
  display: none !important;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .apexcharts-tooltip.apexcharts-theme-light {
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(71, 118, 230, 0.1);
  border: 0;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .apexcharts-tooltip.apexcharts-theme-light
  .apexcharts-tooltip-title {
  background: none;
  border-bottom: 0;
  padding: 6px 10px;
  color: rgba(8, 37, 82, 0.8);
}
.halal-portfolio-hero-section .accordion-item .accordion-content .title-header {
  font-size: 18px;
  color: #0a2e65;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid #0a2e65;
  padding-bottom: 8px;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .info-no-border
  li {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .info-no-border
  li
  div {
  width: 100%;
  text-align: left;
}
.halal-portfolio-hero-section
  .accordion-item
  .accordion-content
  .info-border
  li {
  font-size: 18px;
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #e8e8e8;
  padding: 11px 0;
}
.halal-portfolio-hero-section .accordion-item .accordion-content .item-center {
  justify-content: center;
}
.halal-portfolio-hero-section .accordion-item .accordion-content .item-between {
  justify-content: space-between;
}
.halal-portfolio-hero-section .accordion-item .accordion-content h4 {
  font-size: 18px;
}
.ope-hero-section {
  height: 100vh;
  background-repeat: no-repeat;
  background-color: #0066f5;
  padding-top: 15%;
}
.ope-hero-section h1 {
  color: #fff;
}
.ope-hero-section p {
  color: hsla(0, 0%, 100%, 0.6);
}
.ope-hero-section.ope-has-image {
  background-size: 60%;
  background-position: 120% -50px;
  background-image: url(/images/photos/opes-diary/book.png);
}
@media screen and (max-width: 600px) {
  .ope-hero-section.ope-has-image {
    background-size: 160%;
    background-position: -20px 320px;
    background-color: #0066f5;
  }
}
.ope-hero-section .button--large {
  color: #0066f5;
}
.ope-hero-section .button--large svg {
  height: 12px;
  width: 12px;
  fill: #0066f5;
  stroke: #0066f5;
  transition: transform 0.4s ease;
  margin-left: 5px;
  vertical-align: baseline;
  margin-bottom: -0.1em;
}
.ope-hero-section .button--large:hover svg {
  transform: translateX(5px);
}
.ope-stories {
  background-color: #f3f5f8;
  position: relative;
}
.ope-stories .teaser-showcase {
  position: relative;
  height: 800px;
}
.ope-stories .teaser-showcase .page {
  position: absolute;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 470px;
  height: 620px;
}
.ope-stories .teaser-showcase .page.page-1 {
  top: 30px;
  left: 40px;
  background-image: url(/images/photos/opes-diary/page-1.png);
  z-index: 4;
}
.ope-stories .teaser-showcase .page.page-2 {
  top: 40px;
  left: -140px;
  transform: rotate(-30deg);
  background-image: url(/images/photos/opes-diary/page-2.png);
  z-index: 3;
}
.ope-stories .teaser-showcase .page.page-3 {
  top: 160px;
  left: 20px;
  transform: rotate(-20deg);
  background-image: url(/images/photos/opes-diary/page-3.png);
  z-index: 2;
}
.ope-stories .teaser-showcase .page.page-4 {
  top: 60px;
  left: 160px;
  transform: rotate(30deg);
  background-image: url(/images/photos/opes-diary/page-4.png);
  z-index: 1;
}
.ope-reviews p {
  max-width: 600px;
}
.ope-reviews .reviewer {
  font-weight: 600;
}
.ope-available-stores {
  margin-bottom: 120px;
}
.ope-available-stores ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.ope-available-stores ul li {
  margin-bottom: 10px;
}
.ope-available-stores ul li img,
.ope-available-stores ul li svg {
  height: 72px;
}
@media screen and (max-width: 600px) {
  .ope-available-stores ul li img,
  .ope-available-stores ul li svg {
    height: 48px;
  }
}
.quiz-result {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .quiz-result {
    padding-top: 100px;
  }
}
@media screen and (max-width: 980px) {
  .quiz-result {
    padding-top: 100px;
  }
}
.quiz-result .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.quiz-result .content h1 {
  font-size: 64px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .quiz-result .content h1 {
    font-size: 50px;
  }
}
.quiz-result .content p {
  max-width: 400px;
  margin: 28px 0 0;
  padding: 0;
}
.quiz-result .social-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.quiz-result .social-share a {
  margin-right: 20px;
}
.quiz-result .social-share a svg {
  width: 19px;
  height: 19px;
  outline: none;
}
.quiz-result .social-share a .whatsapp {
  fill: #0a2e65;
}
.quiz-result .quiz-badge {
  border-radius: 15px;
  overflow: hidden;
}
.quiz-result .box {
  background-color: #0a2e65;
  padding: 20px;
}
.quiz-result .box p {
  color: #fff;
}
.flow-container {
  padding: 0 60px;
  margin-left: -60px;
}
@media screen and (max-width: 600px) {
  .flow-container {
    padding: 0;
    margin-left: 0;
  }
}
.flow-container .form-area {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .flow-container .form-area {
    margin-top: 10px;
  }
}
.flow-container .question__heading {
  margin: 0;
  font-size: 4.7rem;
}
@media screen and (max-width: 768px) {
  .flow-container .question__heading {
    font-size: 3.85rem;
    margin-top: 0;
  }
}
.flow-container .m-l-auto {
  margin-left: auto;
}
.flow-container .quiz_input {
  display: flex;
  align-items: center;
}
.flow-container .quiz_input span {
  margin-left: 10px;
  color: #aeb9cc;
  font-weight: 600;
  font-size: 1.8rem;
}
.flow-container .quiz_input .single--border {
  width: 200px;
  font-size: 3.8rem;
}
.flow-container .quiz_input input {
  padding: 10px 0;
  text-align: center;
}
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-drag: none;
}
.glide__arrows,
.glide__bullets,
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
}
.glide--rtl {
  direction: rtl;
}
.slider[data-v-c125b038] {
  position: relative;
}
.slider .line[data-v-c125b038] {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 1px;
  background-color: #0067f5;
  z-index: -1;
}
.slider input[type="range"][data-v-c125b038] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  width: 100%;
  background-color: rgba(174, 185, 204, 0.4);
  outline: none;
  border: none;
}
.slider input[type="range"][data-v-c125b038]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 66px;
  height: 66px;
  background: #fff;
  border: 1px solid #6c82a3;
  border-radius: 50%;
  cursor: grab;
}
@media screen and (max-width: 600px) {
  .slider input[type="range"][data-v-c125b038]::-webkit-slider-thumb {
    width: 36px;
    height: 36px;
  }
}
.slider input[type="range"][data-v-c125b038]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 66px;
  height: 66px;
  background: #fff;
  border: 1px solid #6c82a3;
  border-radius: 50%;
  cursor: grab;
}
@media screen and (max-width: 600px) {
  .slider input[type="range"][data-v-c125b038]::-moz-range-thumb {
    width: 36px;
    height: 36px;
  }
}
