<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rewards-privileges-container {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px 16px;
  padding-bottom: 40px;
}
.privilege-card {
  display: flex;
  justify-content: center;
  width: calc(33.33% - 11px);
}
.card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px 20px 90px;
  border: 1px solid rgba(217, 217, 217, 1);
}
.card-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  align-self: center;
  z-index: 0;
}
.privilege-card.logo .card-image {
  aspect-ratio: 250 / 150;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.card-text {
  margin-top: 20px;
  width: 100%;
}
.card-text .caption {
  font-size: 14px;
  line-height: 0.8;
}
.card-subtitle {
  color: #C95;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333;
  color: #2e2e2e;
  margin: 0 !important;
}
.card-description {
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 0 !important;
  color: #656565;
}
.find-out-more {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 40px;
  transform: translate(-50%, 0%);
  a {
    font-weight: 400 !important;
  }
}

.rewards-remarks {
  margin: 40px 0 60px;
  color: #656565;
  text-align: justify;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav.nav-tabs {
  border: none !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
}

.nav.nav-tabs li {
  display: inline-block !important;
  float: none !important;
}

.nav.nav-tabs &gt; li &gt; a {
  border: none !important;
  border-radius: 0 !important;
  font-weight: bold;
  color: #333 !important;
}

.nav.nav-tabs &gt; li.active &gt; a {
  border-bottom: 2px solid rgb(238, 24, 24) !important;
  color: rgb(238, 24, 24) !important;
}

.nav.nav-tabs &gt; li &gt; a:hover {
  background-color: transparent !important;
  color: rgb(238, 24, 24) !important;
}

.howtoreg-wrap {
  position: relative;
  width: 302px;
  height: 88px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  margin-left: 1px;
  cursor: pointer;
}
.howtoreg-img {
  position: relative;
  height: 88px;
  width: 88px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.howtoreg-img img {
  width: 88px;
  height: 88px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.howtoreg-text {
  padding: 16px;
  width: 216px;
  border-style: none;
}
.howtoreg-p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  color: rgb(46, 46, 46);
  overflow: hidden;
  height: 55px;
  line-height: 1.2;
  margin: 0px 0px 16px;
}

@media screen and (max-width: 799px) {
  .privilege-card {
    width: calc(50% - 8px);
  }
  .show-desktop {
    display: none;
  }
}

@media screen and (max-width: 579px) {
  .privilege-card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 15px;
  }
}</pre></body></html>