@charset "UTF-8";.growl-success[data-v-31073487] {
  background-color: #4fc78c;
  box-shadow: 3px 3px 3px rgba(79, 199, 140, 0.5);
}
.growl-info[data-v-31073487] {
  background-color: #85c5ae;
  box-shadow: 3px 3px 3px rgba(133, 197, 174, 0.5);
}
.growl-error[data-v-31073487] {
  background-color: #eb0008;
  box-shadow: 3px 3px 3px rgba(235, 0, 8, 0.5);
}
img[data-v-31073487] {
  cursor: pointer;
  margin-left: 10px;
}
.growls[data-v-31073487] {
  font-family: Roboto;
  font-weight: 500;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9999 !important;
}
.growls > *[data-v-31073487] {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 16px;
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}
@media (min-width: 320px) {
.col-xs-1 {
    grid-column: span 1;
}
.col-xs-2 {
    grid-column: span 2;
}
.col-xs-3 {
    grid-column: span 3;
}
.col-xs-4 {
    grid-column: span 4;
}
.col-xs-5 {
    grid-column: span 5;
}
.col-xs-6 {
    grid-column: span 6;
}
.col-xs-7 {
    grid-column: span 7;
}
.col-xs-8 {
    grid-column: span 8;
}
.col-xs-9 {
    grid-column: span 9;
}
.col-xs-10 {
    grid-column: span 10;
}
.col-xs-11 {
    grid-column: span 11;
}
.col-xs-12 {
    grid-column: span 12;
}
}
@media (min-width: 576px) {
.col-sm-1 {
    grid-column: span 1;
}
.col-sm-2 {
    grid-column: span 2;
}
.col-sm-3 {
    grid-column: span 3;
}
.col-sm-4 {
    grid-column: span 4;
}
.col-sm-5 {
    grid-column: span 5;
}
.col-sm-6 {
    grid-column: span 6;
}
.col-sm-7 {
    grid-column: span 7;
}
.col-sm-8 {
    grid-column: span 8;
}
.col-sm-9 {
    grid-column: span 9;
}
.col-sm-10 {
    grid-column: span 10;
}
.col-sm-11 {
    grid-column: span 11;
}
.col-sm-12 {
    grid-column: span 12;
}
}
@media (min-width: 768px) {
.col-md-1 {
    grid-column: span 1;
}
.col-md-2 {
    grid-column: span 2;
}
.col-md-3 {
    grid-column: span 3;
}
.col-md-4 {
    grid-column: span 4;
}
.col-md-5 {
    grid-column: span 5;
}
.col-md-6 {
    grid-column: span 6;
}
.col-md-7 {
    grid-column: span 7;
}
.col-md-8 {
    grid-column: span 8;
}
.col-md-9 {
    grid-column: span 9;
}
.col-md-10 {
    grid-column: span 10;
}
.col-md-11 {
    grid-column: span 11;
}
.col-md-12 {
    grid-column: span 12;
}
}
@media (min-width: 1024px) {
.col-lg-1 {
    grid-column: span 1;
}
.col-lg-2 {
    grid-column: span 2;
}
.col-lg-3 {
    grid-column: span 3;
}
.col-lg-4 {
    grid-column: span 4;
}
.col-lg-5 {
    grid-column: span 5;
}
.col-lg-6 {
    grid-column: span 6;
}
.col-lg-7 {
    grid-column: span 7;
}
.col-lg-8 {
    grid-column: span 8;
}
.col-lg-9 {
    grid-column: span 9;
}
.col-lg-10 {
    grid-column: span 10;
}
.col-lg-11 {
    grid-column: span 11;
}
.col-lg-12 {
    grid-column: span 12;
}
}
@media (min-width: 1440px) {
.col-xl-1 {
    grid-column: span 1;
}
.col-xl-2 {
    grid-column: span 2;
}
.col-xl-3 {
    grid-column: span 3;
}
.col-xl-4 {
    grid-column: span 4;
}
.col-xl-5 {
    grid-column: span 5;
}
.col-xl-6 {
    grid-column: span 6;
}
.col-xl-7 {
    grid-column: span 7;
}
.col-xl-8 {
    grid-column: span 8;
}
.col-xl-9 {
    grid-column: span 9;
}
.col-xl-10 {
    grid-column: span 10;
}
.col-xl-11 {
    grid-column: span 11;
}
.col-xl-12 {
    grid-column: span 12;
}
}
.m-0 {
  margin: calc($space / 4)rem;
}
.m-1 {
  margin: calc($space / 4)rem;
}
.m-2 {
  margin: calc($space / 4)rem;
}
.m-3 {
  margin: calc($space / 4)rem;
}
.m-4 {
  margin: calc($space / 4)rem;
}
.m-5 {
  margin: calc($space / 4)rem;
}
.m-auto {
  margin: auto;
}
.p-0 {
  padding: calc($space / 4)rem;
}
.p-1 {
  padding: calc($space / 4)rem;
}
.p-2 {
  padding: calc($space / 4)rem;
}
.p-3 {
  padding: calc($space / 4)rem;
}
.p-4 {
  padding: calc($space / 4)rem;
}
.p-5 {
  padding: calc($space / 4)rem;
}
.p-auto {
  padding: auto;
}
.mt-0 {
  margin-top: calc($space / 4)rem;
}
.mt-1 {
  margin-top: calc($space / 4)rem;
}
.mt-2 {
  margin-top: calc($space / 4)rem;
}
.mt-3 {
  margin-top: calc($space / 4)rem;
}
.mt-4 {
  margin-top: calc($space / 4)rem;
}
.mt-5 {
  margin-top: calc($space / 4)rem;
}
.mt-auto {
  margin-top: auto;
}
.pt-0 {
  padding-top: calc($space / 4)rem;
}
.pt-1 {
  padding-top: calc($space / 4)rem;
}
.pt-2 {
  padding-top: calc($space / 4)rem;
}
.pt-3 {
  padding-top: calc($space / 4)rem;
}
.pt-4 {
  padding-top: calc($space / 4)rem;
}
.pt-5 {
  padding-top: calc($space / 4)rem;
}
.pt-auto {
  padding-top: auto;
}
.mr-0 {
  margin-right: calc($space / 4)rem;
}
.mr-1 {
  margin-right: calc($space / 4)rem;
}
.mr-2 {
  margin-right: calc($space / 4)rem;
}
.mr-3 {
  margin-right: calc($space / 4)rem;
}
.mr-4 {
  margin-right: calc($space / 4)rem;
}
.mr-5 {
  margin-right: calc($space / 4)rem;
}
.mr-auto {
  margin-right: auto;
}
.pr-0 {
  padding-right: calc($space / 4)rem;
}
.pr-1 {
  padding-right: calc($space / 4)rem;
}
.pr-2 {
  padding-right: calc($space / 4)rem;
}
.pr-3 {
  padding-right: calc($space / 4)rem;
}
.pr-4 {
  padding-right: calc($space / 4)rem;
}
.pr-5 {
  padding-right: calc($space / 4)rem;
}
.pr-auto {
  padding-right: auto;
}
.mb-0 {
  margin-bottom: calc($space / 4)rem;
}
.mb-1 {
  margin-bottom: calc($space / 4)rem;
}
.mb-2 {
  margin-bottom: calc($space / 4)rem;
}
.mb-3 {
  margin-bottom: calc($space / 4)rem;
}
.mb-4 {
  margin-bottom: calc($space / 4)rem;
}
.mb-5 {
  margin-bottom: calc($space / 4)rem;
}
.mb-auto {
  margin-bottom: auto;
}
.pb-0 {
  padding-bottom: calc($space / 4)rem;
}
.pb-1 {
  padding-bottom: calc($space / 4)rem;
}
.pb-2 {
  padding-bottom: calc($space / 4)rem;
}
.pb-3 {
  padding-bottom: calc($space / 4)rem;
}
.pb-4 {
  padding-bottom: calc($space / 4)rem;
}
.pb-5 {
  padding-bottom: calc($space / 4)rem;
}
.pb-auto {
  padding-bottom: auto;
}
.ml-0 {
  margin-left: calc($space / 4)rem;
}
.ml-1 {
  margin-left: calc($space / 4)rem;
}
.ml-2 {
  margin-left: calc($space / 4)rem;
}
.ml-3 {
  margin-left: calc($space / 4)rem;
}
.ml-4 {
  margin-left: calc($space / 4)rem;
}
.ml-5 {
  margin-left: calc($space / 4)rem;
}
.ml-auto {
  margin-left: auto;
}
.pl-0 {
  padding-left: calc($space / 4)rem;
}
.pl-1 {
  padding-left: calc($space / 4)rem;
}
.pl-2 {
  padding-left: calc($space / 4)rem;
}
.pl-3 {
  padding-left: calc($space / 4)rem;
}
.pl-4 {
  padding-left: calc($space / 4)rem;
}
.pl-5 {
  padding-left: calc($space / 4)rem;
}
.pl-auto {
  padding-left: auto;
}
@media (min-width: 320px) {
.m-xs-0 {
    margin: calc($space / 4)rem;
}
.m-xs-1 {
    margin: calc($space / 4)rem;
}
.m-xs-2 {
    margin: calc($space / 4)rem;
}
.m-xs-3 {
    margin: calc($space / 4)rem;
}
.m-xs-4 {
    margin: calc($space / 4)rem;
}
.m-xs-5 {
    margin: calc($space / 4)rem;
}
.m-xs-auto {
    margin: auto;
}
.p-xs-0 {
    padding: calc($space / 4)rem;
}
.p-xs-1 {
    padding: calc($space / 4)rem;
}
.p-xs-2 {
    padding: calc($space / 4)rem;
}
.p-xs-3 {
    padding: calc($space / 4)rem;
}
.p-xs-4 {
    padding: calc($space / 4)rem;
}
.p-xs-5 {
    padding: calc($space / 4)rem;
}
.p-xs-auto {
    padding: auto;
}
.mt-xs-0 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-1 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-2 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-3 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-4 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-5 {
    margin-top: calc($space / 4)rem;
}
.mt-xs-auto {
    margin-top: auto;
}
.pt-xs-0 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-1 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-2 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-3 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-4 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-5 {
    padding-top: calc($space / 4)rem;
}
.pt-xs-auto {
    padding-top: auto;
}
.mr-xs-0 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-1 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-2 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-3 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-4 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-5 {
    margin-right: calc($space / 4)rem;
}
.mr-xs-auto {
    margin-right: auto;
}
.pr-xs-0 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-1 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-2 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-3 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-4 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-5 {
    padding-right: calc($space / 4)rem;
}
.pr-xs-auto {
    padding-right: auto;
}
.mb-xs-0 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-1 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-2 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-3 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-4 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-5 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xs-auto {
    margin-bottom: auto;
}
.pb-xs-0 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-1 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-2 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-3 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-4 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-5 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xs-auto {
    padding-bottom: auto;
}
.ml-xs-0 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-1 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-2 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-3 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-4 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-5 {
    margin-left: calc($space / 4)rem;
}
.ml-xs-auto {
    margin-left: auto;
}
.pl-xs-0 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-1 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-2 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-3 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-4 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-5 {
    padding-left: calc($space / 4)rem;
}
.pl-xs-auto {
    padding-left: auto;
}
}
@media (min-width: 576px) {
.m-sm-0 {
    margin: calc($space / 4)rem;
}
.m-sm-1 {
    margin: calc($space / 4)rem;
}
.m-sm-2 {
    margin: calc($space / 4)rem;
}
.m-sm-3 {
    margin: calc($space / 4)rem;
}
.m-sm-4 {
    margin: calc($space / 4)rem;
}
.m-sm-5 {
    margin: calc($space / 4)rem;
}
.m-sm-auto {
    margin: auto;
}
.p-sm-0 {
    padding: calc($space / 4)rem;
}
.p-sm-1 {
    padding: calc($space / 4)rem;
}
.p-sm-2 {
    padding: calc($space / 4)rem;
}
.p-sm-3 {
    padding: calc($space / 4)rem;
}
.p-sm-4 {
    padding: calc($space / 4)rem;
}
.p-sm-5 {
    padding: calc($space / 4)rem;
}
.p-sm-auto {
    padding: auto;
}
.mt-sm-0 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-1 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-2 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-3 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-4 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-5 {
    margin-top: calc($space / 4)rem;
}
.mt-sm-auto {
    margin-top: auto;
}
.pt-sm-0 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-1 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-2 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-3 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-4 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-5 {
    padding-top: calc($space / 4)rem;
}
.pt-sm-auto {
    padding-top: auto;
}
.mr-sm-0 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-1 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-2 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-3 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-4 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-5 {
    margin-right: calc($space / 4)rem;
}
.mr-sm-auto {
    margin-right: auto;
}
.pr-sm-0 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-1 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-2 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-3 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-4 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-5 {
    padding-right: calc($space / 4)rem;
}
.pr-sm-auto {
    padding-right: auto;
}
.mb-sm-0 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-1 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-2 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-3 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-4 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-5 {
    margin-bottom: calc($space / 4)rem;
}
.mb-sm-auto {
    margin-bottom: auto;
}
.pb-sm-0 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-1 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-2 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-3 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-4 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-5 {
    padding-bottom: calc($space / 4)rem;
}
.pb-sm-auto {
    padding-bottom: auto;
}
.ml-sm-0 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-1 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-2 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-3 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-4 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-5 {
    margin-left: calc($space / 4)rem;
}
.ml-sm-auto {
    margin-left: auto;
}
.pl-sm-0 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-1 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-2 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-3 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-4 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-5 {
    padding-left: calc($space / 4)rem;
}
.pl-sm-auto {
    padding-left: auto;
}
}
@media (min-width: 768px) {
.m-md-0 {
    margin: calc($space / 4)rem;
}
.m-md-1 {
    margin: calc($space / 4)rem;
}
.m-md-2 {
    margin: calc($space / 4)rem;
}
.m-md-3 {
    margin: calc($space / 4)rem;
}
.m-md-4 {
    margin: calc($space / 4)rem;
}
.m-md-5 {
    margin: calc($space / 4)rem;
}
.m-md-auto {
    margin: auto;
}
.p-md-0 {
    padding: calc($space / 4)rem;
}
.p-md-1 {
    padding: calc($space / 4)rem;
}
.p-md-2 {
    padding: calc($space / 4)rem;
}
.p-md-3 {
    padding: calc($space / 4)rem;
}
.p-md-4 {
    padding: calc($space / 4)rem;
}
.p-md-5 {
    padding: calc($space / 4)rem;
}
.p-md-auto {
    padding: auto;
}
.mt-md-0 {
    margin-top: calc($space / 4)rem;
}
.mt-md-1 {
    margin-top: calc($space / 4)rem;
}
.mt-md-2 {
    margin-top: calc($space / 4)rem;
}
.mt-md-3 {
    margin-top: calc($space / 4)rem;
}
.mt-md-4 {
    margin-top: calc($space / 4)rem;
}
.mt-md-5 {
    margin-top: calc($space / 4)rem;
}
.mt-md-auto {
    margin-top: auto;
}
.pt-md-0 {
    padding-top: calc($space / 4)rem;
}
.pt-md-1 {
    padding-top: calc($space / 4)rem;
}
.pt-md-2 {
    padding-top: calc($space / 4)rem;
}
.pt-md-3 {
    padding-top: calc($space / 4)rem;
}
.pt-md-4 {
    padding-top: calc($space / 4)rem;
}
.pt-md-5 {
    padding-top: calc($space / 4)rem;
}
.pt-md-auto {
    padding-top: auto;
}
.mr-md-0 {
    margin-right: calc($space / 4)rem;
}
.mr-md-1 {
    margin-right: calc($space / 4)rem;
}
.mr-md-2 {
    margin-right: calc($space / 4)rem;
}
.mr-md-3 {
    margin-right: calc($space / 4)rem;
}
.mr-md-4 {
    margin-right: calc($space / 4)rem;
}
.mr-md-5 {
    margin-right: calc($space / 4)rem;
}
.mr-md-auto {
    margin-right: auto;
}
.pr-md-0 {
    padding-right: calc($space / 4)rem;
}
.pr-md-1 {
    padding-right: calc($space / 4)rem;
}
.pr-md-2 {
    padding-right: calc($space / 4)rem;
}
.pr-md-3 {
    padding-right: calc($space / 4)rem;
}
.pr-md-4 {
    padding-right: calc($space / 4)rem;
}
.pr-md-5 {
    padding-right: calc($space / 4)rem;
}
.pr-md-auto {
    padding-right: auto;
}
.mb-md-0 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-1 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-2 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-3 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-4 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-5 {
    margin-bottom: calc($space / 4)rem;
}
.mb-md-auto {
    margin-bottom: auto;
}
.pb-md-0 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-1 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-2 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-3 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-4 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-5 {
    padding-bottom: calc($space / 4)rem;
}
.pb-md-auto {
    padding-bottom: auto;
}
.ml-md-0 {
    margin-left: calc($space / 4)rem;
}
.ml-md-1 {
    margin-left: calc($space / 4)rem;
}
.ml-md-2 {
    margin-left: calc($space / 4)rem;
}
.ml-md-3 {
    margin-left: calc($space / 4)rem;
}
.ml-md-4 {
    margin-left: calc($space / 4)rem;
}
.ml-md-5 {
    margin-left: calc($space / 4)rem;
}
.ml-md-auto {
    margin-left: auto;
}
.pl-md-0 {
    padding-left: calc($space / 4)rem;
}
.pl-md-1 {
    padding-left: calc($space / 4)rem;
}
.pl-md-2 {
    padding-left: calc($space / 4)rem;
}
.pl-md-3 {
    padding-left: calc($space / 4)rem;
}
.pl-md-4 {
    padding-left: calc($space / 4)rem;
}
.pl-md-5 {
    padding-left: calc($space / 4)rem;
}
.pl-md-auto {
    padding-left: auto;
}
}
@media (min-width: 1024px) {
.m-lg-0 {
    margin: calc($space / 4)rem;
}
.m-lg-1 {
    margin: calc($space / 4)rem;
}
.m-lg-2 {
    margin: calc($space / 4)rem;
}
.m-lg-3 {
    margin: calc($space / 4)rem;
}
.m-lg-4 {
    margin: calc($space / 4)rem;
}
.m-lg-5 {
    margin: calc($space / 4)rem;
}
.m-lg-auto {
    margin: auto;
}
.p-lg-0 {
    padding: calc($space / 4)rem;
}
.p-lg-1 {
    padding: calc($space / 4)rem;
}
.p-lg-2 {
    padding: calc($space / 4)rem;
}
.p-lg-3 {
    padding: calc($space / 4)rem;
}
.p-lg-4 {
    padding: calc($space / 4)rem;
}
.p-lg-5 {
    padding: calc($space / 4)rem;
}
.p-lg-auto {
    padding: auto;
}
.mt-lg-0 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-1 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-2 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-3 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-4 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-5 {
    margin-top: calc($space / 4)rem;
}
.mt-lg-auto {
    margin-top: auto;
}
.pt-lg-0 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-1 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-2 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-3 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-4 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-5 {
    padding-top: calc($space / 4)rem;
}
.pt-lg-auto {
    padding-top: auto;
}
.mr-lg-0 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-1 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-2 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-3 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-4 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-5 {
    margin-right: calc($space / 4)rem;
}
.mr-lg-auto {
    margin-right: auto;
}
.pr-lg-0 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-1 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-2 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-3 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-4 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-5 {
    padding-right: calc($space / 4)rem;
}
.pr-lg-auto {
    padding-right: auto;
}
.mb-lg-0 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-1 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-2 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-3 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-4 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-5 {
    margin-bottom: calc($space / 4)rem;
}
.mb-lg-auto {
    margin-bottom: auto;
}
.pb-lg-0 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-1 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-2 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-3 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-4 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-5 {
    padding-bottom: calc($space / 4)rem;
}
.pb-lg-auto {
    padding-bottom: auto;
}
.ml-lg-0 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-1 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-2 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-3 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-4 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-5 {
    margin-left: calc($space / 4)rem;
}
.ml-lg-auto {
    margin-left: auto;
}
.pl-lg-0 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-1 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-2 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-3 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-4 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-5 {
    padding-left: calc($space / 4)rem;
}
.pl-lg-auto {
    padding-left: auto;
}
}
@media (min-width: 1440px) {
.m-xl-0 {
    margin: calc($space / 4)rem;
}
.m-xl-1 {
    margin: calc($space / 4)rem;
}
.m-xl-2 {
    margin: calc($space / 4)rem;
}
.m-xl-3 {
    margin: calc($space / 4)rem;
}
.m-xl-4 {
    margin: calc($space / 4)rem;
}
.m-xl-5 {
    margin: calc($space / 4)rem;
}
.m-xl-auto {
    margin: auto;
}
.p-xl-0 {
    padding: calc($space / 4)rem;
}
.p-xl-1 {
    padding: calc($space / 4)rem;
}
.p-xl-2 {
    padding: calc($space / 4)rem;
}
.p-xl-3 {
    padding: calc($space / 4)rem;
}
.p-xl-4 {
    padding: calc($space / 4)rem;
}
.p-xl-5 {
    padding: calc($space / 4)rem;
}
.p-xl-auto {
    padding: auto;
}
.mt-xl-0 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-1 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-2 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-3 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-4 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-5 {
    margin-top: calc($space / 4)rem;
}
.mt-xl-auto {
    margin-top: auto;
}
.pt-xl-0 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-1 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-2 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-3 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-4 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-5 {
    padding-top: calc($space / 4)rem;
}
.pt-xl-auto {
    padding-top: auto;
}
.mr-xl-0 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-1 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-2 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-3 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-4 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-5 {
    margin-right: calc($space / 4)rem;
}
.mr-xl-auto {
    margin-right: auto;
}
.pr-xl-0 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-1 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-2 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-3 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-4 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-5 {
    padding-right: calc($space / 4)rem;
}
.pr-xl-auto {
    padding-right: auto;
}
.mb-xl-0 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-1 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-2 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-3 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-4 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-5 {
    margin-bottom: calc($space / 4)rem;
}
.mb-xl-auto {
    margin-bottom: auto;
}
.pb-xl-0 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-1 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-2 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-3 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-4 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-5 {
    padding-bottom: calc($space / 4)rem;
}
.pb-xl-auto {
    padding-bottom: auto;
}
.ml-xl-0 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-1 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-2 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-3 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-4 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-5 {
    margin-left: calc($space / 4)rem;
}
.ml-xl-auto {
    margin-left: auto;
}
.pl-xl-0 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-1 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-2 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-3 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-4 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-5 {
    padding-left: calc($space / 4)rem;
}
.pl-xl-auto {
    padding-left: auto;
}
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/montserrat-cyrillic-ext-700-normal-f1b35279.woff2") format("woff2"), url("/font/montserrat-all-700-normal-46a8b2d4.woff") format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/montserrat-cyrillic-700-normal-06bbd095.woff2") format("woff2"), url("/font/montserrat-all-700-normal-46a8b2d4.woff") format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/montserrat-vietnamese-700-normal-0b773dbd.woff2") format("woff2"), url("/font/montserrat-all-700-normal-46a8b2d4.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/montserrat-latin-ext-700-normal-cc7345cd.woff2") format("woff2"), url("/font/montserrat-all-700-normal-46a8b2d4.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/montserrat-latin-700-normal-f31b8056.woff2") format("woff2"), url("/font/montserrat-all-700-normal-46a8b2d4.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-cyrillic-ext-400-normal-b7ef2cd1.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-cyrillic-400-normal-495d38d4.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-greek-ext-400-normal-d368cf5b.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-greek-400-normal-daf51ab5.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-vietnamese-400-normal-77b24796.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-latin-ext-400-normal-3c23eb02.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/roboto-latin-400-normal-f6734f81.woff2") format("woff2"), url("/font/roboto-all-400-normal-e41533d5.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-cyrillic-ext-500-normal-aeed0e51.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-cyrillic-500-normal-3728fbdd.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-greek-ext-500-normal-ef8f0236.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-greek-500-normal-713780d8.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-vietnamese-500-normal-0948409a.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-latin-ext-500-normal-7f1c829b.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/font/roboto-latin-500-normal-b0195382.woff2") format("woff2"), url("/font/roboto-all-500-normal-8f838c80.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-cyrillic-ext-700-normal-3c505383.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-cyrillic-700-normal-6a84eeee.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-greek-ext-700-normal-5b6377da.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-greek-700-normal-1c9cc76f.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-vietnamese-700-normal-4ec57f2a.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-latin-ext-700-normal-fc66f942.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/roboto-latin-700-normal-f5aebdfe.woff2") format("woff2"), url("/font/roboto-all-700-normal-b5883883.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/asap-vietnamese-700-normal-1e3cb29b.woff2") format("woff2"), url("/font/asap-all-700-normal-6e6a340a.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/asap-latin-ext-700-normal-8a281e9a.woff2") format("woff2"), url("/font/asap-all-700-normal-6e6a340a.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/font/asap-latin-700-normal-6c8b0e5e.woff2") format("woff2"), url("/font/asap-all-700-normal-6e6a340a.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/font/asap-vietnamese-600-normal-1b1ecd40.woff2") format("woff2"), url("/font/asap-all-600-normal-d6e44856.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/font/asap-latin-ext-600-normal-53f093b9.woff2") format("woff2"), url("/font/asap-all-600-normal-d6e44856.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/font/asap-latin-600-normal-cddf0121.woff2") format("woff2"), url("/font/asap-all-600-normal-d6e44856.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/asap-vietnamese-400-normal-67bb68e4.woff2") format("woff2"), url("/font/asap-all-400-normal-e79eaa22.woff") format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/asap-latin-ext-400-normal-eca90155.woff2") format("woff2"), url("/font/asap-all-400-normal-e79eaa22.woff") format("woff");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Asap";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/font/asap-latin-400-normal-3dcc0664.woff2") format("woff2"), url("/font/asap-all-400-normal-e79eaa22.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
  box-sizing: border-box;
}
.global-onboarding-bg-color {
  background-color: #fff;
}
.global-tmp-bg-pink {
  background-color: #fdeff9;
}
a, a:visited {
  color: #1b2d3b;
  text-decoration: underline;
}
a:hover, a:active {
  color: #0b1218;
  text-decoration: underline;
}
body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
}
.text-body {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
}
.text-body2 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}
.text-h1 {
  font-family: Asap;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #1b2d3b;
}
.text-h2 {
  font-family: Asap;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #1b2d3b;
}
.text-h3 {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1b2d3b;
}
.text-h4 {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1b2d3b;
}
.text-h5 {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
}
.text-h6 {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1b2d3b;
}
.text-primary-blue-100 {
  color: #1b2d3b;
}
.text-primary-blue-50 {
  color: rgba(27, 45, 59, 0.5);
}
.text-primary-blue-10 {
  color: #f7f7f7;
}
.text-secondary-blue-100 {
  color: #85c5ae;
}
.text-secondary-blue-40 {
  color: #bcbfeb;
}
.text-secondary-blue-10 {
  color: #eeeffa;
}
.keyboard-focus-border:focus-visible {
  outline: 3px solid #85c5ae;
  outline-offset: 3px;
  border-radius: 4px;
}
.q-stepper__tab {
  margin-right: -17px;
}
body {
  margin: 0;
}.menu-list[data-v-08aca847] {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: center;
  height: 67px;
  transition: background-image 0.1s ease, background-color 0.3s ease, padding 0.1s ease;
}
.menu-list[data-v-08aca847]:not(.selected-background):not(.selected-background-icon):hover {
  background-image: url("/img/hover-background-80c4a6a1.svg");
  background-repeat: no-repeat;
  cursor: pointer;
}
.menu-list.selected-background[data-v-08aca847]:hover, .menu-list.selected-background-icon[data-v-08aca847]:hover {
  background-color: initial;
  cursor: default;
}
.menu-link[data-v-08aca847] {
  text-decoration: none;
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.image-wrapper[data-v-08aca847] {
  padding-left: 4px;
  padding-top: 4px;
  width: 45px;
}
.image-link[data-v-08aca847] {
  margin-left: 10px;
}
.menu-item-name[data-v-08aca847] {
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.1s ease, color 0.1s ease;
  max-width: 0;
  display: inline-block;
}
.selected-text[data-v-08aca847] {
  color: #fff;
  max-width: 200px;
}
.open-text[data-v-08aca847] {
  max-width: 200px;
}
.selected-background-icon[data-v-08aca847] {
  background-image: url("/img/selected-background-icon-75044a40.svg");
  background-repeat: no-repeat;
  padding-bottom: 4px;
}
.selected-background[data-v-08aca847] {
  background-image: url("/img/selected-background-49c67220.svg");
  background-repeat: no-repeat;
}.side-bar-content[data-v-648eecb1] {
  background-color: #eaeaea;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.1s ease-in-out, opacity 0.1s ease-in-out;
  z-index: 1000;
}
.closed[data-v-648eecb1] {
  width: 100px;
}
.opened[data-v-648eecb1] {
  width: 280px;
}
.links[data-v-648eecb1] {
  padding-top: 20px;
  padding-left: 20px;
}
.hamburger-menu[data-v-648eecb1] {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1001;
  cursor: pointer;
}
.close-menu[data-v-648eecb1] {
  position: absolute;
  top: 20px;
  left: 290px;
  z-index: 1001;
  cursor: pointer;
}
.side-bar-mobile[data-v-648eecb1] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.side-bar-content.opened[data-v-648eecb1] {
  width: 275px;
  background-color: #eaeaea;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.1s ease-in-out, opacity 0.1s ease-in-out;
  z-index: 1001;
}.frame[data-v-337486df] {
  overflow: hidden;
  background-color: #eaeaea;
  position: relative;
}
.frame--shape-circular[data-v-337486df] {
  border-radius: 50%;
}
.frame--shape-rounded[data-v-337486df] {
  border-radius: 37% 35% 34% 40%/30% 30% 31% 30%;
}
.frame img[data-v-337486df]:not(.fallback-img) {
  background-size: cover;
  width: auto;
  height: inherit;
}
.frame--border-orange[data-v-337486df] {
  border: 2px solid #d87625;
}
.letters[data-v-337486df] {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
.letters--theme-default[data-v-337486df] {
  background-color: rgba(27, 45, 59, 0.5);
  color: #fff;
}
.letters--theme-orange[data-v-337486df] {
  background-color: #d87625;
  color: #fff;
}
.fallback-img[data-v-337486df] {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.nav-buttons[data-v-79526d9d] {
  display: flex;
  margin: 1rem;
  gap: 13px;
}
.nav-buttons > *[data-v-79526d9d] {
  margin-right: 0.5rem;
}
.notification-container[data-v-79526d9d] {
  position: relative;
  display: inline-block;
}
.notification-bell[data-v-79526d9d] {
  padding: 4px;
  width: 36px;
  height: 36px;
}
.unread-icon[data-v-79526d9d] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-color: #eb0008;
  border-radius: 50%;
}
.profile-img[data-v-79526d9d] {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
}.loading-bar[data-v-9570dbf1] {
  align-items: center;
  display: flex;
  margin: auto;
}
.loading-bar-inner[data-v-9570dbf1] {
  border-radius: 4px;
  height: 4px;
  transition: width 0.3s ease-in-out;
  min-width: 5px;
}
.blue[data-v-9570dbf1] {
  background-color: #fff;
  border-radius: 8px;
}
.blue .loading-bar-inner[data-v-9570dbf1] {
  background-color: #85c5ae;
  border-radius: 8px;
  height: 12px;
}
.pink[data-v-9570dbf1] {
  background-color: #eaeaea;
}
.pink .loading-bar-inner[data-v-9570dbf1] {
  background-color: #85c5ae;
}
.secondary-blue[data-v-9570dbf1] {
  background-color: #eaeaea;
  border-radius: 8px;
  height: 5px;
}
.secondary-blue .loading-bar-inner[data-v-9570dbf1] {
  background-color: #85c5ae;
  height: 5px;
}.points[data-v-929d27c0] {
  color: #85c5ae;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.wrapper[data-v-929d27c0] {
  display: flex;
  gap: 4px;
  cursor: pointer;
  align-items: center;
}
.reward-img[data-v-929d27c0] {
  border-radius: 1.5rem;
  padding: 10px;
}
.progress[data-v-929d27c0] {
  display: flex;
  flex-direction: column;
}
.icon-container[data-v-929d27c0] {
  padding: 6px;
  height: 40px;
  width: 40px;
}
.icon-img[data-v-929d27c0] {
  height: 42px;
  width: 42px;
}.custom[data-v-f5f7034a] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nav-bar[data-v-f5f7034a] {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.title[data-v-f5f7034a] {
  display: flex;
  width: 100%;
  align-items: center;
}
.subtitle[data-v-f5f7034a] {
  margin: auto;
  text-align: center;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: absolute;
  width: 94%;
  top: 12px;
}
.pink[data-v-f5f7034a] {
  color: #85c5ae;
}
.orange[data-v-f5f7034a] {
  color: #d87625;
}
.close-btn[data-v-f5f7034a] {
  position: absolute;
  right: 64px;
  top: 72px;
  cursor: pointer;
}
h1[data-v-f5f7034a] {
  margin: auto;
  align-self: center;
  font-family: Asap;
  font-weight: 700;
  font-size: 40px;
  color: #1b2d3b;
}
.rewards-points[data-v-f5f7034a] {
  display: flex;
  position: absolute;
  left: 200px;
  align-items: center;
}
.button-go-back[data-v-f5f7034a] {
  display: flex;
  position: absolute;
  left: 200px;
  align-items: center;
}
.notifications[data-v-f5f7034a] {
  position: absolute;
  right: 0;
  top: 20px;
}
.slot[data-v-f5f7034a] {
  transition: margin-left 0.1s ease-in-out;
  width: -webkit-fill-available;
}
@media (min-width: 1800px) {
.button-go-back[data-v-f5f7034a] {
    left: 310px;
}
.rewards-points[data-v-f5f7034a] {
    left: 310px;
}
}button[data-v-f0cf9533] {
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Asap;
  font-weight: 600;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  width: 260px;
  height: 45px;
  line-height: 3px;
  padding: 12px 0;
  max-width: 100%;
}
.flexible-width[data-v-f0cf9533] {
  width: auto;
  padding-left: 29px;
  padding-right: 29px;
}
.more-height[data-v-f0cf9533] {
  height: auto;
  line-height: 18px;
}
.theme-dark[data-v-f0cf9533] {
  background-color: #1b2d3b;
  color: #fff;
}
.theme-dark.disabled[data-v-f0cf9533] {
  opacity: 0.1;
  border: 1px solid #1b2d3b;
  cursor: not-allowed;
}
.theme-white[data-v-f0cf9533] {
  background-color: #fff;
  color: #1b2d3b;
  border: 2px solid rgba(27, 45, 59, 0.5);
}
.theme-white.disabled[data-v-f0cf9533] {
  color: rgba(27, 45, 59, 0.5);
  background-color: transparent;
  border: 1px solid rgba(27, 45, 59, 0.5);
  opacity: 0.2;
  cursor: not-allowed;
}
.theme-white-outlined[data-v-f0cf9533] {
  background-color: #eaeaea;
  color: #1b2d3b;
  border: 2px solid rgba(27, 45, 59, 0.5);
}
.theme-white-outlined.disabled[data-v-f0cf9533] {
  background-color: #eaeaea;
  color: rgba(27, 45, 59, 0.5);
  border: 2px solid rgba(27, 45, 59, 0.5);
  opacity: 0.2;
  cursor: not-allowed;
}
.theme-white-with-secondary-blue[data-v-f0cf9533] {
  background-color: #fff;
  color: #85c5ae;
  border: 2px solid #fff;
}
.theme-white-with-secondary-blue.disabled[data-v-f0cf9533] {
  background-color: #fff;
  color: #85c5ae;
  border: 2px solid #fff;
  opacity: 0.2;
  cursor: not-allowed;
}
.theme-white-with-secondary-blue .spinner[data-v-f0cf9533] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.theme-white-with-secondary-blue .spinner[data-v-f0cf9533]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #85c5ae;
  border-color: #85c5ae transparent #85c5ae transparent;
  animation: lds-hourglass-f0cf9533 1.2s infinite;
}
.theme-white-with-secondary-blue .spinner[data-v-f0cf9533]:after {
  margin-left: calc($radius / 4);
  content: "Loading";
  color: #85c5ae;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-f0cf9533 1.2s infinite;
}
@keyframes lds-blinker-f0cf9533 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-f0cf9533 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}
.spinner[data-v-f0cf9533] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.spinner[data-v-f0cf9533]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass-f0cf9533 1.2s infinite;
}
.spinner[data-v-f0cf9533]:after {
  margin-left: calc($radius / 4);
  content: "Loading";
  color: #fff;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-f0cf9533 1.2s infinite;
}
@keyframes lds-blinker-f0cf9533 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-f0cf9533 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.color--primary100[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#primary100");
}
.color--primary50[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#primary50");
}
.color--secondary100[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#primary100");
}
.color--customColor[data-v-a66981c4] {
  filter: invert(75%) url("/img/svg-color-filter-35d3fe28.svg#customColor");
}
.color--white[data-v-a66981c4] {
  filter: invert(100%);
}
.hover-color--primary100[data-v-a66981c4]:hover, :hover > .hover-color--primary100[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#primary100");
}
.hover-color--primary50[data-v-a66981c4]:hover, :hover > .hover-color--primary50[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#primary50");
}
.hover-color--secondary100[data-v-a66981c4]:hover, :hover > .hover-color--secondary100[data-v-a66981c4] {
  filter: invert(100%) url("/img/svg-color-filter-35d3fe28.svg#secondary100");
}
.hover-color--white[data-v-a66981c4]:hover, :hover > .hover-color--white[data-v-a66981c4] {
  filter: invert(100%);
}.wrapper[data-v-6babb658] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 6rem auto;
  align-items: center;
}
.img[data-v-6babb658] {
  width: 335px;
}
.description[data-v-6babb658] {
  margin-top: 0;
  text-align: center;
}.anchor[data-v-1fc41a2f] {
  display: inline-block;
}.button-container[data-v-aae4942f] {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}img[data-v-61bd7cc3] {
  margin-left: 10px;
}.container[data-v-840d2c11] {
  max-width: 684px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: unset;
  margin: auto;
}
.container[data-v-840d2c11] > * {
  width: 330px;
}
.page-title[data-v-840d2c11] {
  color: #1b2d3b;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-family: Asap;
  font-weight: 700;
}
.registration-header[data-v-840d2c11] {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.button-go-back[data-v-840d2c11] {
  cursor: pointer;
  top: 56px;
  position: absolute;
  left: 56px;
}
.title-wrapper[data-v-840d2c11] {
  margin-bottom: 5rem;
  text-align: center;
  color: #1b2d3b;
}
.title[data-v-840d2c11] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 8px;
}
.subtitle[data-v-840d2c11] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.button-next[data-v-840d2c11] {
  display: block;
  margin: auto;
  width: 260px;
  margin-top: 64px;
}
form[data-v-840d2c11] {
  padding: 20px;
  padding-top: 40px;
}.error[data-v-3df40910] {
  color: #eb0008;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 14px;
}
img[data-v-3df40910] {
  position: relative;
  top: 3px;
  width: 20px;
}.wrapper[data-v-7994a6ca] {
  display: flex;
  flex-direction: column;
}
.wrapper[data-v-7994a6ca] >:nth-child(2) {
  margin-top: 4px;
}
label[data-v-7994a6ca] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.slot[data-v-7994a6ca] {
  margin-top: 4px;
}
.top[data-v-7994a6ca] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.full[data-v-7994a6ca] {
  width: 100%;
}
@media (max-width: 767px) {
.full[data-v-7994a6ca] {
    width: 330px;
}
}input[data-v-c21ee57d] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
input[data-v-c21ee57d]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
input[data-v-c21ee57d]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}
.input-wrapper[data-v-c21ee57d] {
  position: relative;
  padding-bottom: 1%;
}
.error-message[data-v-c21ee57d] {
  font-family: Roboto;
  font-weight: 400;
  position: absolute;
  bottom: -15px;
  left: 3px;
  max-width: 100%;
  color: #eb0008;
  font-size: 12px;
}.options[data-v-c1eb58bd] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
.option[data-v-c1eb58bd] {
  background-color: #fff;
  border: 1.5px solid #eaeaea;
  font-family: Roboto;
  font-weight: 400;
  border-radius: 8px;
  color: #1b2d3b;
  cursor: pointer;
  flex: 1;
  height: 52px;
  line-height: 52px;
  text-align: center;
  justify-content: space-between;
  font-size: 14px;
  min-width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}
.option.selected[data-v-c1eb58bd] {
  background-color: #85c5ae;
  color: #fff;
}input[data-v-39f49449] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
input[data-v-39f49449]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
input[data-v-39f49449]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}
/* stylelint-disable */
input[type=date][data-v-39f49449]::-webkit-datetime-edit-text,
input[type=date][data-v-39f49449]::-webkit-datetime-edit-month-field,
input[type=date][data-v-39f49449]::-webkit-datetime-edit-day-field,
input[type=date][data-v-39f49449]::-webkit-datetime-edit-year-field {
  color: #1b2d3b;
}
input[type=date].empty[data-v-39f49449]:not(:focus)::-webkit-datetime-edit-text,
input[type=date].empty[data-v-39f49449]:not(:focus)::-webkit-datetime-edit-month-field,
input[type=date].empty[data-v-39f49449]:not(:focus)::-webkit-datetime-edit-day-field,
input[type=date].empty[data-v-39f49449]:not(:focus)::-webkit-datetime-edit-year-field {
  color: rgba(27, 45, 59, 0.5);
}
/* stylelint-enable */p[data-v-73cd1280] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}.slot[data-v-a9ca69d2] {
  position: relative;
  background: #fff;
  padding: 64px 40px 40px;
  background-clip: padding-box;
  border-radius: 24px;
}
@media (max-width: 767px) {
.slot[data-v-a9ca69d2] {
    height: 100vh;
    overflow: auto;
}
}
.bg-platinum[data-v-a9ca69d2] {
  background: #eaeaea;
}
.modal[data-v-a9ca69d2] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 45, 59, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1500;
  overflow: hidden;
}
.close-button[data-v-a9ca69d2] {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  z-index: 1;
}
.content[data-v-a9ca69d2] {
  position: relative;
  margin: 30rem;
}.content[data-v-e9c61e4a] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}
.title[data-v-e9c61e4a] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
p[data-v-e9c61e4a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0;
}
.field[data-v-e9c61e4a] {
  font-family: Roboto;
  font-weight: 700;
  margin-top: 20px;
}
.button[data-v-e9c61e4a] {
  margin-top: 48px;
  align-self: flex-end;
}
.oops-icon[data-v-e9c61e4a] {
  display: block;
  width: 137px;
  margin: 10px auto 30px auto;
}
.contact[data-v-e9c61e4a] {
  display: flex;
}
.contact__entry[data-v-e9c61e4a] {
  width: 50%;
}.forgot[data-v-aab140ef] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.forgot span[data-v-aab140ef] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
}
.forgot span[data-v-aab140ef]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.company-code-label[data-v-aab140ef] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.company-code-value[data-v-aab140ef] {
  font-family: Asap;
  font-weight: 400;
  color: #1b2d3b;
}div[data-v-ace290c2] {
  position: relative;
}
.icon[data-v-ace290c2] {
  cursor: pointer;
  position: absolute;
  right: 12px;
  width: 24px;
  height: 24px;
  top: 12px;
}
.icon[data-v-ace290c2]:hover {
  opacity: 0.8;
}
input[data-v-ace290c2] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
input[data-v-ace290c2]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
input[data-v-ace290c2]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}
.error[data-v-ace290c2] {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin-top: 8px;
}.password-rules[data-v-9c82ce0a] {
  font-family: Roboto;
  font-weight: 400;
  align-items: center;
  color: #1b2d3b;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 24px;
}
.password-rules span[data-v-9c82ce0a] {
  font-family: Roboto;
  font-weight: 700;
}.password-wrapper[data-v-fca594d2] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}.container[data-v-650c6cae] {
  width: 100%;
}
.username-email-wrapper[data-v-650c6cae],
.password-wrapper-custom[data-v-650c6cae],
.password-rules-wrapper[data-v-650c6cae] {
  max-width: 684px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  justify-content: center;
  margin: auto;
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.username-email-wrapper[data-v-650c6cae] > *,
.password-wrapper-custom[data-v-650c6cae] > *,
.password-rules-wrapper[data-v-650c6cae] > * {
  width: 330px;
}
.username-email-wrapper[data-v-650c6cae] {
  margin-bottom: 40px;
}
.password-wrapper-custom[data-v-650c6cae] {
  align-items: flex-start;
  margin-top: 40px;
}
.password-rules-wrapper[data-v-650c6cae] {
  gap: 0;
  column-gap: 24px;
}
.username-label[data-v-650c6cae] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.username-value[data-v-650c6cae] {
  font-family: Asap;
  font-weight: 400;
  color: #1b2d3b;
}select[data-v-fe20baec] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
select[data-v-fe20baec]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
select[data-v-fe20baec]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}.title[data-v-d545dcae] {
  color: #1b2d3b;
  margin-bottom: 5rem;
  text-align: center;
}.title[data-v-00876992] {
  color: #1b2d3b;
  margin-bottom: 5rem;
  text-align: center;
}
.container[data-v-00876992] {
  max-width: 684px;
  align-items: unset;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.container[data-v-00876992] > * {
  width: 330px;
}
.warn-txt[data-v-00876992] {
  display: block;
  color: #F2C037;
}
.warn-placeholder[data-v-00876992] {
  width: 28px;
  display: inline-block;
}
.warn-icon[data-v-00876992] {
  width: 24px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.profile-info[data-v-00876992] {
  color: #85c5ae;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-family: Roboto;
  font-weight: 400;
}
.q-select[data-v-00876992] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
.q-select[data-v-00876992]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
.q-select[data-v-00876992]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}
.check[data-v-e2178000] {
  display: flex;
  cursor: pointer;
}
input[data-v-e2178000] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input + .span[data-v-e2178000] {
  cursor: pointer;
  display: block;
  position: relative;
}
input + .span[data-v-e2178000]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -0.25em;
  border-radius: 8px;
  margin-right: 0.75em;
  background: #f7f7f7;
  position: relative;
  top: 3px;
  transition: 0.5s ease all;
}
input:checked + .span[data-v-e2178000]::after {
  content: "✓";
  position: absolute;
  left: 6px;
  color: #fff;
  top: 4px;
  font-size: 18px;
}
input:focus + .span[data-v-e2178000]::before {
  content: "";
}
.purple + .span[data-v-e2178000] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1b2d3b;
  letter-spacing: 0.2px;
}
.purple input + .span[data-v-e2178000]::before {
  border: 2px solid #a8d5c5;
}
.purple input:checked + .span[data-v-e2178000]::before {
  background: #85c5ae;
  border: 2px solid #85c5ae;
}
.purple input:focus + .span[data-v-e2178000]::before {
  border: 2px solid #85c5ae;
  outline: 2px solid #85c5ae;
}
.purple input:checked:focus + .span[data-v-e2178000]::before {
  border-color: #a8d5c5;
  background: #a8d5c5;
}
.pink[data-v-e2178000] {
  width: 100%;
  padding: 12px 12px 16px 16px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.pink input + .span[data-v-e2178000]::before {
  border: 2px solid #a8d5c5;
}
.pink input:checked + .span[data-v-e2178000]::before {
  background: #85c5ae;
  border: 2px solid #85c5ae;
}
.pink input:focus + .span[data-v-e2178000]::before {
  border: 2px solid #85c5ae;
  outline: 2px solid #85c5ae;
}
.pink input:checked:focus + .span[data-v-e2178000]::before {
  border-color: #a8d5c5;
  background: #a8d5c5;
}
.pink.is-checked[data-v-e2178000] {
  border: 1px solid #85c5ae;
}
.pink[data-v-e2178000]:not(.is-checked) {
  border: 1px solid transparent;
}
.pink input + .span[data-v-e2178000]::before {
  background: #f7f7f7;
}textarea[data-v-c532cd1a] {
  width: 100%;
  resize: none;
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
  border-color: rgba(27, 45, 59, 0.5);
  outline: none;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
}
.counter[data-v-c532cd1a] {
  display: flex;
  color: rgba(27, 45, 59, 0.5);
  font-weight: 400;
}
.counter span[data-v-c532cd1a] {
  margin-left: auto;
}.content[data-v-65961d33] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
  min-width: 550px;
}
.title[data-v-65961d33] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
.text[data-v-65961d33] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.text span[data-v-65961d33] {
  font-family: Roboto;
  font-weight: 700;
}
form[data-v-65961d33] {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.label[data-v-65961d33] {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.button[data-v-65961d33] {
  margin-top: 48px;
  align-self: flex-end;
}
img[data-v-65961d33] {
  align-self: center;
  height: 132px;
  width: 183px;
}
li[data-v-65961d33] {
  margin-bottom: 5px;
}.radio-label[data-v-dad8305c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.radio-label p[data-v-dad8305c] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1b2d3b;
}
.radio-input[data-v-dad8305c]:not(:checked) {
  background-color: #fff;
  border: 1.5px solid #eaeaea;
}
.radio-input[data-v-dad8305c] {
  /* stylelint-disable */
  -webkit-appearance: none;
  appearance: none;
  background-color: #85c5ae;
  margin: 0;
  font: inherit;
  color: #85c5ae;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: flex;
  align-items: center;
  place-content: center;
}
.radio-input[data-v-dad8305c]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  background-color: #85c5ae;
}
.radio-input[data-v-dad8305c]:checked::before {
  transform: scale(1);
}
.radio-input[data-v-dad8305c]:focus {
  outline: max(2px, 0.15em) solid #85c5ae;
  outline-offset: max(2px, 0.15em);
}.mfa-section[data-v-a3fb6191] {
  margin-right: 80px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timer[data-v-a3fb6191] {
  margin-top: 10px;
  font-size: 16px;
}
.verify-mfa-btn[data-v-a3fb6191] {
  margin-bottom: 40px;
  margin-top: 40px;
}
.send-mfa-btn[data-v-a3fb6191] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.header-txt[data-v-a3fb6191] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.send-mfa-txt[data-v-a3fb6191] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  display: flex;
  justify-content: center;
  max-width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.text[data-v-a3fb6191] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.text span[data-v-a3fb6191] {
  font-family: Roboto;
  font-weight: 700;
}.container[data-v-b0fbf5a7] {
  width: 100%;
}
.agree-checkbox[data-v-b0fbf5a7] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.agree-checkbox-link[data-v-b0fbf5a7] {
  color: #85c5ae;
  font-weight: 700;
}
.textarea[data-v-b0fbf5a7] {
  margin-bottom: 32px;
  background-color: #f7f7f7;
}
.texting-agreement-line[data-v-b0fbf5a7] {
  margin-left: 38px;
}
.privacy-policy-line[data-v-b0fbf5a7] {
  margin-top: 15px;
  margin-left: 38px;
  font-size: 14px;
}
.content[data-v-b0fbf5a7] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}
.title[data-v-b0fbf5a7] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 30px;
}
.text[data-v-b0fbf5a7] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.text span[data-v-b0fbf5a7] {
  font-family: Roboto;
  font-weight: 700;
}.container[data-v-083a87bd] {
  max-width: 80%;
  height: 450;
}
.agree-checkbox[data-v-083a87bd] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.agree-checkbox-link[data-v-083a87bd] {
  color: #85c5ae;
  font-weight: 700;
}
.textarea[data-v-083a87bd] {
  margin-bottom: 15px;
  background-color: #f7f7f7;
}
.texting-agreement-line[data-v-083a87bd] {
  margin-left: 38px;
}
.privacy-policy-line[data-v-083a87bd] {
  margin-top: 15px;
  margin-left: 15px;
  font-size: 14px;
}
.subtitle[data-v-083a87bd] {
  font-size: 16px;
  letter-spacing: 0.1px;
  font-family: Roboto;
  font-weight: 400;
}
.title-wrapper[data-v-083a87bd] {
  margin-bottom: 5rem;
  text-align: center;
  color: #1b2d3b;
}
.title[data-v-083a87bd] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 8px;
}.round-badge[data-v-b4097962] {
  border-radius: 16px;
  padding: 4px 12px;
  width: fit-content;
  position: relative;
  display: inline-block;
}
.round-badge--icon[data-v-b4097962] {
  padding-left: 30px;
}
.value[data-v-b4097962] {
  margin: 0;
  text-align: center;
  letter-spacing: 0.2px;
}
.container[data-v-b4097962] {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon-container[data-v-b4097962] {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.large .value[data-v-b4097962] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.large-thin .value[data-v-b4097962] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.small .value[data-v-b4097962] {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.light[data-v-b4097962] {
  background-color: #eaeaea;
}
.light .value[data-v-b4097962] {
  color: #85c5ae;
}
.light .icon path[data-v-b4097962] {
  fill: #85c5ae;
}
.dark[data-v-b4097962] {
  background-color: #85c5ae;
}
.dark .value[data-v-b4097962] {
  color: #f7f7f7;
}
.dark .icon path[data-v-b4097962] {
  fill: #f7f7f7;
}
.white[data-v-b4097962] {
  background-color: #fff;
}
.white .value[data-v-b4097962] {
  color: #85c5ae;
}
.white .icon path[data-v-b4097962] {
  fill: #85c5ae;
}
.grey[data-v-b4097962] {
  background-color: #eaeaea;
}
.grey .value[data-v-b4097962] {
  color: #1b2d3b;
}
.grey .icon path[data-v-b4097962] {
  fill: #1b2d3b;
}
.navy[data-v-b4097962] {
  background-color: #1b2d3b;
}
.navy .value[data-v-b4097962] {
  color: #fff;
}.listbox-option--active[data-v-bc419823] {
  outline: 2px solid #85c5ae;
}.listbox[data-v-fcdca855] {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  outline: none;
}
.listbox--float-left[data-v-fcdca855] {
  justify-content: flex-start;
}
.listbox[data-v-fcdca855] .listbox__option {
  user-select: none;
  background: none;
  border: none;
  padding: 0;
}
.listbox[data-v-fcdca855]:focus-visible .listbox__option--active {
  outline: 2px solid #85c5ae;
  outline-offset: 2px;
  border-radius: 4px;
}.container[data-v-2bb5b96d] {
  max-width: 100%;
}.onboarding-card[data-v-24de720d] {
  background: #fff;
  display: flex;
  width: 100%;
  position: relative;
  padding: 12px 40px 12px 352px;
}
img[data-v-24de720d] {
  position: absolute;
  bottom: -10px;
  left: 57px;
  max-height: 176px;
}
h2[data-v-24de720d] {
  color: #1b2d3b;
  font-size: 32px;
  font-style: normal;
  font-family: Asap;
  font-weight: 700;
  margin: 0;
}
p[data-v-24de720d] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin: 0;
  margin-top: 8px;
}.onboarding-card-list[data-v-87929c24] {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  max-width: 1156px;
  margin: 104px auto auto;
  gap: 96px;
}
.precise[data-v-87929c24] img {
  bottom: -25px;
}.hc-logo[data-v-3fdeb9ad] {
  flex-direction: column;
  display: flex;
  align-items: center;
  color: #1b2d3b;
}.page-onboarding[data-v-34f488e2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  height: 100%;
  width: 100%;
}
.button-primary[data-v-34f488e2] {
  width: 260px;
  margin: 0 auto;
  margin-top: 97px;
  margin-bottom: 40px;
}
.privacy[data-v-34f488e2] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.privacy span[data-v-34f488e2] {
  margin-right: 10px;
}
.privacy-text[data-v-34f488e2] {
  align-items: center;
}.content[data-v-2ab971da] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}
.title[data-v-2ab971da] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
.text[data-v-2ab971da] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.text span[data-v-2ab971da] {
  font-family: Roboto;
  font-weight: 700;
}
form[data-v-2ab971da] {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.label[data-v-2ab971da] {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.button[data-v-2ab971da] {
  margin-top: 48px;
  align-self: flex-end;
}
img[data-v-2ab971da] {
  align-self: center;
  height: 132px;
  width: 183px;
}.content[data-v-78e00727] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}
.title[data-v-78e00727] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
.text[data-v-78e00727] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.text span[data-v-78e00727] {
  font-family: Roboto;
  font-weight: 700;
}
form[data-v-78e00727] {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.label[data-v-78e00727] {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.button[data-v-78e00727] {
  margin-top: 48px;
  align-self: flex-end;
}
img[data-v-78e00727] {
  align-self: center;
  height: 132px;
  width: 183px;
}.forgot[data-v-0dccd60a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.forgot span[data-v-0dccd60a] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
}
.forgot span[data-v-0dccd60a]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.content[data-v-0dccd60a] {
  display: flex;
  flex-direction: column;
  max-width: 652px;
}
.title[data-v-0dccd60a] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 16px;
}
.text[data-v-0dccd60a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
span[data-v-0dccd60a] {
  font-family: Roboto;
  font-weight: 700;
}
form[data-v-0dccd60a] {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.label[data-v-0dccd60a] {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.button[data-v-0dccd60a] {
  margin-top: 48px;
  align-self: flex-end;
}
img[data-v-0dccd60a] {
  align-self: center;
  height: 132px;
  width: 183px;
}.container[data-v-3d5a021f] {
  max-width: 684px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  justify-content: center;
}
.container[data-v-3d5a021f] > * {
  width: 330px;
}
.page-login[data-v-3d5a021f] {
  padding: 30px 20px;
}
.image-box[data-v-3d5a021f] {
  height: 300px;
  width: 300px;
  justify-self: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 6vh;
}
.forgot[data-v-3d5a021f] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
}
.forgot[data-v-3d5a021f]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.no-account[data-v-3d5a021f] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #1b2d3b;
}
.register-btn[data-v-3d5a021f] {
  color: #85c5ae;
  font-family: Roboto;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.privacy-policy-btn[data-v-3d5a021f] {
  color: #85c5ae;
  font-family: Roboto;
  font-weight: 500;
}
.login-group[data-v-3d5a021f] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.submit[data-v-3d5a021f] {
  margin-top: calc(10vh - 20px);
  width: 330px;
}
.sso[data-v-3d5a021f] {
  margin-bottom: 4vh;
  width: 330px;
}
.go-to-register[data-v-3d5a021f] {
  display: flex;
  padding: 16px 0;
}
.go-to-register span[data-v-3d5a021f] {
  margin-right: 10px;
}
.privacy-policy[data-v-3d5a021f] {
  display: flex;
  padding: 16px 0;
}
.privacy-policy span[data-v-3d5a021f] {
  margin-right: 10px;
}
.or-txt[data-v-3d5a021f] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  display: flex;
  justify-content: center;
  width: 330px;
}.error-page[data-v-968e0ab9] {
  display: flex;
  justify-content: center;
  background-color: transparent;
  padding: 8rem;
}
.error-alert[data-v-968e0ab9] {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #eb0008;
  background-color: #fef2f3;
  border-radius: 4px;
  color: #eb0008;
  font-family: Roboto;
  font-weight: 400;
}
.error-alert img[data-v-968e0ab9] {
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
}
.error-alert__message[data-v-968e0ab9] {
  font-size: 1rem;
}.spinner[data-v-e6d58060] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 1200;
}
.spinner[data-v-e6d58060]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 40px solid rgba(27, 45, 59, 0.5);
  border-color: rgba(27, 45, 59, 0.5) transparent rgba(27, 45, 59, 0.5) transparent;
  animation: lds-hourglass-e6d58060 1.2s infinite;
}
.spinner[data-v-e6d58060]:after {
  margin-left: calc($radius / 4);
  content: "";
  color: rgba(27, 45, 59, 0.5);
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-e6d58060 1.2s infinite;
}
@keyframes lds-blinker-e6d58060 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-e6d58060 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.page-reset-password[data-v-492a65e4] {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 600px) {
.page-reset-password[data-v-492a65e4] {
    max-width: 800px;
    padding: 30px 20px;
}
}
.image-box[data-v-492a65e4] {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 600px) {
.image-box[data-v-492a65e4] {
    margin-top: 70px;
    margin-bottom: 100px;
}
}
.token-wrapper[data-v-492a65e4] {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
@media (min-width: 600px) {
.token-wrapper[data-v-492a65e4] {
    padding: 0;
}
}
.headline[data-v-492a65e4] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 600px) {
.headline[data-v-492a65e4] {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 33px;
}
}
.password-rules-custom[data-v-492a65e4] {
  margin-bottom: 60px;
  text-align: center;
  max-width: 100%;
}
@media (min-width: 600px) {
.password-rules-custom[data-v-492a65e4] {
    margin-bottom: 100px;
    max-width: 500px;
}
}
.fields-group[data-v-492a65e4] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 600px) {
.fields-group[data-v-492a65e4] {
    margin-bottom: 40px;
}
}
.password-change-custom[data-v-492a65e4] {
  width: 100%;
}
@media (min-width: 600px) {
.password-change-custom[data-v-492a65e4] {
    max-width: 684px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
}
.password-change-custom[data-v-492a65e4] > * {
    width: 330px;
}
}
.submit[data-v-492a65e4] {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 600px) {
.submit[data-v-492a65e4] {
    margin-top: 60px;
    width: 330px;
}
}.content-wrapper[data-v-8bc71e51] {
  margin: 50px auto;
  padding: 0 20px 0 40px;
  width: 100%;
  max-width: 750px;
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
}
.headline[data-v-8bc71e51] {
  text-align: center;
  margin-bottom: 50px;
}
address[data-v-8bc71e51] {
  margin: 5px 0;
  padding: 0 0 0 10px;
}
dl[data-v-8bc71e51] {
  counter-reset: css-counter 0;
}
dt[data-v-8bc71e51] {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: decimal;
  counter-increment: css-counter 1;
  position: relative;
}
dt[data-v-8bc71e51]::before {
  content: counter(css-counter) ". ";
  position: absolute;
  left: -1.7em;
}
dd[data-v-8bc71e51] {
  margin-inline-start: 0;
  margin-bottom: 25px;
}.page-email-confirmation[data-v-583c3f42] {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
}
.image-box[data-v-583c3f42] {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  margin-bottom: 100px;
}
.message-wrapper[data-v-583c3f42] {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.headline[data-v-583c3f42] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 33px;
  text-align: center;
}.page-wrapper[data-v-61946ada] {
  margin: 50px auto;
  width: 100%;
  max-width: 800px;
  padding: 0 20px 0 40px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
}
.headline[data-v-61946ada] {
  text-align: center;
  margin-bottom: 50px;
}
h2[data-v-61946ada] {
  font-family: Asap;
  font-weight: 700;
  size: 24px;
  margin: 0;
}.button-container[data-v-30977803] {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}.h1[data-v-2a3f8815] {
  font-size: 40px;
  font-style: normal;
  text-align: center;
  flex-wrap: wrap;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}.error-message[data-v-09f8085a] {
  color: red;
  font-weight: bold;
  text-align: center;
}
.go-home[data-v-09f8085a] {
  text-align: center;
  padding-top: 2%;
}
.h1[data-v-09f8085a] {
  font-size: 55px;
  font-style: normal;
  text-align: center;
  flex-wrap: wrap;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}
body[data-v-d8c11031] {
  font: 20px Helvetica, sans-serif; /* Keep the font styling */
  margin: 0; /* Remove default margin */
  height: 100vh; /* Full height of the viewport */
  display: flex; /* Establish flex container */
  justify-content: center; /* Center children horizontally */
  align-items: center; /* Center children vertically */
  background-color: #fff; /* Optional: Set background color if needed */
}
article[data-v-d8c11031] {
  display: block;
  text-align: center; /* Ensures text inside article is centered */
  width: 650px; /* Set or adjust the width of the article as necessary */
  /* Removed margin: 0 auto; since flexbox takes care of centering */
}
.logo[data-v-d8c11031] {
  width: 300px;
  margin: 0 auto; /* Center the logo image within its container */
}
a[data-v-d8c11031] {
  color: #fff; /* Set the color of links */
  text-decoration: underline; /* Underline links by default */
}
a[data-v-d8c11031]:hover {
  color: #3a88fd; /* Change link color on hover */
}
.svg-small[data-v-b2d09312] {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.svg-large[data-v-b2d09312] {
  width: 100px;
  height: 100px;
  display: inline-block;
}
.skeleton[data-v-b2d09312] {
  background-color: #f7f7f7;
  border-radius: 16px;
  animation: pulse-b2d09312 1s infinite ease-in-out;
}
@keyframes pulse-b2d09312 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.4;
}
100% {
    opacity: 1;
}
}.wrapper[data-v-53cdbdde] {
  width: 100%;
  height: 100%;
  position: relative;
}
.background-icon[data-v-53cdbdde] {
  width: 100%;
  height: 100%;
}
.background-icon.success[data-v-53cdbdde] {
  color: #4fc78c;
}
.image-container[data-v-53cdbdde] {
  width: inherit;
  height: inherit;
  position: absolute;
  display: flex;
  justify-content: center;
}
.icon[data-v-53cdbdde] {
  max-width: 60%;
}
.icon--money[data-v-53cdbdde] {
  max-width: 100%;
}div[data-v-b324209f] {
  color: #8fd8c6;
  width: 48px;
  height: 48px;
}
div.big-icon[data-v-b324209f] {
  width: 100px;
  height: 100px;
}div[data-v-749fcd79] {
  color: #1b2d3b;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-749fcd79] {
  width: 60px;
  height: 60px;
}div[data-v-46174b17] {
  color: #1b2d3b;
  width: 48px;
  height: 48px;
}
div.big-icon[data-v-46174b17] {
  width: 100px;
  height: 100px;
}.category-badge[data-v-6bac8e1b] {
  border-radius: 16px;
  padding: 4px 12px;
  min-width: 72px;
  width: fit-content;
  display: inline-block;
  color: #fff;
  background-color: rgba(27, 45, 59, 0.5);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
.selected-indicator[data-v-6bac8e1b] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
}.heading[data-v-c9016423] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.info[data-v-c9016423] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item[data-v-c9016423] {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1b2d3b;
}
.title[data-v-c9016423] {
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.subtext[data-v-c9016423] {
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  text-transform: uppercase;
}
.categories[data-v-c9016423] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.new-item[data-v-c9016423] {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: start;
  min-width: 90px;
}
.dot[data-v-c9016423] {
  width: 12px;
  height: 12px;
  background-color: #eb0008;
  border-radius: 50%;
  margin-top: 6px;
}
.text[data-v-c9016423] {
  font-family: Roboto;
  font-weight: 500;
}
.description[data-v-c9016423] {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  max-width: 652px;
}.row[data-v-a417b32f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin: 0;
}.title[data-v-df1b9afb] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 0;
}.container[data-v-15c7b30e] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.todo[data-v-15c7b30e] {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #eaeaea;
}
.todo img[data-v-15c7b30e] {
  width: 16px;
}
.added[data-v-15c7b30e] {
  background: #d87625;
}
.title[data-v-15c7b30e] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 0;
}.title[data-v-697325b0] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 0;
}
.text[data-v-697325b0] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(27, 45, 59, 0.5);
  margin: 0;
}
.progress-value[data-v-697325b0] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
}
.goal-value[data-v-697325b0] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
}
.align-right[data-v-697325b0] {
  text-align: right;
}
.container[data-v-697325b0] {
  display: flex;
  gap: 6px;
  align-items: center;
}
.task[data-v-697325b0] {
  background: #85c5ae;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.task img[data-v-697325b0] {
  width: 20px;
}.title[data-v-bcb60e27] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 0;
}.box[data-v-0baf8b05] {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 0;
}
.bordered[data-v-0baf8b05] {
  border: 1.5px solid #eaeaea;
  background-color: #fff;
}
.white[data-v-0baf8b05] {
  background-color: #fff;
  border: none;
}
.light-gray[data-v-0baf8b05] {
  background-color: #f7f7f7;
  border: none;
}.row[data-v-f83199d7]:not(:last-child) {
  border-bottom: 1.5px solid #E6E6E6;
}.buttons-row[data-v-13c08880] {
  padding: 12px 0;
}
.small[data-v-13c08880] {
  width: 130px;
}
.large[data-v-13c08880] {
  width: 260px;
}
.right[data-v-13c08880] {
  display: flex;
  gap: 24px;
}.preview[data-v-c58b25be] {
  height: auto;
  border-radius: 8px;
  max-width: 380px;
}.btn-basic[data-v-abca1044] {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Asap;
  font-weight: 600;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  width: 260px;
  height: 45px;
  line-height: 3px;
  padding: 12px 0;
}
.upload-btn[data-v-abca1044] {
  border: none;
  background-color: #1b2d3b;
  color: #fff;
  align-self: flex-end;
  margin-left: 4rem;
}
.edit-btn[data-v-abca1044] {
  background-color: #fff;
  color: #1b2d3b;
  border: 2px solid rgba(27, 45, 59, 0.5);
}
.buttons-row[data-v-abca1044] {
  padding: 12px 0;
}
.small[data-v-abca1044] {
  width: 130px;
}
.right[data-v-abca1044] {
  display: flex;
  gap: 24px;
}.headline[data-v-37e27093] {
  margin-bottom: 8px;
}
.title[data-v-37e27093] {
  display: inline-block;
  margin: 0 8px 0 0;
}.col-section[data-v-15da0e59] {
  display: flex;
  flex-direction: column;
  margin: 10px;
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
}
.header[data-v-15da0e59] {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
}

/* stylelint-disable */
.content[data-v-15da0e59] {
  display: flex;
  flex-direction: column;
  overflow: auto;
}.card-box[data-v-009efcf9] {
  padding: 1rem;
  border-radius: 16px;
  margin: 8px 16px 4px 0;
  position: relative;
}
.pending[data-v-009efcf9] {
  background-color: #ebf3ff;
}
.approved[data-v-009efcf9] {
  background-color: #edf9f3;
}
.declined[data-v-009efcf9] {
  background-color: #fef2f3;
}.item-container[data-v-d54643e1] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.svg-icon[data-v-d54643e1] {
  width: 24px;
  height: 24px;
  background-color: #3a88fd;
  mask: url("/img/info-icon-37263202.svg") no-repeat center/contain;
  margin-right: 10px;
}.item-container[data-v-506cbb28] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.svg-icon[data-v-506cbb28] {
  width: 24px;
  height: 24px;
  background-color: #4FC78C;
  mask: url("/img/info-icon-37263202.svg") no-repeat center/contain;
  margin-right: 10px;
}.item-container[data-v-c0b7f81c] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.svg-icon[data-v-c0b7f81c] {
  width: 24px;
  height: 24px;
  background-color: #EB0008;
  mask: url("/img/info-icon-37263202.svg") no-repeat center/contain;
  margin-right: 10px;
}.container[data-v-ea52fbb6] {
  padding-bottom: 5rem;
}.history-btn[data-v-154de715] {
  display: flex;
  align-self: center;
}
.svg-icon[data-v-154de715] {
  width: 26px;
  height: 26px;
  background-color: #1b2d3b;
  mask: url("/img/external-link-68359413.svg") no-repeat center/contain;
  margin-right: 10px;
}.remove-from-todo[data-v-05374703],
.add-to-todo[data-v-05374703] {
  margin-bottom: 12px;
}
.wrap[data-v-05374703] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 600px;
  overflow-y: auto;
  max-height: 600px;
}
h1[data-v-05374703] {
  text-align: center;
}
.proof-btns[data-v-05374703] {
  display: flex;
  gap: 18px;
  align-items: center;
  padding-top: 1rem;
}
.proof-actions[data-v-05374703] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.available[data-v-05374703] {
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  max-width: 652px;
}
.title[data-v-05374703] {
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.description[data-v-05374703] {
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  max-width: 652px;
}
.buttons[data-v-05374703] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}
.error-text[data-v-05374703] {
  text-align: right;
  padding-top: 8px;
}.title[data-v-7a2b2c31] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1b2d3b;
}
.title p[data-v-7a2b2c31] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
}.date[data-v-96b7b799] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
}
.text[data-v-96b7b799] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
  text-align: right;
}.wrap[data-v-30f1c19b] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 600px;
}
h1[data-v-30f1c19b] {
  text-align: center;
}div[data-v-336fb158] {
  color: #85c5ae;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-336fb158] {
  width: 60px;
  height: 60px;
}div[data-v-e87d6b96] {
  color: #d87625;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-e87d6b96] {
  width: 60px;
  height: 60px;
}div[data-v-5b969fd0] {
  color: #1b2d3b;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-5b969fd0] {
  width: 60px;
  height: 60px;
}div[data-v-f9690af3] {
  color: #1b2d3b;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-f9690af3] {
  width: 60px;
  height: 60px;
}div[data-v-33213c15] {
  color: #1b2d3b;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-33213c15] {
  width: 60px;
  height: 60px;
}div[data-v-de5f2fd9] {
  color: #85c5ae;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.big-icon[data-v-de5f2fd9] {
  width: 100px;
  height: 100px;
}div[data-v-455186d5] {
  color: #ffb828;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-455186d5] {
  width: 60px;
  height: 60px;
}.todo-icon[data-v-ad2fcb99] {
  margin-right: 24px;
}
.item-title[data-v-ad2fcb99] {
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 60%;
  font-family: Roboto;
  font-weight: 500;
  color: #1b2d3b;
}
.item-name[data-v-ad2fcb99] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.activity-description[data-v-ad2fcb99] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 45, 59, 0.5);
  overflow: hidden;
  line-height: 22px;
}
.activity-description-expiring[data-v-ad2fcb99] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1b2d3b;
  overflow: hidden;
  line-height: 22px;
}.large[data-v-0ab3f897] {
  font-size: 18px;
}
.modal-content[data-v-0ab3f897] {
  display: flex;
  flex-direction: column;
  min-width: 600px;
}
.buttons[data-v-0ab3f897] {
  display: flex;
  gap: 16px;
  justify-content: right;
  margin-top: 50px;
}.activity-card[data-v-0cb7e002] {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 20px 32px;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
  border-radius: 16px;
  border-bottom: 1.5px solid #E6E6E6;
  background: rgba(255, 255, 255, 0.75);
}
.activity-card > a[data-v-0cb7e002] {
  text-decoration: none;
}
.disable[data-v-0cb7e002] {
  filter: opacity(0.5);
}
.complete-button[data-v-0cb7e002] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.complete-button[data-v-0cb7e002]:hover {
  filter: brightness(0) invert(0.2);
}
.points[data-v-0cb7e002] {
  background: #f7f7f7;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #85c5ae;
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  width: 5rem;
}
.detail-list[data-v-0cb7e002] {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}.activity-empty[data-v-5fd082ad] {
  align-content: center;
  align-items: center;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  justify-content: center;
  line-height: 36px;
}
.activity-empty img[data-v-5fd082ad] {
  height: 300px;
  width: 300px;
}
.activity-list[data-v-5fd082ad] {
  align-content: stretch;
  display: flex;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.welcome[data-v-5fd082ad] {
  margin-top: 50px;
}
.wrapper[data-v-5fd082ad] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
}
.todo-list-container[data-v-5fd082ad] {
  width: 90%;
  margin-bottom: 12px;
}
.day[data-v-5fd082ad] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  font-size: 32px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 70px;
}
.day.day-centered[data-v-5fd082ad] {
  text-align: center;
}
h2[data-v-5fd082ad] {
  width: 100%;
}.calendar-day[data-v-86eecca1] {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  height: 54px;
  width: 55px;
  cursor: pointer;
}
.calendar-day.selected[data-v-86eecca1] {
  background-image: url(/img/day-selected-b1823aa5.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  color: #fff;
}
.calendar-weekday[data-v-86eecca1] {
  font-family: Roboto;
  font-weight: 700;
  line-height: 14px;
  font-size: 15px;
}
.calendar-weekdate[data-v-86eecca1] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}.navigation[data-v-10af93da] {
  cursor: pointer;
}
.calendar-list[data-v-10af93da] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  width: 80%;
  margin-bottom: 16px;
  font-family: Roboto;
  font-weight: 500;
}
.calendar-list-items-container[data-v-10af93da] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 64px);
  overflow: hidden;
}
.calendar-list-items[data-v-10af93da] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1rem;
  flex-shrink: 0;
}.card-box[data-v-3411241d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1rem 1rem 0 1rem;
  width: 200px;
  background-color: #eaeaea;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  margin: 8px 16px 8px 0;
  position: relative;
}
.new-dot[data-v-3411241d] {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-color: #eb0008;
  border-radius: 50%;
}div[data-v-b78d0aa6] {
  color: #85c5ae;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-b78d0aa6] {
  width: 60px;
  height: 60px;
}.switch[data-v-93ef5e03] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.switch input[data-v-93ef5e03] {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider[data-v-93ef5e03] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  transition: 0.4s;
}
.slider[data-v-93ef5e03]::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
}
input:checked + .slider[data-v-93ef5e03] {
  background-color: #85c5ae;
}
input:focus + .slider[data-v-93ef5e03] {
  box-shadow: 0 0 1px #85c5ae;
}
input:checked + .slider[data-v-93ef5e03]::before {
  transform: translateX(24px);
}
.slider.round[data-v-93ef5e03] {
  border-radius: 13.5px;
}
.slider.round[data-v-93ef5e03]::before {
  border-radius: 50%;
}p[data-v-2735cb63] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #1b2d3b;
  margin-right: 1rem;
}
.left[data-v-2735cb63] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  color: #85c5ae;
  display: flex;
  flex-direction: row;
  align-items: center;
}p[data-v-319df816] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
  border-bottom: 1px solid #f7f7f7;
  padding-left: 10px;
  margin: 0;
}.input-number[data-v-91322f91] {
  width: 120px;
}
.tracking[data-v-91322f91] {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-weight: 700;
  color: #1b2d3b;
  flex-direction: column;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.tracking-title[data-v-91322f91] {
  margin: 1rem;
  font-size: 32px;
}
.tracking-log[data-v-91322f91] {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: center;
}
.wrapper[data-v-91322f91] {
  display: flex;
  flex-direction: column;
}
.input-row[data-v-91322f91] {
  display: flex;
  border: none;
  gap: 20px;
}
.input-box[data-v-91322f91] {
  display: flex;
  flex-direction: column-reverse;
}
.input-box--minutes[data-v-91322f91] {
  align-items: center;
}
.input-box__label[data-v-91322f91] {
  margin-top: 10px;
}
.mood-selection[data-v-91322f91] {
  display: flex;
  flex-direction: column;
}
.mood-row[data-v-91322f91] {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  cursor: pointer;
}
.mood-icon[data-v-91322f91] {
  margin-right: 12px;
  font-size: 24px;
}
.mood-title[data-v-91322f91] {
  font-size: 16px;
}
.mood-row.selected[data-v-91322f91] {
  background-color: #e0e0e0;
}.left[data-v-f49b9533] {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.history[data-v-f49b9533] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
  border-bottom: 1px solid #f7f7f7;
}.wrap[data-v-9f5b9052] {
  display: flex;
  flex-direction: column;
  height: 600px;
  width: 800px;
  overflow: auto;
}
p[data-v-9f5b9052] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
  border-bottom: 1px solid #f7f7f7;
  margin-left: 10px;
  margin-bottom: 0;
}
.scroll-view[data-v-9f5b9052] {
  overflow: auto;
}
.spinner[data-v-9f5b9052] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
}
.spinner[data-v-9f5b9052]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 20px solid #85c5ae;
  border-color: #85c5ae transparent #85c5ae transparent;
  animation: lds-hourglass-9f5b9052 1.2s infinite;
}
.spinner[data-v-9f5b9052]:after {
  margin-top: calc($radius / 4);
  content: "Loading";
  color: #85c5ae;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-9f5b9052 1.2s infinite;
}
@keyframes lds-blinker-9f5b9052 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-9f5b9052 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.task-type[data-v-ea5e9b2a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.task-text[data-v-ea5e9b2a] {
  font-family: Asap;
  font-weight: 700;
  margin-top: 8px;
  color: #1b2d3b;
  font-size: 16px;
}
.card-box[data-v-ea5e9b2a] {
  padding: 1rem;
  width: 140px;
  min-height: 140px;
  background-color: #f7f7f7;
  border-radius: 8px;
  margin: 8px 16px 8px 0;
  position: relative;
}
.highlighted[data-v-ea5e9b2a] {
  background-color: #eaeaea;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.icon-container[data-v-ea5e9b2a] {
  display: flex;
  align-items: center;
}
.checkmark[data-v-ea5e9b2a] {
  height: 48px;
  width: 48px;
  margin-left: 20px;
}
.amount[data-v-ea5e9b2a] {
  margin-top: 8px;
  color: #85c5ae;
}.title[data-v-41690c14] {
  font-family: Asap;
  font-weight: 700;
  font-size: 32px;
  color: #1b2d3b;
}
.list[data-v-41690c14] {
  display: flex;
  overflow-y: auto;
  max-width: 800px;
  flex-wrap: wrap;
  max-height: 500px;
}
[data-v-41690c14] .content {
  margin: 10rem;
}.tracking-button[data-v-6b96134e] {
  position: fixed;
  bottom: 0;
  right: 50px;
}
.todo-dropdown button[data-v-6b96134e] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropdown-pane[data-v-6b96134e] {
  background-image: url("/img/tracking-options-d1937cc4.svg");
  background-size: cover;
  color: #fff;
  padding: 18px 0 0;
  width: 351px;
  height: 135px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.dropdown-pane > div[data-v-6b96134e] {
  width: 54px;
  height: 56px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  padding: 4px 0;
}
.dropdown-pane > div[data-v-6b96134e]:hover {
  text-decoration: underline;
}.text-hc-primary {
  color: #1b2d3b !important;
}
.bg-hc-primary {
  background: #1b2d3b !important;
}
.text-hc-secondary {
  color: #85c5ae !important;
}
.bg-hc-secondary {
  background: #85c5ae !important;
}.warn-txt-sso[data-v-c0fb6a6f] {
  display: block;
  color: #eb0008;
  padding-left: 5%;
}.container[data-v-7524f2ee] {
  display: flex;
  flex-direction: column;
  width: 800px;
  overflow-y: none;
  max-height: 100vh;
}
@media (min-width: 100px) and (max-width: 1273px) and (min-height: 500px) and (max-height: 700px) {
.container[data-v-7524f2ee] {
    overflow-y: auto;
    overflow-x: auto;
}
}
@media (min-height: 500px) and (max-height: 700px) {
.container[data-v-7524f2ee] {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 65vw;
}
.outerContainer[data-v-7524f2ee] {
    display: flex;
    flex-direction: column;
    width: 60vw;
    overflow-y: auto;
    max-height: 95vh;
}
}
.outerContainer[data-v-7524f2ee] {
  display: flex;
  flex-direction: column;
  width: 800px;
  overflow-y: auto;
  max-height: 100vh;
}.hello-text[data-v-d7945650] {
  color: #fff;
  font-size: 20px;
  margin-top: 3rem;
  margin-left: 3rem;
}
.motivation-text[data-v-d7945650] {
  margin-top: -24px;
  margin-bottom: 24px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 1150px;
}
@media (max-width: 1500px) {
.hello-text[data-v-d7945650] {
    margin-left: 8rem;
}
.motivation-text[data-v-d7945650] {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
.hello-text[data-v-d7945650] {
    margin: 0;
    text-align: center;
}
.motivation-text[data-v-d7945650] {
    font-size: 13px;
    margin-left: 1rem;
    margin-right: 2rem;
    -webkit-line-clamp: 1;
}
}
@media (max-width: 900px) {
.hello-text[data-v-d7945650] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.motivation-text[data-v-d7945650] {
    font-size: 12px;
}
}
@media (max-width: 600px) {
.hello-text[data-v-d7945650] {
    margin-left: 0;
    margin-right: 0;
}
.motivation-text[data-v-d7945650] {
    font-size: 11px;
}
}.link-button[data-v-086ca02b] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
  font-size: 14px;
  cursor: pointer;
  padding-top: 2px;
}
.link-button a[data-v-086ca02b] {
  display: flex;
  align-items: center;
}
.dashboard-reward-card[data-v-086ca02b] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: space-between;
}
.title[data-v-086ca02b] {
  display: flex;
  gap: 8px;
}
.title p[data-v-086ca02b] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1b2d3b;
  text-transform: capitalize;
  margin: 0;
}
.score[data-v-086ca02b] {
  display: flex;
  justify-content: space-between;
}
.loading-bar[data-v-086ca02b] {
  width: 118px;
  margin-top: 8px;
}
.purple-value[data-v-086ca02b] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #85c5ae;
}
.points[data-v-086ca02b] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #85c5ae;
}
.grey-value[data-v-086ca02b] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(27, 45, 59, 0.5);
  text-transform: uppercase;
}.tooltip-container[data-v-64a24d67] {
  position: relative;
  display: inline-block;
}
.tooltip-text[data-v-64a24d67] {
  visibility: hidden;
  max-width: 800px;
  min-width: 200px;
  background-color: #1b2d3b;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tooltip-container:hover .tooltip-text[data-v-64a24d67] {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
  white-space: normal;
}.hc-button[data-v-06da1eca] {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 45px;
  padding: 12px 0px;
  gap: 8px;
  flex-shrink: 0;
  background-color: #1b2d3b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-family: Asap;
  font-weight: 600;
  transition: transform 0.1s ease-out, background-color 0.3s ease-out;
  transform-origin: center;
}
.hc-button[data-v-06da1eca]:hover {
  transform: scale(1.05);
  background-color: #0b1218;
}
.hc-button:hover .right-arrow[data-v-06da1eca] {
  transform: translateX(5px);
}
.hc-button:hover .left-arrow[data-v-06da1eca] {
  transform: translateX(-5px);
}
.button-icon[data-v-06da1eca] {
  transition: transform 0.3s ease-out;
}.content[data-v-2b0dc7db] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}.text-container[data-v-8fca4aa0] {
  display: inline;
}
.chevron[data-v-8fca4aa0] {
  font-weight: bold;
  font-size: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.see-more[data-v-8fca4aa0] {
  font-weight: bold;
  cursor: pointer;
  margin-top: -1rem;
}.program-container[data-v-769759ae] {
  max-width: 1258px;
  border-radius: 16px;
  background: rgba(234, 234, 234, 0.93);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
.program-content-container[data-v-769759ae] {
  display: flex;
  padding-left: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
.program-name[data-v-769759ae] {
  margin-bottom: -2rem;
  font-size: 32px;
}
.program-description[data-v-769759ae] {
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
}
.company-logo-container[data-v-769759ae] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5rem;
  margin-right: 2rem;
  margin-top: 2rem;
}
.no-logo[data-v-769759ae] {
  height: 250px;
  width: 250px;
}
.program-button[data-v-769759ae] {
  margin-top: 40px;
  margin-bottom: 20px;
}
.rewards-container[data-v-769759ae] {
  display: flex;
  max-width: 580px;
  min-width: 300px;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.rewards-warning[data-v-769759ae] {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  color: #eb0008;
}
.rewards-warning-content[data-v-769759ae] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-family: Roboto;
  font-weight: 400;
}
.tooltip-icon[data-v-769759ae] {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
@media (max-width: 1500px) {
.program-container[data-v-769759ae] {
    margin-left: 5rem;
    margin-right: 1rem;
    padding: 1rem;
    justify-self: center;
}
.program-content-container[data-v-769759ae] {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
@media (max-width: 1200px) {
.program-container[data-v-769759ae] {
    flex-direction: column;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.5rem;
}
.program-content-container[data-v-769759ae] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
@media (max-width: 900px) {
.program-container[data-v-769759ae] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: 0.25rem;
}
.program-content-container[data-v-769759ae] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
}
@media (max-width: 600px) {
.program-container[data-v-769759ae] {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.program-content-container[data-v-769759ae] {
    padding-left: 0;
    padding-right: 0;
}
}.todo-container[data-v-4b8c3445] {
  flex-grow: 1;
  max-width: 1000px;
  min-width: 300px;
  width: 100%;
  border-radius: 16px;
  background: rgba(234, 234, 234, 0.93);
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: width 0.3s ease-in-out;
}
.todo-title[data-v-4b8c3445] {
  font-size: 36px;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 2px;
}
.tooltip-icon[data-v-4b8c3445] {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
@media (max-width: 1500px) {
.todo-container[data-v-4b8c3445] {
    margin-left: 1rem;
    margin-right: 1rem;
    justify-self: center;
}
.todo-content-container[data-v-4b8c3445] {
    padding: 16px;
    margin-bottom: 20px;
}
}
@media (max-width: 1200px) {
.todo-container[data-v-4b8c3445] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.todo-content-container[data-v-4b8c3445] {
    padding: 12px;
    margin-bottom: 15px;
}
}
@media (max-width: 900px) {
.todo-container[data-v-4b8c3445] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.todo-content-container[data-v-4b8c3445] {
    padding: 8px;
    margin-bottom: 10px;
}
}
@media (max-width: 600px) {
.todo-container[data-v-4b8c3445] {
    margin-left: 0;
    margin-right: 0;
}
.todo-content-container[data-v-4b8c3445] {
    padding: 4px;
    margin-bottom: 5px;
}
}
@media (max-width: 400px) {
.todo-content-container[data-v-4b8c3445] {
    padding: 2px;
    margin-bottom: 2px;
}
}.group-parent[data-v-296223d6] {
  width: 100%;
  position: relative;
  height: 131px;
  text-align: center;
  font-family: Asap;
}
.rectangle-parent[data-v-296223d6] {
  position: relative;
  width: 230px;
  height: 131px;
  border-radius: 16px;
  transition: box-shadow 0.3s ease;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
.rectangle-parent[data-v-296223d6]:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.rectangle-parent:hover .chevron[data-v-296223d6] {
  opacity: 1;
}
.background-image[data-v-296223d6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.overlay[data-v-296223d6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.title[data-v-296223d6] {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.rectangle-group[data-v-296223d6] {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  padding: 2px 14px;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 4px;
}
.group-item[data-v-296223d6] {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.value[data-v-296223d6] {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  white-space: nowrap;
}
.unit[data-v-296223d6] {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  font-weight: bold;
}
.chevron[data-v-296223d6] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}.progress-container[data-v-10c31143] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 1500px) {
.progress-container[data-v-10c31143] {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 4rem;
}
}
@media (max-width: 1200px) {
.progress-container[data-v-10c31143] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    gap: 0.5rem;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
}
@media (max-width: 900px) {
.progress-container[data-v-10c31143] {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 4rem;
}
}
@media (max-width: 600px) {
.progress-container[data-v-10c31143] {
    margin-left: 0;
    margin-right: 0;
    margin-right: 10rem;
}
}.body[data-v-4ef9ccdb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/img/background-wave-952481b3.svg");
  background-position-y: -1rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  min-height: 100vh;
  width: 100%;
  padding-left: 200px;
}
.todo-progress-container[data-v-4ef9ccdb] {
  display: flex;
  max-width: 1258px;
  padding-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  width: 100%;
}
.loading[data-v-4ef9ccdb] {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 6rem 0;
}
@media (min-width: 1800px) {
.body[data-v-4ef9ccdb] {
    padding-left: 380px;
    background-position-y: -6rem;
}
}
@media (max-width: 1500px) {
.body[data-v-4ef9ccdb] {
    padding-left: 100px;
    padding-right: 50px;
}
.todo-progress-container[data-v-4ef9ccdb] {
    margin: 3rem 4rem;
}
.loading[data-v-4ef9ccdb] {
    margin: 3rem 0;
}
}
@media (max-width: 1200px) {
.body[data-v-4ef9ccdb] {
    padding-left: 150px;
    padding-right: 50px;
}
.todo-progress-container[data-v-4ef9ccdb] {
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
    padding: 0.5rem;
}
.loading[data-v-4ef9ccdb] {
    margin: 2rem 0;
}
}
@media (max-width: 900px) {
.body[data-v-4ef9ccdb] {
    padding-left: 50px;
    padding-right: 50px;
}
.todo-progress-container[data-v-4ef9ccdb] {
    padding: 0;
}
.loading[data-v-4ef9ccdb] {
    margin: 1rem 0;
}
}
@media (max-width: 600px) {
.body[data-v-4ef9ccdb] {
    padding: 0;
}
.todo-progress-container[data-v-4ef9ccdb] {
    padding: 0;
}
.loading[data-v-4ef9ccdb] {
    margin: 0.5rem 0;
}
}.nav-bar[data-v-27786fdd] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  height: 100px;
  z-index: 1000;
  padding: 0 20px;
  padding-left: 120px;
  background-color: #1b2d3b;
}
.nav-bar.shrink[data-v-27786fdd] {
  height: 60px;
}
.nav-content[data-v-27786fdd] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.left-section[data-v-27786fdd] {
  display: flex;
  align-items: center;
  min-width: 160px;
  gap: 15px;
}
.center-section[data-v-27786fdd] {
  flex-grow: 1;
  text-align: center;
}
h1[data-v-27786fdd] {
  font-size: 28px;
  margin: 0;
  font-family: Asap;
  font-weight: 700;
  color: #fff;
  transition: font-size 0.3s ease-in-out;
}
h2[data-v-27786fdd] {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 500;
  transition: font-size 0.3s ease-in-out;
}
.nav-bar.shrink h1[data-v-27786fdd] {
  font-size: 22px;
}
.nav-bar.shrink h2[data-v-27786fdd] {
  font-size: 14px;
}
.right-section[data-v-27786fdd] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.close-btn[data-v-27786fdd] {
  cursor: pointer;
}
.rewards-points[data-v-27786fdd] {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: transform 0.3s ease-in-out;
}
.button-go-back[data-v-27786fdd] {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
.notifications[data-v-27786fdd] {
  display: flex;
  align-items: center;
}
.slot[data-v-27786fdd] {
  transition: margin-left 0.1s ease-in-out;
  margin-top: 100px;
}
.nav-bar.shrink + .slot[data-v-27786fdd] {
  margin-top: 60px;
}
.hidden[data-v-27786fdd] {
  display: none;
}
.tabs-inside[data-v-27786fdd] {
  display: none;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.nav-bar.shrink .tabs-inside[data-v-27786fdd] {
  display: block;
}
.tabs-outside[data-v-27786fdd] {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin-top: 100px;
}
@media (min-width: 1800px) {
.nav-bar[data-v-27786fdd] {
    padding-left: 310px;
}
}.status[data-v-5c9eff5e] {
  border-radius: 4px;
  padding: 4px 12px;
}
.status p[data-v-5c9eff5e] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.2px;
}
.active[data-v-5c9eff5e] {
  background-color: #85c5ae;
}
.active p[data-v-5c9eff5e] {
  color: #fff;
}
.onhold[data-v-5c9eff5e] {
  background-color: #f7f7f7;
  padding: 2px 8px;
}
.onhold p[data-v-5c9eff5e] {
  color: #1b2d3b;
}.card[data-v-e8337531] {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  width: 296px;
  height: fit-content;
}
.active[data-v-e8337531] {
  border: 1.5px solid #85c5ae;
}
.divider[data-v-e8337531] {
  border-top: 2px solid #f7f7f7;
  margin: 32px 0 18px;
}
.header[data-v-e8337531] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1b2d3b;
  gap: 8px;
}
.header p[data-v-e8337531] {
  font-size: 16px;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  max-width: 160px;
}
.description[data-v-e8337531] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.footer[data-v-e8337531] {
  display: flex;
  flex-direction: column;
}
.row[data-v-e8337531] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row b[data-v-e8337531] {
  font-size: 14px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 700;
}
.row .icon[data-v-e8337531] {
  display: flex;
  gap: 8px;
}
.row .icon p[data-v-e8337531] {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
}
.level-info[data-v-e8337531] {
  color: #85c5ae;
  font-style: italic;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.level-info.capped[data-v-e8337531] {
  color: #eb0008;
}.level-section[data-v-e26a188e] {
  background-color: #eaeaea;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 24px;
}
.levels[data-v-e26a188e] {
  margin-left: 5rem;
  margin-right: 5rem;
  gap: 16px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.heading[data-v-e26a188e] {
  font-size: 20px;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  margin: 1rem auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 920px;
}
.heading h3[data-v-e26a188e] {
  margin: 0;
}
.row[data-v-e26a188e] {
  font-family: Roboto;
  font-weight: 400;
  align-items: center;
  border-top: 1px solid #fff;
  color: #1b2d3b;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  justify-content: center;
  padding-top: 16px;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 40px;
}.button-holder[data-v-befaedd3] {
  display: flex;
  gap: 24px;
}
.button-holder > *[data-v-befaedd3] {
  width: 130px;
}
.wrap[data-v-befaedd3] {
  display: flex;
  flex-direction: column;
}
h2[data-v-befaedd3] {
  margin: 0;
  margin-bottom: 18px;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.redeeming[data-v-befaedd3] {
  margin-bottom: 48px;
  font-size: 22px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
}
.redeeming b[data-v-befaedd3] {
  font-family: Roboto;
  font-weight: 700;
  color: #85c5ae;
}.round[data-v-7a2870b3] {
  width: 155px;
  height: 155px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
.score[data-v-7a2870b3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.text[data-v-7a2870b3] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(27, 45, 59, 0.5);
  margin: 0 0 8px;
}
.text.active[data-v-7a2870b3] {
  color: #85c5ae;
}
.value-score[data-v-7a2870b3] {
  font-family: Roboto;
  font-weight: 500;
  font-size: 50px;
  color: rgba(27, 45, 59, 0.5);
}
.value-score.active[data-v-7a2870b3] {
  color: #1b2d3b;
}
.circles[data-v-7a2870b3] {
  display: flex;
  justify-content: center;
  align-items: center;
}
svg[data-v-7a2870b3] {
  display: inline-flex;
  vertical-align: bottom;
  width: 230px;
  height: 230px;
  position: relative;
}
circle[data-v-7a2870b3] {
  stroke: #f7f7f7;
  stroke-width: 8px;
  stroke-dasharray: 0;
  fill: none;
}
.progress[data-v-7a2870b3] {
  stroke-width: 8px;
  stroke: #85c5ae;
  fill: none;
  transition: stroke-dashoffset 1s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transform-origin: center center;
  transform: rotate(-90deg) scaleX(-1);
}
.progress.unknown[data-v-7a2870b3] {
  stroke: #E6E6E6;
}
.progress.green[data-v-7a2870b3] {
  stroke: #4FC78C;
}
.progress.light_green[data-v-7a2870b3] {
  stroke: #95D753;
}
.progress.yellow[data-v-7a2870b3] {
  stroke: #FFC700;
}
.progress.orange[data-v-7a2870b3] {
  stroke: #FF8C21;
}
.progress.red[data-v-7a2870b3] {
  stroke: #EB0008;
}
.progress.blue[data-v-7a2870b3] {
  stroke: #85c5ae;
}.blue[data-v-b13ee717] {
  color: #85c5ae;
}
.points-section-text[data-v-b13ee717] {
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.15px;
  font-size: 16px;
  color: #1b2d3b;
  margin-left: 11px;
}
.boxes-progress[data-v-b13ee717] {
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 16px;
}
.boxes-progress[data-v-b13ee717] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.section-header[data-v-b13ee717] {
  display: flex;
  margin-bottom: 20px;
  max-height: 22px;
}
.loading-bar[data-v-b13ee717] {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}
.rule-container[data-v-b13ee717] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rule-name[data-v-b13ee717] {
  text-align: left;
}
.rule-values[data-v-b13ee717] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4px;
}
.total[data-v-b13ee717] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #85c5ae;
}
.grey-value[data-v-b13ee717] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #9eabba;
  text-transform: uppercase;
}
.router-link[data-v-b13ee717] {
  text-decoration: none;
}
.rule-item[data-v-b13ee717] {
  padding-left: 10px;
  padding-right: 10px;
}
.rule-item[data-v-b13ee717]:hover {
  padding-left: 15px;
  padding-right: 15px;
}
.carat[data-v-b13ee717] {
  display: inline-block;
  vertical-align: bottom;
  height: 22px;
}.invisible[data-v-9e79ef95] {
  visibility: hidden;
}
.blue[data-v-9e79ef95] {
  color: #85c5ae;
}
.why-pending[data-v-9e79ef95] {
  margin-bottom: 4px;
  margin-top: 8px;
  display: block;
}
.box-button[data-v-9e79ef95] {
  margin-top: 24px;
}
.grey-content[data-v-9e79ef95] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: rgba(27, 45, 59, 0.5);
}
.grey-content b[data-v-9e79ef95] {
  font-family: Roboto;
  font-weight: 700;
}
.points-text[data-v-9e79ef95] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #1b2d3b;
}
.points-text b[data-v-9e79ef95] {
  font-family: Roboto;
  font-weight: 700;
  margin-right: 8px;
}
.points-section-text[data-v-9e79ef95] {
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.15px;
  font-size: 16px;
  color: #1b2d3b;
  margin-left: 11px;
}
.box-available[data-v-9e79ef95] {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  border-top: 1.5px solid #eaeaea;
}
.boxes-content[data-v-9e79ef95] {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 27px;
}
.boxes-cash[data-v-9e79ef95] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.boxes-points[data-v-9e79ef95], .boxes-cash[data-v-9e79ef95] {
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 16px;
}
.boxes-container[data-v-9e79ef95] {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.boxes-points[data-v-9e79ef95] {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.boxes-cash[data-v-9e79ef95], .boxes-points[data-v-9e79ef95] {
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 16px;
}
.section-header[data-v-9e79ef95] {
  display: flex;
  margin-bottom: 20px;
  max-height: 22px;
}
.requested-date[data-v-9e79ef95] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 700;
}.date[data-v-2b6f5468] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
}
.text[data-v-2b6f5468] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
  text-align: right;
}.container[data-v-c30d4ba7] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 600px;
  overflow-y: auto;
  max-height: 600px;
}
header[data-v-c30d4ba7] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.title[data-v-c30d4ba7] {
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  font-size: 32px;
  line-height: 40px;
}.header[data-v-ff6d42b0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title[data-v-ff6d42b0] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.title > img[data-v-ff6d42b0] {
  width: 24px;
  height: 24px;
}
.title > h4[data-v-ff6d42b0] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}
.counter[data-v-ff6d42b0] {
  color: rgba(27, 45, 59, 0.5);
  font-family: Roboto;
  font-weight: 400;
}
.description[data-v-ff6d42b0] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-top: 8px;
}
.items[data-v-ff6d42b0] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.item[data-v-ff6d42b0] {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 12px;
  width: 100%;
  border: none;
  color: inherit;
  cursor: pointer;
}
.item.success[data-v-ff6d42b0] {
  background-color: #edf9f3;
}
.item .icon[data-v-ff6d42b0] {
  width: 48px;
  height: 48px;
}
.item .icon.activity[data-v-ff6d42b0] {
  color: #8fd8c6;
}
.item .label[data-v-ff6d42b0] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  align-items: baseline;
  height: 42px;
  cursor: inherit;
}
.item .name[data-v-ff6d42b0] {
  grid-row: 1;
  grid-column: 2;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.item .end-date[data-v-ff6d42b0] {
  grid-row: 2;
  grid-column: 2;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(27, 45, 59, 0.5);
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}.body[data-v-48a0ea4a] {
  background-image: url("/img/header-wave-background-2-905c7d6f.svg");
  background-position-y: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 100px;
}
.loading-suspense[data-v-48a0ea4a] {
  margin-top: 16rem;
}
.grid[data-v-48a0ea4a] {
  margin: 0 auto;
  max-width: 950px;
  padding-bottom: 45px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.gatekeeper-items[data-v-48a0ea4a] {
  grid-column: 1/2;
  grid-row: span 2;
  background-color: #f7f7f7;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
}
.rewards-boxes[data-v-48a0ea4a] {
  grid-column: 2/3;
}
.rewards-boxes.full-width[data-v-48a0ea4a] {
  grid-column: 1/3;
}
.main-image[data-v-48a0ea4a] {
  margin-top: -80px;
}
.cash-earned-text[data-v-48a0ea4a] {
  padding-left: 12px;
}
.history-button-wrapper[data-v-48a0ea4a] {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
.history-button[data-v-48a0ea4a] {
  margin: 25px 0;
}
@media (min-width: 1800px) {
.body[data-v-48a0ea4a] {
    padding-left: 280px;
}
}
@media (min-width: 1500px) {
.body[data-v-48a0ea4a] {
    background-position-y: -5rem;
}
}
@media (max-width: 1300px) {
.body[data-v-48a0ea4a] {
    background-position-y: 0rem;
}
}
@media (max-width: 1000px) {
.body[data-v-48a0ea4a] {
    background-position-y: 2rem;
}
}.background-icon[data-v-6023f48e] {
  width: 100%;
  height: 100%;
}
.image-container[data-v-6023f48e] {
  width: inherit;
  height: inherit;
  position: absolute;
  display: flex;
  justify-content: center;
}
.image-container > img[data-v-6023f48e] {
  max-width: 60%;
}div[data-v-60855499] {
  color: #1b2d3b;
  width: 40px;
  height: 40px;
}.item[data-v-3e4a43fe] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.title[data-v-3e4a43fe] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.text[data-v-3e4a43fe] {
  font-family: Roboto;
  font-weight: 400;
  color: #d87625;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}.avatar[data-v-6ca4b969] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1rem 4rem 1rem 0;
  gap: 16px;
}
.avatar p[data-v-6ca4b969] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}
.user-color[data-v-6ca4b969] {
  color: #1b2d3b;
}
.you-color[data-v-6ca4b969] {
  color: #d87625;
}.title[data-v-957df29c] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  text-align: start;
  font-size: 32px;
  line-height: 40px;
}
.container[data-v-957df29c] {
  max-width: 700px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 650px;
  overflow: auto;
}
.number[data-v-957df29c] {
  color: rgba(27, 45, 59, 0.5);
  margin-left: 8px;
}
.friends[data-v-957df29c] {
  background-color: #ffefe9;
  padding: 1rem;
  border-radius: 16px;
}
.participants[data-v-957df29c] {
  padding: 1rem;
}
.cards[data-v-957df29c] {
  display: flex;
  flex-wrap: wrap;
}
.subtitle[data-v-957df29c] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
  margin-top: 0;
}.friends-list[data-v-a84a5cc4] {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.friends-list > div[data-v-a84a5cc4] {
  flex: none;
}
.title[data-v-a84a5cc4] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}.challenge-header[data-v-eb6c1311] {
  border-radius: 1rem;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (min-width: 901px) {
.challenge-header[data-v-eb6c1311] {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    padding: 1.5rem;
    min-height: 450px;
    max-height: 700px;
}
}
@media (min-width: 901px) {
.challenge-header__info[data-v-eb6c1311] {
    width: calc(50% - 1rem);
    display: flex;
    flex-direction: column;
}
}
@media (min-width: 901px) {
.challenge-header__info .challenge-header__info-image[data-v-eb6c1311] {
    border-radius: calc(1rem - 1px);
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
}
.challenge-header__info .challenge-header__info-image img[data-v-eb6c1311] {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 400px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media (min-width: 901px) {
.challenge-header__info .challenge-header__info-image img[data-v-eb6c1311] {
    border-radius: calc(1rem - 1px);
}
}
@media (max-width: 900px) {
.challenge-header__info .challenge-header__info-participants[data-v-eb6c1311] {
    display: none;
}
}
.challenge-header__details[data-v-eb6c1311] {
  padding: 1.5rem;
}
@media (min-width: 901px) {
.challenge-header__details[data-v-eb6c1311] {
    display: flex;
    flex-direction: column;
    width: calc(50% - 1rem);
    padding: 0px;
}
}
.challenge-header__details .challenge-header__details-title[data-v-eb6c1311] {
  color: #1b2d3b;
  font-family: Asap;
  font-size: 1.5rem;
  font-weight: 700;
}
.challenge-header__details .challenge-header__details-description[data-v-eb6c1311] {
  margin: 1.5rem 0;
  overflow: auto;
  line-height: 1.5rem;
}
.challenge-header__details .challenge-header__details-footer[data-v-eb6c1311] {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
.challenge-header__details .challenge-header__details-footer[data-v-eb6c1311] {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
}
.challenge-header__details .challenge-header__details-footer-info[data-v-eb6c1311] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 901px) {
.challenge-header__details .challenge-header__details-footer-participants[data-v-eb6c1311] {
    display: none;
}
}
.challenge-header__details .challenge-header__details-footer-actions[data-v-eb6c1311] {
  display: flex;
  justify-content: center;
}.duration[data-v-3f117dbe] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d87625;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
}
.grace[data-v-3f117dbe] {
  text-align: left;
  margin: 1rem auto;
  width: fit-content;
}
.info[data-v-3f117dbe] {
  padding: 16px;
  border: 1px solid #eaeaea;
  background-color: #ebf3ff;
  border-radius: 16px;
  display: flex;
  gap: 8px;
}
.info p[data-v-3f117dbe] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
  margin: 0;
}.reward[data-v-3c559440] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.reward p[data-v-3c559440] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  color: #1b2d3b;
  margin: 0;
}.title[data-v-270acb8a] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
  margin-top: 4px;
}
.section-list[data-v-270acb8a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.sections[data-v-270acb8a] {
  display: flex;
  gap: 5rem;
}div[data-v-431ee4de] {
  color: #f7f7f7;
  width: 48px;
  height: 48px;
}
div .big-icon[data-v-431ee4de] {
  width: 60px;
  height: 60px;
}.card[data-v-5b9a5d3e] {
  display: flex;
  max-width: 686px;
  margin: 0 auto;
  padding: 1.22rem 1rem;
  justify-content: space-between;
  border-bottom: 1.5px solid #eaeaea;
  align-items: center;
  color: #85c5ae;
}
.orange[data-v-5b9a5d3e] {
  background-color: #d87625;
}
.orange .position[data-v-5b9a5d3e],
.orange .name[data-v-5b9a5d3e],
.orange .progress[data-v-5b9a5d3e] {
  color: #fff;
}
.info[data-v-5b9a5d3e] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item[data-v-5b9a5d3e] {
  display: flex;
  gap: 16px;
  color: #1b2d3b;
}
.name[data-v-5b9a5d3e] {
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.name--deleted-acct[data-v-5b9a5d3e] {
  color: rgba(27, 45, 59, 0.5);
}
.position[data-v-5b9a5d3e] {
  font-family: Roboto;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.progress[data-v-5b9a5d3e] {
  font-size: 16px;
  line-height: 22px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  max-width: 652px;
  margin: 0;
}
.progress--deleted-acct[data-v-5b9a5d3e] {
  color: rgba(27, 45, 59, 0.5);
}.ranking-list[data-v-9a092e71] {
  margin: 3rem auto;
  max-width: 686px;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.ranking-list h3[data-v-9a092e71] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1b2d3b;
}.position[data-v-6170fd81] {
  display: flex;
  gap: 9px;
}
.avatar[data-v-6170fd81] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.position-badge[data-v-6170fd81] {
  position: relative;
  bottom: 20px;
}
.user[data-v-6170fd81] {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-weight: 700;
  align-items: center;
}
.first[data-v-6170fd81] {
  margin: 26px 0 0;
}
.name[data-v-6170fd81] {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
}
.orange[data-v-6170fd81] {
  color: #d87625;
}
.progress[data-v-6170fd81] {
  margin: 4px 0;
  font-size: 14px;
  line-height: 22px;
  color: #85c5ae;
}.title[data-v-25d83f8c] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
  margin-top: 4px;
}
.section-list[data-v-25d83f8c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.sections[data-v-25d83f8c] {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}.npc[data-v-f905331a] {
  max-width: 1700px;
  margin: auto;
}
@media (min-width: 901px) {
.npc[data-v-f905331a] {
    padding-left: 100px;
}
}
@media (min-width: 1801px) {
.npc[data-v-f905331a] {
    padding-left: 275px;
}
}
.npc__body[data-v-f905331a] {
  padding: 0px 1rem;
}.bg-platinum-100[data-v-d1cde6fa] {
  background-color: #eaeaea;
}.loading-spinner[data-v-a020099f] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.loading-spinner[data-v-a020099f]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 40px solid rgba(27, 45, 59, 0.5);
  border-color: rgba(27, 45, 59, 0.5) transparent rgba(27, 45, 59, 0.5) transparent;
  animation: lds-hourglass-a020099f 1.2s infinite;
}
.loading-spinner[data-v-a020099f]:after {
  margin-left: calc($radius / 4);
  content: "";
  color: rgba(27, 45, 59, 0.5);
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-a020099f 1.2s infinite;
}
@keyframes lds-blinker-a020099f {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-a020099f {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}[data-v-5a6fb983] .verification-modal {
  padding: 40px;
  max-width: 440px;
}
span[role=button][data-v-5a6fb983] {
  cursor: pointer;
  padding: 4px;
  color: #85c5ae;
}
header h2[data-v-5a6fb983] {
  text-align: center;
  line-height: 1.4;
}
p[data-v-5a6fb983] {
  line-height: 1.5;
}
.modal-message[data-v-5a6fb983] {
  text-align: center;
  margin: 1.5rem 0;
}
.input-check-container[data-v-5a6fb983] {
  margin-bottom: 2rem;
}
.modal-verification[data-v-5a6fb983] {
  margin-left: 36px;
  margin-top: -22px;
  margin-bottom: 0;
}
footer[data-v-5a6fb983] {
  display: flex;
}
footer button[data-v-5a6fb983] {
  flex-grow: 1;
}[data-v-ab60f11d] h1[data-title="true"] {
  width: 100%;
  text-align: center;
}
@media (min-width: 901px) {
[data-v-ab60f11d] h1[data-title="true"] {
    padding-left: 100px;
}
}
@media (min-width: 1801px) {
[data-v-ab60f11d] h1[data-title="true"] {
    padding-left: 275px;
}
}
[data-v-ab60f11d] h2[data-subtitle="true"] {
  width: 100%;
}
@media (min-width: 901px) {
[data-v-ab60f11d] h2[data-subtitle="true"] {
    padding-left: 100px;
}
}
@media (min-width: 1801px) {
[data-v-ab60f11d] h2[data-subtitle="true"] {
    padding-left: 275px;
}
}
.challenge-page[data-v-ab60f11d] {
  background-color: #f7f7f7;
  min-height: 100vh;
  padding-bottom: 5rem;
}
.challenge-page__loading[data-v-ab60f11d] {
  display: flex;
  justify-content: center;
}
.challenge-page__error[data-v-ab60f11d] {
  display: flex;
  justify-content: center;
}
.challenge-page__challenge-header[data-v-ab60f11d] {
  margin-bottom: 2rem;
}
.challenge-page__leave-challenge[data-v-ab60f11d] {
  display: flex;
  justify-content: center;
  padding-top: 5rem;
}.history-item[data-v-95b5e91c] {
  padding: 20px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
}
.reward[data-v-95b5e91c] {
  margin-left: auto;
  padding: 4px 12px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
}
.plus[data-v-95b5e91c] {
  color: #4fc78c;
}
.minus[data-v-95b5e91c] {
  color: #eb0008;
}
h3[data-v-95b5e91c] {
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.15px;
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  line-height: 22px;
}
.icon-wrapper[data-v-95b5e91c] {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: flex;
}
.icon-wrapper .wrapper[data-v-95b5e91c] {
  width: 48px;
  height: 48px;
}
.turquoise[data-v-95b5e91c] {
  color: #8fd8c6;
}
.pink[data-v-95b5e91c] {
  color: #85c5ae;
}
.orange[data-v-95b5e91c] {
  color: #d87625;
}
.blue[data-v-95b5e91c] {
  color: #1b2d3b;
}
.white[data-v-95b5e91c] {
  color: #fff;
}
.date[data-v-95b5e91c] {
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
}.body[data-v-e0c54b9f] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}
.wrapper[data-v-e0c54b9f] {
  text-align: center;
}
.wrapper img[data-v-e0c54b9f] {
  max-width: 334px;
  margin-bottom: 40px;
}
.wrapper h3[data-v-e0c54b9f] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1px;
  line-height: 36px;
}
.wrapper p[data-v-e0c54b9f] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}
.container[data-v-e0c54b9f] {
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
.container[data-v-e0c54b9f] {
    max-width: 300px;
}
}
@media only screen and (min-width: 577px) {
.container[data-v-e0c54b9f] {
    max-width: 550px;
}
}
@media only screen and (min-width: 769px) {
.container[data-v-e0c54b9f] {
    max-width: 750px;
}
}
@media only screen and (min-width: 1025px) {
.container[data-v-e0c54b9f] {
    max-width: 920px;
}
}
.monthly-section[data-v-e0c54b9f] {
  max-width: 685px;
  margin: 0 auto;
}
.fetch-button[data-v-e0c54b9f] {
  margin: 8px auto;
}
h4[data-v-e0c54b9f] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
}
h4 span[data-v-e0c54b9f] {
  font-family: Roboto;
  font-weight: 400;
}
h2[data-v-e0c54b9f] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
}
.history-items[data-v-e0c54b9f] {
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}.body[data-v-452f826e] {
  padding-left: 100px;
}
h2[data-v-452f826e] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
  margin-top: 0;
}
.content[data-v-452f826e] {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  gap: 24px;
}
.content > *[data-v-452f826e] {
  max-width: 448px;
  width: 100%;
}
.form[data-v-452f826e] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.button-holder[data-v-452f826e] {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}.tabs[data-v-49e48fe2] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  gap: 4rem;
  z-index: 1100;
  width: -webkit-fill-available;
}
.tab[data-v-49e48fe2] {
  width: fit-content;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.tab--size-default[data-v-49e48fe2] {
  padding: 1rem;
  font-size: 15px;
}
.tab--size-small[data-v-49e48fe2] {
  padding: 1.3rem 0.2rem;
  font-size: small;
}
.tab.router-link-exact-active[data-v-49e48fe2] {
  color: #85c5ae;
}
.tab.router-link-exact-active[data-v-49e48fe2]::after {
  content: "";
  background: #85c5ae;
  height: 3px;
  position: absolute;
  bottom: 10px;
  width: -webkit-fill-available;
}
.light-mode[data-v-49e48fe2] {
  color: #1b2d3b;
}.body[data-v-0ef3c523] {
  background-image: url("/img/header-wave-background-2-905c7d6f.svg");
  background-position-y: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 100px;
}
@media (min-width: 1800px) {
.body[data-v-0ef3c523] {
    padding-left: 280px;
}
}
@media (min-width: 1500px) {
.body[data-v-0ef3c523] {
    background-position-y: -5rem;
}
}
@media (max-width: 1300px) {
.body[data-v-0ef3c523] {
    background-position-y: 0rem;
}
}
@media (max-width: 1000px) {
.body[data-v-0ef3c523] {
    background-position-y: 2rem;
}
}.row-section[data-v-22ea5254] {
  display: flex;
  flex-direction: column;
  margin-left: 8rem;
  margin-bottom: 24px;
}
.header[data-v-22ea5254] {
  display: flex;
  gap: 16px;
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  background-color: #fff;
  border-radius: 16px;
  padding: 6px;
  width: fit-content;
  flex-wrap: wrap;
}
.content[data-v-22ea5254] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}.filter-wrapper[data-v-4232ba71] {
  position: relative;
  display: inline-block;
}
.filter-wrapper.active[data-v-4232ba71] {
  z-index: 1300;
}
.filter-container[data-v-4232ba71] {
  position: relative;
  display: inline-block;
}
.bg-fade[data-v-4232ba71] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 45, 59, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1000;
  overflow: hidden;
}
.filter-bubble[data-v-4232ba71] {
  position: absolute;
  top: 150%;
  left: 125%;
  transform: translateX(-5%);
  background: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1001;
}
.filter-bubble[data-v-4232ba71]::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  border-top-width: 0;
  border-right-width: 45px;
  border-bottom-width: 30px;
  border-left-width: 0;
  border-top-left-radius: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.listbox-group[data-v-4232ba71] {
  margin-bottom: 8px;
}
.listbox-headline[data-v-4232ba71] {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}
.listbox-title[data-v-4232ba71] {
  font-size: 16px;
  margin-bottom: 4px;
}
.listbox-number[data-v-4232ba71] {
  font-size: 16px;
  color: rgba(27, 45, 59, 0.5);
  margin-bottom: 4px;
}
.buttons[data-v-4232ba71] {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.listbox[data-v-4232ba71] {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fade-enter-active[data-v-4232ba71], .fade-leave-active[data-v-4232ba71] {
  transition: opacity 0.2s;
}
.fade-enter-from[data-v-4232ba71], .fade-leave-to[data-v-4232ba71] {
  opacity: 0;
}.label[data-v-517dd81c] {
  display: flex;
  align-items: center;
  color: rgba(27, 45, 59, 0.5);
  font-family: Roboto;
  font-weight: 400;
}
.label--completed[data-v-517dd81c] {
  color: #85c5ae;
}
.label img[data-v-517dd81c] {
  margin-right: 0.5rem;
}.badges[data-v-ca772925] {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 8px;
}
.reward[data-v-ca772925] {
  background: #1b2d3b;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  width: fit-content;
}
.todo[data-v-ca772925] {
  background: #d87625;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.todo img[data-v-ca772925] {
  width: 16px;
}
.task[data-v-ca772925] {
  background: #85c5ae;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.task img[data-v-ca772925] {
  width: 20px;
}.card-item[data-v-e837101c] {
  cursor: pointer;
}
.content[data-v-e837101c] {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  position: relative;
  align-items: center;
  text-align: center;
}
.content p[data-v-e837101c] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0.5rem 0;
  text-decoration: none;
}
.content h1[data-v-e837101c] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 1rem;
  max-width: 300px;
  /* stylelint-disable */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 5px;
}
.legend[data-v-e837101c] {
  color: #eaeaea;
}.icon[data-v-31f5f214] {
  margin-bottom: 4px;
  cursor: pointer;
  border: none;
  background: none;
}.point-cap-tracker[data-v-cc709913] {
  flex: 0 1 auto;
  min-width: 400px;
  max-width: 500px;
  padding: 16px 12px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
.section-header[data-v-cc709913] {
  display: flex;
  max-height: 22px;
  justify-content: flex-start;
  width: 100%;
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
}
.points-section-text[data-v-cc709913] {
  margin-left: 6px;
}
.rule-values[data-v-cc709913] {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}
.total[data-v-cc709913] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #85c5ae;
}
.grey-value[data-v-cc709913] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(27, 45, 59, 0.5);
  text-transform: uppercase;
}
.loading-bar[data-v-cc709913] {
  width: 100%;
}
.maxed-message[data-v-cc709913] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.maxed-icon[data-v-cc709913] {
  font-size: 36px;
  display: flex;
  align-items: center;
}
.maxed-text[data-v-cc709913] {
  flex: 1;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}main[data-v-ae8b781e] {
  margin-top: 8rem;
}
.point-cap-tracker[data-v-ae8b781e] {
  display: flex;
  justify-content: flex-start;
  margin-left: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 1800px) {
.point-cap-tracker[data-v-ae8b781e] {
    margin-right: 5rem;
}
}.item[data-v-bf288b12] {
  display: flex;
  gap: 8px;
}
.title[data-v-bf288b12] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.text[data-v-bf288b12] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}.program[data-v-e918b757] {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 767px) {
.program[data-v-e918b757] {
    padding: 0 16px;
}
}
.info[data-v-e918b757] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.description[data-v-e918b757] {
  font-size: 14px;
  line-height: 20px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  max-width: 600px;
}.main[data-v-306695c2] {
  background: white;
  border-radius: 16px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding-left: 24px;
  display: flex;
  margin: 58px auto;
  max-width: 1320px;
  min-width: 300px;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeScaleIn-306695c2 0.5s ease-out forwards;
}
@keyframes fadeScaleIn-306695c2 {
from {
    opacity: 0;
    transform: scale(0.95);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.content[data-v-306695c2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.details[data-v-306695c2] {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 24px;
}
.title[data-v-306695c2] {
  font-size: 24px;
  font-weight: 700;
  color: #1b2d3b;
}
.image-container[data-v-306695c2] {
  flex-shrink: 0;
  padding: 20px;
  transition: transform 0.3s ease;
}
.image-container[data-v-306695c2]:hover {
  transform: rotateX(5deg) rotateY(5deg) scale(1.02);
}
.cover-image[data-v-306695c2] {
  max-width: 180px;
  border-radius: 8px;
}
@media (max-width: 1500px) {
.main[data-v-306695c2] {
    margin: 58px;
}
.image-container[data-v-306695c2] {
    transform: scale(0.8);
}
}
@media (max-width: 1200px) {
.content[data-v-306695c2] {
    flex-direction: column;
}
.details[data-v-306695c2] {
    align-self: center;
}
}.item[data-v-6c7f94f2] {
  display: flex;
  gap: 12px;
  transition: transform 0.3s ease;
}
.item[data-v-6c7f94f2]:hover {
  transform: rotateX(5deg) rotateY(5deg) scale(1.02);
}
.title[data-v-6c7f94f2] {
  font-family: Roboto;
  font-weight: 500;
  color: #1b2d3b;
  margin-bottom: 8px;
  margin-top: 0;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.fraction[data-v-6c7f94f2] {
  display: flex;
  flex-direction: row;
}
.numerator[data-v-6c7f94f2] {
  font-family: Roboto;
  font-weight: 700;
  color: #85c5ae;
  margin: 4px 0;
  font-size: 32px;
  line-height: 22px;
  text-align: left;
}
.denominator[data-v-6c7f94f2] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  margin: 4px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}.banner[data-v-869727e2] {
  background-color: #eaeaea;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  animation: bounceIn-869727e2 0.6s ease-out 0.2s forwards;
}
@keyframes bounceIn-869727e2 {
0% {
    opacity: 0;
    transform: translateY(20px);
}
60% {
    opacity: 1;
    transform: translateY(-5px);
}
100% {
    opacity: 1;
    transform: translateY(20px);
}
}
.rewards-content[data-v-869727e2] {
  display: flex;
  gap: 40px;
}
@media (max-width: 1200px) {
.rewards-content[data-v-869727e2] {
    flex-direction: column;
}
}.tooltip-container[data-v-ba8e801c] {
  position: relative;
}
.tooltip-container:hover .tooltip[data-v-ba8e801c] {
  visibility: visible;
}
.tooltip[data-v-ba8e801c] {
  position: absolute;
  width: 277px;
  background-color: #fff;
  bottom: 53px;
  right: 0;
  padding: 8px 16px;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #1b2d3b;
  display: flex;
  visibility: hidden;
  gap: 8px;
}
.tooltip span[data-v-ba8e801c] {
  z-index: 1;
}
.angle[data-v-ba8e801c] {
  position: absolute;
  top: 44px;
  transform: scaleX(-1);
  right: 0;
}.action-card[data-v-ba09c27a] {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.info[data-v-ba09c27a] {
  color: #1b2d3b;
}
.header[data-v-ba09c27a] {
  display: flex;
  justify-content: space-between;
}
h4[data-v-ba09c27a] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
}
p[data-v-ba09c27a] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin-top: 8px;
}
.cards[data-v-ba09c27a] {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.item[data-v-ba09c27a] {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 12px;
  width: 100%;
  border: none;
  color: inherit;
  cursor: pointer;
}
.item.success[data-v-ba09c27a] {
  background-color: #edf9f3;
}
.icon[data-v-ba09c27a] {
  width: 48px;
  height: 48px;
}
.icon.activity[data-v-ba09c27a] {
  color: #8fd8c6;
}
.label[data-v-ba09c27a] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  align-items: baseline;
  height: 42px;
  cursor: inherit;
}
.name[data-v-ba09c27a] {
  grid-row: 1;
  grid-column: 2;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.title[data-v-ba09c27a] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
  margin: 4px 0;
}
.text[data-v-ba09c27a] {
  font-family: Roboto;
  font-weight: 400;
  color: rgba(27, 45, 59, 0.5);
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 4px;
}
.end-date[data-v-ba09c27a] {
  grid-row: 2;
  grid-column: 2;
  font-family: Roboto;
  font-weight: 400;
  color: rgba(27, 45, 59, 0.5);
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}.rewards-progress[data-v-fd7dda6b] {
  max-width: 1320px;
  min-width: 300px;
  margin: 0 auto;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding: 3rem 0;
}
.image-container[data-v-fd7dda6b] {
  width: 550px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.image-container img[data-v-fd7dda6b] {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 16px;
}
.actions-container[data-v-fd7dda6b] {
  background-color: #f7f7f7;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
.rewards-progress[data-v-fd7dda6b] {
    margin: 58px;
}
}
@media (max-width: 1200px) {
.rewards-progress[data-v-fd7dda6b] {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}
}.title[data-v-067f9c33] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #1b2d3b;
  text-align: center;
  margin: 3rem auto;
}
.progress[data-v-067f9c33] {
  max-width: 920px;
  margin: 0 auto;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  padding: 3rem 0;
}
@media (max-width: 767px) {
.progress[data-v-067f9c33] {
    flex-direction: column;
    padding: 0 16px;
}
}
.actions-container[data-v-067f9c33] {
  background-color: #f7f7f7;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  padding: 24px;
  border-radius: 16px;
}.card-item[data-v-56af15dd] {
  cursor: pointer;
}
.content[data-v-56af15dd] {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  position: relative;
  text-align: center;
}
.content h1[data-v-56af15dd] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 1rem;
  max-width: 300px;
  /* stylelint-disable */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 5px;
}
.duration[data-v-56af15dd] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 45, 59, 0.5);
}
.gatekeeper-label[data-v-56af15dd] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
  color: #1b2d3b;
  text-transform: uppercase;
  align-self: center;
}.card-row[data-v-78fde8d0] {
  width: calc(33.33% - 16px);
}
.icon[data-v-78fde8d0] {
  margin-bottom: 4px;
  cursor: pointer;
  border: none;
  background: none;
}main[data-v-037acc0a] {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.tracker-container[data-v-037acc0a] {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  max-width: 800px;
  margin-left: 8rem;
  margin-bottom: 2rem;
}
.point-cap-tracker[data-v-037acc0a] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 400px;
}.text[data-v-71b951b6] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1b2d3b;
}.card-item[data-v-2d852487] {
  cursor: pointer;
}
.content[data-v-2d852487] {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
  align-items: center;
  text-align: center;
}
.badges[data-v-2d852487] {
  display: flex;
  flex-direction: row;
  gap: 6px;
  margin-bottom: 8px;
}
.todo[data-v-2d852487] {
  background: #d87625;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.todo img[data-v-2d852487] {
  width: 16px;
}
h1[data-v-2d852487] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 1rem;
  margin: 0;
  line-height: 22px;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sub-text[data-v-2d852487] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #1b2d3b;
}
.duration[data-v-2d852487] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.duration p[data-v-2d852487] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(27, 45, 59, 0.5);
  margin: 8px 0;
}
.reward[data-v-2d852487] {
  background: #1b2d3b;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  width: fit-content;
}.card-item[data-v-51c8f392] {
  cursor: pointer;
}
.content[data-v-51c8f392] {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  position: relative;
  align-items: center;
  text-align: center;
}
h1[data-v-51c8f392] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 1rem;
  margin: 0;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.duration[data-v-51c8f392] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(27, 45, 59, 0.5);
  margin-top: 8px;
}
.footer[data-v-51c8f392] {
  margin-top: 10px;
}
.reward[data-v-51c8f392] {
  background: #1b2d3b;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  width: fit-content;
}.icon[data-v-db2750d9] {
  margin-bottom: 4px;
  cursor: pointer;
  border: none;
  background: none;
}.content[data-v-5b5242f9] {
  margin-top: 4rem;
}
.point-cap-tracker[data-v-5b5242f9] {
  display: flex;
  justify-content: flex-start;
  margin-left: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 1800px) {
.point-cap-tracker[data-v-5b5242f9] {
    margin-right: 5rem;
}
}.body[data-v-952bd785] {
  background-image: url("/img/header-wave-background-2-905c7d6f.svg");
  background-position-y: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 100px;
}
@media (min-width: 1800px) {
.body[data-v-952bd785] {
    padding-left: 280px;
}
}
@media (min-width: 1500px) {
.body[data-v-952bd785] {
    background-position-y: -5rem;
}
}
@media (max-width: 1300px) {
.body[data-v-952bd785] {
    background-position-y: 0rem;
}
}
@media (max-width: 1000px) {
.body[data-v-952bd785] {
    background-position-y: 2rem;
}
}.like[data-v-688c1183] {
  display: flex;
  align-items: center;
}
.btn[data-v-688c1183] {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}.feed-item[data-v-a683a91b] {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 16px 16px 80px;
  margin-bottom: 8px;
  position: relative;
}
.header[data-v-a683a91b] {
  margin: 0 0 16px 0;
}
.header__headline[data-v-a683a91b] {
  margin: 0;
}
.header__subline[data-v-a683a91b] {
  font-size: 14px;
}
.msg[data-v-a683a91b] {
  margin: 0 0 16px 0;
}
.image[data-v-a683a91b] {
  margin: 0 0 16px 0;
}
.time[data-v-a683a91b] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.avatar[data-v-a683a91b] {
  position: absolute;
  left: 16px;
  top: 32px;
}.feed[data-v-802e9d48] {
  max-width: 681px;
  margin: 32px auto;
  padding: 0 16px;
}
.more-btn-container[data-v-802e9d48] {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.headline[data-v-802e9d48] {
  margin: 32px 0 8px 0;
}.group-card[data-v-2db3524c] {
  position: relative;
  width: 100%;
  transition: transform 0.3s ease;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url("/img/group-placeholder-98872424.svg");
}
.content[data-v-2db3524c] {
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: white;
}
h4[data-v-2db3524c] {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.members[data-v-2db3524c] {
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.members > span[data-v-2db3524c] {
  margin-right: 3px;
}.groups[data-v-d6d4b708] {
  max-width: 681px;
  margin: 32px auto;
  padding: 0 16px;
}
.count[data-v-d6d4b708] {
  color: rgba(27, 45, 59, 0.5);
}
.my-groups[data-v-d6d4b708] {
  margin-bottom: 50px;
}
.grid[data-v-d6d4b708] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.grid-item[data-v-d6d4b708]:first-of-type {
  grid-column: span 2;
}
.group-card[data-v-d6d4b708] {
  height: 332px;
  border-radius: 8px;
  cursor: pointer;
}
.wrapper[data-v-d6d4b708] {
  text-align: center;
}
.wrapper img[data-v-d6d4b708] {
  max-width: 334px;
  margin-bottom: 40px;
}
.wrapper h3[data-v-d6d4b708] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.1px;
  line-height: 36px;
}
.wrapper p[data-v-d6d4b708] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}.comments-modal[data-v-d4fb927e] {
  width: 500px;
}
.comments-modal h2[data-v-d4fb927e] {
  margin-top: 0;
}
.comments[data-v-d4fb927e] {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  overflow-y: scroll;
  max-height: 300px;
}
.comment[data-v-d4fb927e] {
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  grid-template-rows: 25px auto auto;
  margin-bottom: 20px;
}
.avatar[data-v-d4fb927e] {
  grid-column: 1;
  grid-row: span 3;
}
.author[data-v-d4fb927e] {
  grid-column: 2;
  grid-row: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.time[data-v-d4fb927e] {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}
.message[data-v-d4fb927e] {
  grid-column: 2/span 3;
  grid-row: 2;
  margin-top: -14px;
  padding-right: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.buttons[data-v-d4fb927e] {
  grid-column: 2/span 3;
  grid-row: 2;
  justify-self: end;
}
.delete-button[data-v-d4fb927e] {
  background: transparent;
  border: none;
  padding: 0;
  color: #1b2d3b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.delete-button > span[data-v-d4fb927e] {
  position: absolute;
  right: 25px;
  background-color: white;
  padding: 2px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.delete-button:hover > span[data-v-d4fb927e] {
  opacity: 1;
  visibility: visible;
}
.add-comment[data-v-d4fb927e] {
  display: flex;
  gap: 10px;
}
.textarea[data-v-d4fb927e] {
  padding-right: 50px;
}
.send-button[data-v-d4fb927e] {
  position: absolute;
  right: 45px;
  bottom: 50px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 4px 0 0;
  color: #1b2d3b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.send-button > span[data-v-d4fb927e] {
  position: absolute;
  top: -20px;
  left: 25px;
  background-color: white;
  padding: 2px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.send-button:hover > span[data-v-d4fb927e] {
  opacity: 1;
  visibility: visible;
}.feed-item[data-v-db1c476f] {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 16px 16px 80px;
  margin-bottom: 8px;
  position: relative;
}
.header[data-v-db1c476f] {
  margin: 0 0 16px 0;
}
.header__headline[data-v-db1c476f] {
  margin: 0;
}
.header__subline[data-v-db1c476f] {
  font-size: 14px;
}
.msg[data-v-db1c476f] {
  margin: 0 0 16px 0;
}
.image[data-v-db1c476f] {
  margin: 0 0 16px 0;
}
.time[data-v-db1c476f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.avatar[data-v-db1c476f] {
  position: absolute;
  left: 16px;
  top: 32px;
}
.buttons[data-v-db1c476f] {
  display: flex;
  gap: 15px;
}
.comments-button[data-v-db1c476f], .delete-button[data-v-db1c476f] {
  background: transparent;
  border: none;
  padding: 0;
  color: #1b2d3b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.comments-button span[data-v-db1c476f], .delete-button span[data-v-db1c476f] {
  margin-left: 4px;
}.form[data-v-bc6cd1e1] {
  min-width: 500px;
}
.form h2[data-v-bc6cd1e1] {
  margin-top: 0;
}
.featured-image span[data-v-bc6cd1e1] {
  color: rgba(27, 45, 59, 0.5);
}
.image-container[data-v-bc6cd1e1], .placeholder-img[data-v-bc6cd1e1] {
  display: flex;
  justify-content: center;
}
.file-picker-btn[data-v-bc6cd1e1] {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Asap;
  font-weight: 600;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  width: 260px;
  height: 45px;
  line-height: 3px;
  padding: 12px 0;
  border: none;
  background-color: #1b2d3b;
  color: #fff;
}
.submit-button[data-v-bc6cd1e1] {
  display: flex;
  justify-content: end;
  padding-top: 24px;
}.create-post[data-v-af3b8fc8], .more-btn-container[data-v-af3b8fc8] {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}.button[data-v-1847faf4] {
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 50%;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  background-color: #85c5ae;
}
.button:hover .icon[data-v-1847faf4] {
  transform: rotate(-90deg);
  animation: bump-1847faf4 0.6s infinite ease-in-out;
}
.icon[data-v-1847faf4] {
  transform: rotate(-90deg);
  margin: 0;
}
@keyframes bump-1847faf4 {
0% {
    transform: translateY(0) rotate(-90deg);
}
50% {
    transform: translateY(-5px) rotate(-90deg);
}
100% {
    transform: translateY(0) rotate(-90deg);
}
}
/* Transition Styles */
.v-enter-active[data-v-1847faf4], .v-leave-active[data-v-1847faf4] {
  transition: opacity 0.5s ease;
}
.v-enter-from[data-v-1847faf4], .v-leave-to[data-v-1847faf4] {
  opacity: 0;
}.page-body[data-v-2b062f02] {
  background-color: #f7f7f7;
  padding-left: 100px;
}
.container[data-v-2b062f02] {
  max-width: 684px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.wrapper[data-v-2b062f02] {
  background-color: #fff;
}
.image[data-v-2b062f02] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.members[data-v-2b062f02] {
  padding-top: 24px;
}
h4[data-v-2b062f02] {
  margin-top: 0;
  margin-bottom: 10px;
}
.member-list[data-v-2b062f02] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  width: 100%;
  overflow: scroll;
}
.buttons[data-v-2b062f02] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}.button-round[data-v-4cade069] {
  border: none;
  padding: 0 0 0 24px;
  position: relative;
  height: 24px;
  background-color: transparent;
}
.button-round[data-v-4cade069]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #f7f7f7;
}
.button-round--totally-purple[data-v-4cade069]::before {
  background-color: #85c5ae;
}
.button-round[data-v-4cade069]:not(.button-round--loading):hover::before {
  background-color: #85c5ae;
}
.icon[data-v-4cade069] {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
}
.visible-label[data-v-4cade069] {
  padding-left: 8px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}
.visible-label--totally-purple[data-v-4cade069] {
  color: #85c5ae;
}
:hover > .visible-label[data-v-4cade069] {
  text-decoration: underline;
}
.spinner[data-v-4cade069] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  top: 4px;
  left: 4px;
}
.spinner[data-v-4cade069]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 8px solid #1b2d3b;
  border-color: #1b2d3b transparent #1b2d3b transparent;
  animation: lds-hourglass-4cade069 1.2s infinite;
}
.spinner[data-v-4cade069]:after {
  margin-left: calc($radius / 4);
  content: "";
  color: #1b2d3b;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-4cade069 1.2s infinite;
}
@keyframes lds-blinker-4cade069 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-4cade069 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.friend-card[data-v-03e207b3] {
  background-color: #fff;
  border-radius: 8px;
  width: 176px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.username[data-v-03e207b3] {
  margin: 16px 0 8px 0;
}
.department[data-v-03e207b3] {
  margin-bottom: 8px;
}
.location[data-v-03e207b3] {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.location__icon[data-v-03e207b3] {
  position: absolute;
  top: 0;
  left: 0;
}
.btn[data-v-03e207b3] {
  margin-right: 8px;
}.container[data-v-c9b1b1de] {
  width: 640px;
  max-height: 70vh;
}
.options[data-v-c9b1b1de] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  outline: none;
}
.options[data-v-c9b1b1de] .options__option {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 8px;
}
.options[data-v-c9b1b1de]:focus-visible .options__option--active .checkbox {
  outline: 2px solid #85c5ae;
  outline-offset: 3px;
}
.options__item-avatar[data-v-c9b1b1de] {
  flex-shrink: 0;
}
.checkbox[data-v-c9b1b1de] {
  background-color: #eaeaea;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  flex-shrink: 0;
}
.checkbox--checked[data-v-c9b1b1de] {
  background-color: #85c5ae;
}
.checkbox__icon[data-v-c9b1b1de] {
  width: 100%;
  height: 100%;
}
.selection[data-v-c9b1b1de] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 12px;
}
.selection__item[data-v-c9b1b1de] {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.selection__label[data-v-c9b1b1de] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.selection__remove-btn[data-v-c9b1b1de] {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 2px solid #1b2d3b;
  padding: 3px;
  border-radius: 50%;
  background: transparent;
  right: -10px;
  top: -3px;
}
.selection__remove-btn-icon[data-v-c9b1b1de] {
  width: calc(100%);
  height: calc(100%);
}
.button-bar[data-v-c9b1b1de] {
  display: flex;
  justify-content: end;
}
.search-field[data-v-c9b1b1de] {
  background: #f7f7f7;
  width: 320px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 24px;
}
.search-field__label[data-v-c9b1b1de] {
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline-block;
}
.search-field__input[data-v-c9b1b1de] {
  background: none;
  border: none;
  height: 24px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  width: 250px;
}
.search-field__input[data-v-c9b1b1de]:focus {
  outline: none;
}
.search-field__input[data-v-c9b1b1de]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
.search-field__submit[data-v-c9b1b1de] {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.search-field__progress-animation[data-v-c9b1b1de] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.search-field__progress-animation[data-v-c9b1b1de]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #1b2d3b;
  border-color: #1b2d3b transparent #1b2d3b transparent;
  animation: lds-hourglass-c9b1b1de 1.2s infinite;
}
.search-field__progress-animation[data-v-c9b1b1de]:after {
  margin-left: calc($radius / 4);
  content: "";
  color: #1b2d3b;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-c9b1b1de 1.2s infinite;
}
@keyframes lds-blinker-c9b1b1de {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-c9b1b1de {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}
.no-results[data-v-c9b1b1de] {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.no-results__headline[data-v-c9b1b1de] {
  margin: 0 0 16px 0;
}
.no-results__text[data-v-c9b1b1de] {
  margin: 0;
}
.no-results img[data-v-c9b1b1de] {
  height: 100px;
  width: 100px;
}.page[data-v-828d5773] {
  margin: 0 auto;
  max-width: 952px;
  padding: 32px 0 32px 12px;
}
.section[data-v-828d5773] {
  margin: 0 0 32px 0;
}
.friend-row[data-v-828d5773] {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: stretch;
}
.add-friends-card[data-v-828d5773] {
  width: 176px;
  min-height: 160px;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 3px rgba(27, 45, 59, 0.5) solid;
  padding: 24px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}.activity[data-v-5fd846fe] {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-direction: row;
}
.activity-description[data-v-5fd846fe] {
  font-family: Roboto;
  font-weight: 400;
  display: flex;
  font-size: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
  margin-left: 0.5rem;
  color: #1b2d3b;
}
.activity-detail[data-v-5fd846fe] {
  font-family: Roboto;
  font-weight: 500;
  color: #85c5ae;
}.activity-info[data-v-fa54cbd2] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.activity-info-list[data-v-fa54cbd2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 1rem;
}
.description[data-v-fa54cbd2] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  margin-left: 1rem;
}.title[data-v-1b857b9e] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
}
.section-list[data-v-1b857b9e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.sections[data-v-1b857b9e] {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
}
.sections img[data-v-1b857b9e] {
  margin-right: 5px;
}.body[data-v-5c5730df] {
  padding-left: 100px;
  background-color: #f7f7f7;
  height: 100vh;
}
.container[data-v-5c5730df] {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  position: relative;
  width: 1200px;
  height: 650px;
  margin: 0 auto;
}
.image[data-v-5c5730df] {
  border-radius: 16px;
}
.description-box[data-v-5c5730df] {
  position: absolute;
  top: -1rem;
  left: 2rem;
  background-color: white;
  padding: 1rem;
  max-width: 450px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 2;
}
.section-box[data-v-5c5730df] {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  background-color: white;
  padding: 1rem;
  max-width: 300px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
}
.title[data-v-5c5730df] {
  font-family: Asap;
  font-weight: 700;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #1b2d3b;
  flex-direction: column;
}
.type-activity[data-v-5c5730df] {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #85c5ae;
}
.buttons[data-v-5c5730df] {
  display: flex;
  justify-content: center;
  margin: 5rem;
  flex-direction: row;
  align-items: center;
}
.button-add[data-v-5c5730df] {
  margin-left: 16rem;
}
.buttons-row[data-v-5c5730df] {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 50%;
}
.small[data-v-5c5730df] {
  width: 130px;
}
@media (max-width: 1500px) {
.container[data-v-5c5730df] {
    transform: scale(0.9);
}
.description-box[data-v-5c5730df] {
    max-width: 400px;
}
.section-box[data-v-5c5730df] {
    max-width: 250px;
}
.buttons-row[data-v-5c5730df] {
    width: 70%;
}
.button-add[data-v-5c5730df] {
    margin-left: 8rem;
}
}
@media (max-width: 1200px) {
.container[data-v-5c5730df] {
    transform: scale(0.7);
}
.body[data-v-5c5730df] {
    padding-left: 0;
}
}
@media (max-width: 1000px) {
.container[data-v-5c5730df] {
    transform: scale(0.6);
}
}.multiple-checkbox[data-v-9128a13d] {
  display: flex;
  justify-content: flex-start;
  border-radius: 8px;
  font-family: Roboto;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  gap: 12px;
  margin: auto;
  width: 100%;
}
.container[data-v-9128a13d] {
  display: flex;
  flex-direction: column;
}.quiz-header[data-v-bd8f7351] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin: 2rem;
}
.button-go-start[data-v-bd8f7351] {
  right: 50px;
  position: absolute;
}
.button-container[data-v-bd8f7351] {
  display: flex;
  align-items: center;
}
.button-back[data-v-bd8f7351],
.button-next[data-v-bd8f7351] {
  width: 130px;
  flex-shrink: 0;
}
.title-wrapper[data-v-bd8f7351] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
.description[data-v-bd8f7351] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
}
.option[data-v-bd8f7351] {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 0 12px;
  align-items: center;
}
.multiple-checkbox[data-v-bd8f7351] {
  max-width: 447px;
  padding: 0 12px;
}.finish-page[data-v-3f24175f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
}
.completed[data-v-3f24175f] {
  height: 200px;
  width: 200px;
}
img[data-v-3f24175f] {
  max-width: fit-content;
}
.image-table[data-v-3f24175f] {
  margin-top: 81px;
}
.image-fire[data-v-3f24175f] {
  margin-top: 20px;
}
.title[data-v-3f24175f] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.description[data-v-3f24175f] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  size: 16px;
}
.button-holder[data-v-3f24175f] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.button-holder > *[data-v-3f24175f]:first-child {
  margin-right: 30px;
}
.no-rewards[data-v-3f24175f] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 168px;
}
.take-quiz-reward[data-v-3f24175f] {
  font-family: Roboto;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.reward-type[data-v-3f24175f] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 40px;
  text-align: center;
}.main[data-v-c5319c0c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: #85c5ae;
}
.completed[data-v-c5319c0c] {
  height: 200px;
  width: 200px;
}
.description[data-v-c5319c0c] {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.description-body[data-v-c5319c0c] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 0;
}
.description-body b[data-v-c5319c0c] {
  font-family: Roboto;
  font-weight: 700;
}
.description-title[data-v-c5319c0c] {
  font-family: Asap;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  margin-top: 54px;
  margin-bottom: 0;
}
.button[data-v-c5319c0c] {
  margin-top: 108px;
  margin-bottom: 125px;
}
.reward-type[data-v-c5319c0c] {
  margin-top: 72px;
  margin-bottom: 0;
  font-family: Asap;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}.body[data-v-4ae2dbd6] {
  padding-left: 100px;
}
.content[data-v-4ae2dbd6] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image[data-v-4ae2dbd6] {
  height: 200px;
  width: 200px;
  margin-top: 96px;
}
.description[data-v-4ae2dbd6] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
}
.description-title[data-v-4ae2dbd6] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  margin-top: 40px;
  font-size: 28px;
}
.good-effort[data-v-4ae2dbd6] {
  font-family: Roboto;
  font-weight: 400;
  margin-top: 8px;
  font-size: 16px;
  margin-bottom: 40px;
  color: #1b2d3b;
}.bold[data-v-e1e601a4] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
}
.normal[data-v-e1e601a4] {
  font-family: Asap;
  font-weight: 400;
  font-size: 20px;
  color: rgba(27, 45, 59, 0.5);
}.preview[data-v-824f9c43] {
  position: relative;
  display: inline-block;
}
.play-image[data-v-824f9c43] {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-frame[data-v-824f9c43] {
  width: 900px;
  height: 506px;
  margin-top: -60px;
}
.main-image[data-v-824f9c43] {
  width: 1000px;
  height: 600px;
  display: block;
  border-radius: 16px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
}.image[data-v-6241efb4] {
  border-radius: 16px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
}.body[data-v-68ed4baa] {
  padding-left: 100px;
  background-color: #f7f7f7;
  height: 100vh;
}
.background-grey[data-v-68ed4baa] {
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
}
.top[data-v-68ed4baa] {
  margin-top: 2rem;
}
.section-number[data-v-68ed4baa] {
  position: absolute;
  top: 8px;
  left: -10px;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 8px;
  z-index: 2;
}
.content-holder[data-v-68ed4baa], .image-holder[data-v-68ed4baa] {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  flex-direction: column;
  position: relative;
}
.image-holder[data-v-68ed4baa] {
  width: 1000px;
  height: 650px;
  margin: 0 auto;
  margin-top: 40px;
}
.content-holder[data-v-68ed4baa] {
  width: 800px;
  margin-top: 40px;
  margin-bottom: 91px;
  padding-bottom: 2rem;
}
.text[data-v-68ed4baa] {
  margin-top: -8rem;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1rem;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0.1px;
  max-width: 800px;
  width: 100%;
  z-index: 2;
}
.nav-button[data-v-68ed4baa] {
  width: 130px;
}
h1[data-v-68ed4baa] {
  font-family: Asap;
  font-weight: 700;
  size: 40px;
  margin: 9px;
  color: #1b2d3b;
  text-align: center;
}
.next-section[data-v-68ed4baa] {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.finish-button[data-v-68ed4baa] {
  margin: 64px auto 0 auto;
}
@media (max-width: 1200px) {
.image-holder[data-v-68ed4baa] {
    transform: scale(0.8);
}
.content-holer[data-v-68ed4baa] {
    transform: scale(0.8);
}
.text[data-v-68ed4baa] {
    font-size: 14px;
}
}
@media (max-width: 1000px) {
.image-holder[data-v-68ed4baa] {
    transform: scale(0.6);
}
.content-holder[data-v-68ed4baa] {
    transform: scale(0.6);
}
.text[data-v-68ed4baa] {
    margin-top: -25rem;
}
.body[data-v-68ed4baa] {
    padding-left: 0;
}
}.header[data-v-64a3c7f5] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-64a3c7f5] {
  grid-column-start: 2;
}
.close[data-v-64a3c7f5] {
  margin-left: auto;
  cursor: pointer;
}
.slot[data-v-64a3c7f5] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1[data-v-64a3c7f5] {
  color: #1b2d3b;
  font-size: 28px;
  font-family: Asap;
  font-weight: 700;
  margin: 51px 0 56px;
}.personal-info-item[data-v-48614c0c] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.name[data-v-48614c0c] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.value[data-v-48614c0c] {
  font-family: Roboto;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1px;
  font-size: 16px;
  padding-bottom: 14px;
  color: #1b2d3b;
}.next-img[data-v-74d63f4a] {
  margin-left: 8px;
}
.buttons[data-v-74d63f4a] {
  display: flex;
  gap: 32px;
  margin-top: 56px;
}
.row[data-v-74d63f4a] {
  display: flex;
  padding-top: 8px;
  max-width: 447px;
  width: 100%;
  flex-direction: row;
}
.row + .row[data-v-74d63f4a] {
  border-top: 1.5px solid #f7f7f7;
}select[data-v-93096edf] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
select[data-v-93096edf]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
select[data-v-93096edf]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}.fields-holder[data-v-25128fba] {
  width: 448px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.fields-holder > *[data-v-25128fba] {
  width: 100%;
}
.next-img[data-v-25128fba] {
  margin-left: 8px;
}
.buttons[data-v-25128fba] {
  display: flex;
  width: 100%;
  margin-top: 56px;
  justify-content: space-between;
}
.buttons[data-v-25128fba] button {
  width: auto;
  padding-left: 29px;
  padding-right: 29px;
}.wrapper[data-v-245eecd0] {
  width: 400px;
}
.navigation[data-v-245eecd0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 24px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
}
.month-year[data-v-245eecd0] {
  display: flex;
  gap: 10px;
}
.arrows[data-v-245eecd0] {
  width: 7px;
}
.row[data-v-245eecd0] {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.buttons[data-v-245eecd0] {
  display: flex;
  gap: 12px;
}
.button[data-v-245eecd0] {
  border: none;
  background-color: transparent;
  padding: 8px;
}
.day[data-v-245eecd0] {
  border: none;
  text-decoration: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  height: 35px;
  padding: 5px;
  width: 35px;
  box-sizing: border-box;
  position: relative;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  cursor: not-allowed;
}
.day.available[data-v-245eecd0] {
  background-color: #f7f7f7;
  border-radius: 10px;
  cursor: pointer !important;
}
.day--selected[data-v-245eecd0] {
  background-color: #85c5ae;
  border-radius: 10px;
  color: #fff;
}
.day--different-month[data-v-245eecd0] {
  color: rgba(27, 45, 59, 0.5);
}
.day[data-v-245eecd0]:hover {
  border: 1.5px solid #85c5ae;
  border-radius: 10px;
}
.week[data-v-245eecd0] {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  color: rgba(27, 45, 59, 0.5);
  margin: 0 0 12px;
}
h4[data-v-245eecd0] {
  margin: 0;
}.time-selector-row[data-v-835cbf50] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.title[data-v-835cbf50] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  letter-spacing: 0.15px;
  font-size: 16px;
}
.row-items[data-v-835cbf50] {
  display: flex;
  flex-direction: row;
  gap: 12px;
  max-width: 460px;
  flex-wrap: wrap;
}
.row-items > *[data-v-835cbf50] {
  background-color: #f7f7f7;
  border-radius: 12px;
  width: 76px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.row-items > *.selected[data-v-835cbf50] {
  background-color: #85c5ae;
  color: #fff;
}.time-selector[data-v-fec405ff] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}.appointment-details[data-v-e1b09109] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.location[data-v-e1b09109] {
  font-family: Asap;
  font-weight: 400;
}
.name[data-v-e1b09109] {
  font-weight: 700;
}
.date[data-v-e1b09109] {
  font-family: Asap;
  font-weight: 700;
}
.location[data-v-e1b09109],
.date[data-v-e1b09109] {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: #1b2d3b;
}h1[data-v-f8bfd699] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  font-size: 32px;
  margin: -20px 50px 32px 0;
}
.date[data-v-f8bfd699] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.15px;
}
.location[data-v-f8bfd699] {
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  letter-spacing: 0.15px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.button[data-v-f8bfd699] {
  margin-top: 48px;
  margin-left: auto;
}.text[data-v-76826f6b] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
}
.fields-holder[data-v-76826f6b] {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.fields-holder > *[data-v-76826f6b] {
  width: 100%;
}
.next-img[data-v-76826f6b] {
  margin-left: 8px;
}
.buttons[data-v-76826f6b] {
  display: flex;
  width: 100%;
  margin-top: 56px;
  justify-content: space-between;
}
.buttons[data-v-76826f6b] button {
  width: auto;
  padding-left: 29px;
  padding-right: 29px;
}
.text[data-v-76826f6b] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}.large[data-v-5268090a] {
  font-size: 18px;
}.alert-icon-card[data-v-95a3e51e] {
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 8px 12px;
}
.alert-icon-card.info-white[data-v-95a3e51e] {
  background-color: #fff;
}
.alert-icon-card.info[data-v-95a3e51e] {
  background-color: #ebf3ff;
}
.alert-icon-card.success[data-v-95a3e51e] {
  background-color: #edf9f3;
}
.alert-icon-card.error[data-v-95a3e51e] {
  background-color: #fef2f3;
}
.alert-icon-card.warning[data-v-95a3e51e] {
  background-color: #fff8e9;
}
.title[data-v-95a3e51e],
.text[data-v-95a3e51e] {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin: 0 0 4px;
}
.title[data-v-95a3e51e] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.text[data-v-95a3e51e] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
}.large[data-v-9d195a64] {
  font-size: 18px;
}
.modal-content[data-v-9d195a64] {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.popup-title[data-v-9d195a64] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 24px;
  letter-spacing: 0.15px;
  line-height: 25px;
  margin-top: 0;
  text-align: center;
}
.buttons[data-v-9d195a64] {
  display: flex;
  gap: 16px;
}.appointment-wrapper[data-v-df33874f] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 600px;
}
.buttons[data-v-df33874f] {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 20px;
}.button[data-v-4059c35f] {
  display: flex;
  justify-content: center;
  padding-top: 5%;
}
.description[data-v-4059c35f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 0 15rem;
}
.description img[data-v-4059c35f] {
  width: 250px;
  height: 250px;
}
.description h1[data-v-4059c35f] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
  margin-top: 1rem;
}
.description h2[data-v-4059c35f] {
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  margin-top: 1rem;
}
.description h2 span[data-v-4059c35f] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  color: #1b2d3b;
  margin-top: 1rem;
}.body[data-v-a77e49c9] {
  padding-left: 100px;
}
.description[data-v-a77e49c9] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description img[data-v-a77e49c9] {
  width: 250px;
  height: 250px;
}
.description > h1[data-v-a77e49c9] {
  font-family: Asap;
  font-weight: 700;
  font-size: 24px;
  color: #1b2d3b;
  margin-top: 1rem;
}
.coaching-info[data-v-a77e49c9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 600px;
}
.coaching-info > p[data-v-a77e49c9] {
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  text-align: center;
}
.coaching-contact[data-v-a77e49c9] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.coaching-contact > p[data-v-a77e49c9] {
  font-weight: bold;
  margin-right: 0.5rem;
}
.coaching-contact > b[data-v-a77e49c9] {
  font-weight: normal;
  margin-left: 0.5rem;
}
.schedule-button[data-v-a77e49c9] {
  display: flex;
  justify-content: center;
}h1[data-v-75102935] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  font-size: 32px;
  margin: -20px 50px 32px 0;
}
.date[data-v-75102935] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.15px;
  display: flex;
  line-height: 22px;
  flex-direction: column;
}
.location[data-v-75102935] {
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  letter-spacing: 0.15px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.button[data-v-75102935] {
  margin-top: 48px;
  margin-left: auto;
}.header[data-v-b594b325] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-b594b325] {
  grid-column-start: 2;
}
.no-available-slots[data-v-b594b325] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.no-available-slots > p[data-v-b594b325] {
  font-family: Asap;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  color: #eb0008;
  text-align: center;
}
.coaching-contact[data-v-b594b325] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.coaching-contact > p[data-v-b594b325] {
  font-weight: bold;
  color: #1b2d3b;
  margin-right: 0.5rem;
}
.coaching-contact > b[data-v-b594b325] {
  font-weight: normal;
  color: #1b2d3b;
  margin-left: 0.5rem;
}
.calendar[data-v-b594b325] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
  margin: 10rem 0;
}
.date[data-v-b594b325] {
  font-family: Asap;
  font-weight: 700;
  size: 16px;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.phone[data-v-b594b325] {
  max-width: 380px;
}
.close[data-v-b594b325] {
  margin-left: auto;
  cursor: pointer;
}
.button[data-v-b594b325] {
  display: flex;
  justify-content: center;
}.custom[data-v-cbcfd122] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.body[data-v-cbcfd122] {
  background-image: url("/img/header-wave-background-2-905c7d6f.svg");
  background-position-y: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 100px;
}
@media (min-width: 1800px) {
.body[data-v-cbcfd122] {
    padding-left: 280px;
}
}
@media (min-width: 1500px) {
.body[data-v-cbcfd122] {
    background-position-y: -5rem;
}
}
@media (max-width: 1300px) {
.body[data-v-cbcfd122] {
    background-position-y: 0rem;
}
}
@media (max-width: 1000px) {
.body[data-v-cbcfd122] {
    background-position-y: 2rem;
}
}.title[data-v-46429be3] {
  display: flex;
  gap: 10px;
}
p[data-v-46429be3] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
  text-transform: capitalize;
  margin: 0;
}.text[data-v-251c68b6] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}.bold[data-v-22bd464a] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-22bd464a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-23055d83] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-23055d83] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-459d9edf] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-459d9edf] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-8f838d97] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-8f838d97] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-23f2e9de] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-23f2e9de] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.text[data-v-e8ff5423] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-52455559] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-52455559] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.large[data-v-36f52f8d] {
  font-size: 18px;
}
.container[data-v-36f52f8d] {
  display: inline-flex;
  align-items: center;
}
.tip[data-v-36f52f8d] {
  margin-right: 10px;
}.buttons[data-v-7b439ca0] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}.biometric-screening[data-v-db9e6469] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  padding: 24px;
  row-gap: 24px;
}
.title[data-v-db9e6469] {
  margin-bottom: 0;
}.round-badge[data-v-458589d8] {
  border-radius: 40px;
  padding: 4px 16px;
  width: fit-content;
  min-width: 72px;
}
.round-badge.unknown[data-v-458589d8] {
  background-color: #E6E6E6;
}
.round-badge.green[data-v-458589d8] {
  background-color: #4FC78C;
}
.round-badge.light_green[data-v-458589d8] {
  background-color: #95D753;
}
.round-badge.yellow[data-v-458589d8] {
  background-color: #FFC700;
}
.round-badge.orange[data-v-458589d8] {
  background-color: #FF8C21;
}
.round-badge.red[data-v-458589d8] {
  background-color: #EB0008;
}
.round-badge p[data-v-458589d8] {
  margin: 0;
  text-align: center;
  letter-spacing: 0.2px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95px;
}.biometric-screening-result[data-v-230d0186] {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 156px;
  padding: 16px;
  position: relative;
  width: 159px;
}
.biometric-screening-result.clickable[data-v-230d0186] {
  cursor: pointer;
}
.biometric-screening-result.white[data-v-230d0186] {
  background-color: #fff;
}
.biometric-screening-result.gray[data-v-230d0186] {
  background-color: #eaeaea;
}
.name[data-v-230d0186] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
}
.value[data-v-230d0186] {
  font-family: Roboto;
  font-weight: 400;
  color: #85c5ae;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}
.unit[data-v-230d0186] {
  font-family: Roboto;
  font-weight: 400;
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.score-result[data-v-230d0186] {
  bottom: 23px;
  position: absolute;
}.container[data-v-a30b0269] {
  height: 80vh;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content[data-v-a30b0269] {
  overflow: auto;
}
h1[data-v-a30b0269] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  margin-bottom: 18px;
}
.details[data-v-a30b0269] {
  background-color: #ebf3ff;
  border-radius: 16px;
  margin-bottom: 24px;
}
.wrapper[data-v-a30b0269] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
}
.wrapper p[data-v-a30b0269] {
  margin: 0;
}
.value[data-v-a30b0269] {
  color: #85c5ae;
  font-family: Roboto;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
}
.unit[data-v-a30b0269] {
  font-size: 20px;
  line-height: 22px;
  margin-left: 16px;
  text-transform: uppercase;
}
.risk-bar[data-v-a30b0269] {
  width: 60%;
}
.move-upper[data-v-a30b0269] {
  margin-top: -30px;
}
.arrow[data-v-a30b0269] {
  left: 90%;
  margin-bottom: -19px;
  position: relative;
}
.bar[data-v-a30b0269] {
  background: linear-gradient(270deg, #4FC78C 0%, #95D753 27.08%, #FFC700 47.4%, #FF8C21 73.96%, #EB0008 100%);
  border-radius: 16px;
  height: 12px;
  opacity: 0.5;
  transform: rotate(180deg);
}
.risk[data-v-a30b0269] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.risk-factor[data-v-a30b0269] {
  text-transform: capitalize;
}
.taken-date[data-v-a30b0269] {
  color: rgba(27, 45, 59, 0.5);
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.score[data-v-a30b0269] {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #85c5ae;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.about[data-v-a30b0269] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.about > div[data-v-a30b0269] {
  width: 280px;
}
.description .title[data-v-a30b0269] {
  margin-top: 0;
  margin-bottom: 16px;
}
.action .title[data-v-a30b0269] {
  margin: 0;
}.text[data-v-de177662] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}
.bold[data-v-de177662] {
  font-weight: 700;
}.health-risk-assessment[data-v-d334cc8a] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  padding: 24px;
}
.title[data-v-d334cc8a] {
  margin-bottom: 0;
}
.text[data-v-d334cc8a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 24px 0;
}
.button[data-v-d334cc8a] {
  font-size: 18px;
  margin-top: 24px;
}
.bold[data-v-d334cc8a] {
  font-weight: 700;
}.nicotine-attestation[data-v-169b2563] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  padding: 24px;
  grid-column: 2;
}
.nicotine-attestation-no-background[data-v-169b2563] {
  color: #1b2d3b;
  padding-top: 10px;
  padding-bottom: 24px;
  grid-column: 2;
}
.title[data-v-169b2563] {
  margin-bottom: 0;
}
.status[data-v-169b2563] {
  margin: 24px 0;
}
.large[data-v-169b2563] {
  font-size: 18px;
}
.bold[data-v-169b2563] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-169b2563] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 16px 0;
}.text[data-v-7221cf60] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 32px;
}
.hra-wrapper[data-v-7221cf60] {
  padding-bottom: 40px;
}
.biometric-screening-wrapper[data-v-7221cf60] {
  border-top: 3px solid #eaeaea;
  padding-top: 40px;
}
.hra-wrapper[data-v-7221cf60],
.biometric-screening-wrapper[data-v-7221cf60] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.biometric-screening-download[data-v-7221cf60] {
  margin: 22px 0;
  width: 100%;
  display: flex;
}
.biometric-screening-download > button[data-v-7221cf60] {
  margin-right: 22px;
}
.screening-results[data-v-7221cf60] {
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 32px;
  row-gap: 22px;
}
.buttons[data-v-7221cf60] {
  align-self: center;
  margin-top: 15px;
}.outcomes-all-container[data-v-2fb2bfc4] {
  margin-bottom: 2rem;
}
.biometric-screening-outcomes[data-v-2fb2bfc4] {
  margin-top: 16px;
  background-color: #fff;
  border-radius: 8px;
}
.outcomes-list[data-v-2fb2bfc4] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.outcome-item[data-v-2fb2bfc4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
}
.outcome-item[data-v-2fb2bfc4]:last-child {
  border-bottom: none;
}
.outcome-details[data-v-2fb2bfc4] {
  display: flex;
  flex-direction: column;
}
.outcome-name-container[data-v-2fb2bfc4] {
  display: flex;
  align-items: center;
}
.outcome-name[data-v-2fb2bfc4] {
  font-size: 16px;
  margin-left: 10px;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}
.outcome-date[data-v-2fb2bfc4] {
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.outcome-reward[data-v-2fb2bfc4] {
  margin-left: auto;
  height: 24px;
  padding: 4px 12px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
}
.outcome-rewards-container[data-v-2fb2bfc4] {
  display: flex;
  align-items: center;
}
.outcome-rewards-container img[data-v-2fb2bfc4] {
  height: 36px;
  width: 36px;
  margin-right: 10px;
}
.grey[data-v-2fb2bfc4] {
  color: rgba(27, 45, 59, 0.5);
}
.green[data-v-2fb2bfc4] {
  color: #4fc78c;
}.container[data-v-7220777f] {
  max-height: 80vh;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content[data-v-7220777f] {
  overflow: auto;
}.container[data-v-4c60327d] {
  max-height: 80vh;
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content[data-v-4c60327d] {
  overflow: auto;
}
.description[data-v-4c60327d] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
}.outcome-item[data-v-22f4e649] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
}
.outcome-item[data-v-22f4e649]:last-child {
  border-bottom: none;
}
.outcome-details[data-v-22f4e649] {
  display: flex;
  flex-direction: column;
}
.outcome-name[data-v-22f4e649] {
  font-size: 16px;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}
.outcome-result-date[data-v-22f4e649] {
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.outcome-reward[data-v-22f4e649] {
  margin-left: auto;
  height: 24px;
  padding: 4px 12px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
}
.grey[data-v-22f4e649] {
  color: rgba(27, 45, 59, 0.5);
}
.green[data-v-22f4e649] {
  color: #4fc78c;
}.outcome-item[data-v-1317bb38] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
}
.outcome-item[data-v-1317bb38]:last-child {
  border-bottom: none;
}
.outcome-details[data-v-1317bb38] {
  display: flex;
  flex-direction: column;
}
.outcome-name[data-v-1317bb38] {
  font-size: 16px;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}
.outcome-reward[data-v-1317bb38] {
  margin-left: auto;
  height: 24px;
  padding: 4px 12px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
}
.grey[data-v-1317bb38] {
  color: rgba(27, 45, 59, 0.5);
}
.green[data-v-1317bb38] {
  color: #4fc78c;
}.outcome-tier[data-v-4d81e048] {
  display: flex;
  padding: 16px;
  margin: 16px;
  flex-direction: column;
  border: 1.5px solid #85c5ae;
  border-radius: 16px;
}
.outcome-tier-title[data-v-4d81e048] {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.active-badge[data-v-4d81e048] {
  margin-left: auto;
  padding: 4px 12px;
  background-color: #85c5ae;
  color: #fff;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
}
.outcome-tier-rewards[data-v-4d81e048] {
  display: flex;
}
.outcome-result-date[data-v-4d81e048] {
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.outcome-reward[data-v-4d81e048] {
  margin-left: auto;
  height: 24px;
  padding: 4px 12px;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
}
.outcome-name[data-v-4d81e048] {
  font-size: 16px;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
}
.grey[data-v-4d81e048] {
  color: rgba(27, 45, 59, 0.5);
}
.green[data-v-4d81e048] {
  color: #4fc78c;
}.outcomes-container[data-v-ad8b5447] {
  margin-left: 1rem;
}
.biometric-screening-outcomes[data-v-ad8b5447] {
  background-color: #fff;
  min-width: 350px;
}
.title[data-v-ad8b5447] {
  display: flex;
  gap: 100px;
  padding-left: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
p[data-v-ad8b5447] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
  text-transform: capitalize;
  margin: 0;
}
.btn-container[data-v-ad8b5447] {
  display: flex;
  margin: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-learn-more[data-v-ad8b5447] {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background-color: #fff;
  border: 1.5px solid rgba(27, 45, 59, 0.5);
  border-radius: 8px;
  font-family: Roboto;
  font-weight: 500;
}
.btn-learn-more img[data-v-ad8b5447] {
  padding-left: 12px;
}
.btn-view-all[data-v-ad8b5447] {
  cursor: pointer;
  color: #85c5ae;
  font-family: Roboto;
  font-weight: 500;
}.score-outcomes-container[data-v-363ebaed] {
  display: flex;
  align-content: space-between;
  margin-bottom: 1rem;
  padding: 12px;
  background-color: #fff;
  border: solid #eaeaea 1.5px;
  border-radius: 16px;
  width: 630px;
}.description[data-v-b83006dc] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 0;
}
.alert-text[data-v-b83006dc] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 4px;
}.biometric-screening-test-kit[data-v-0c4d26a0] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  padding: 24px;
  row-gap: 24px;
  width: 447px;
}
.title[data-v-0c4d26a0] {
  margin-bottom: 0;
}
.text[data-v-0c4d26a0] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  margin: 0;
}
.phone[data-v-0c4d26a0] {
  white-space: nowrap;
}
.bold[data-v-0c4d26a0] {
  font-weight: 700;
}
.inner-modal[data-v-0c4d26a0] {
  max-width: 600px;
}
.inner-modal > h2[data-v-0c4d26a0] {
  margin-top: 0;
}
.button-wrapper[data-v-0c4d26a0] {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}.bold[data-v-60282c92] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-60282c92] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-c52414fe] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-c52414fe] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.bold[data-v-39874006] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-39874006] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin: 0 0 4px;
}.text[data-v-af38b2c7] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.text[data-v-61558445] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.text[data-v-fb862149] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.physician-form[data-v-588b96aa] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  padding: 24px;
  grid-column: 2;
}
.title[data-v-588b96aa] {
  margin-bottom: 0;
}
.status[data-v-588b96aa] {
  margin: 24px 0;
}
.large[data-v-588b96aa] {
  font-size: 18px;
}
.bold[data-v-588b96aa] {
  font-family: Roboto;
  font-weight: 700;
}
.text[data-v-588b96aa] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 22px;
  margin: 0 0 4px;
}.coaching[data-v-09385f14] {
  background-color: #fff;
  border-radius: 16px;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  padding: 24px;
  row-gap: 24px;
}
.text[data-v-09385f14] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
}.main[data-v-9321b50f] {
  max-width: 400px;
  margin: 2.5rem auto 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
h2[data-v-9321b50f] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  color: #1b2d3b;
  text-align: center;
  margin: 0;
}
.health-content-container[data-v-9321b50f] {
  background-color: #f7f7f7;
}
.results[data-v-9321b50f] {
  margin: 0 auto;
  max-width: 684px;
  padding-top: 24px;
  padding-bottom: 45px;
}
.health-content[data-v-9321b50f] {
  margin: 0 auto;
  display: flex;
  gap: 26px;
  justify-content: center;
  max-width: 904px;
  padding-top: 24px;
  padding-bottom: 45px;
}
.col-1[data-v-9321b50f], .col-2[data-v-9321b50f] {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 50%;
}.container[data-v-c61c3451] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.header-image[data-v-c61c3451] {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-top: -6rem;
}
.my-care-text[data-v-c61c3451] {
  max-width: 600px;
  margin-bottom: 40px;
}
.external-btns[data-v-c61c3451] {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.external-link[data-v-c61c3451] {
  filter: brightness(0) invert(1);
}select[data-v-d4aba36f] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
select[data-v-d4aba36f]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
select[data-v-d4aba36f]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}.dropdown-container[data-v-eec74ff1] {
  display: flex;
  justify-content: center;
  padding: 22px 0;
}
.dropdown[data-v-eec74ff1] {
  width: 260px;
}
.main[data-v-eec74ff1] {
  max-width: 400px;
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
h2[data-v-eec74ff1] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  color: #1b2d3b;
  text-align: center;
  margin: 0;
}
.results-wrapper[data-v-eec74ff1] {
  background-color: #f7f7f7;
}
.results[data-v-eec74ff1] {
  margin: 0 auto;
  max-width: 684px;
  align-items: flex-start;
  background-color: #f7f7f7;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 45px;
}.header[data-v-b76a0768] {
  font-family: Asap;
  font-weight: 700;
  font-size: 40px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-b76a0768] {
  grid-column-start: 2;
}
.close[data-v-b76a0768] {
  margin-left: auto;
  cursor: pointer;
}
.slot[data-v-b76a0768] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1[data-v-b76a0768] {
  color: #1b2d3b;
  font-size: 28px;
  font-family: Asap;
  font-weight: 700;
  margin: 51px 0 56px;
}div[data-v-828f6b7a] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 16px;
}
div span[data-v-828f6b7a] {
  font-family: Roboto;
  font-weight: 700;
}
.background[data-v-828f6b7a] {
  width: 100%;
}
.container[data-v-828f6b7a] {
  display: flex;
  position: absolute;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  margin: 1rem;
  background-color: #ebf3ff;
  padding: 0 10px;
  border-radius: 8px;
}
.container img[data-v-828f6b7a] {
  width: 20px;
  height: 20px;
}
.description[data-v-828f6b7a] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 2rem 15rem;
  line-height: 24px;
}
.description img[data-v-828f6b7a] {
  padding-right: 40px;
}
.description li[data-v-828f6b7a] {
  margin-top: 1.5rem;
}
.button[data-v-828f6b7a] {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}.followup-container[data-v-dda16b0b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.question[data-v-dda16b0b] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
}
.save[data-v-dda16b0b] {
  display: flex;
  margin-top: 2rem;
}.container[data-v-bd51728b] {
  width: auto;
}
.header[data-v-bd51728b] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-bd51728b] {
  grid-column-start: 2;
}
.button-back[data-v-bd51728b] {
  margin-left: auto;
  cursor: pointer;
}
.title-wrapper[data-v-bd51728b] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.required-error[data-v-bd51728b] {
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
  color: #eb0008;
  letter-spacing: 0.4px;
  font-size: 14px;
}
.option[data-v-bd51728b] {
  display: grid;
  justify-content: center;
  margin-top: 3rem;
}
.buttons[data-v-bd51728b] {
  display: flex;
  justify-content: space-evenly;
  margin-top: 15rem;
  margin-bottom: 20px;
}
.input-text[data-v-bd51728b] {
  width: 600px;
}.answers[data-v-910a0e0f] {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 auto;
}
.question[data-v-910a0e0f] {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  color: #1b2d3b;
}
.answer[data-v-910a0e0f] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  padding-bottom: 10px;
}
.answer-bottom[data-v-910a0e0f] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}.header[data-v-c509b950] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-c509b950] {
  grid-column-start: 2;
}
p[data-v-c509b950] {
  font-family: Asap;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #1b2d3b;
}
.buttons[data-v-c509b950] {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 20px;
}
.button-back[data-v-c509b950] {
  height: 45px;
  width: 130px;
}.description-finish[data-v-cb5cb58f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
.completed[data-v-cb5cb58f] {
  height: 200px;
  width: 200px;
}
h1[data-v-cb5cb58f] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 28px;
}
p[data-v-cb5cb58f] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  color: #1b2d3b;
}
.button[data-v-cb5cb58f] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}.header[data-v-7c6149c8] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header div[data-v-7c6149c8] {
  grid-column-start: 2;
}.header[data-v-e15a41d2] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr repeat(1, auto) 1fr;
  grid-column-gap: 5px;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header div[data-v-e15a41d2] {
  grid-column-start: 2;
}
.close[data-v-e15a41d2] {
  margin-left: auto;
  cursor: pointer;
}
.slot[data-v-e15a41d2] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1[data-v-e15a41d2] {
  color: #1b2d3b;
  font-size: 28px;
  font-family: Asap;
  font-weight: 700;
  margin: 51px 0 56px;
}.card-box[data-v-d2eedaf1] {
  padding: 24px;
  width: 681px;
  background-color: #f7f7f7;
  border-radius: 16px;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
.card-box[data-v-d2eedaf1] {
    width: min-content;
}
}
.text h3[data-v-d2eedaf1] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
  margin: 0;
}
.text p[data-v-d2eedaf1] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 8px 0;
}
.button-wrapper[data-v-d2eedaf1] {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}input[data-v-00c74489] {
  background: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1px;
  line-height: 24px;
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
input[data-v-00c74489]::placeholder {
  color: rgba(27, 45, 59, 0.5);
}
input[data-v-00c74489]:focus {
  border-color: rgba(27, 45, 59, 0.5);
  box-shadow: 0 0 0 1px rgba(27, 45, 59, 0.5);
}
.input-wrapper[data-v-00c74489] {
  display: flex;
  align-items: center;
  position: relative;
}
.country-code[data-v-00c74489] {
  margin-right: 8px;
  font-weight: bold;
}
.error-message[data-v-00c74489] {
  position: absolute;
  bottom: -20px;
  left: 30px;
  max-width: 100%;
  color: #eb0008;
  font-size: 12px;
}.card-box[data-v-2b769545] {
  padding: 24px;
  width: 681px;
  background-color: #f7f7f7;
  border-radius: 16px;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
.card-box[data-v-2b769545] {
    width: min-content;
}
}
.text h3[data-v-2b769545] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
  margin: 0;
}
.text p[data-v-2b769545] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  margin: 8px 0;
}
.upload-btn[data-v-2b769545] {
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Asap;
  font-weight: 600;
  font-size: 17px;
  gap: 8px;
  width: 260px;
  height: 45px;
  line-height: 20px;
  padding: 12px 0;
  background-color: #1b2d3b;
  color: #fff;
}
.upload-btn.disabled[data-v-2b769545] {
  background-color: rgba(27, 45, 59, 0.5);
  border: 1px solid rgba(27, 45, 59, 0.5);
  opacity: 0.2;
  cursor: not-allowed;
}
.upload-file[data-v-2b769545] {
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: -1;
}
.upload-file:focus + .upload-btn[data-v-2b769545] {
  outline: 2px solid #85c5ae;
}.information[data-v-0aa16051] {
  width: 681px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
.information[data-v-0aa16051] {
    flex-direction: row;
}
}
.information h2[data-v-0aa16051] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b2d3b;
}
.row[data-v-0aa16051] {
  display: flex;
  justify-content: space-between;
}
.field[data-v-0aa16051] {
  width: 300px;
}
.checkbox[data-v-0aa16051] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
}
.release[data-v-0aa16051] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1b2d3b;
}
.buttons[data-v-0aa16051] {
  width: 681px;
  display: flex;
  justify-content: space-between;
  margin: 48px auto;
}
.buttons button[data-v-0aa16051],
.buttons a[data-v-0aa16051] {
  width: 130px;
}
.left-arrow[data-v-0aa16051] {
  width: 7px;
}.information[data-v-e66cf139] {
  width: 681px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
.information[data-v-e66cf139] {
    flex-direction: row;
}
}
.wrap[data-v-e66cf139] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.row[data-v-e66cf139] {
  display: flex;
  justify-content: space-between;
}
.field[data-v-e66cf139] {
  width: 300px;
}
.checkbox[data-v-e66cf139] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1b2d3b;
}
.release[data-v-e66cf139] {
  font-family: Asap;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1b2d3b;
}
h3[data-v-e66cf139] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
}
h3 span[data-v-e66cf139] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 45, 59, 0.5);
}
p[data-v-e66cf139] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 45, 59, 0.5);
}
/* Chrome, Safari, Edge, Opera */
/* stylelint-disable */
input[data-v-e66cf139]::-webkit-outer-spin-button,
input[data-v-e66cf139]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number][data-v-e66cf139] {
  -moz-appearance: textfield;
}.informations[data-v-34b5f871] {
  width: 681px;
}
.form[data-v-34b5f871] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.row[data-v-34b5f871] {
  display: flex;
  justify-content: space-between;
}
.field[data-v-34b5f871] {
  width: 328px;
}
.buttons[data-v-34b5f871] {
  width: 681px;
  display: flex;
  justify-content: space-between;
  margin: 48px auto;
}
.buttons button[data-v-34b5f871],
.buttons a[data-v-34b5f871] {
  width: 130px;
}
.form[data-v-34b5f871] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.left-arrow[data-v-34b5f871] {
  width: 7px;
}header[data-v-ea3e7da8] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  padding: 20px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1[data-v-ea3e7da8],
h3[data-v-ea3e7da8] {
  text-align: center;
}
.button-back[data-v-ea3e7da8] {
  cursor: pointer;
  position: absolute;
  right: 70px;
  border: none;
  background: none;
}
.fax-form[data-v-ea3e7da8] {
  max-width: 920px;
  margin: auto;
  padding: 0 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.personal-information[data-v-ea3e7da8],
.physician-information[data-v-ea3e7da8] {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.status[data-v-ea3e7da8],
.actions[data-v-ea3e7da8] {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.buttons[data-v-ea3e7da8] {
  display: flex;
}
.buttons > button[data-v-ea3e7da8]:nth-child(2) {
  margin-left: 22px;
}
.info[data-v-ea3e7da8] {
  min-width: 260px;
}.profile-header[data-v-d4b19609] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-item[data-v-d4b19609] {
  font-size: 1.75rem;
  margin-block-end: 0.5em;
}
.header-subitem[data-v-d4b19609] {
  font-size: 0.9rem;
  margin-block-start: 0em;
  color: #85c5ae;
}
.motivation-quote[data-v-d4b19609] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  padding: 24px;
  max-width: 990px;
}
.motivation-quote h3[data-v-d4b19609] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.avatar-header[data-v-d4b19609] {
  display: flex;
  justify-content: center;
}.profile-button[data-v-bf14e8a0] {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 16px;
  width: 296px;
  height: fit-content;
  background: #fff;
  border-radius: 12px;
  margin-right: 1rem;
  margin-top: 1rem;
}
.profile-button--grow-to-available-space[data-v-bf14e8a0] {
  flex: 1;
  width: auto;
}
.description[data-v-bf14e8a0] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
}
.profile-option[data-v-bf14e8a0] {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
.option-title[data-v-bf14e8a0] {
  margin-left: 0.5rem;
}
.profile-next[data-v-bf14e8a0] {
  float: right;
  background: none;
  border: none;
}
.title[data-v-bf14e8a0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
}.options[data-v-ef58ba96] {
  display: flex;
  margin: auto;
  padding: 24px;
  max-width: 990px;
  flex-direction: column;
}
.option-title[data-v-ef58ba96] {
  font-family: Asap;
  font-weight: 700;
}
.profile-options[data-v-ef58ba96] {
  font-family: Asap;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}.interest-list-wrapper[data-v-2d0a7913] {
  padding-top: 5px;
}.row[data-v-ad5966a9] {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 0 auto;
  flex-wrap: wrap;
}.wrapper[data-v-3bae3466] {
  width: 380px;
}
.password-label[data-v-3bae3466] {
  margin-bottom: 4px;
  display: block;
}
.warning[data-v-3bae3466] {
  display: block;
  margin: 40px 0;
  color: #eb0008;
}
.button-row[data-v-3bae3466] {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.error-message[data-v-3bae3466] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #eb0008;
  margin-top: 20px;
}.body[data-v-5ebe9ed0] {
  background-color: #f7f7f7;
  padding-left: 100px;
}
.option-title[data-v-5ebe9ed0] {
  display: flex;
  justify-content: center;
  align-content: center;
  font-family: Asap;
  font-weight: 700;
}
.profile-options[data-v-5ebe9ed0] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: Asap;
  font-weight: 700;
}
.logout[data-v-5ebe9ed0] {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 30px 30px 0 30px;
  padding: 2rem;
}
.logout[data-v-5ebe9ed0] button {
  background-color: transparent;
}
.delete[data-v-5ebe9ed0] {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-bottom: 100px;
}
.delete[data-v-5ebe9ed0] button {
  background-color: transparent;
  border: none;
}
.delete[data-v-5ebe9ed0] button:hover {
  border: 2px solid #1B2D3B80;
}
@media (max-width: 900px) {
.body[data-v-5ebe9ed0] {
    padding-left: 0;
}
}div[data-v-a124bf83] {
  color: #85c5ae;
  width: 48px;
  height: 48px;
}
.big-icon[data-v-a124bf83] {
  width: 60px;
  height: 60px;
}.wrap[data-v-74f61e4a] {
  display: flex;
  flex-direction: column;
}
.button-holder[data-v-74f61e4a] {
  display: flex;
  align-self: center;
  margin-top: 20px;
}
.input-section[data-v-74f61e4a] {
  margin: 20px;
}
.type[data-v-74f61e4a] {
  margin-top: 24px;
}
.nicotine-message[data-v-74f61e4a] {
  max-width: 400px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-weight: normal;
}
.goal-frequency[data-v-74f61e4a] {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 24px;
}
.frequency[data-v-74f61e4a] {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.goal-input-with-unit[data-v-74f61e4a] {
  display: flex;
  align-items: center;
}
.unit[data-v-74f61e4a] {
  margin-left: 8px;
}
.date[data-v-74f61e4a] {
  margin-top: 24px;
}
.error-message[data-v-74f61e4a] {
  margin-top: 8px;
  color: red;
}
label[data-v-74f61e4a] {
  display: block;
  margin-bottom: 5px;
}
.input-section input[data-v-74f61e4a],
.input-section select[data-v-74f61e4a],
.input-section .select-dropdown[data-v-74f61e4a],
.input-section .input-text[data-v-74f61e4a],
.input-section .input-date[data-v-74f61e4a] {
  height: 49px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  width: 100%;
}.goal-container[data-v-e23012aa] {
  background-color: white;
  font-size: 16px;
  line-height: 24px;
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1rem;
}
.goal-header[data-v-e23012aa] {
  display: flex;
  align-items: center;
}
.goal-header h3[data-v-e23012aa] {
  margin-left: 8px;
}
.goal-details[data-v-e23012aa] {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-radius: 8px;
}
.detail-item[data-v-e23012aa] {
  display: flex;
  flex-direction: column;
  margin: 8px;
}
.completed-label[data-v-e23012aa] {
  display: flex;
  font-size: 0.8rem;
}
.label[data-v-e23012aa] {
  font-size: 0.8rem;
}
.goal-footer[data-v-e23012aa] {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  border: 2px solid #eee;
  border-radius: 8px;
}
.footer-detail[data-v-e23012aa] {
  display: flex;
  flex-direction: column;
  margin: 8px;
  font-weight: bold;
}
.detail-frequency[data-v-e23012aa] {
  font-weight: normal;
  color: #888;
}
.detail-amount[data-v-e23012aa] {
  align-self: flex-end;
  font-size: 0.8rem;
}.container[data-v-8d965715] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.goals-container[data-v-8d965715] {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.goals-list[data-v-8d965715] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 1200px;
  overflow-y: auto;
  width: 100%;
  max-width: 400px;
  margin: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.goals-list-container[data-v-8d965715] {
  display: flex;
  flex-direction: column;
}
.goals-title[data-v-8d965715] {
  align-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-length[data-v-8d965715] {
  margin-left: 10px;
  font-size: 1rem;
  color: #888;
}
.no-goals[data-v-8d965715] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 400;
  font-weight: normal;
}
h1[data-v-8d965715], h2[data-v-8d965715] {
  color: #1b2d3b;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
.goals-container[data-v-8d965715] {
    flex-direction: column;
    align-items: center;
}
.goals-list-container[data-v-8d965715] {
    margin-top: 2rem;
}
.goals-list[data-v-8d965715] {
    max-width: 100%;
}
.goals-title[data-v-8d965715], .no-goals[data-v-8d965715], .list-length[data-v-8d965715] {
    text-align: center;
}
}.wrapper[data-v-029d41d1] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 2rem auto;
  align-items: center;
}
.wrapper img[data-v-029d41d1] {
  height: 150px;
  width: 150px;
}
.description[data-v-029d41d1] {
  margin-top: 0;
  text-align: center;
}.chart[data-v-9bcbc6f2] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-9bcbc6f2] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-9bcbc6f2] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart[data-v-a5b6c3a5] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-a5b6c3a5] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-a5b6c3a5] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner[data-v-a5b6c3a5] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.spinner[data-v-a5b6c3a5]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass-a5b6c3a5 1.2s infinite;
}
.spinner[data-v-a5b6c3a5]:after {
  margin-left: calc($radius / 4);
  content: "Loading";
  color: #fff;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-a5b6c3a5 1.2s infinite;
}
@keyframes lds-blinker-a5b6c3a5 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-a5b6c3a5 {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.chart[data-v-ab9257fc] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-ab9257fc] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-ab9257fc] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart[data-v-e7c0051c] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-e7c0051c] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-e7c0051c] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart[data-v-0a8ada06] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-0a8ada06] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-0a8ada06] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart[data-v-e10d5d05] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-e10d5d05] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-e10d5d05] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart[data-v-cefda7a6] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-cefda7a6] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-cefda7a6] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}.chart-container[data-v-7189b5c6] {
  padding: 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
header[data-v-7189b5c6] {
  display: flex;
  margin: 10px 0;
}
.title[data-v-7189b5c6] {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graph[data-v-7189b5c6] {
  height: 170px;
  background-color: #ebeef1;
}
.gradient[data-v-7189b5c6] {
  width: 100%;
  height: 100%;
}
.blur[data-v-7189b5c6] {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
}
.tracked[data-v-7189b5c6] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(27, 45, 59, 0.5);
  margin: 10px 0;
}
.legend[data-v-7189b5c6] {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}
.legend-item[data-v-7189b5c6] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.label[data-v-7189b5c6] {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
.percentage[data-v-7189b5c6] {
  font-weight: 700;
  font-size: 14px;
}
.color[data-v-7189b5c6] {
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.color[data-v-7189b5c6],
.label[data-v-7189b5c6],
.percentage[data-v-7189b5c6] {
  margin: 2px 0;
}.container[data-v-3c1d9719] {
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
.container[data-v-3c1d9719] {
    max-width: 300px;
}
}
@media only screen and (min-width: 577px) {
.container[data-v-3c1d9719] {
    max-width: 550px;
}
}
@media only screen and (min-width: 769px) {
.container[data-v-3c1d9719] {
    max-width: 750px;
}
}
@media only screen and (min-width: 1025px) {
.container[data-v-3c1d9719] {
    max-width: 920px;
}
}
.charts[data-v-3c1d9719] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 50px;
}.profile-block[data-v-99d5576c] {
  display: flex;
  margin: auto;
  padding: 24px;
  max-width: 992px;
  flex-direction: column;
}
.option-title[data-v-99d5576c] {
  font-weight: 700;
  font-size: 20px;
  padding-top: 16px;
  line-height: 28px;
}
.option-list[data-v-99d5576c] {
  font-family: Roboto;
  font-weight: 500;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
}
.option-list[data-v-99d5576c] > * {
  width: 218px;
}
.option-list--align-bottom[data-v-99d5576c] {
  align-items: flex-end;
}.container[data-v-23584008] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-around;
  margin-top: 32px;
}
.margin16[data-v-23584008] {
  margin-top: 16px;
}
.success[data-v-23584008] {
  color: #4fc78c;
}
.button-row[data-v-23584008] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 48px;
  justify-content: space-between;
}
.submit[data-v-23584008] {
  margin-left: auto;
}
.modal-header[data-v-23584008] {
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  line-height: 36px;
}
.description[data-v-23584008] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-top: 16px;
}.profile-name[data-v-fc7bdbd9] {
  font-family: Roboto;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.profile-button[data-v-fc7bdbd9] {
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  position: relative;
  gap: 10px;
  min-width: 218px;
  width: auto;
}
.profile-next[data-v-fc7bdbd9] {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  right: 0;
}
.profile-info[data-v-fc7bdbd9] {
  font-family: Roboto;
  font-weight: 400;
  color: #85c5ae;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.warn-txt[data-v-fc7bdbd9] {
  display: block;
  color: #1b2d3b;
}
.warn-placeholder[data-v-fc7bdbd9] {
  width: 28px;
  display: inline-block;
}
.warn-icon[data-v-fc7bdbd9] {
  width: 24px;
  position: absolute;
  top: 15px;
  left: 15px;
}.edit-first-name[data-v-6a2cef06],
.edit-last-name[data-v-6a2cef06] {
  flex: 1;
  min-width: 200px;
}.row[data-v-7c57054e] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.row > *[data-v-7c57054e] {
  flex: 1;
  min-width: 200px;
}
.row > .state[data-v-7c57054e] {
  min-width: 100px;
}.wrapper[data-v-5ba1505e] {
  position: relative;
  display: inline-block;
}
.upload-btn[data-v-5ba1505e] {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #1b2d3b;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  padding-left: 8px;
  padding-top: 2px;
  border: none;
  cursor: pointer;
}
.file-picker-btn[data-v-5ba1505e] {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Asap;
  font-weight: 600;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  width: 260px;
  height: 45px;
  line-height: 3px;
  padding: 12px 0;
  border: none;
  background-color: #1b2d3b;
  color: #fff;
}
.content-container[data-v-5ba1505e] {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headline[data-v-5ba1505e] {
  margin: 0 0 20px 0;
}
.headline--step2[data-v-5ba1505e] {
  color: #fff;
}
.button-row[data-v-5ba1505e] {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.placeholder-img[data-v-5ba1505e] {
  max-height: 120px;
  margin-bottom: 30px;
}.edit-motivation[data-v-6e49ac65] {
  width: 100%;
}.body[data-v-0221b209] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  padding-left: 100px;
}.settings-items[data-v-7bcd18c0] {
  display: flex;
  flex-direction: row;
  height: 56px;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  gap: 12px;
  padding: 0 20px;
  font-family: Roboto;
  font-weight: 700;
  color: #1b2d3b;
  width: 100%;
}
.go-right[data-v-7bcd18c0] {
  margin-left: auto;
}.body[data-v-b897cafe] {
  padding-left: 100px;
}
h2[data-v-b897cafe] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  color: #1b2d3b;
  margin-top: 0;
  margin-bottom: 24px;
}
.content[data-v-b897cafe] {
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
}
.content > *[data-v-b897cafe] {
  max-width: 448px;
  width: 100%;
}
.item[data-v-b897cafe] {
  margin-bottom: 16px;
}
.item-last[data-v-b897cafe] {
  margin-bottom: 24px;
}
.version[data-v-b897cafe] {
  font-family: Roboto;
  font-weight: 400;
  color: #1b2d3b;
  font-size: 10px;
  letter-spacing: 0.4px;
  padding-left: 16px;
  text-transform: uppercase;
}.card[data-v-142adfd8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(15, 38, 78, 0.15);
  border-radius: 12px;
  background-color: #fff;
  max-width: 400px;
  text-align: center;
}
.image-container[data-v-142adfd8] {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}
.image-container img[data-v-142adfd8] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content[data-v-142adfd8] {
  padding: 16px 0;
}
.title[data-v-142adfd8] {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 4px;
}
.provider[data-v-142adfd8] {
  font-size: 16px;
}
.description[data-v-142adfd8] {
  font-size: 14px;
  color: #1b2d3b;
  margin-top: 8px;
  line-height: 1.4;
}
.website-section[data-v-142adfd8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.external-link-button[data-v-142adfd8] {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 45px;
  padding: 12px 0;
  gap: 8px;
  background-color: #1b2d3b;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-family: Asap;
  font-weight: 600;
  transition: transform 0.1s ease-out, background-color 0.3s ease-out;
  transform-origin: center;
}
.external-link-button[data-v-142adfd8]:hover {
  transform: scale(1.05);
  background-color: #0b1218;
}
.external-link-button:hover .external-link-icon[data-v-142adfd8] {
  transform: translateX(5px);
}
.external-link-icon[data-v-142adfd8] {
  transition: transform 0.3s ease-out;
}.wrapper[data-v-b22fadd2] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 2rem auto;
  align-items: center;
}
.wrapper img[data-v-b22fadd2] {
  height: 250px;
  width: 250px;
}.body[data-v-8f631f78] {
  padding-left: 100px;
}
.container[data-v-8f631f78] {
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
.container[data-v-8f631f78] {
    max-width: 300px;
}
}
@media only screen and (min-width: 577px) {
.container[data-v-8f631f78] {
    max-width: 550px;
}
}
@media only screen and (min-width: 769px) {
.container[data-v-8f631f78] {
    max-width: 750px;
}
}
@media only screen and (min-width: 1025px) {
.container[data-v-8f631f78] {
    max-width: 920px;
}
}
.charts[data-v-8f631f78] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding-bottom: 50px;
}.body[data-v-f42e830b] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}.body[data-v-b506683e] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}.body[data-v-22c9e8fd] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}.chart[data-v-759dece3], .data-points[data-v-759dece3] {
  padding: 24px 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
}
.chart-title[data-v-759dece3] {
  margin: 0 0 5px 8px;
}
.current[data-v-759dece3] {
  font-size: 20px;
}
.current .title[data-v-759dece3] {
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  margin: 0;
}
.current .value[data-v-759dece3] {
  font-family: Asap;
  font-weight: 400;
  margin: 0;
}
.current .value span[data-v-759dece3] {
  color: rgba(27, 45, 59, 0.5);
}
.days[data-v-759dece3] {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.day[data-v-759dece3] {
  font-family: Asap;
  font-weight: 400;
  margin: 16px 0;
  display: grid;
  grid-template-columns: auto auto;
}
.day.weekly[data-v-759dece3] {
  grid-template-columns: 100px auto;
}
.day.monthly[data-v-759dece3] {
  grid-template-columns: 200px auto;
}
.day.yearly[data-v-759dece3] {
  grid-template-columns: 90px auto;
}
.day[data-v-759dece3]:last-child {
  margin-bottom: 0;
}
.day span[data-v-759dece3] {
  color: rgba(27, 45, 59, 0.5);
}.view-all-data[data-v-8cc2180b] {
  padding: 24px 16px;
  box-shadow: 0 0 10px rgba(15, 38, 78, 0.15);
  border-radius: 10px;
  background-color: #fff;
}
.month-picker[data-v-8cc2180b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.days[data-v-8cc2180b] {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.day[data-v-8cc2180b] {
  font-family: Asap;
  font-weight: 400;
  margin: 16px 0;
  display: grid;
  grid-template-columns: 150px auto;
  justify-content: space-between;
}
.day[data-v-8cc2180b]:last-child {
  margin-bottom: 0;
}
.day span[data-v-8cc2180b] {
  color: rgba(27, 45, 59, 0.5);
}
.navigation[data-v-8cc2180b] {
  cursor: pointer;
}
.spinner[data-v-8cc2180b] {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 32px;
}
.spinner[data-v-8cc2180b]:before {
  content: " ";
  display: inline-block;
  border-radius: 50%;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 20px solid #85c5ae;
  border-color: #85c5ae transparent #85c5ae transparent;
  animation: lds-hourglass-8cc2180b 1.2s infinite;
}
.spinner[data-v-8cc2180b]:after {
  margin-top: calc($radius / 4);
  content: "Loading";
  color: #85c5ae;
  font-size: 18px;
  text-align: center;
  animation: lds-blinker-8cc2180b 1.2s infinite;
}
@keyframes lds-blinker-8cc2180b {
0% {
    opacity: 1;
}
50% {
    opacity: 0.5;
}
}
@keyframes lds-hourglass-8cc2180b {
0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0.5;
}
100% {
    transform: rotate(1800deg);
}
}.body[data-v-5ca1f7e5] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}
.container[data-v-5ca1f7e5] {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 600px;
}
.period-picker[data-v-5ca1f7e5] {
  margin-bottom: 50px;
}
.view-all[data-v-5ca1f7e5] {
  margin: 0 100px;
}.body[data-v-0b9e4cbd] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}
.container[data-v-0b9e4cbd] {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 600px;
}
.period-picker[data-v-0b9e4cbd] {
  margin-bottom: 50px;
}
.view-all[data-v-0b9e4cbd] {
  margin: 0 100px;
}.wrapper[data-v-4b127fe2] {
  position: relative;
  width: 48px;
  height: 48px;
}
.background-icon[data-v-4b127fe2] {
  width: 100%;
  height: 100%;
}
.icon-container[data-v-4b127fe2] {
  width: inherit;
  height: inherit;
  position: absolute;
  display: flex;
  justify-content: center;
}
.icon[data-v-4b127fe2] {
  max-width: 60%;
}.notification[data-v-2191c80a] {
  padding: 20px 32px;
  display: grid;
  grid-template-columns: 68px auto 20px 62px;
  grid-template-rows: 20px auto;
  gap: 5px;
  background-color: #fff;
}
h3[data-v-2191c80a] {
  grid-row: 1;
  grid-column: 2;
  color: #1b2d3b;
  font-size: 16px;
  letter-spacing: 0.15px;
  font-family: Asap;
  font-weight: 700;
  margin: 0;
  line-height: 22px;
}
.icon-wrapper[data-v-2191c80a] {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  display: flex;
}
.body[data-v-2191c80a] {
  grid-column: 2/4;
  grid-row: 2;
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0;
}
.unread[data-v-2191c80a] {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}
.unread-icon[data-v-2191c80a] {
  width: 8px;
  height: 8px;
  background-color: #eb0008;
  border-radius: 10px;
}
.time[data-v-2191c80a] {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  color: rgba(27, 45, 59, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-family: Roboto;
  font-weight: 400;
  letter-spacing: 0.2px;
}.body[data-v-96e2b112] {
  background-color: #f7f7f7;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 100px;
}
.container[data-v-96e2b112] {
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
.container[data-v-96e2b112] {
    max-width: 300px;
}
}
@media only screen and (min-width: 577px) {
.container[data-v-96e2b112] {
    max-width: 550px;
}
}
@media only screen and (min-width: 769px) {
.container[data-v-96e2b112] {
    max-width: 750px;
}
}
@media only screen and (min-width: 1025px) {
.container[data-v-96e2b112] {
    max-width: 920px;
}
}
.cluster[data-v-96e2b112] {
  max-width: 685px;
  margin: 0 auto;
}
h4[data-v-96e2b112] {
  margin: 0;
  color: #1b2d3b;
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1px;
}
h4 span[data-v-96e2b112] {
  font-family: Roboto;
  font-weight: 400;
}
h2[data-v-96e2b112] {
  color: #1b2d3b;
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
}
.notifications[data-v-96e2b112] {
  margin: 0;
  padding: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
}
.more-btn-container[data-v-96e2b112] {
  display: flex;
  justify-content: center;
  padding: 32px;
}
.link[data-v-96e2b112] {
  text-decoration: none;
}.tabs-wrapper[data-v-7324c41e] {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: calc(100vw - var(--sidebar-width, 255px));
  justify-content: flex-start;
  scroll-behavior: smooth;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  margin-left: 70px;
}
.tabs-wrapper[data-v-7324c41e]::-webkit-scrollbar {
  height: 6px;
}
.tabs-wrapper[data-v-7324c41e]::-webkit-scrollbar-thumb {
  background: #9eabba;
  border-radius: 10px;
  transition: background 0.3s ease, height 0.2s ease;
}
.tabs-wrapper[data-v-7324c41e]::-webkit-scrollbar-thumb:hover {
  background: #71849a;
}
.tabs-wrapper[data-v-7324c41e]::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.tabs[data-v-7324c41e] {
  display: flex;
  gap: 2rem;
  border-bottom: none;
  width: max-content;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1800px) {
.tabs-wrapper[data-v-7324c41e] {
    margin-left: 150px;
    max-width: calc(100vw - 255px);
}
.tabs-wrapper.shrink[data-v-7324c41e] {
    margin-left: 0px;
}
}.card[data-v-0ac94269] {
  width: 200px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 16px;
  margin: 8px 16px 8px 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  justify-content: space-between;
}
.orange[data-v-0ac94269] {
  border: 1.5px solid #d87625;
}
.large[data-v-0ac94269] {
  height: 239px;
}
.small[data-v-0ac94269] {
  height: 213px;
}h1[data-v-31db5016] {
  font-size: 1rem;
  margin: 0;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gatekeeper-label[data-v-31db5016] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
  color: #3c5775;
  text-transform: uppercase;
  position: absolute;
  margin-top: -14px;
}
.duration[data-v-31db5016] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: #9eabba;
}.icon[data-v-58f12c9d] {
  margin-bottom: 4px;
  cursor: pointer;
  border: none;
  background: none;
}
.card-item[data-v-58f12c9d] {
  cursor: pointer;
}
.content[data-v-58f12c9d] {
  display: flex;
  flex-direction: column;
  position: relative;
}
.content h1[data-v-58f12c9d] {
  font-size: 1rem;
  max-width: 300px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 5px;
}
.points[data-v-58f12c9d] {
  background: #e3f2fd;
  border-radius: 16px;
  font-size: 12px;
  color: #1e88e5;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  width: fit-content;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.gatekeeper-label[data-v-58f12c9d] {
  font-size: 11px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -14px;
}
.health-content-list[data-v-58f12c9d] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}.body[data-v-dd70b0df] {
  background-image: url("/img/header-wave-background-2-905c7d6f.svg");
  background-position-y: -3rem;
  background-repeat: no-repeat;
  background-size: contain;
  color: #1b2d3b;
  font-family: Asap;
  font-weight: 700;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: 100px;
}
@media (max-width: 1500px) {
.body[data-v-dd70b0df] {
    background-position-y: 1rem;
}
}
main[data-v-dd70b0df] {
  margin-top: 3rem;
}
@media (min-width: 1800px) {
main[data-v-dd70b0df] {
    margin-left: 12rem;
}
}
.point-cap-tracker[data-v-dd70b0df] {
  display: flex;
  justify-content: flex-start;
  margin-left: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 1800px) {
.point-cap-tracker[data-v-dd70b0df] {
    margin-right: 2rem;
}
}
.items[data-v-dd70b0df] {
  display: flex;
  flex-direction: column;
  margin-left: 10rem;
  margin-top: 16px;
  margin-bottom: 24px;
}
.item[data-v-dd70b0df] {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  padding: 12px;
  width: 100%;
  border: none;
  color: inherit;
  cursor: pointer;
}
.item.success[data-v-dd70b0df] {
  background-color: #edf9f3;
}
.item .icon[data-v-dd70b0df] {
  width: 48px;
  height: 48px;
}
.item .icon.activity[data-v-dd70b0df] {
  color: #85c5ae;
}
.item .label[data-v-dd70b0df] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  align-items: baseline;
  height: 42px;
  cursor: inherit;
}
.item .name[data-v-dd70b0df] {
  grid-row: 1;
  grid-column: 2;
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.end-date[data-v-dd70b0df] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(27, 45, 59, 0.5);
}
.card-item[data-v-dd70b0df] {
  cursor: pointer;
}
.content[data-v-dd70b0df] {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  margin-right: 5rem;
  position: relative;
}
.content h1[data-v-dd70b0df] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  font-size: 1rem;
  max-width: 300px;
  /* stylelint-disable */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 5px;
}
.points[data-v-dd70b0df] {
  background: #f4fbf9;
  border-radius: 16px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  color: #85c5ae;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  width: fit-content;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.gatekeeper-label[data-v-dd70b0df] {
  font-family: Roboto;
  font-weight: 400;
  font-size: 11px;
  color: #3c5775;
  text-transform: uppercase;
  position: absolute;
  margin-top: -14px;
}/* Your styles here */.wrapper[data-v-f94b7744] {
  width: 100%;
}
.header[data-v-f94b7744] {
  font-family: Asap;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1b2d3b;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-items: center;
  align-items: center;
  padding: 60px 70px 27px;
}
.header > div[data-v-f94b7744] {
  grid-column: 1;
}
.button-back[data-v-f94b7744] {
  margin-left: auto;
  cursor: pointer;
}
.title-wrapper[data-v-f94b7744] {
  font-family: Asap;
  font-weight: 700;
  color: #1b2d3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.option[data-v-f94b7744] {
  display: grid;
  justify-content: center;
  margin-top: 3rem;
}
.extra-content[data-v-f94b7744] {
  max-width: 950px;
  margin: 2rem auto 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
  color: #1b2d3b;
}
.contact-fields[data-v-f94b7744] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}
.field[data-v-f94b7744] {
  flex: 1 1 200px;
  max-width: 200px;
}
.field label[data-v-f94b7744] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.field input[data-v-f94b7744] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.field-error[data-v-f94b7744] {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
.consent[data-v-f94b7744] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.consent input[type=checkbox][data-v-f94b7744] {
  margin-right: 0.5rem;
}
.buttons[data-v-f94b7744] {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 20px;
}
.contact-heading[data-v-f94b7744] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #1b2d3b;
}
.error-message[data-v-f94b7744] {
  color: red;
  font-weight: bold;
  text-align: center;
}
.modal-overlay[data-v-f94b7744] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[data-v-f94b7744] {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}
.modal-content p[data-v-f94b7744] {
  word-wrap: break-word;
  white-space: pre-wrap;
  margin-bottom: 1rem;
}
.modal-content button-primary[data-v-f94b7744] {
  display: block;
  margin: 0 auto 0;
}@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ-4a4dbc62.woff2') format('woff2'), url('/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa-fd84f88b.woff') format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg-35dca8a7.woff2') format('woff2'), url('/font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY-8e94758c.woff') format('woff');
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw-c948f126.woff2') format('woff2'), url('/font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ-1c135b15.woff') format('woff');
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY-4f360e71.woff2') format('woff2'), url('/font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel-ae8754b0.woff') format('woff');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE-f89bec78.woff2') format('woff2'), url('/font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE-47b58669.woff') format('woff');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN-6d6d9316.woff2') format('woff2'), url('/font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN-a583d96b.woff') format('woff');
}

.material-symbols-sharp {
  font-family: 'Material Symbols Sharp';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(/font/KFOkCnqEu92Fr1MmgVxIIzQ-34e9582c.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/font/KFOlCnqEu92Fr1MmSU5fBBc--bf14c7d7.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/font/KFOmCnqEu92Fr1Mu4mxM-f2abf7fb.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/font/KFOlCnqEu92Fr1MmEU9fBBc--9ce7f3ac.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/font/KFOlCnqEu92Fr1MmWUlfBBc--e0fd57c0.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(/font/KFOlCnqEu92Fr1MmYUtfBBc--f6537e32.woff) format('woff');
}
