@charset "UTF-8";
/* ==========================================================================
   Breakpoints (match healthcare_tab_item.js / index.html tab script)
   - desktopQuery: default styles (min-width: 769px)
   - mobileQuery:  @media (max-width: 768px)
   - smallMobile:  @media (max-width: 576px)
   ========================================================================== */
/* ==========================================================================
   1. Utilities
   ========================================================================== */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-modify: none;
  -webkit-highlight: none;
  -moz-user-select: none;
  user-select: none;
  touch-callout: none;
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  -webkit-word-break: break-word;
  -webkit-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
  pointer-events: none;
}

.onlyDesktop {
  display: block;
}

.onlyMobile {
  display: none;
}

.list-low-roman > li {
  list-style: lower-roman;
}

.list-disc {
  list-style-type: disc;
}

.list-disc > li {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-decimal > li {
  list-style-type: decimal;
}

.list-lower-alpha {
  list-style-type: lower-alpha;
}

.list-lower-alpha > li {
  list-style: lower-alpha;
}

.list-decimal,
.list-upper-roman,
.list-lower-roman,
.list-lower-alpha,
.list-disc {
  margin: 0;
  padding-left: 20px;
}

.list-decimal > li,
.list-upper-roman > li,
.list-lower-roman > li,
.list-lower-alpha > li,
.list-disc > li {
  margin: 3px 0;
  position: relative;
}

#tncContent ol.lower-alpha > li::before {
  margin-left: -20px;
}

.offer-Remark {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}

.offer-Remark .list-decimal,
.offer-Remark .list-lower-alpha,
.offer-Remark .list-disc {
  margin: 0;
  padding-left: 1rem;
}

.offer-Remark .list-decimal > li {
  width: 100%;
  text-align: left;
  padding-left: 0.25rem;
}

.tncTablx {
  margin: 6px 0;
  border: 1px solid #999999;
  text-align: center;
  border-collapse: collapse;
}

.tncTablx td {
  padding: 5px;
  border: 1px solid #999999;
  vertical-align: middle;
  text-align: center;
}

.tncTablx .head {
  background-color: #666666;
  color: #ffffff;
}

.Remarksublist {
  padding-left: 10px;
  position: relative;
}

.tncsublist {
  padding-left: 25px;
  position: relative;
  margin: 0.25rem 0;
}

.tncsublist .num,
.Remarksublist .num {
  position: absolute;
  top: 0;
  left: 0;
}

.f12 {
  font-size: 12px;
  line-height: 140%;
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}

.f26 {
  font-size: 26px;
  line-height: 140%;
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}

.f30 {
  font-size: 30px;
  line-height: 1;
}

.f32 {
  font-size: 32px;
  line-height: 1.5;
}
.f32:lang(en) {
  line-height: 1.3;
}

.f36 {
  font-size: 36px;
  line-height: 100%;
}

.f40 {
  font-size: 40px;
  line-height: 100%;
}

.f44 {
  font-size: 44px;
  line-height: 1.2;
}

.f48 {
  font-size: 48px;
  line-height: 1;
}

.f50 {
  font-size: 50px;
  line-height: 1;
}

.f60 {
  font-size: 60px;
  line-height: 1;
}

.f80 {
  font-size: 80px;
  line-height: 1;
}

.BigFont {
  font-size: 140%;
  line-height: 1;
}

.BigFont2 {
  font-size: 180%;
  line-height: 1;
}

#tncContent {
  font-size: 12px;
  line-height: 140%;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.new-pink {
  color: #e4015c;
}

.new-orange {
  color: #f07c10;
}

.new-blue {
  color: #0066b3;
}

.p20 {
  padding: 20px;
}

/* ==========================================================================
   2. Font size accessibility
   ========================================================================== */
body.small-font-size .f12 {
  font-size: 10px;
}

body.large-font-size .f12 {
  font-size: 14px;
}

body.small-font-size .f14 {
  font-size: 12px;
}

body.large-font-size .f14 {
  font-size: 16px;
}

body.small-font-size .f16 {
  font-size: 14px;
}

body.large-font-size .f16 {
  font-size: 18px;
}

body.small-font-size .f18 {
  font-size: 16px;
}

body.large-font-size .f18 {
  font-size: 20px;
}

body.small-font-size .f20 {
  font-size: 18px;
}

body.large-font-size .f20 {
  font-size: 22px;
}

body.small-font-size .f24 {
  font-size: 22px;
}

body.large-font-size .f24 {
  font-size: 26px;
}

body.small-font-size .f30 {
  font-size: 26px;
}

body.large-font-size .f30 {
  font-size: 34px;
}

body.small-font-size .f36 {
  font-size: 32px;
}

body.large-font-size .f36 {
  font-size: 40px;
}

body.small-font-size .offer-Remark {
  font-size: 10px;
}

body.large-font-size .offer-Remark {
  font-size: 14px;
}

body.small-font-size #tncContent {
  font-size: 11px;
}

body.large-font-size #tncContent {
  font-size: 14px;
}

body.small-font-size .offer-Remark {
  font-size: 11px;
}

body.large-font-size .offer-Remark {
  font-size: 14px;
}

/* ==========================================================================
   3. Promo layout & content blocks
   ========================================================================== */
.healthcare-highlight.BigFont2 {
  background: #2473d1;
  background: linear-gradient(155deg, rgb(36, 115, 209) 0%, rgb(8, 143, 103) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.healthcare-highlight.f24 {
  color: #0f70a8;
}

.healthcare-color {
  color: #3e1707;
}

.card-tag-row {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
}

.offer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.offer-col {
  padding: 2px 5px;
}

.text-effect {
  font-weight: bold;
  line-height: 1.4;
  background: -webkit-linear-gradient(90deg, #55a122, #55a122);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 10px transparent;
  color: white;
  letter-spacing: 3px;
  margin-bottom: 6px;
  text-shadow: 1px 1px 1px #666;
}

.address-block-head {
  padding: 6px 20px;
  background-color: #c2e48e;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 240px;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: 50px;
}

.address-block-head-inner {
  display: inline-block;
  color: #333;
  background-image: url("../images/shop-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  padding-left: 35px;
}

.address-block {
  border-radius: 25px;
  border: 1px solid #55a122;
  padding-top: 35px;
  margin-top: -20px;
}

.offer-promoTablx table {
  border-collapse: separate;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.offer-promoTablx td {
  padding: 12px 30px !important;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}

.offer-promoTablx td.head {
  background-color: #c2e48e;
  font-weight: normal;
  color: #333;
  border-bottom: none;
  font-weight: bold;
}

.offer-promoTablx .td-right-line::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 1px;
  height: calc(100% - 20px);
  right: 0;
  top: 10px;
}

.offer-promoTablx .td-right-line-w::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: calc(100% - 20px);
  right: 0;
  top: 10px;
}

.offer-bk {
  background-image: linear-gradient(90deg, #fff, #fdba49 15% 75%, #fff);
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 0;
  margin-top: 10px;
  position: relative;
}

.light {
  position: absolute;
  left: -50%;
  bottom: 0;
  display: block;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, transparent, white, transparent);
  transform: skewX(-15deg);
  animation: slide-in-light 5s ease infinite;
  opacity: 0.8;
  z-index: 5;
}

@keyframes slide-in-light {
  0% {
    left: -10%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    left: 95%;
    opacity: 0;
  }
  100% {
    left: 95%;
    opacity: 0;
  }
}
.promo_caption h1 {
  color: #e6740a;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .promo_caption h1 {
    margin-bottom: 10px;
  }
}

.promo_caption h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .promo_caption h2 {
    font-size: 24px;
  }
}

#at-sticky-bottom {
  min-height: 140px;
}

/* ==========================================================================
   Responsive — smallMobile (max-width: 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .onlyDesktop {
    display: none;
  }
  .f20 {
    font-size: 18px;
    line-height: 140%;
  }
  .f24 {
    font-size: 22px;
    line-height: 140%;
  }
  .f26 {
    font-size: 23px;
    line-height: 140%;
  }
  .f28 {
    font-size: 24px;
    line-height: 140%;
  }
  .f30 {
    font-size: 28px;
    line-height: 120%;
  }
  .f32 {
    font-size: 30px;
    line-height: 1.5;
  }
  .f32:lang(en) {
    line-height: 1.3;
  }
  .f36 {
    font-size: 30px;
    line-height: 120%;
  }
  .f44 {
    font-size: 40px;
    line-height: 1.2;
  }
  .f50 {
    font-size: 46px;
    line-height: 1.2;
  }
  .f60 {
    font-size: 50px;
    line-height: 1.2;
  }
  .f80 {
    font-size: 60px;
    line-height: 1.2;
  }
  .offer-promoTablx td {
    padding: 12px 15px !important;
  }
}
/* ==========================================================================
   Responsive — mobileQuery (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .onlyMobile {
    display: block;
  }
}
.inner {
  margin-bottom: 0;
  padding-bottom: 60px;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(235, 254, 255) 50%, rgb(255, 255, 255) 100%);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .inner {
    background-size: 100% 1000px;
  }
}

.leadin {
  color: #065fab;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
}
@media (max-width: 576px) {
  .leadin {
    margin: 35px auto;
  }
}

.leadin-desc span {
  color: #065fab;
  font-weight: 700;
}

.offer-container {
  padding-top: 55px;
}
.offer-container .offer-item {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .offer-container .offer-item {
    margin-bottom: 85px;
  }
}
.offer-container .offer-item:last-child {
  margin-bottom: 0;
}
.offer-container .offer-header {
  background: #3199ee;
  background: linear-gradient(0deg, rgb(49, 153, 238) 0%, rgb(210, 147, 238) 100%);
  padding: 2px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.offer-container .offer-header .offer-header-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #3da9ff;
  background: linear-gradient(0deg, rgb(61, 169, 255) 0%, rgb(0, 101, 179) 100%);
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .offer-container .offer-header .offer-header-inner {
    padding: 10px 30px;
  }
}
.offer-container .offer-header:first-child {
  margin-top: -58px;
}
@media (min-width: 768px) {
  .offer-container .offer-header:first-child {
    margin-top: -73px;
  }
}
.offer-container .offer-header:last-child {
  margin-bottom: -80px;
}
@media (min-width: 768px) {
  .offer-container .offer-header:last-child {
    margin-bottom: -73px;
  }
}
.offer-container .offer-header-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .offer-container .offer-header-icon {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}
.offer-container .offer-header-icon img {
  width: 100%;
}
.offer-container .offer-header-text {
  color: #fff;
  font-weight: bold;
  position: relative;
}
.offer-container .offer-header-text.ico1 {
  padding-left: 40px;
}
@media (min-width: 768px) {
  .offer-container .offer-header-text.ico1 {
    padding-left: 55px;
  }
}
.offer-container .offer-header-text.ico1 .offer-header-icon {
  width: 35px;
  min-width: 35px;
}
@media (min-width: 768px) {
  .offer-container .offer-header-text.ico1 .offer-header-icon {
    width: 49px;
    min-width: 49px;
  }
}
.offer-container .offer-header-text.ico2 {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .offer-container .offer-header-text.ico2 {
    padding-left: 77px;
  }
}
.offer-container .offer-header-text.ico2 .offer-header-icon {
  width: 55px;
  min-width: 55px;
}
@media (min-width: 768px) {
  .offer-container .offer-header-text.ico2 .offer-header-icon {
    width: 71px;
    min-width: 71px;
  }
}
.offer-container .offer-item-content {
  box-shadow: 3px 6px 15px #d0c0de;
  border-radius: 20px;
  padding: 2px;
  background: #3199ee;
  background: linear-gradient(0deg, rgb(49, 153, 238) 0%, rgb(210, 147, 238) 100%);
}
.offer-container .offer-item-content-inner {
  border-radius: 18px;
  background: #e8f5ff;
  background: linear-gradient(40deg, rgb(232, 245, 255) 0%, rgb(255, 255, 255) 51%, rgb(233, 231, 255) 100%);
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .offer-container .offer-item-content-inner {
    padding: 40px 50px;
  }
}
.offer-container .offer-item-desc {
  padding-top: 25px;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .offer-container .offer-item-desc {
    padding-top: 35px;
  }
}
.offer-container .offer-item-desc span {
  color: #065fab;
  font-weight: 700;
}

.highlight-notice {
  padding: 50px 0px;
  text-align: center;
}
.highlight-notice .highlight-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .highlight-notice .highlight-text-container {
    gap: 10px;
  }
}
.highlight-notice .highlight-text {
  padding: 0 2px;
  font-weight: 700;
  color: #def6ee;
  -webkit-text-fill-color: #def6ee;
  background: linear-gradient(47deg, rgb(61, 169, 255) 0%, rgb(0, 101, 179) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  paint-order: stroke fill;
  filter: drop-shadow(0 1px 2px rgba(0, 101, 179, 0.45));
}
.highlight-notice .highlight-text span {
  color: #def6ee;
  -webkit-text-fill-color: #def6ee;
  background: inherit;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  paint-order: stroke fill;
}
.highlight-notice .highlight-text-star {
  min-width: 32px;
}
@media (min-width: 768px) {
  .highlight-notice .highlight-text-star {
    min-width: 48px;
  }
}
.highlight-notice .highlight-text-star img {
  width: 100%;
}
.highlight-notice .notice-text {
  margin-bottom: 35px;
}
.highlight-notice .notice-text .blue {
  color: #065fab;
  font-weight: 700;
}
.highlight-notice .notice-text p {
  margin-bottom: 10px;
}
.highlight-notice .notice-text p:last-child {
  margin-bottom: 0;
}
.highlight-notice .remark {
  text-align: left;
  color: #666666;
}

.offer-date-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .offer-date-container {
    justify-content: center;
  }
}
.offer-date-container .offer-date-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .offer-date-container .offer-date-item {
    width: auto;
    justify-content: center;
  }
}
.offer-date-container .offer-date-item-icon {
  min-width: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .offer-date-container .offer-date-item-icon {
    min-width: 30px;
    width: 30px;
  }
}
.offer-date-container .offer-date-item-icon img {
  width: 100%;
}
.offer-date-container .offer-date-item-icon-and-text {
  display: block;
  text-align: center;
}
.offer-date-container .offer-date-item-icon-and-text .offer-date-item-icon {
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 10px;
  color: #b46114;
  width: auto;
}
.offer-date-container .offer-date-item-icon-and-text .offer-date-item-icon img {
  min-width: 30px;
  width: 30px;
}
@media (min-width: 768px) {
  .offer-date-container .offer-date-item-icon-and-text .offer-date-item-icon img {
    min-width: 30px;
    width: 30px;
  }
}
.offer-date-container .offer-date-item-text {
  color: #b46114;
}
@media (min-width: 768px) {
  .offer-date-container .offer-date-item-text {
    text-align: center;
  }
}

.step-container {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .step-container {
    padding-top: 60px;
  }
}

.step-header {
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  margin-top: -55px;
}
@media (min-width: 768px) {
  .step-header {
    margin-top: -60px;
  }
}
.step-header .step-header-inner {
  border: 1px solid #0397df;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #54ceff;
  padding: 8px 45px;
  color: #fff;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .step-header .step-header-inner {
    padding: 8px 45px;
  }
}

.step-content .step-content-inner {
  border-radius: 18px;
  border: 1px solid #0397df;
  background: #fff;
  padding: 30px 15px;
}

.step-content-inner .step-item-container {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .step-content-inner .step-item-container {
    display: flex;
    justify-content: center;
  }
}
.step-content-inner .step-item {
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
}
@media (min-width: 768px) {
  .step-content-inner .step-item {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.step-content-inner .step-item:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 12px;
  height: 20px;
  background: url("../images/arrow-blue-dot.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .step-content-inner .step-item:after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    left: auto;
  }
}
.step-content-inner .step-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .step-content-inner .step-item:last-child {
    margin: 0 auto;
  }
}
.step-content-inner .step-item:last-child:after {
  content: none;
}
.step-content-inner .step-item .step-item-img {
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 768px) {
  .step-content-inner .step-item .step-item-img {
    height: 105px;
    width: auto;
  }
}
.step-content-inner .step-item .step-item-img img {
  width: 100%;
}
.step-content-inner .step-item.first-item .step-item-img {
  width: 50px;
}
.step-content-inner .step-item.second-item .step-item-img {
  width: 50px;
}
.step-content-inner .step-item.third-item .step-item-img {
  width: 162px;
}
.step-content-inner .step-item .step-item-text {
  color: #333333;
}

.download-app {
  padding: 40px 0;
}
.download-app .download-app-text {
  text-align: center;
  margin-bottom: 20px;
}
.download-app .download-app-text span {
  color: #065fab;
  font-weight: 700;
}
.download-app .download-app-text p:last-child {
  margin-bottom: 0;
}
.download-app .button-container {
  text-align: center;
}
@media (min-width: 768px) {
  .download-app .button-container {
    display: flex;
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.download-app .button-container a {
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 40px;
  border: 1px solid #065fab;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .download-app .button-container a {
    padding: 5px 20px;
    margin-bottom: 0;
  }
}
.download-app .button-container a:last-child {
  margin-bottom: 0;
}
.download-app .button-container a span {
  padding-left: 30px;
  padding-right: 15px;
  color: #065fab;
  position: relative;
}
.download-app .button-container a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.download-app .button-container a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/download.svg") no-repeat right center;
  width: 9px;
  height: 14px;
}
.download-app .button-container a span.icon1:before {
  background: url("../images/mb-reg-icon1.svg") no-repeat left center;
  width: 26px;
  height: 25px;
}
.download-app .button-container a span.icon2:before {
  background: url("../images/mb-reg-icon2.svg") no-repeat left center;
  width: 32px;
  height: 16px;
}

#tncContent ul,
#tncContent ol {
  padding-left: 20px;
}

.reward-table {
  margin: 24px auto 32px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(6, 95, 171, 0.6);
}
.reward-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.reward-table table th,
.reward-table table td {
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 0;
}
.reward-table table th {
  color: #fff;
  font-weight: 700;
  padding: 20px;
  background: #3da9ff;
  background: linear-gradient(0deg, rgb(61, 169, 255) 0%, rgb(0, 101, 179) 100%);
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .reward-table table th {
    padding: 10px;
    text-align: center;
  }
}
.reward-table table th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 2px;
  height: 64%;
  background: #fff;
}
.reward-table table td {
  color: #333333;
  padding: 20px;
  background: #fff;
  text-align: left;
}
.reward-table table td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 0;
  width: 2px;
  height: 82%;
  background: #065fab;
}
.reward-table table tr:nth-child(2) td::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #065fab;
}
.reward-table table tr:nth-child(2) td:first-child {
  border-bottom: none;
}
.reward-table table tr:nth-child(2) td:first-child::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0px;
  width: calc(100% - 10px);
  height: 2px;
  background: #065fab;
}
.reward-table table tr:nth-child(2) td:last-child {
  border-bottom: none;
}
.reward-table table tr:nth-child(2) td:last-child::before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: calc(100% - 10px);
  height: 2px;
  background: #065fab;
}
.reward-table table tr:last-child td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  width: 2px;
  height: 82%;
  background: #065fab;
}
.reward-table table .reward-mult {
  padding: 1px 5px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: linear-gradient(0deg, #3da9ff 0%, #0065b3 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  paint-order: stroke fill;
  filter: drop-shadow(0 1px 2px rgba(0, 101, 179, 0.35));
}
@media (max-width: 768px) {
  .reward-table {
    margin: 18px auto 24px;
    border-radius: 12px;
  }
  .reward-table table th {
    font-size: 12px;
    padding: 10px 4px;
  }
  .reward-table table td {
    font-size: 14px;
    padding: 14px 4px;
  }
  .reward-table table .reward-mult {
    font-size: 24px;
    -webkit-text-stroke: 4px transparent;
  }
}

.login-register {
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .login-register {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 0;
  }
}
.login-register .login-register-icon {
  width: 139px;
  text-align: center;
  margin: 0 auto -30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .login-register .login-register-icon {
    margin: 0;
    margin-right: -45px;
    position: relative;
  }
}
.login-register .login-register-text {
  text-align: center;
  font-weight: 700;
  color: #065fab;
  border: 2px solid transparent;
  padding: 20px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .login-register .login-register-text {
    text-align: left;
    padding: 12px 50px;
  }
}
.login-register .login-register-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(3, 151, 223, 0) 0%, rgb(3, 151, 223) 50%, rgba(3, 151, 223, 0) 100%);
}
@media (min-width: 768px) {
  .login-register .login-register-text::before {
    background: linear-gradient(90deg, rgb(3, 151, 223) 0%, rgba(3, 151, 223, 0) 100%);
  }
}
.login-register .login-register-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(3, 151, 223, 0) 0%, rgb(3, 151, 223) 50%, rgba(3, 151, 223, 0) 100%);
}
@media (min-width: 768px) {
  .login-register .login-register-text::after {
    background: linear-gradient(90deg, rgb(3, 151, 223) 0%, rgba(3, 151, 223, 0) 100%);
  }
}

table.offer-table3 {
  font-size: inherit !important;
}/*# sourceMappingURL=billsnr_promo.css.map */