.amploy__how-it-works {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.amploy__how-it-works__content-container {
  width: 100%;
  padding: 50px 0 30px;
}
.amploy__how-it-works__heading {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 auto 70px;
}
.amploy__how-it-works__blocks {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  flex-wrap: wrap;
}
.amploy__how-it-works__blurb {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 250px;
  margin: 15px 25px;
}
.amploy__how-it-works__count-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amploy__how-it-works__triangle {
  width: 100%;
  position: relative;
}
.amploy__how-it-works__number-wrapper {
  position: absolute;
  top: 12.5%;
  left: calc(50% - 15px);
  text-align: center;
}
.amploy__how-it-works__count {
  font-size: 60px;
  font-weight: bold;
}
.amploy__how-it-works__title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 10px;
}
.amploy__how-it-works__description {
  font-size: 16px;
  line-height: 24px;
}

/* Interactive Rewards */
.amploy__customer-rewards {
  margin: 25px auto;
}
.amploy__customer-rewards__header-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  border-radius: 15px;
  padding: 15px;
  flex-wrap: wrap;
}
.amploy__customer-rewards__info {
  margin-left: 25px;
  width: calc(50% - 15px);
}
.amploy__customer-rewards__header, .amploy__customer-rewards__points-info-heading,
.amploy__reward-card__value, .amploy__events-timeline__header-title, .amploy__popup__heading {
  font-size: 26px;
  font-weight: bold;
}
.amploy__customer-rewards__points-description {
  font-weight: bold;
  font-size: 20px;
}
.amploy__customer-rewards__events-wrapper {
  display: flex;
  justify-content: flex-end;
  width: calc(50% - 15px);
  min-width: 250px;
}
.amploy__customer-rewards__right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amploy__customer-rewards__events-button {
  padding: 5px 50px;
  border: 5px solid;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
  cursor: pointer;
}
.amploy__customer-rewards__umbrella {
  width: 175px;
  margin-bottom: 15px;
}
.amploy__events-timeline-container {
  display: none;
}
.amploy__events-timeline-container--active {
  display: flex;
}
.amploy__events-timeline-container {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #00000035;
  width: 100%;
  height: 100%;
  z-index: 50;
  align-items: center;
  justify-content: center;
}
.amploy__events-timeline {
  width: 70%;
  max-width: 900px;
  max-height: 80%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.amploy__events-timeline__header-title, .amploy__popup__heading {
  text-align: center;
  margin: 15px 0;
}
.amploy__events-timeline__close-button-container, .amploy__popup__close-button {
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.amploy__events-timeline__table {
  width: 90%;
  margin: auto;
}
.amploy__events-timeline__table-header {
  font-weight: bold;
  display: flex;
  border-radius: 7px 7px 0 0;
}
.amploy__events-timeline__header-cell {
  width: 33%;
  padding-left: 10px;
  font-size: 20px;
}
.amploy__events-timeline__table-body {
  height: 60vh;
  overflow: scroll;
}
.amploy__events-timeline__row {
  display: flex;
}
.amploy__events-timeline__row:last-child {
  margin-bottom: 10px;
}
.amploy__events-timeline__right-column {
  display: flex;
  width: 66%;
}
.amploy__events-timeline__cell {
  width: 33%;
  padding-left: 10px;
  font-size: 16px;
}
.amploy__events-timeline__right-column .amploy__events-timeline__cell {
  width: 50%;
}
.amploy__active-rewards {
  display: none;
}
.amploy__customer-rewards__points-info-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  width: 90%;
  margin: auto;
}
.amploy__customer-rewards__points-info-heading, .amploy__available-rewards__title {
  text-align: center;
  font-weight: bold;
}
.amploy__customer-rewards__points-info-heading-text {
  white-space: nowrap;
  padding: 0 10px;
}
.amploy__customer-rewards__header-bar {
  height: 5px;
  width: 100%;
  display: block !important;
}
.amploy__available-rewards__rewards {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 25px auto 0;
  justify-content: center;
}
.amploy__reward-card-wrapper, .amploy__reward-card {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 350px;
  height: 335px;
  margin: 0 1% 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.amploy__reward-card--inaccessible .st0 {
  fill: #ddd !important;
}
.amploy__reward-card-outline {
  width: 60%;
  z-index: 2;
}
.amploy__reward-card__value {
  line-height: 30px;
  margin-bottom: 10px;
}
.amploy__reward-card__subscript {
  font-size: 12px;
}
.amploy__reward-card__subscript--cost {
  font-size: 16px;
}
.amploy__reward-card__octagon {
  width: 350px;
  enable-background:new 0 0 686.37 640.62;
  position: absolute;
  top: 0;
  left: 0;
}
.amploy__reward-card__octagon .st2 {
  fill: #DDDDDD;
}
.amploy__reward-card {
  cursor: pointer;
}
.amploy__reward-card--inaccessible {
  cursor: not-allowed;
}
.amploy__ways-to-earn__icon {
  width: 60% !important;
}
.amploy__ways-to-earn__icon-holder .amploy__ways-to-earn__icon {
  display: none;
}
.amploy__popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #00000035;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  top: 0;
}
.amploy__popup__container {
  border-radius: 15px;
  padding: 15px; 
  position: relative;
  text-align: center;
}
.amploy__popup__body {
  width: 80%;
  margin: 0 auto 15px;
}
.amploy__popup__code {
  font-weight: bold;
  font-style: italic;
}
.amploy__popup__code--copy {
  cursor: pointer;
}
.amploy__popup__buttons {
  display: flex;
  width: 100%;
  justify-content: center;
}
.amploy__button {
  width: fit-content;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 7px;
  margin: auto;
  cursor: pointer;
}
.amploy__popup__buttons .amploy__button {
  margin: 0 5px;
  border: 0;
}
.amploy__popup__buttons .amploy__button:disabled {
  background-color: #DDDDDD;
  color: white;
}
@media only screen and (max-width: 900px) {
  .amploy__events-timeline {
    width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .amploy__customer-rewards__info {
    text-align: center;
    margin: 0 0 15px 0;
    width: 90%;
  }
  .amploy__customer-rewards__events-wrapper {
    justify-content: center;
  }
  .amploy__events-timeline__table-header {
    display: none;
  }
  .amploy__events-timeline__row {
    margin: 5px 0;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
  }
  .amploy__events-timeline__right-column {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-left: 10px;
    width: 100%;
  }
  .amploy__events-timeline__cell {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    width: fit-content !important;
  }
  .amploy__events-timeline__cell:last-child::after {
    content: ' POINTS'
  }
}
@media only screen and (max-width: 400px) {
  .amploy__customer-rewards__header-container {
    width: 90%;
  }
  .amploy__reward-card__octagon {
    margin: auto;
    top: auto;
    left: auto;
  }
  .amploy__reward-card-wrapper {
    margin-bottom: 0;
    height: 320px;
  }
}