@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("now-icon.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

.btn {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  border: 0;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 18px !important;
  border-radius: 30px;
  min-width: 160px;
  white-space: nowrap;
}
.btn.primary {
  background-color: #EF9528;
  color: white;
}
.btn.primary:hover {
  background-color: #F37D16;
}
.btn.secondary {
  background-color: #f1f1f1;
  color: #0b0b0b;
}
.btn.secondary:hover {
  background-color: #c9c9c9;
}
.btn.outline {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #CF6B0D;
  color: #CF6B0D;
}
.btn.outline:hover {
  background-color: #F37D16;
  color: white;
  border: 2px solid #F37D16;
}
.btn[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
.btn.selected {
  position: relative;
}
.btn.selected::after {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0%, -50%);
  font-family: "nowicon";
  content: "\e902";
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 500;
  margin: 0;
  text-wrap: pretty;
}

section:not(#sliding-banner) .promo-page h2 {
  font-size: 32px !important;
}

section:not(#sliding-banner) .promo-page h3 {
  font-size: 28px !important;
}

section:not(#sliding-banner) .promo-page h4 {
  font-size: 24px !important;
}

section:not(#sliding-banner) .promo-page h5 {
  font-size: 20px !important;
}

section:not(#sliding-banner) .promo-page h6 {
  font-size: 18px !important;
}

p {
  line-height: 1.5;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
}

.primary-colour {
  color: #EF9528;
}

.secondary-colour {
  color: #CF6B0D;
}

.warning {
  color: #b00020;
}

body:not(.home) #main {
  margin-bottom: 0;
}

section:not(#sliding-banner) .promo-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 22px;
}
section:not(#sliding-banner) .promo-page .hero-banner img {
  width: 100%;
  height: auto;
}
section:not(#sliding-banner) .promo-page .page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .page-title h1 {
  font-size: 48px !important;
  text-align: center;
  font-weight: 700;
  background: linear-gradient(90deg, #B84300, #F56705, #EF9528);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
section:not(#sliding-banner) .promo-page .page-title h1 sup {
  color: #757575;
  -webkit-text-fill-color: #757575;
}
section:not(#sliding-banner) .promo-page .page-title h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
section:not(#sliding-banner) .promo-page .page-title p {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  margin: 16px 0;
  text-align: center;
}
section:not(#sliding-banner) .promo-page .hero-intro {
  width: 100%;
  background-color: rgba(239, 149, 40, 0.1);
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  margin: 40px 0 0 0;
}
section:not(#sliding-banner) .promo-page .hero-intro .logo-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  row-gap: 32px;
  margin: 0 auto;
}
section:not(#sliding-banner) .promo-page .hero-intro .logo-grid .item {
  display: flex;
  flex: 0 1 calc((100% - 80px) / 6);
  align-self: center;
  justify-content: center;
}
section:not(#sliding-banner) .promo-page .hero-intro .logo-grid img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50px;
  max-width: 100px;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
section:not(#sliding-banner) .promo-page .hero-intro .intro {
  max-width: 100%;
  margin: 40px auto 0 auto;
  font-size: 20px !important;
  text-align: center;
  color: #333;
  max-width: 900px;
}
section:not(#sliding-banner) .promo-page .hero-intro .intro b {
  font-size: 32px !important;
  font-weight: 500;
}
section:not(#sliding-banner) .promo-page .plan-section {
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .plan-section h2 {
  color: #CF6B0D;
  font-weight: 600;
}
section:not(#sliding-banner) .promo-page .plan-section h2,
section:not(#sliding-banner) .promo-page .plan-section .section-intro {
  text-align: center;
}
section:not(#sliding-banner) .promo-page .plan-section .section-intro {
  width: 100%;
  max-width: 900px;
  margin: 24px auto;
  font-size: 18px !important;
}
section:not(#sliding-banner) .promo-page .plan-section img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 24px auto;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card {
  flex: 1 1 280px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card h5 {
  font-weight: 600;
  text-align: center;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card h5 img {
  max-width: 80%;
  max-height: 36px;
  width: auto;
  height: auto;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details.center {
  justify-content: center;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details p {
  font-size: 16px !important;
  color: #0b0b0b;
  margin: 16px 0;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details small {
  font-size: 12px;
  color: #4a4a4a;
  margin: 0 0 16px 0;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .promo-code {
  font-weight: 700;
  color: #EF9528;
  font-size: 20px !important;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .plan-price {
  margin: 24px 0;
  font-weight: 500;
  color: #0b0b0b;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .plan-price .big-price {
  font-size: 32px !important;
  font-weight: 600;
  color: #CF6B0D;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn {
  width: 100%;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn span {
  display: inline-flex;
  align-items: center;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn.active {
  background-color: #9e9e9e;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn.active span {
  display: none;
}
section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn.subscribe-btn.active img {
  margin: 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions {
  position: relative;
  color: #757575;
  background: #F5F5F7;
  padding: 24px 0;
  margin: 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions .container {
  max-width: 100%;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions p {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 13px !important;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions p:last-child {
  margin: 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions ol,
section:not(#sliding-banner) .promo-page .terms-and-conditions ul {
  padding: 0;
  margin: 0 0 15px 15px;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions ol li,
section:not(#sliding-banner) .promo-page .terms-and-conditions ul li {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 13px !important;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions ol li:last-child,
section:not(#sliding-banner) .promo-page .terms-and-conditions ul li:last-child {
  margin: 0;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions a {
  color: #CF6B0D;
  text-decoration: underline;
}
section:not(#sliding-banner) .promo-page .terms-and-conditions a:hover {
  font-weight: 500;
}
section:not(#sliding-banner) .promo-page .download-nowtv {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  margin: 0;
  padding: 60px 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv hr {
  margin: 40px 0;
  display: block;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
section:not(#sliding-banner) .promo-page .download-nowtv h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 8px auto 0 auto;
  width: 100%;
  max-width: 900px;
  line-height: 1.5;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-content: center;
  margin: 40px 0 0 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper img {
  max-width: 100%;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .image {
  max-width: 420px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper {
  display: flex;
  flex-direction: row;
  min-width: 60%;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app {
  width: 80px;
  min-width: 60px;
  height: auto;
  padding: 42px 0 0 0;
  margin: 0 0 0 32px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app img {
  width: 100%;
  height: auto;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
  display: flex;
  flex-direction: row;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 100px;
  margin: 0 0 0 32px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section h4 {
  color: #EF9528;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 16px 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile a {
  margin: 0 0 8px 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile a:last-child {
  margin: 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile img {
  max-width: 160px;
  width: 100%;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img {
  width: 100%;
  margin: 0 0 24px 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img:last-child {
  margin: 0;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.android {
  max-width: 120px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.samsung {
  max-width: 192px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.lg {
  max-width: 181px;
}
section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.firetv {
  max-width: 195px;
}
section:not(#sliding-banner) .promo-page .contacts-store-wrapper {
  position: relative;
  background-color: #222;
  padding: 40px 0 20px 0;
  text-align: center;
  margin: 60px 0 0 0;
}
section:not(#sliding-banner) .promo-page .contacts-store-wrapper h2 {
  font-size: 24px !important;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 16px;
}
section:not(#sliding-banner) .promo-page .contacts-wrapper {
  background-color: #222;
  position: sticky;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 16px 0;
}
section:not(#sliding-banner) .promo-page .contacts-wrapper .item {
  width: 20%;
}
section:not(#sliding-banner) .promo-page .contacts-wrapper .item a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
section:not(#sliding-banner) .promo-page .contacts-wrapper .item a img {
  margin: 0 16px 0 0;
}
section:not(#sliding-banner) .promo-page .contacts-wrapper .item a h4 {
  font-size: 15px !important;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  line-height: 1.4;
}
section:not(#sliding-banner) .promo-page .steps-wrapper {
  width: 100%;
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .steps-wrapper h2 {
  font-weight: 600;
  text-align: center;
  color: #0b0b0b;
  margin: 0 0 40px 0;
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 64px;
       column-gap: 64px;
  row-gap: 32px;
  justify-content: center;
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item {
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 0 1 calc((100% - 128px) / 3);
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item h5 {
  position: relative;
  font-weight: 500;
  margin: 0 0 12px 0;
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item h5::after {
  position: absolute;
  content: "\e900";
  font-family: "nowicon";
  font-size: 16px;
  color: #bdbdbd;
  right: -40px;
  top: 0;
  transform: rotate(-90deg);
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item:nth-child(3n) h5::after, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item:last-child h5::after {
  content: "";
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item p {
  font-size: 16px;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  color: #4a4a4a;
  margin: 0;
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item {
  flex: 0 1 calc((100% - 192px) / 4);
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item:nth-child(3n) h5::after, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item:nth-child(3n) h5::after {
  content: "\e900";
}
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item:nth-child(4n) h5::after,
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item:last-child h5::after, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item:nth-child(4n) h5::after,
section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item:last-child h5::after {
  content: "";
}
section:not(#sliding-banner) .promo-page .feature-banner {
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .feature-banner img {
  width: 100%;
  height: auto;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper {
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .item-wrapper {
  flex: 1;
  display: flex;
  gap: 16px;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .item {
  flex: 1;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  flex: 1;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .item .content {
  flex-direction: column;
  display: flex;
  padding: 16px;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .item img,
section:not(#sliding-banner) .promo-page .feature-cards-wrapper .item video {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: auto;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper {
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 240px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a {
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  text-align: center;
  justify-content: center;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1.5px solid #0b0b0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background-color: #f3f3f3;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap:hover {
  background-color: white;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.phone {
  width: auto;
  height: 41px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.message {
  width: auto;
  height: 39px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.whatsapp {
  width: auto;
  height: 50px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.email {
  width: auto;
  height: 35px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.shoppingCart {
  width: auto;
  height: 41px;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a h6 {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-weight: 400;
  margin: 20px 0 0 0;
  color: #0b0b0b;
  white-space: nowrap;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a small {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  margin: 8px 0 0 0;
}
section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a p {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  margin: 8px 0 0 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper {
  margin: 60px 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper h2,
section:not(#sliding-banner) .promo-page .swiper-card-wrapper h3 {
  text-align: center;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper h2 {
  font-weight: 600;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper {
  position: relative;
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
  padding-bottom: 12px;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide {
  height: auto;
  display: flex;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide:only-child {
  width: 100% !important;
}
@media screen and (min-width: 1200px) {
  .swiper-card-items-wrapper:has(.swiper-slide:nth-child(5):last-child) section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide {
    width: 20% !important;
  }
  .swiper-card-items-wrapper:has(.swiper-slide:nth-child(4):last-child) section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide {
    width: 25% !important;
  }
  .swiper-card-items-wrapper:has(.swiper-slide:nth-child(3):last-child) section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide {
    width: 33.333% !important;
  }
  .swiper-card-items-wrapper:has(.swiper-slide:nth-child(2):last-child) section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-slide {
    width: 50% !important;
  }
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 32px 16px;
  text-align: center;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card .ch-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 88px;
  margin: 0 auto 32px auto;
  flex-shrink: 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card .ch-logo img {
  max-width: 100%;
  max-height: 100%;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card h6 {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  margin: 0 0 8px 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card p {
  font-size: 14px;
  margin: 0;
  color: #CF6B0D;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next,
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev {
  color: white;
  background: rgba(74, 74, 74, 0.35);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next:hover,
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev:hover {
  background: rgba(74, 74, 74, 0.6);
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next:after,
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  transform: none;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next.swiper-button-disabled,
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next {
  right: 0;
}
section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev {
  left: 0;
}

.getitnow_cta {
  position: fixed;
  width: 100%;
  width: auto;
  padding-right: 22px;
  text-align: right;
  z-index: 999;
  pointer-events: none;
  right: -100%;
  bottom: 40px;
  transition: all 0.5s ease;
}
.getitnow_cta.active {
  right: 0;
  pointer-events: auto;
}
.getitnow_cta .contact_wrap .item {
  margin: 12px 0;
}
.getitnow_cta .contact_wrap .item a,
.getitnow_cta .contact_wrap .item button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 0;
  padding: 6px 18px;
  border-radius: 22px;
  background-color: #F38E26;
  color: #fff;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
.getitnow_cta .contact_wrap .item a b,
.getitnow_cta .contact_wrap .item button b {
  font-weight: 500;
}
.getitnow_cta .contact_wrap .item a:hover,
.getitnow_cta .contact_wrap .item button:hover {
  background-color: #F37D16;
}
.getitnow_cta .contact_wrap .item a img,
.getitnow_cta .contact_wrap .item button img {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item {
    flex: 0 1 calc((100% - 128px) / 3);
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item h5::after, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item h5::after {
    content: "\e900" !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item:nth-child(3n) h5::after,
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item:last-child h5::after, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item:nth-child(3n) h5::after,
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item:last-child h5::after {
    content: "" !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  section:not(#sliding-banner) .promo-page .hero-intro .logo-grid .item {
    display: flex;
    align-self: center;
    justify-content: center;
  }
  section:not(#sliding-banner) .promo-page .hero-intro .logo-grid img {
    max-height: 45px;
    max-width: 90px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv h2 {
    font-size: 28px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv h4 {
    font-size: 18px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper img {
    max-width: 100%;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper {
    flex-direction: row;
    min-width: 100%;
    justify-content: center;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app {
    padding: 0 0 0 0;
    margin: 0 32px 0 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
    flex-direction: column;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
    margin: 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile {
    margin: 0 0 32px 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv {
    justify-content: flex-start;
    text-align: left;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img {
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .promo-page .contacts-store-wrapper {
    padding: 30px 0;
  }
  section:not(#sliding-banner) .promo-page .contacts-store-wrapper h2 {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item {
    flex: 0 1 calc((100% - 64px) / 2) !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item h5::after {
    content: "" !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item:nth-child(odd) h5::after {
    content: "\e900" !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item:last-child h5::after {
    content: "" !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(4):last-child) .item, section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper:has(.item:nth-child(8):last-child) .item {
    flex: 0 1 calc((100% - 64px) / 2) !important;
  }
}
@media screen and (max-width: 991px) {
  section:not(#sliding-banner) .promo-page .contacts-wrapper {
    gap: 8px;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper .item {
    width: 50%;
    max-width: 180px;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper .item a {
    height: 45px;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper .item a img {
    max-width: 40px;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper .item a h4 {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  section:not(#sliding-banner) .promo-page h2 {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .promo-page h3 {
    font-size: 22px !important;
  }
  section:not(#sliding-banner) .promo-page h4 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .promo-page h5 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .promo-page h6 {
    font-size: 16px !important;
  }
  .btn {
    padding: 12px 16px;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .promo-page .page-title {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .page-title h1 {
    font-size: 32px !important;
  }
  section:not(#sliding-banner) .promo-page .hero-intro {
    padding: 30px 0;
    margin: 30px 0 0 0;
  }
  section:not(#sliding-banner) .promo-page .hero-intro .logo-grid .item {
    display: flex;
    flex: 0 1 calc((100% - 32px) / 3);
    align-self: center;
    justify-content: center;
  }
  section:not(#sliding-banner) .promo-page .hero-intro .logo-grid img {
    max-height: 40px;
    max-width: 80px;
  }
  section:not(#sliding-banner) .promo-page .hero-intro .intro {
    margin: 30px 0 0 0;
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .promo-page .hero-intro .intro b {
    font-size: 28px !important;
  }
  section:not(#sliding-banner) .promo-page .plan-section {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .plan-section .section-intro {
    margin: 20px auto;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .promo-page .plan-section img {
    margin: 20px auto;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details p {
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details small {
    font-size: 11px;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .promo-code {
    font-weight: 700;
    color: #EF9528;
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .plan-price {
    margin: 20px 0;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .plan-details .plan-price .big-price {
    font-size: 28px !important;
  }
  section:not(#sliding-banner) .promo-page .plan-section .plan-cards .plan-card .btn {
    min-height: 44px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv {
    padding: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv hr {
    margin: 30px 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv h2 {
    font-size: 24px !important;
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper {
    margin: 30px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app {
    width: 65px;
    padding: 0 0 0 0;
    margin: 0 32px 0 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section {
    margin: 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section h4 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile img {
    max-width: 140px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img {
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.android {
    max-width: 108px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.samsung {
    max-width: 173px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.lg {
    max-width: 163px;
  }
  section:not(#sliding-banner) .promo-page .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.firetv {
    max-width: 176px;
  }
  section:not(#sliding-banner) .promo-page .contacts-store-wrapper {
    padding: 30px 0 16px 0;
    margin: 40px 0 0 0;
  }
  section:not(#sliding-banner) .promo-page .contacts-store-wrapper h2 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper {
    gap: 0;
    padding: 8px 0;
  }
  section:not(#sliding-banner) .promo-page .contacts-wrapper .item {
    width: 50%;
    padding: 8px;
    max-width: none;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item {
    flex: 0 1 calc((100% - 0px) / 1) !important;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item h5::after {
    content: "" !important;
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item::after {
    position: absolute;
    content: "\e900";
    font-family: "nowicon";
    font-size: 14px;
    color: #bdbdbd;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
  }
  section:not(#sliding-banner) .promo-page .steps-wrapper .item-wrapper .item:last-child::after {
    content: "";
  }
  section:not(#sliding-banner) .promo-page .feature-banner {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .feature-cards-wrapper .container .item-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  section:not(#sliding-banner) .promo-page .feature-cards-wrapper .container .item-wrapper .item {
    height: auto;
    min-height: auto;
  }
  section:not(#sliding-banner) .promo-page .feature-cards-wrapper .container .item-wrapper .item .content {
    height: auto;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper {
    gap: 24px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap {
    width: 80px;
    height: 80px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.phone {
    width: auto;
    height: 35px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.message {
    width: auto;
    height: 33px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.whatsapp {
    width: auto;
    height: 43px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.email {
    width: auto;
    height: 30px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a .img-wrap img.shoppingCart {
    width: auto;
    height: 30px;
  }
  section:not(#sliding-banner) .promo-page .enquiry-chats-wrapper .chats-wrapper .enquiry-item a h6 {
    margin: 16px 0 0 0;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper {
    margin: 30px 0;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card {
    padding: 24px 8px;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card .ch-logo {
    width: 95px;
    height: 70px;
    margin: 0 auto 24px auto;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .card p {
    font-size: 13px;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next,
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-next:after,
  section:not(#sliding-banner) .promo-page .swiper-card-wrapper .swiper-card-items-wrapper .swiper-button-prev:after {
    font-size: 14px;
  }
}/*# sourceMappingURL=promo.css.map */