@font-face {
  font-family: open-sans;
  font-style: normal;
  font-weight: 400;
  src: url(/assets-renderer/member-referral-web//fonts/OpenSans/OpenSans-Regular.woff2)
    format("woff2");
}
@font-face {
  font-family: open-sans;
  font-style: normal;
  font-weight: 600;
  src: url(/assets-renderer/member-referral-web//fonts/OpenSans/OpenSans-SemiBold.woff2)
    format("woff2");
}
@font-face {
  font-family: open-sans;
  font-style: normal;
  font-weight: 700;
  src: url(/assets-renderer/member-referral-web//fonts/OpenSans/OpenSans-Bold.woff2)
    format("woff2");
}
html {
  scroll-behavior: auto !important;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: #00ad4a;
  color: #fff;
}
::selection {
  background-color: #00ad4a;
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body,
html {
  height: 100%;
}
body {
  font-family: open-sans, sans-serif;
  font-size: 16px;
  line-height: 1.65em;
  background-color: #ececed;
  color: #333;
  width: 100%;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background: 0 0;
}
input[type="date"] {
  background-image: url(/assets-renderer/member-referral-web//images/dist/icon-calendar.svg);
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
}
.activity-cards .expand-card-wrap {
  height: 345px;
}
.activity-card__media {
  position: relative;
  height: 250px;
  min-height: 250px;
  background-color: #fff;
}
.activity-card__chart {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e6e6e6;
  background: 50% 100% no-repeat;
  background-size: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.activity-card__title {
  position: relative;
  margin-bottom: 0.3rem;
  padding: 1.5rem 1.5rem 0;
  color: #6c757d;
  font-weight: 600;
  font-size: 25px;
  line-height: 1em;
}
.activity-card__number {
  position: relative;
  padding: 0 1.5rem;
  color: #6c757d;
  font-weight: 700;
  font-size: 35px;
  line-height: 1em;
}
.activity-card__icon {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}
.activity-card.expand-card .card-header {
  padding: 1.5rem 1.5rem;
}
.activity-card.expand-card.open .activity-card__icon {
  opacity: 0;
}
.activity-card.expand-card.open .card-body {
  padding-top: 0;
}
.earnings-card {
  height: 325px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.earnings-card__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 230px;
  min-height: 230px;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #00ad4a 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.earnings-card__summary {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
}
.earnings-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
}
.earnings-card .card-header {
  width: 100%;
  padding: 1.5rem;
  border: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.earnings-card .card-header .card-title {
  margin-bottom: 0;
}
.earnings-card-link {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 375px) {
  .activity-card.expand-card .card-header {
    padding: 1.5rem 1rem;
  }
}
.page-wrap.is-navbar {
  padding-bottom: 105px;
}
.overlay-blur {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.overlay-blur.open {
  z-index: 9;
  opacity: 1;
  pointer-events: auto;
}
.card {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.card:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.card .card-title {
  margin: 0 0 0.7rem;
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
}
.card .card-subtitle {
  margin: 0 0 0.3rem;
  color: #888;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.card .card-text {
  margin: 0;
  color: #888;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429em;
}
.card .badge {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 16px;
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  background-color: #ededef;
  color: #0a7afe;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .card {
    position: relative;
  }
  .card:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  .page-wrap.is-navbar {
    padding-bottom: 85px;
  }
}
@media (max-width: 413.98px) {
  .page-wrap.is-navbar {
    padding-bottom: 75px;
  }
}
.contacts-header {
  background: #f6f6f6;
}
.contacts-header__image {
  margin-right: calc((var(--bs-gutter-x) / 2) * -1);
  margin-left: calc((var(--bs-gutter-x) / 2) * -1);
}
.contacts-header__image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts-content {
  background: #fff;
}
.contacts-content__inner {
  height: 100%;
  padding: 1.5rem 1rem;
}
.contacts-content__title {
  margin: 0 0 1.5rem;
  color: #010100;
  font-weight: 600;
  font-size: 25px;
}
.contacts-content__bottom {
  padding-top: 20px;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}
.import-contacts-list {
  position: relative;
  padding: 1.5rem 0.5rem;
}
.privacy-policy-link {
  position: absolute;
  top: 2.25rem;
  right: 2rem;
}
.privacy-policy-link a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: underline;
}
.privacy-policy-link a:after {
  content: url(/assets-renderer/member-referral-web/images/dist/icon-lock.svg);
  position: relative;
  top: 1px;
  margin-left: 4px;
}
.privacy-policy-link a:hover {
  color: #000;
}
@media (min-width: 768px) {
  .contacts-content {
    min-height: calc(
      100vh - var(--pageHeader-vh, 1vh) - var(--siteNav-vh, 1vh)
    );
  }
  .contacts-content__inner {
    padding: 2rem 2.5rem 2rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .privacy-policy-link {
    position: relative;
    top: -1rem;
    right: auto;
  }
}
@media (min-width: 992px) {
  .contacts-main {
    overflow-x: hidden;
  }
  .import-contacts-list {
    margin-right: calc((var(--bs-gutter-x) / 2) * -1);
    padding: 1.5rem;
  }
  .privacy-policy-link {
    top: 1.8rem;
    right: 1.65rem;
  }
  .privacy-policy-link a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .import-contacts-list {
    padding: 2rem;
  }
  .privacy-policy-link {
    top: 2.25rem;
    right: 2rem;
  }
  .privacy-policy-link a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contacts-header__image img {
    width: 100%;
  }
  .import-contacts-list {
    padding: 1.5rem 0.5rem;
  }
  .contacts-content__inner {
    padding: 1.5rem 0.5rem;
  }
  .privacy-policy-link {
    top: 1.7rem;
    right: 0.5rem;
  }
  .privacy-policy-link a {
    font-size: 13px;
  }
}
.earned-rewards .total-rewards {
  background: #1bc690
    url(/assets-renderer/member-referral-web//images/dist/card-bg-accent2.png)
    50% repeat;
  color: #fff;
}
.earned-rewards .total-rewards__inner {
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.earned-rewards .total-rewards__summary {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
}
.earned-rewards .total-rewards__title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3em;
}
.earned-rewards .total-rewards__button .btn-light {
  max-width: 260px;
  width: 100%;
  padding: 0.72rem 1.5rem;
  border: 0;
  border-radius: 3rem;
  background-color: #fff;
  color: #00ad4a;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  -o-transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
  text-decoration: none;
}
.earned-rewards .total-rewards__button .btn-light:hover {
  background: #ececed;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.earned-rewards .rewards-details {
  background: #fff;
}
.earned-rewards .rewards-details__inner {
  height: 100%;
  padding: 1.5rem 1rem;
  overflow-y: scroll;
}
.earned-rewards .rewards-details__title {
  margin: 0 0 1.5rem;
  color: #010100;
  font-weight: 600;
  font-size: 25px;
}
.earned-rewards .rewards-details__bottom {
  padding-top: 20px;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}
.rewards-list {
  max-width: 500px;
  margin: 0 auto;
}
#redeemModal .modal-content {
  border-radius: 1rem;
}
#redeemModal .modal-body {
  padding: 3rem 2rem;
}
.redeemModal-confirm {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.redeemModal-confirm h4 {
  margin: 0 0 1.5rem;
  color: #010100;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.35em;
}
.redeemModal-confirm .btn {
  max-width: 300px;
  margin: 0 auto 10px;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}
.redeemModal-confirm .btn:last-child {
  margin-bottom: 0;
}
.redeemModal-confirm .btn-success {
  background-color: #00ad4a;
}
.redeemModal-confirm .btn-success:hover {
  background-color: #009540;
}
.redeemModal-confirm .btn-light {
  color: #6c757d;
}
.redeemModal-confirm .btn-light:hover {
  background-color: #ececed;
}
@media (min-width: 992px) {
  .earned-rewards {
    overflow: hidden;
  }
  .earned-rewards .total-rewards__inner {
    padding: 3rem;
  }
  .earned-rewards .rewards-details__inner {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .earned-rewards {
    height: calc(100vh - var(--pageHeader-vh, 1vh) - var(--siteNav-vh, 1vh));
  }
}
@media (max-width: 374.98px) {
  .earned-rewards .rewards-details__bottom {
    font-size: 18px;
  }
}
.card-badge-earn {
  width: 50%;
  padding: 0.5rem;
  background-color: #00ad4a;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 1em;
}
.card-badge-earn small {
  font-size: 15px;
}
.card-badge-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 0.5rem 0.1rem;
  background-color: #0097db;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.3px;
  line-height: 1em;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.card-badge-featured img {
  margin-top: -2px;
  margin-right: 3px;
}
.expand-card-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.expand-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.expand-card .card-header {
  width: 100%;
  padding: 1rem 1rem;
  border: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expand-card .card-title {
  margin-bottom: 0;
  color: #222;
  letter-spacing: -0.3px;
  line-height: 1.2em;
}
.expand-card .card-title .deal-location,
.expand-card .card-title .deal-price {
  display: block;
}
.expand-card .card-title .deal-location {
  font-size: 23px;
}
.expand-card .card-title .deal-price {
  font-size: 19px;
}
.expand-card .card-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #555 50% no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.expand-card .card-media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  border-radius: 0 0 0.5rem 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.expand-card .card-text {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 0.7rem 7rem 0.9rem 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 80%);
  letter-spacing: -0.3px;
  line-height: 1.45em;
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
}
.expand-card .card-badges {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.expand-card .card-body {
  display: none;
  opacity: 0;
  padding: 1.5rem;
}
.expand-card .card-footer {
  margin-top: 20px;
  padding: 20px 0 0;
  background: 0 0;
}
.expand-card .card-footer-title {
  margin-bottom: 15px;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
}
.expand-card .card-footer-text {
  color: #707070;
  font-size: 14px;
  line-height: 1.4em;
}
.expand-card .card-footer-text .accent {
  color: #00ad4a;
}
.expand-card .expand-card-open {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-decoration: underline;
}
.expand-card .expand-card-open:hover {
  text-decoration: none;
}
.expand-card .expand-card-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 1rem;
  text-decoration: underline;
}
.expand-card.open {
  z-index: 99;
  border-radius: 0;
  -webkit-overflow-scrolling: touch;
}
.expand-card.open .expand-card__inner {
  overflow-y: scroll;
}
.expand-card.open .card-body {
  opacity: 1;
}
.expand-card.open .card-media {
  border-radius: 0;
}
.expand-card.open .card-text {
  padding: 0.7rem 1rem 0.9rem;
  display: none;
}

.offer-terms-list {
  margin: 10px 0px 0px 0;
  padding: 0;
}

.featured-card .open .card-header {
  position: absolute !important;
  bottom: 0px;
  z-index: 9999;
}

.offer-terms-list li {
  list-style-type: none;
  font-size: 11px;
  line-height: 16px;
  margin-top: 5px;
  color: rgb(0 0 0 / 60%);
}

.open .card-media {
  height: 230px !important;
}
.expand-card.open .badge {
  opacity: 0;
}
@media (min-width: 1200px) {
  .expand-card.open {
    margin-top: 0 !important;
  }
  .expand-card.open:hover {
    margin-top: 0 !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 375px) {
  .expand-card .card-body {
    padding: 1.5rem 1rem;
  }
  .expand-card .card-text {
    font-size: 14px;
  }
}
.home-card__media {
  position: relative;
}
.home-card .card-body {
  position: relative;
  z-index: 2;
  padding: 1.4rem 1.4rem;
}
.home-card .card-img,
.home-card .card-img-top {
  height: 255px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-card.featured {
  height: 418px;
}
.home-card.featured:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% / 4);
  border-radius: 0 0 0.5rem 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(19, 71, 129, 0)),
    to(#134781)
  );
  background: -o-linear-gradient(top, rgba(19, 71, 129, 0) 0, #134781 100%);
  background: linear-gradient(to bottom, rgba(19, 71, 129, 0) 0, #134781 100%);
}
.home-card.featured .card-img {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 0.5rem;
}
.home-card.featured .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-card.featured .card-subtitle,
.home-card.featured .card-title {
  color: #fff;
}
.home-card .card-link {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-featured-card__titles {
  margin-bottom: 20px;
}
.home-featured-card__desc {
  margin-top: auto;
  margin-bottom: -0.5rem;
  padding-right: 4rem;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429em;
}
@media (min-width: 768px) {
  .home-card .card-body {
    min-height: 162px;
  }
  .home-card .card-img,
  .home-card .card-img-top {
    height: 250px;
  }
  .home-card.featured {
    height: calc(100% - 2rem);
  }
  .home-card.featured .card-img {
    border-radius: 0.5rem;
  }
}
@media (min-width: 992px) {
  .home-card .card-img,
  .home-card .card-img-top {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .home-card .card-img,
  .home-card .card-img-top {
    height: 225px;
  }
}
.app-list-group .item {
  display: none;
  position: relative;
  margin-bottom: 1.4rem;
}
.app-list-group .item:before {
  content: "";
  position: absolute;
  bottom: -0.65rem;
  left: calc(44px + 0.8125rem);
  right: 0;
  height: 1px;
  background-color: #dcdadc;
}
.app-list-group .item.last-item {
  margin-bottom: 0.5rem;
}
.app-list-group .item.last-item:before {
  display: none;
}
.app-list-group .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.app-list-group .item-icon {
  margin-right: 0.8125rem;
}
.app-list-group .type-pic img,
.app-list-group .type-pic svg {
  width: 46px;
  height: 46px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.app-list-group .type-counter span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #ededef;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.app-list-group .item-content {
  margin-right: 0.8125rem;
  padding-top: 0.2rem;
}
.app-list-group .item-title {
  margin-bottom: 3px;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.39em;
}
.app-list-group .item-title .ref-status {
  color: #3990f3;
  font-weight: 700;
  white-space: nowrap;
}
.app-list-group .item-title .deal-name,
.app-list-group .item-title .deal-price {
  display: block;
}
.app-list-group .item-text {
  color: #8e9092;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35em;
}
.app-list-group .item-text .accent {
  color: #00ad4a;
  font-weight: 700;
}
.app-list-group .item-button {
  margin-left: auto;
  padding-top: 0.45rem;
}
.app-list-group .item-button a {
  display: inline-block;
  padding: 0.5rem 1.05rem;
  border-radius: 30px;
  background-color: #ededef;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}
.app-list-group .item-button.item-disabled a {
  opacity: 0.5;
  cursor: default;
}
.app-list-group .item-shares {
  margin-left: auto;
  padding-top: 0.45rem;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
}
.app-list-group .item-reward {
  margin-left: auto;
  padding-top: 0.45rem;
  color: #1e1d1d;
  font-weight: 700;
  font-size: 18px;
}
.app-list-group__btn {
  padding-top: 0.5rem;
  text-align: center;
}
.app-list-group__btn.btn-viewLess {
  display: none;
}
.app-list-group__btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #0a7afe;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.app-list-group__btn a:hover {
  background-color: #eee;
}
.ref-purchased .type-pic img,
.ref-purchased .type-pic svg {
  border-color: #00ad4a;
}
.ref-purchased .item-title .ref-status {
  color: #00ad4a;
}
.loading-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 40px 20px;
  background: #084f70 50% no-repeat;
  background-image: url(/assets-renderer/member-referral-web//images/dist/loading-bg.jpg);
  background-image: -webkit-image-set(
    url(/assets-renderer/member-referral-web//images/dist/loading-bg.jpg) 1x,
    url(/assets-renderer/member-referral-web//images/dist/loading-bg@2x.jpg) 2x
  );
  background-image: image-set(
    url(/assets-renderer/member-referral-web//images/dist/loading-bg.jpg) 1x,
    url(/assets-renderer/member-referral-web//images/dist/loading-bg@2x.jpg) 2x
  );
  background-size: cover;
  color: #fff;
}
.loading-main__top {
  width: 100%;
  margin: 0;
}
.loading-main__bottom {
  width: 100%;
  margin: auto 0 0;
  text-align: center;
}
.loading-main__content {
  width: calc(100% + 40px);
  height: 500px;
  margin: 0 -20px 20px;
  background: url(/assets-renderer/member-referral-web//images/dist/loading-main-img.png)
    50% no-repeat;
  background-image: -webkit-image-set(
    url(/assets-renderer/member-referral-web//images/dist/loading-main-img.png)
      1x,
    url(/assets-renderer/member-referral-web//images/dist/loading-main-img@2x.png)
      2x
  );
  background-image: image-set(
    url(/assets-renderer/member-referral-web//images/dist/loading-main-img.png)
      1x,
    url(/assets-renderer/member-referral-web//images/dist/loading-main-img@2x.png)
      2x
  );
  background-size: auto 100%;
}
.loading-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
}
.loading-title i {
  margin-right: 5px;
}
.start-logo {
  margin-bottom: 20px;
  text-align: center;
}
.start-logo img,
.start-logo svg {
  margin: 0 auto;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media (min-width: 768px) {
  .loading-main {
    background-image: url(/assets-renderer/member-referral-web//images/dist/loading-bg-full.jpg);
    background-image: -webkit-image-set(
      url(/assets-renderer/member-referral-web//images/dist/loading-bg-full.jpg)
        1x,
      url(/assets-renderer/member-referral-web//images/dist/loading-bg-full@2x.jpg)
        2x
    );
    background-image: image-set(
      url(/assets-renderer/member-referral-web//images/dist/loading-bg-full.jpg)
        1x,
      url(/assets-renderer/member-referral-web//images/dist/loading-bg-full@2x.jpg)
        2x
    );
  }
  .loading-main__content {
    height: 650px;
  }
}
@media (max-width: 374.98px) {
  .loading-main {
    padding: 20px 20px 30px;
  }
  .loading-main__content {
    height: 400px;
  }
  .start-logo {
    margin-bottom: 10px;
  }
}
.site-menu {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 15px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  overflow: hidden;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
}
.site-menu__item {
  position: relative;
  z-index: 11;
  padding: 0 10px;
  text-align: center;
}
.site-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #808285;
  text-decoration: none;
}
.site-menu__item a .ico {
  display: block;
  margin-bottom: 7px;
}
.site-menu__item a .ico img,
.site-menu__item a .ico svg {
  display: block;
  width: auto;
  height: 17px;
  margin: 0 auto;
}
.site-menu__item a .txt {
  display: block;
  font-weight: 600;
  font-size: 11px;
  line-height: 1em;
}
.site-menu__item:not(.earn-btn) a {
  width: 47px;
}
.site-menu__item:not(.earn-btn) a:focus,
.site-menu__item:not(.earn-btn) a:hover {
  color: #0097db;
}
.site-menu__item:not(.earn-btn) a:focus .ico img,
.site-menu__item:not(.earn-btn) a:hover .ico img {
  -webkit-filter: invert(45%) sepia(68%) saturate(2273%) hue-rotate(169deg)
    brightness(92%) contrast(101%);
  filter: invert(45%) sepia(68%) saturate(2273%) hue-rotate(169deg)
    brightness(92%) contrast(101%);
}
.site-menu__item.earn-btn a {
  width: 65px;
  height: 65px;
  border-radius: 65px;
  background-color: #00ad4a;
  color: #fff;
}
.site-menu__item.earn-btn a:focus,
.site-menu__item.earn-btn a:hover {
  background-color: #0097db;
}
.site-menu__item.earn-btn a .ico {
  margin-bottom: 5px;
}
.site-menu__item.current:not(.earn-btn) a {
  color: #0097db;
}
.site-menu__item.current:not(.earn-btn) a .ico img {
  -webkit-filter: invert(45%) sepia(68%) saturate(2273%) hue-rotate(169deg)
    brightness(92%) contrast(101%);
  filter: invert(45%) sepia(68%) saturate(2273%) hue-rotate(169deg)
    brightness(92%) contrast(101%);
}
.site-menu__item.current.earn-btn a {
  background-color: #0097db;
  color: #fff;
}
@media (min-width: 768px) {
  .site-menu {
    position: fixed;
    padding: 10px 15px;
  }
  .site-menu__item {
    padding: 0 15px;
  }
}
@media (max-width: 413.98px) {
  .site-menu {
    padding: 10px 10px;
  }
  .site-menu__item {
    padding: 0 10px;
  }
  .site-menu__item a .ico {
    margin-bottom: 5px;
  }
  .site-menu__item a .txt {
    font-size: 10px;
  }
  .site-menu__item:not(.earn-btn) a {
    width: 44px;
  }
  .site-menu__item.earn-btn a {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
  .site-menu__item.earn-btn a .ico {
    margin-bottom: 3px;
  }
}
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}
.page-header__profile a {
  display: block;
}
.page-header__profile a:focus,
.page-header__profile a:hover {
  text-decoration: none;
}
.page-header__profile svg {
  display: block;
  width: 50px;
  height: 50px;
}
.page-header__profile--border {
  fill: none;
  stroke: #b3b3b3;
  stroke-width: 2;
}
.page-title h1 {
  margin: 0;
  color: #010100;
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
}
.page-subtitle {
  margin-bottom: 0.46rem;
  color: #87888a;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
}
.payout-initialed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  background-color: #fff;
  text-align: center;
}
.payout-initialed__inner {
  max-width: 450px;
  max-resolution: res;
}
.payout-initialed__title {
  margin-bottom: 0.7rem;
  color: #010100;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3em;
}
.payout-initialed__text {
  margin-bottom: 2rem;
  color: #010100;
  font-size: 16px;
  line-height: 1.5em;
}
.payout-initialed__image {
  margin-bottom: 3rem;
}
.payout-initialed__button {
  width: 100%;
}
.payout-initialed__button .btn {
  max-width: 300px;
  margin: 0 auto 10px;
  padding: 0.72rem 1rem;
  border: 0;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
}
.payout-initialed__button .btn:last-child {
  margin-bottom: 0;
}
.payout-initialed__button .btn-success {
  background-color: #00ad4a;
}
.payout-initialed__button .btn-success:hover {
  background-color: #009540;
}
.profile-header {
  position: relative;
  background: #fff;
  border-right: 1px solid #ddd;
}
.profile-header__image {
  position: relative;
  margin-right: calc((var(--bs-gutter-x) / 2) * -1);
  margin-left: calc((var(--bs-gutter-x) / 2) * -1);
}
.profile-header__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.profile-header__button {
  margin-top: 1.5rem;
  margin-right: calc((var(--bs-gutter-x) / 2) * -1);
  text-align: center;
}
.profile-header__button .btn-light {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0.7rem 1.5rem;
  border: 1px solid #eee;
  border-radius: 3rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #00ad4a;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.profile-header__button .btn-light:hover {
  border-color: #00ad4a;
  background-color: #00ad4a;
  color: #fff;
}
.change-image-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.profile-content {
  background: #fff;
}
.profile-content__inner {
  height: 100%;
  padding: 1.5rem 1rem;
}
.profile-content__title {
  margin: 0 0 1.5rem;
  color: #010100;
  font-weight: 600;
  font-size: 25px;
}
.profile-content__bottom {
  padding-top: 20px;
  color: #6c757d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}
.profile-form {
  padding-top: 1rem;
}
.profile-form fieldset {
  margin-bottom: 1.2rem;
}
.profile-form h4 {
  margin: 0 0 15px;
  color: #010100;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
}
.profile-form .form-group {
  margin-bottom: 1.2rem;
}
.profile-form .form-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
}
.profile-form .form-submit {
  margin-bottom: 2rem;
}
.profile-form .form-submit .btn-success {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0.8rem 1.5rem;
  border: 0;
  border-radius: 3rem;
  background-color: #00ad4a;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    -webkit-transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    -webkit-transform 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    transform 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s,
    transform 0.2s, -webkit-transform 0.2s;
}
.profile-form .form-submit .btn-success:hover {
  background-color: #009540;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media (min-width: 992px) {
  .profile-main {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .profile-content {
    min-height: calc(100vh - var(--siteNav-vh, 1vh));
  }
  .profile-content__inner {
    padding: 2rem 2.5rem 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .profile-header__button {
    position: absolute;
    bottom: 1.3rem;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .profile-header__button .btn-light {
    background-color: #fff;
  }
  .profile-content__inner {
    padding: 0.5rem 0.5rem;
  }
  .profile-form {
    padding-top: 0;
  }
  .profile-form h4 {
    margin-bottom: 15px;
  }
  .profile-form .form-group {
    margin-bottom: 0.7rem;
  }
}
.share-cards .expand-card-wrap {
  height: 370px;
}
.share-cards .expand-card .card-media {
  height: 264px;
  min-height: 264px;
}
.share-cards .app-list-group {
  padding-top: 20px;
}
.featured-card .expand-card-wrap {
  height: 420px;
}
.featured-card .expand-card .card-header {
  position: relative;
  border-radius: 0;
  background-color: transparent;
}
.featured-card .expand-card .card-header .card-subtitle,
.featured-card .expand-card .card-header .card-title {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.featured-card .expand-card .card-media {
  position: relative;
  height: 420px;
  min-height: 420px;
  padding-top: 1.25rem;
}
.featured-card .expand-card .card-media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.featured-card .expand-card.open .card-badge-featured {
  opacity: 0;
}
@media (min-width: 768px) {
  .featured-card .expand-card-wrap {
    height: 370px;
  }
  .featured-card .expand-card .card-media {
    height: 370px;
    min-height: 370px;
  }
}
.sortBy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  color: #737475;
  font-weight: 700;
  font-size: 15px;
  line-height: 1em;
}
.sortBy__label {
  margin-right: 5px;
}
.sortBy__option {
  position: relative;
  color: #737475;
  text-decoration: none;
}
.sortBy__option:hover {
  color: #737475;
  text-decoration: underline;
}
.sortBy__option:after {
  content: url(/assets-renderer/member-referral-web/images/dist/icon-arrow-down.svg);
  margin-left: 5px;
}
.sortBy__buttons {
  padding-bottom: 0.5rem;
}
.sortBy__buttons .btn {
  margin: 0 0.4rem;
  padding: 0.8rem 2.5rem;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.sortBy__buttons .btn-light {
  background-color: #ededef;
  color: #6a757e;
}
.sortBy__buttons .btn-success {
  background-color: #00ad4a;
}
#sortByModal.modal {
  overflow: hidden !important;
}
#sortByModal.modal .modal-dialog {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  margin: 0 auto;
}
#sortByModal.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
#sortByModal.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#sortByModal .modal-body {
  padding: 0;
}
#sortByModal .modal-content {
  border: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
#sortByModal .list-group {
  border-radius: 0.5rem 0.5rem 0 0;
}
#sortByModal .list-group-item {
  padding: 0.7rem 2rem;
  color: #1e1d1d;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}
#sortByModal .list-group-item.active {
  border: 0;
  background-color: #0097db;
  color: #fff;
}
#sortByModal .form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.start-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 40px 20px;
  background: #084f70 50% no-repeat;
  background-image: url(/assets-renderer/member-referral-web//images/dist/start-bg.jpg);
  background-image: -webkit-image-set(
    url(/assets-renderer/member-referral-web//images/dist/start-bg.jpg) 1x,
    url(/assets-renderer/member-referral-web//images/dist/start-bg@2x.jpg) 2x
  );
  background-image: image-set(
    url(/assets-renderer/member-referral-web//images/dist/start-bg.jpg) 1x,
    url(/assets-renderer/member-referral-web//images/dist/start-bg@2x.jpg) 2x
  );
  background-size: cover;
  color: #fff;
}
.start-main__top {
  width: 100%;
  margin: 0;
}
.start-main__bottom {
  width: 100%;
  margin: auto 0 0;
}
.start-logo {
  margin-bottom: 20px;
  text-align: center;
}
.start-logo img,
.start-logo svg {
  margin: 0 auto;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.start-slogan {
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1em;
  text-align: center;
}
.start-button {
  display: block;
  max-width: 340px;
  margin: auto auto 0;
}
.start-button a {
  display: block;
  padding: 15px 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #00ad4a;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.start-button a:focus,
.start-button a:hover {
  background-color: #00ad4a;
  color: #fff;
}
@media (min-width: 768px) {
  .start-main {
    background-image: url(/assets-renderer/member-referral-web//images/dist/start-bg-full.jpg);
    background-image: -webkit-image-set(
      url(/assets-renderer/member-referral-web//images/dist/start-bg-full.jpg)
        1x,
      url(/assets-renderer/member-referral-web//images/dist/start-bg-full@2x.jpg)
        2x
    );
    background-image: image-set(
      url(/assets-renderer/member-referral-web//images/dist/start-bg-full.jpg)
        1x,
      url(/assets-renderer/member-referral-web//images/dist/start-bg-full@2x.jpg)
        2x
    );
  }
}
@media (max-width: 374.98px) {
  .start-main {
    padding: 20px 20px 30px;
  }
  .start-logo {
    margin-bottom: 10px;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-warning {
  color: #856200;
  background-color: #fff2cc;
  border-color: #ffecb8;
}

.hide-before {
  display: none !important;
}

.hide-before:before {
  display: none !important;
}

.card-min {
  min-height: 221px !important;
}

.home-cards-height {
  height: calc(100% - 2rem);
}

.home-share-button {
  background-color: #009540;
  text-align: center;
  color: white;
  padding: 15px;
  z-index: 1;
  /* border-radius: 0 0 4rem 4rem; */
  font-weight: 700;
  font-size: 20px;
}

.home-card.featured {
  border-radius: 0.5rem 0.5rem 2rem 2rem;
  /* background-color: #084f70; */
  overflow: auto;
  z-index: 999;
  /* border: solid 2px rgba(255, 255, 255, 0.514); */
}

.home-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 20%);
  z-index: 888;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media (min-width: 800px) {
  .home-card.featured {
    height: calc(100% + 1rem);
  }
}
