#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
  padding: 15px 30px 30px;
  border-radius: 6px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s linear, background-color 0.2s ease-in-out;
}
.toast:last-child {
  position: relative;
  pointer-events: all;
}
.toast:nth-last-child(2) {
  transform: translateY(-55px);
}
.toast:nth-last-child(3) {
  transform: translateY(-110px);
}
.toast:nth-last-child(4) {
  transform: translateY(-165px);
}
.toast:nth-last-child(5) {
  transform: translateY(-220px);
}
.toast:nth-last-child(6) {
  transform: translateY(-275px);
}
.toast:nth-last-child(7) {
  transform: translateY(-330px);
}
.toast:nth-last-child(8) {
  transform: translateY(-385px);
}
.toast-success {
  background-color: rgba(8, 115, 69, 0.95);
  color: #FFFFFF;
}
.toast-success:hover {
  background-color: #087345;
}
.toast-error {
  background-color: rgba(220, 0, 45, 0.95);
  color: #FFFFFF;
}
.toast-error:hover {
  background-color: #dc002d;
}
.toast-info {
  background-color: rgba(36, 70, 141, 0.95);
  color: #FFFFFF;
}
.toast-info:hover {
  background-color: #24468d;
}
.toast-warning {
  background-color: rgba(225, 180, 0, 0.95);
  color: #FFFFFF;
}
.toast-warning:hover {
  background-color: #e1b400;
}
.toast-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}
.toast-message {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  font-size: 15px;
}
.toast-message a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}
.toast-message a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.toast-message p,
.toast-message ol,
.toast-message ul,
.toast-message blockquote {
  padding: 0;
  margin: 0;
}
.toast-message p {
  margin-bottom: 15px;
}
.toast-message p:last-child {
  margin-bottom: 0;
}
.toast-message label {
  color: #304b50;
}
.toast-message .btn {
  width: 100%;
  text-decoration: none;
}
.toast-message .btn + .btn {
  margin-top: 10px;
}
.toast-close-button {
  position: absolute;
  right: 12px;
  top: 4px;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.toast:not(:last-child) .toast-close-button {
  opacity: 0.7;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-bottom-full-width {
  bottom: 30px;
  right: 12px;
  left: 12px;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 940px) {
  #toast-container {
    left: 45px;
    right: 45px;
    bottom: 50px;
  }
  .toast {
    padding-bottom: 55px;
  }
  .toast-message,
  .toast-title {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 317px;
    position: relative;
    font-size: 18px;
  }
  .toast-message .btns,
  .toast-title .btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
  }
}
.reward-detail__hr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: calc(100% + 15px);
}
.reward-detail--bold {
  font-weight: 600;
}
.reward-detail__pic {
  aspect-ratio: 1;
  position: relative;
}
.reward-detail__pic:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-detail__img {
  width: 100%;
  border-radius: 3px;
  aspect-ratio: 1;
  display: block;
}
.reward-detail__text {
  font-size: 15px;
}
.reward-detail__price {
  font-size: 22px;
  font-weight: 600;
}
.reward-details__price-info {
  font-size: 13px;
  color: #808080;
  line-height: 1;
}
.reward-detail__content {
  flex-direction: column;
  display: none;
}
body.js .reward-detail__content {
  display: flex;
}
.reward-detail__content-info-box {
  margin-bottom: 30px;
  padding: 15px;
  font-weight: 600;
}
.reward-detail__content-info-box .reward-detail__link {
  color: #06E481;
}
.reward-detail__content-info-box .reward-detail__content-info-box-icon {
  top: 2px;
  position: relative;
}
.reward-detail__desc {
  margin-bottom: 15px;
}
.reward-details__options {
  display: flex;
  margin-left: -15px;
  margin-right: 15px;
  width: calc(100% +  30px);
}
.reward-details__options--readonly {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 15px;
}
.reward-details__options-label {
  font-weight: 600;
}
.reward-details__amount {
  width: 16.66666667%;
  min-width: 80px;
  display: flex;
}
.reward-details__amount > :last-child {
  margin-bottom: 0;
  margin-top: auto;
}
.reward-details__variants {
  flex-grow: 1;
  position: relative;
}
.reward-details__variants > :last-child {
  margin-bottom: 0;
}
.reward-details__error {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 13px;
}
.reward-details__delivery {
  font-size: 13px;
}
@media (max-width: 767px) {
  .reward-detail__pic:after {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .reward-detail__img {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .reward-details__delivery {
    text-align: center;
  }
}
@media (max-width: 939px) {
  .reward-detail__pic {
    margin: 0 -15px 30px;
    width: calc(100% +  30px);
  }
  .reward-details__options--readonly {
    margin-bottom: 15px;
  }
  .reward-detail__status {
    margin-bottom: 1rem;
    text-align: right;
  }
}
@media (min-width: 940px) {
  .reward-detail__hr {
    justify-content: space-between;
  }
  .reward-detail__price {
    font-size: 28px;
  }
  .reward-detail__text {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .reward-details__delivery {
    align-items: center;
  }
}
.simple-tabs {
  font-size: 18px;
  font-weight: 700;
}
.simple-tabs.simple-tabs + * {
  margin-top: 0;
}
.simple-tabs__nav-container {
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
}
.simple-tabs__nav {
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 60px;
}
.simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 30px;
}
.simple-tabs__nav-item:after {
  content: " ";
  display: block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #304b50;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.simple-tabs__nav-item:hover {
  text-decoration: none;
}
.simple-tabs__nav-item:hover:after {
  transform: scale(1);
}
.simple-tabs__nav-item--active {
  pointer-events: none;
}
.simple-tabs__nav-item--active:after {
  transform: scaleX(1);
}
.simple-tabs--small {
  font-weight: 400;
  font-size: 15px;
}
.simple-tabs--small .simple-tabs__nav-container {
  height: 40px;
}
.simple-tabs--small .simple-tabs__nav-item:after {
  height: 1.5px;
}
.simple-tabs--small .simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 15px;
}
.simple-tabs__email {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.simple-tabs__count {
  display: inline-block;
  background: #f1f1f1;
  padding: 0.27777778em 0.27777778em 0.16666667em 0.27777778em;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0.22222222em;
}
.simple-tabs__breadcrumb {
  flex-shrink: 0;
  margin: 2px 15px 0;
}
.section-bg {
  padding: 45px 0 50px;
  background-color: #FFFFFF;
}
.section-bg--white {
  background-color: #FFFFFF;
}
.zoom-slider__zoom-icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  pointer-events: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
.zoom-slider__nav.zoom-slider__nav {
  width: calc(100% - 140px);
  left: 70px;
  bottom: 32.5px;
}
.zoom-item__img {
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}
.zoom-item__img--hidden {
  display: none;
}
.zoom-item__lens {
  position: absolute;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.zoom-item__result {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 1;
  opacity: 0;
  background-position: center;
}
.zoom-item__result--active {
  opacity: 1;
}
.spinner {
  animation: spin 0.75s infinite linear;
}
.spinner--border {
  width: 22px;
  height: 22px;
  border: 2px solid #304b50;
  border-left-color: transparent;
  border-radius: 50%;
  margin-bottom: 25px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.planned-activation-countdown__time {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 940px) {
  .planned-activation-countdown__time {
    font-size: 34px;
  }
}
.planned-activation-countdown__text {
  opacity: 0.8;
}
.bars-icon {
  position: relative;
  display: inline-flex;
  height: 100%;
  width: 100%;
}
.bars-icon--xs {
  width: 10px;
  height: 9px;
}
.bars-icon--s {
  width: 12px;
  height: 11px;
}
.bars-icon--m {
  width: 14px;
  height: 13px;
}
.bars-icon--l {
  width: 20px;
  height: 19px;
}
.bars-icon--xl {
  width: 24px;
  height: 23px;
}
.bars-icon__bar {
  background-color: #CCCCCC;
  height: 100%;
  flex-grow: 1;
  border-radius: 3px;
}
.bars-icon__bar + .bars-icon__bar {
  margin-left: 2px;
}
.bars-icon__bar--white {
  background-color: #FFFFFF;
}
.bars-icon__bar--primary {
  background-color: #304b50;
}
.reward-unlock-bar {
  width: 100%;
}
.reward-unlock-bar__bar {
  height: 15px;
  border-radius: 7.5px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.reward-unlock-bar__bar--large {
  height: 18px;
  border-radius: 9px;
}
.reward-unlock-bar__bar--dark {
  background-color: #e4e4e4;
}
.reward-unlock-bar__progress {
  width: 0;
  height: 100%;
  border-radius: 9px;
  background-color: #24468D;
  transition: width 1s linear;
}
.reward-well__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.reward-well__btns {
  width: 100%;
}
.reward-well__text {
  font-size: 18px;
}
.reward-well__text--small {
  font-size: 13px;
}
/**
 * Text Sizes
 */
.sn-text-xsmall.sn-text-xsmall.sn-text-xsmall.sn-text-xsmall {
  font-size: 12px;
}
.sn-text-small.sn-text-small.sn-text-small.sn-text-small {
  font-size: 13px;
}
.sn-text-base.sn-text-base.sn-text-base.sn-text-base {
  font-size: 15px;
}
.sn-text-large.sn-text-large.sn-text-large.sn-text-large {
  font-size: 18px;
}
.sn-text-xlarge.sn-text-xlarge.sn-text-xlarge {
  font-size: 20px;
}
.sn-text-xxlarge.sn-text-xxlarge.sn-text-xxlarge {
  font-size: 22px;
}
.sn-text-xxxlarge.sn-text-xxxlarge.sn-text-xxxlarge {
  font-size: 28px;
}
.sn-text-xxxxlarge.sn-text-xxxxlarge.sn-text-xxxxlarge {
  font-size: 38px;
}
@media (min-width: 768px) {
  .sn-text-sm-base.sn-text-sm-base.sn-text-sm-base.sn-text-sm-base {
    font-size: 15px;
  }
  .sn-text-sm-large.sn-text-sm-large.sn-text-sm-large.sn-text-sm-large {
    font-size: 18px;
  }
  .sn-text-sm-xlarge.sn-text-sm-xlarge.sn-text-sm-xlarge {
    font-size: 20px;
  }
  .sn-text-sm-xxlarge.sn-text-sm-xxlarge.sn-text-sm-xxlarge {
    font-size: 22px;
  }
  .sn-text-sm-xxxlarge.sn-text-sm-xxxlarge.sn-text-sm-xxxlarge {
    font-size: 28px;
  }
  .sn-text-sm-xxxxlarge.sn-text-sm-xxxxlarge.sn-text-sm-xxxxlarge {
    font-size: 38px;
  }
  .sn-text-clamp-sm-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/**
 * Text Color
 */
.sn-text-white {
  color: #FFFFFF;
}
/**
 * Font Weight
 */
.sn-text-semibold {
  font-weight: 600;
}
/**
 * dim
 */
.sn-text-dim {
  opacity: 0.66;
}
/**
 * Font Families
 */
.sn-playfair-bold {
  font-family: 'PlayFair';
}
.sn-aspect-ratio-9by16 {
  aspect-ratio: 0.5625;
}
.sn-aspect-ratio-1by1 {
  aspect-ratio: 1;
}
.sn-aspect-ratio-2by1 {
  aspect-ratio: 2;
}
.sn-aspect-ratio-3by2 {
  aspect-ratio: 1.5;
}
.sn-contain {
  object-fit: contain;
}
.sn-zindex-0.sn-zindex-0.sn-zindex-0 {
  z-index: 0;
}
.sn-zindex-1.sn-zindex-1.sn-zindex-1 {
  z-index: 1;
}
.sn-zindex-10.sn-zindex-10.sn-zindex-10 {
  z-index: 10;
}
.sn-zindex-100.sn-zindex-100.sn-zindex-100 {
  z-index: 100;
}
.more-link,
.less-link {
  font-weight: 600;
  color: #304b50;
  overflow-wrap: break-word;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  cursor: pointer;
  font-weight: 600 !important;
}
.more-link:focus,
.less-link:focus,
.more-link:hover,
.less-link:hover {
  font-weight: 600 !important;
  -webkit-text-decoration: underline solid !important;
  text-decoration: underline solid !important;
  text-decoration-thickness: 1px !important;
}
.less-link {
  display: inline-block;
  margin-bottom: 15px;
}
.pageContentWrap {
  position: static;
}

/*# sourceMappingURL=reward.css.map */
