.search-wrapper {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
}

.header-bar-container .nav {
  display: block;
}

.fixed-bar .container .row {
  display: block;
  margin: 0;
}

.post-header .container {
  max-width: 100%;
}

.paid-subs h1,
.paid-subs h2 {
  font-weight: bold;
}
.paid-subs h2 {
  font-size: 28px !important;
}
@media (min-width: 900px) {
  .paid-subs h2 {
    font-size: 42px !important;
  }
}
.paid-subs .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.paid-subs .container {
  background-color: transparent;
  max-width: 920px;
}
@media (max-width: 576px) {
  .paid-subs .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.paid-subs_btn--primary {
  display: inline-flex;
  align-items: center;
  padding: 0 12px 0 32px;
  height: 50px;
  line-height: 1;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #0057FF;
  background-color: #D1FF65;
}
.paid-subs_btn--primary:hover {
  text-decoration: none !important;
}
.paid-subs_btn--primary .btn_icon-chevron-right {
  display: block;
  margin-left: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.paid-subs_banner {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  max-width: 100vw;
  background: linear-gradient(25deg, #000000 43%, #0057FF 100%);
}
.paid-subs_banner.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.paid-subs_banner .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .paid-subs_banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.paid-subs_banner .banner-content {
  position: relative;
  z-index: 2;
  padding: 18px 16px 32px;
  text-align: center;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-content {
    padding: 0;
  }
}
.paid-subs_banner .banner-logos {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0 16px;
  }
}
.paid-subs_banner .banner-logos {
  pointer-events: none;
  user-select: none;
}
.paid-subs_banner .banner-logos * {
  pointer-events: none;
  user-select: none;
}
.paid-subs_banner .banner-logo {
  display: block;
  height: 77px;
  width: 332px;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-logo {
    display: inline-block;
    margin: 0;
    height: 53px;
    width: auto;
  }
}
.paid-subs_banner .banner-slogan {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-slogan {
    display: inline-block;
    width: 280px;
    max-width: none;
    margin: 0;
  }
}
.paid-subs_banner .banner-tagline {
  color: #FFD705;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center;
  padding: 0 16px;
}
.paid-subs_banner .banner-tagline .banner-tagline_mobile {
  display: block;
}
.paid-subs_banner .banner-tagline .banner-tagline_desktop {
  display: none;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-tagline {
    font-size: 18px !important;
    line-height: 27px;
    margin-bottom: 16px;
    padding: 0;
  }
  .paid-subs_banner .banner-tagline .banner-tagline_mobile {
    display: none;
  }
  .paid-subs_banner .banner-tagline .banner-tagline_desktop {
    display: block;
  }
}
.paid-subs_banner .banner-title {
  color: #ffffff;
  font-size: 28px !important;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-title {
    display: none;
  }
}
.paid-subs_banner .banner-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 358px;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-plan-card {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.paid-subs_banner .banner-plan-card_original {
  position: absolute;
  right: 8px;
  bottom: 100%;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 14px !important;
  font-weight: 500;
}
.paid-subs_banner .banner-plan-card_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 35px;
  padding-right: 16px;
  width: 100%;
  max-width: 358px;
}
@media (min-width: 900px) {
  .paid-subs_banner .banner-plan-card_inner {
    padding: 35px;
    padding-right: 16px;
  }
}
.paid-subs_banner .banner-plan-card_duration {
  font-size: 24px !important;
  font-weight: 700;
  color: #000000;
}
.paid-subs_banner .banner-plan-card_price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.paid-subs_banner .banner-plan-card_prefix {
  font-size: 12px !important;
  font-weight: 700;
  color: #000000;
  padding-top: 4px;
  margin-right: 2px;
  vertical-align: top;
  display: inline-block;
}
.paid-subs_banner .banner-plan-card_amount {
  font-size: 36px !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 1;
}
.paid-subs_banner .banner-plan-card_suffix {
  font-size: 14px !important;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  text-align: left;
  margin-left: 0;
  align-self: flex-end;
  padding-bottom: 2px;
}
.paid-subs_banner .banner-plan-card_total {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  font-size: 12px !important;
  font-weight: 500;
  color: #838383;
  white-space: nowrap;
}
.paid-subs_banner .paid-subs_cta-btn {
  text-align: center;
}

.paid-subs_btn--banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  min-width: 180px;
  height: 50px;
  line-height: 1;
  border-radius: 25px;
  font-size: 24px !important;
  font-weight: 700;
  color: #FFD705;
  background: linear-gradient(135deg, #000000 0%, #3f3f3f 100%);
  border: 2px solid #FFD705;
  text-decoration: none;
  transition: all 0.3s ease;
}
.paid-subs_btn--banner:hover {
  text-decoration: none !important;
  color: #FFD705 !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #4f4f4f 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 215, 5, 0.3);
}

.paid-subs_benefits {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #EDF3F3;
}
@media (min-width: 900px) {
  .paid-subs_benefits {
    padding-bottom: 64px;
  }
}
.paid-subs_benefits .block-title {
  display: flex;
  height: 163px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/benefit-illustration.svg);
  background-position: center right;
  background-size: 350px auto;
}
@media (min-width: 900px) {
  .paid-subs_benefits .block-title {
    height: 212px;
    align-items: center;
    background-size: 464px auto;
  }
}
.paid-subs_benefits .block-title h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #0057FF;
}

.benefits_list {
  position: relative;
  margin-bottom: 32px;
}
.benefits_list li {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.benefits_list > li {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .benefits_list > li {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 900px) {
  .benefits_list > li {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.benefits_list > li.benefits_list-head {
  background-color: #0057FF;
}
.benefits_list > li > .benefits_icon {
  display: none;
}
@media (min-width: 768px) {
  .benefits_list > li > .benefits_icon {
    display: block;
    margin-right: 24px;
  }
}
@media (min-width: 900px) {
  .benefits_list > li > .benefits_icon {
    margin-right: 32px;
  }
}

.benefits_sublist {
  position: absolute;
  top: 0;
  color: #0057FF;
}
.benefits_sublist--normal {
  left: calc(50% + 35px);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .benefits_sublist--normal {
    left: 50%;
  }
}
.benefits_sublist--normal .benefits_sublist-head {
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  width: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .benefits_sublist--normal .benefits_sublist-head {
    width: auto;
  }
}
.benefits_sublist--paid {
  padding-bottom: 16px;
  top: -24px;
  right: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  background-color: rgba(209, 255, 101, 0.5);
}
@media (min-width: 768px) {
  .benefits_sublist--paid {
    top: -32px;
    right: 32px;
  }
}
.benefits_sublist--paid .benefits_sublist-head {
  padding-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  width: 94px;
  height: 74px;
  text-align: center;
  background-color: #D1FF65;
  background-image: url(../images/icon-crown.svg);
  background-repeat: no-repeat;
  background-position: center 6px;
  background-size: 27px 20px;
}
@media (min-width: 768px) {
  .benefits_sublist--paid .benefits_sublist-head {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    height: 82px;
    width: auto;
    background-size: 34px 25px;
    background-position: center 12px;
  }
}
.benefits_sublist > li {
  line-height: 1.2;
  justify-content: center;
  border-color: transparent;
}
@media (min-width: 900px) {
  .benefits_sublist > li {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.benefits_icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits_icon--dollar {
  background-image: url(../images/icon-dollar.svg);
}
.benefits_icon--star {
  background-image: url(../images/icon-star.svg);
}
.benefits_icon--trend {
  background-image: url(../images/icon-trend.svg);
}
.benefits_icon--tips {
  background-image: url(../images/icon-tips.svg);
}
.benefits_icon--podcast {
  background-image: url(../images/icon-podcast.svg);
}
.benefits_icon--chat {
  background-image: url(../images/icon-chat.svg);
}
.benefits_icon--code {
  background-image: url(../images/icon-code.svg);
}
.benefits_icon--saving {
  background-image: url(../images/icon-saving.svg);
}
.benefits_icon--vip {
  background-image: url(../images/icon-vip.svg);
}
.benefits_icon--book {
  background-image: url(../images/icon-book.svg);
}
.benefits_icon--tick {
  background-image: url(../images/icon-tick.svg);
}

.paid-subs_plan {
  padding: 48px 0;
  background-color: #0057FF;
}
@media (min-width: 900px) {
  .paid-subs_plan {
    padding: 64px 0;
  }
}
.paid-subs_plan .block-title {
  margin-bottom: 48px;
  color: #ffffff;
  text-align: center;
}
.paid-subs_plan .block-title h4 {
  color: #D1FF65;
}
.paid-subs_plan .paid-subs_cta-btn {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 900px) {
  .paid-subs_plan .paid-subs_cta-btn {
    margin-top: 32px;
  }
}

.subs-container {
  background-color: #0057FF;
}

.plan_card-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .plan_card-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.plan_card {
  position: relative;
  padding-top: 32px;
  padding-left: 38px;
  padding-right: 16px;
  padding-bottom: 26px;
  margin-bottom: 32px;
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .plan_card {
    padding-left: 16px;
    padding-right: 16px;
    width: 200px;
    height: 230px;
    flex-direction: column;
  }
}

.plan_card-head {
  font-size: 24px !important;
  font-weight: bold;
}
@media (min-width: 900px) {
  .plan_card-head {
    font-size: 28px !important;
  }
}

.plan_card-body {
  text-align: center;
}

.plan_card-foot {
  padding: 4px 0;
  min-width: 100%;
  text-align: right;
  line-height: 1;
}
@media (min-width: 900px) {
  .plan_card-foot {
    text-align: center;
    height: 26px;
  }
}

.plan_card-msg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
.plan_card-msg_original-price {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration-line: line-through;
}

.plan_card-price {
  text-align: center;
  display: flex;
}

.plan_card-price_prefix {
  padding-top: 2px;
  padding-right: 2px;
  font-size: 14px !important;
  font-weight: bold;
}
@media (min-width: 900px) {
  .plan_card-price_prefix {
    padding-top: 6px;
    min-width: 52px;
  }
}

.plan_card-price_hkd {
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 900px) {
  .plan_card-price_hkd {
    font-size: 52px !important;
  }
}

.plan_card-price_per-month {
  font-size: 18px !important;
  font-weight: bold;
  align-self: flex-end;
}
@media (min-width: 900px) {
  .plan_card-price_per-month {
    min-width: 58px;
    text-align: left;
  }
}

.plan_card-text--small {
  color: #838383;
  font-size: 14px !important;
}

.plan_card--popular {
  position: relative;
  color: #0057FF;
  background-color: #D1FF65;
}
.plan_card--popular .plan_card-msg {
  position: absolute;
  position: 1;
}
.plan_card--popular .plan_card-text--small {
  color: #212529;
}

.paid-subs_qa {
  padding: 48px 0;
  background-color: #ffffff;
}
@media (min-width: 900px) {
  .paid-subs_qa {
    padding: 64px 0;
  }
}
.paid-subs_qa .block-title {
  margin-bottom: 48px;
  color: #0057FF;
  text-align: center;
}
.paid-subs_qa .qa-block {
  border-top: 1px solid #C2C2C2;
}
.paid-subs_qa .qa-block .question {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 40px;
  font-size: 20px !important;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.paid-subs_qa .qa-block .answer {
  padding-top: 8px;
  padding-bottom: 16px;
  color: #4D4F52;
  font-size: 16px !important;
  display: none;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .paid-subs_qa .qa-block .answer {
    font-size: 18px !important;
  }
}
.paid-subs_qa .qa-block .arrow {
  background-image: url(../images/icon-arrow.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.paid-subs_qa .qa-block .arrow.active {
  transform: rotate(180deg) !important;
}
.paid-subs_qa .mailto {
  margin-top: 32px;
  color: #4D4F52;
}
.paid-subs_qa .mailto.desktop {
  display: none;
}
@media (min-width: 900px) {
  .paid-subs_qa .mailto.desktop {
    display: block;
  }
  .paid-subs_qa .mailto.mobile {
    display: none;
  }
}

.paid-subs_features {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #000000;
}
@media (min-width: 900px) {
  .paid-subs_features {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.paid-subs_features .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .paid-subs_features .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.paid-subs_features .feature-item {
  display: flex;
  flex-direction: column;
}
.paid-subs_features .feature-title {
  font-size: 20px !important;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.4;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 5px 10px;
}
.paid-subs_features .feature-desc {
  font-size: 16px !important;
  color: #cccccc;
  line-height: 1.6;
}

/*# sourceMappingURL=paid-subscription.css.map */
