body {
  padding: 0;
  margin: 0;
}

.holder {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.parisienne {
  font-family: "Parisienne", cursive;
}

.droid {
  font-family: DroidSerif, "Times New Roman", Times, serif;
}

p {
  /*font-family: DroidSerif;*/
    color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.rewards .primary {
  color: #51E2C4;
  font-size: 28px;
}
.rewards .top {
  position: relative;
}
.rewards .top .topHeading {
  max-width: 1300px;
}
.rewards .top .hero {
  object-fit: cover;
  width: 100%;
}
.rewards .top .bar {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100vw;
  bottom: 0;
  height: 100px;
  align-items: center;
}
.rewards .top .bar .innerBar {
  height: 100%;
  display: flex;
  align-items: center;
}
.rewards .top .bar .innerBar h2 {
  margin: 0;
}
.rewards .rewardsHeading {
  text-align: center;
  margin: 40px auto;
  position: relative;
}
.rewards .rewardsHeading::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 1px;
  top: -10px;
  left: 50%;
  transform: translate(-50%);
  background-color: #A29374;
}
.rewards .rewardsHeading h1, .rewards .rewardsHeading h2 {
  margin: 0;
  color: #25282D;
}
.rewards .rewardsHeading h1 {
  font-size: 40px;
}
.rewards .rewardsHeading h2 {
  font-size: 35px;
}
.rewards .howCards .rewardCard {
  background-color: #151716;
  display: grid;
  grid-template-columns: 20% 70%;
  grid-column-gap: 30px;
  padding: 30px;
  padding-bottom: 45px;
  justify-items: center;
  align-items: center;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 750px) {
  .rewards .howCards .rewardCard {
    grid-template-columns: auto;
    text-align: center;
  }
}
.rewards .howCards .rewardCard .cardNumber {
  position: absolute;
  top: 10px;
  left: 20px;
  color: white;
  font-size: 25px;
  font-weight: 500;
  margin: 0;
}
.rewards .howCards .rewardCard .iconHolder {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rewards .howCards .rewardCard .iconHolder .icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.rewards .howCards .rewardCard .cardDescription .description {
  color: white;
}
.rewards .rewardsTable {
  display: grid;
  grid-template-columns: 30% auto auto auto auto;
  border-top: 1px solid black;
  border-top: 1px solid black;
}
@media (max-width: 750px) {
  .rewards .rewardsTable {
    grid-template-columns: auto auto auto auto;
  }
}
.rewards .rewardsTable .tick {
  width: 30px;
  object-fit: contain;
}
.rewards .rewardsTable div {
  border: 1px solid black;
  border-right: none;
  padding: 0 30px;
  border-top: none;
}
@media (max-width: 750px) {
  .rewards .rewardsTable div {
    padding: 0px;
  }
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.bottom ul {
    text-align: left !important;
  }
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.mobiNone {
    display: none;
  }
}
.rewards .rewardsTable div.mobiHeading p {
  font-weight: 600;
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.mobiHeading {
    grid-column: 1/5;
    text-align: center;
    border-right: solid 1px black;
  }
}
.rewards .rewardsTable div.empty {
  background-color: #919191;
}
.rewards .rewardsTable div.black {
  background-color: black;
  color: white;
}
.rewards .rewardsTable div.black p {
  font-weight: 600;
  color: #fff !important;
}
.rewardsTable p {
    font-size: 14px;
    margin-top: 8px;
}
li {
    font-family: open_sans;
    font-size: 16px;
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.black {
    text-align: center;
  }
}
.rewards .rewardsTable div.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rewards .rewardsTable div.right {
  border-right: 1px solid black;
}
.rewards .rewardsTable div.full {
  grid-column: 1/6;
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.full {
    grid-column: 1/5;
  }
}
.rewards .rewardsTable div.semi-full {
  grid-column: 2/6;
}
@media (max-width: 750px) {
  .rewards .rewardsTable div.semi-full {
    grid-column: 1/5;
  }
}

/*# sourceMappingURL=rewards.css.map */
