/* remarks */
body {
  background-color: #000;
}
body.popup-open {
  overflow: hidden;
}

section {
  float: initial;
}

h1, h2, h3, h4, h5, h6, p {
  text-wrap: pretty;
  line-height: 1.6;
}

.primary-colour {
  color: #EF9528;
}

section:not(#sliding-banner) .asp-campaign {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  height: calc(100vh - 73px);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 0 8% 0;
  height: calc(100vh - 73px);
  z-index: 2;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading {
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading.animated {
  animation: animateh1 1.8s;
  animation-fill-mode: forwards;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h3 {
  margin: 8px 0;
  color: #e0e0e0;
  font-size: 24px !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 {
  display: inline-flex;
  align-items: center;
  font-size: 50px !important;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3.84px;
  margin: 0;
  letter-spacing: 8px;
  text-transform: uppercase;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 b {
  font-weight: 700;
  font-size: 58px !important;
  display: inline-block;
  margin: 0 16px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 span {
  font-weight: 300;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1.colour-white {
  color: #fff;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper {
  position: relative;
  padding: 0 22px;
  opacity: 0;
  text-align: center;
  margin: 60px 0 0 0;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper.animated {
  animation-name: heroContent;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper h3 {
  color: #fff;
  margin: 0 0 16px 0;
  font-weight: 400;
  font-size: 20px !important;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper h3 img {
  width: auto;
  height: 32px;
  margin: 0 4px;
  position: relative;
  top: -3px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper h3 br {
  display: none;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  font-size: 20px !important;
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  margin: 0 0 32px 0;
  color: #fff;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price b {
  font-size: 24px !important;
  font-weight: 600;
  display: inline-block;
  margin: 0 8px 0 0;
  letter-spacing: 1px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price div {
  display: inline-flex;
  align-items: flex-end;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price div span {
  font-weight: 600;
  font-size: 36px !important;
  position: relative;
  top: 6px;
  display: inline-block;
  margin: 0 4px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .seeplans {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 32px 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
  color: #000;
  padding-right: 40px;
  padding-left: 40px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .seeplans::after {
  content: "\e900";
  font-family: "nowicon";
  font-size: 9px !important;
  position: relative;
  right: -10px;
  top: 1px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown {
  position: relative;
  margin: 0 auto;
  width: 21px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown img {
  width: 25px;
  height: 25px;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  animation: animate 2s infinite;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown span:nth-child(2) {
  animation-delay: -0.2s;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown span:nth-child(3) {
  animation-delay: -0.4s;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper video {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100% - 73px);
  position: fixed;
  top: 73px;
  left: 0;
  z-index: -999;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper video.hide {
  opacity: 0;
}
section:not(#sliding-banner) .asp-campaign .overlay-wrapper video.mobile {
  display: none;
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 73px);
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper .desktop {
  width: 100%;
  height: 100%;
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100% - 73px);
  position: fixed;
  top: 73px;
  left: 0;
  z-index: -999;
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video.hide {
  opacity: 0;
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video.mobile {
  display: none;
}
section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper {
  position: sticky;
  margin: 0 0 0;
  bottom: 20px;
  padding: 20px 0;
  width: 100%;
  height: calc(100vh - 73px);
  display: flex;
  align-items: flex-end;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown {
  position: sticky;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown img {
  width: 25px;
  height: 25px;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  animation: animate 2s infinite;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown span:nth-child(2) {
  animation-delay: -0.2s;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown span:nth-child(3) {
  animation-delay: -0.4s;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .hero_playbtn {
  font-size: 18px !important;
  position: sticky;
  bottom: 5%;
  left: 5%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  display: inline-flex;
  align-items: center;
}
section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .hero_playbtn img {
  position: relative;
  top: 0;
  width: auto;
  height: 16px;
  margin-right: 12px;
}
section:not(#sliding-banner) .asp-campaign section {
  position: relative;
  background-color: #000;
}
section:not(#sliding-banner) .asp-campaign section h2 {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  text-align: center;
  color: #EF9528;
  font-size: 36px !important;
  margin: 0 0 24px 0;
  font-weight: 600;
}
section:not(#sliding-banner) .asp-campaign section p {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  color: #E0E0E0;
  font-size: 20px !important;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
section:not(#sliding-banner) .asp-campaign section p:last-child {
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .movies-section {
  top: 0;
  z-index: 2;
  margin-top: 80px;
  padding: 80px 0;
  width: 100%;
  margin-bottom: -5px;
}
section:not(#sliding-banner) .asp-campaign .movies-section::before {
  position: absolute;
  bottom: 99%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 85%);
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper {
  position: relative;
  margin: 80px 0 0 0;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper::before {
  position: absolute;
  left: -25%;
  top: 0;
  content: "";
  width: 60%;
  height: 60%;
  flex-shrink: 0;
  border-radius: 944px;
  background: rgba(255, 195, 0, 0.45);
  filter: blur(250px);
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper::after {
  position: absolute;
  right: -25%;
  top: 0;
  content: "";
  width: 60%;
  height: 60%;
  flex-shrink: 0;
  border-radius: 944px;
  background: rgba(255, 94, 0, 0.45);
  filter: blur(250px);
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper img {
  max-width: 100%;
  height: auto;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper {
  position: relative;
  z-index: 2;
  margin: 32px 0 16px 0;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item {
  position: relative;
  transition: transform 0.5s;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item img {
  border-radius: 16px;
  margin-bottom: -6px;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item .content {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 16px;
  background-color: #000;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  pointer-events: none;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item .content h4 {
  color: #f1f1f1;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-size: 14px !important;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item .content p {
  font-size: 12px !important;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  margin: 12px 0 0 0;
  color: #EF9528;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item:hover {
  z-index: 4;
  transform: scale(1.1);
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item:hover img {
  border-radius: 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item:hover .content {
  opacity: 1;
  pointer-events: all;
}
section:not(#sliding-banner) .asp-campaign .family-share-section {
  overflow-x: hidden;
  padding: 80px 0;
  position: relative;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section {
  position: relative;
  margin: 80px 0;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section::before {
  position: absolute;
  left: -25%;
  top: 0;
  content: "";
  width: 60%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 944px;
  background: rgba(0, 119, 255, 0.45);
  filter: blur(250px);
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section::after {
  position: absolute;
  right: -25%;
  top: 0;
  content: "";
  width: 60%;
  height: 100%;
  flex-shrink: 0;
  border-radius: 944px;
  background: rgba(0, 255, 246, 0.45);
  filter: blur(250px);
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item {
  position: relative;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program h2 {
  margin: 0;
  text-align: left;
  font-size: 28px !important;
  font-weight: 500;
  color: #fff;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program p {
  margin: 8px 0 0 0;
  font-size: 18px !important;
  text-align: left;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  color: #EF9528;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo {
  margin-left: 30px;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo img {
  max-width: 120px;
  max-height: 40px;
  border-radius: 0;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper::before {
  border-radius: 16px;
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 81.27%);
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-slide .item {
  transform: scale(0.95);
  transition: all 0.3s ease;
  opacity: 50%;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-slide.swiper-slide-active .item {
  transform: scale(1.05);
  opacity: 100%;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-pagination.swiper-pagination-bullets {
  bottom: -40px;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #aaa;
  opacity: 1;
  background-color: transparent;
  margin: 0 6px;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #EF9528;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next, section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev {
  color: #fff;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next {
  right: 15%;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev {
  left: 15%;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section {
  margin: 100px 0 0 0;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section h3 {
  color: #fff;
  text-align: center;
  font-size: 24px !important;
  font-weight: 600;
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  width: 100%;
  max-width: 1050px;
  margin: 40px auto;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper .item {
  padding: 0;
  max-width: 120px;
  max-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper .item.sm {
  padding: 4px;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper img {
  align-self: center;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section p.note {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  color: #9e9e9e;
  font-size: 14px !important;
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper {
  position: relative;
  background-color: #191919;
  text-align: center;
  padding: 80px 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 40px 0 0 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item {
  width: 50%;
  padding: 24px 24px 40px 24px;
  border-radius: 16px;
  border: 1px solid #616161;
  background: #212121;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h3 {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 24px !important;
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h3 img {
  max-width: 100%;
  width: auto;
  max-height: 52px;
  margin: 0 0 8px 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h5 {
  margin: 16px 0 0 0;
  color: #fff;
  font-size: 18px !important;
  font-weight: 500;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  position: relative;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #3C1E06 0%, #F2DDCE 25%, #FFF 49.5%, #E9C09F 77%, #3C1E06 99.5%);
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info label {
  display: inline-block;
  margin: 0 0 16px 0;
  padding: 5px 8px;
  border-radius: 6px;
  background: #000;
  font-size: 14px !important;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #f1f1f1;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info .price {
  font-size: 18px !important;
  color: #EF9528;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info .price span {
  font-size: 36px !important;
  font-weight: 500;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info .price sup {
  color: #EF9528;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info p {
  color: #fff;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  margin: 8px 0 24px 0;
  line-height: 1.5;
  font-size: 16px !important;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  background-color: #EF9528;
  display: inline-flex;
  margin: 24px 0 0 0;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 30px !important;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s ease;
  text-decoration: none;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a.subscribe-btn img, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button.subscribe-btn img {
  margin-left: 10px;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a.subscribe-btn.active, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button.subscribe-btn.active {
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #9e9e9e;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a.subscribe-btn.active span, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button.subscribe-btn.active span {
  display: none;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a.subscribe-btn.active img, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button.subscribe-btn.active img {
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item small {
  display: block;
  margin: 24px 0 0 0;
  color: #F1F1F1;
  font-size: 16px !important;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
}
section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item p.note {
  margin: 24px 0 0 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  color: #bdbdbd;
  font-size: 12px !important;
  font-weight: 400;
}
section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper {
  position: relative;
  background-color: #222;
  padding: 40px 0;
  text-align: center;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .contacts-store-wrapper .contacts-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item {
  width: 25%;
}
section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
}
section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a img {
  margin: 0 16px 0 0;
}
section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a h4 {
  font-size: 16px !important;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0 0;
  text-align: left;
  line-height: 1.4;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  padding: 80px 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv hr {
  margin: 40px 0;
  display: block;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv h2 {
  font-size: 36px !important;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv h4 {
  font-size: 20px !important;
  font-weight: 500;
  text-align: center;
  margin: 8px auto 0 auto;
  width: 100%;
  max-width: 900px;
  line-height: 1.5;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper img {
  max-width: 100%;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .image {
  max-width: 420px;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper {
  display: flex;
  flex-direction: row;
  min-width: 60%;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app img {
  width: 100%;
  height: auto;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
  display: flex;
  flex-direction: row;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section h4 {
  color: #EF9528;
  font-weight: 500;
  font-size: 20px !important;
  margin: 0 0 16px 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile a {
  display: none;
  margin: 0 0 8px 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile a:last-child {
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile img {
  max-width: 160px;
  width: 100%;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img:last-child {
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.android {
  max-width: 120px;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.samsung {
  max-width: 192px;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.lg {
  max-width: 181px;
}
section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.firetv {
  max-width: 195px;
}
section:not(#sliding-banner) .asp-campaign .terms-and-conditions {
  position: relative;
  padding: 16px;
  color: #757575;
  background: #F5F5F7;
}
section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .terms-and-conditions p:last-child {
  margin: 0;
}
section:not(#sliding-banner) .asp-campaign .terms-and-conditions ul {
  padding: 0;
  margin: 0 0 15px 15px;
}
section:not(#sliding-banner) .asp-campaign .terms-and-conditions ul li {
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  font-size: 13px !important;
  line-height: 1.5;
}

html:lang(zh) section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price b {
  letter-spacing: 2px;
}

.popup-video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
.popup-video-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}
.popup-video-wrapper .popup-video {
  max-width: 1000px;
}
.popup-video-wrapper .close {
  width: 100%;
  text-align: right;
  margin: 0 0 8px 0;
  opacity: 1;
}
.popup-video-wrapper .close button {
  color: #fff;
  font-size: 16px !important;
  font-family: "Barlow", "Noto Sans TC", sans-serif;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.popup-video-wrapper .close button img {
  width: 30px;
  height: 30px;
  margin: 0 4px 0 0;
}
.popup-video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

sup {
  font-size: 10px !important;
  color: #bdbdbd;
}

footer {
  position: relative;
}

.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 !important;
  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: 991px) {
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content {
    height: calc(100vh - 55px);
    padding: 10% 0;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h3 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 {
    font-size: 40px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 b {
    font-size: 48px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper h3 {
    margin: 0 0 14px 0;
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price {
    font-size: 16px !important;
    margin: 0 0 28px 0;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price b {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price span {
    font-weight: 600;
    font-size: 32px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .seeplans {
    font-size: 16px !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .seeplans::after {
    font-size: 8px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .scrolldown span {
    width: 14px;
    height: 14px;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper video {
    height: calc(100% - 50px);
    top: 50px;
  }
  section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper {
    height: calc(100vh - 50px);
  }
  section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video {
    height: calc(100% - 50px);
    top: 50px;
  }
  section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video.mobile {
    display: block;
  }
  section:not(#sliding-banner) .asp-campaign .autoplay_video_wrapper video.desktop {
    display: none;
  }
  section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown {
    bottom: 6%;
    left: 50%;
  }
  section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown img {
    width: 25px;
    height: 25px;
  }
  section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .scrolldown span {
    width: 10px;
    height: 10px;
  }
  section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .hero_playbtn {
    bottom: 10%;
    left: 22px;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .arrow-play-video-wrapper .hero_playbtn img {
    height: 14px;
    margin-right: 10px;
  }
  section:not(#sliding-banner) .asp-campaign section h2 {
    font-size: 28px !important;
    margin: 0 0 20px 0;
  }
  section:not(#sliding-banner) .asp-campaign section p {
    margin: 0 0 18px 0;
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section {
    margin-top: 60px;
    padding: 60px 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper {
    margin: 60px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper {
    margin: 32px 0 16px 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item .content {
    padding: 12px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section {
    padding: 60px 0;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section {
    margin: 60px 0;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content {
    padding: 24px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program h2 {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program p {
    margin: 8px 0 0 0;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo {
    margin-left: 24px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo img {
    max-width: 100px;
    max-height: 35px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next {
    right: 10%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev {
    left: 10%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section {
    margin: 60px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section h3 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 36px;
    margin: 36px auto;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper .item {
    padding: 0;
    max-width: 100px;
    max-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper .item.sm {
    padding: 4px;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper {
    padding: 60px 0;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper {
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin: 30px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item {
    padding: 20px 20px 30px 20px;
    border-radius: 16px;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h3 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h3 img {
    max-height: 40px;
    margin: 0 0 8px 0;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item h5 {
    margin: 12px 0 0 0;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info label {
    font-size: 12px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info .price {
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info .price span {
    font-size: 32px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info p {
    margin: 8px 0 20px 0;
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn a, section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .cta-btn button {
    margin: 20px 0 0 0;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item small {
    margin: 20px 0 0 0;
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item p.note {
    margin: 20px 0 0 0;
    font-size: 10px !important;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper {
    padding: 30px 0;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper h2 {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a {
    height: 50px;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a h4 {
    font-size: 14px !important;
    margin: 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv {
    padding-top: 60px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv h2 {
    font-size: 28px !important;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv h4 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper {
    flex-direction: column;
    align-items: center;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper img {
    max-width: 100%;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper {
    flex-direction: row;
    min-width: 100%;
    justify-content: center;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .nowtv-app {
    padding: 0 0 0 0;
    margin: 0 32px 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
    flex-direction: column;
  }
  section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile {
    margin: 0 0 32px 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv {
    justify-content: flex-start;
    text-align: left;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img {
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .asp-campaign .terms-and-conditions p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h3 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 {
    font-size: 28px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 b {
    font-size: 36px !important;
    margin: 0 8px;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper h3 {
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price {
    font-size: 16px !important;
    margin: 0 0 28px 0;
    flex-direction: column;
    align-items: center;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price b {
    margin: 0 0 8px 0;
  }
  section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .cta-wrapper .plan-price span {
    font-weight: 600;
    font-size: 32px !important;
  }
  section:not(#sliding-banner) .asp-campaign section h2 {
    margin: 0 0 16px 0;
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .asp-campaign section p {
    margin: 0 0 16px 0;
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section {
    margin-top: 40px;
    padding: 40px 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper {
    margin: 40px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper {
    margin: 24px 0 12px 0;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item img {
    border-radius: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item .content {
    position: relative;
    opacity: 1;
  }
  section:not(#sliding-banner) .asp-campaign .movies-section .recommendation-wrapper .top-movies-wrapper .item:hover {
    transform: scale(1);
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section {
    padding: 40px 0;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section {
    margin: 40px 0;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content {
    padding: 20px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program h2 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program p {
    margin: 8px 0 0 0;
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo {
    margin-left: 20px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next {
    right: 3%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev {
    left: 3%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next::after, section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev::after {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section h3 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section .channels-wrapper .item {
    max-width: 80px;
    max-height: 30px;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper {
    padding: 40px 0;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper {
    flex-direction: column;
    row-gap: 32px;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item {
    width: 100%;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .heading {
    height: auto !important;
  }
  section:not(#sliding-banner) .asp-campaign .asp-plans-wrapper .plan-wrapper .item .price-info {
    height: auto !important;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper {
    padding: 30px 0;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper h2 {
    font-size: 20px !important;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper {
    margin: 20px 0 0 0;
    flex-direction: column;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item {
    width: 100%;
    margin: 8px auto;
    max-width: 280px;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a img {
    max-width: 40px;
  }
  section:not(#sliding-banner) .asp-campaign .contacts-store-wrapper .contacts-wrapper .item a h4 {
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv {
    padding-top: 40px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv hr {
    margin: 30px 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv h2 {
    font-size: 24px !important;
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper {
    margin: 30px 0 0 0;
  }
  section:not(#sliding-banner) .asp-campaign .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) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper {
    flex-direction: column;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section {
    margin: 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section h4 {
    font-size: 18px !important;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.mobile img {
    max-width: 140px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img {
    margin: 0 0 16px 0;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.android {
    max-width: 108px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.samsung {
    max-width: 173px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.lg {
    max-width: 163px;
  }
  section:not(#sliding-banner) .asp-campaign .download-nowtv .nowtv-apps-wrapper .apps-wrapper .app-labels-wrapper .download-section.tv img.firetv {
    max-width: 176px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h3 {
    font-size: 18px !important;
  }
  html:lang(en) section:not(#sliding-banner) .asp-campaign .overlay-wrapper .content .heading h1 {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item {
    padding-bottom: 50px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content {
    padding: 12px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    position: relative;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program {
    width: 100%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program h2 {
    font-size: 16px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .program p {
    margin: 4px 0 0 0;
    font-size: 14px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo {
    margin: 0 0 8px 0;
    align-self: flex-start;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper .content .logo img {
    opacity: 0.8;
    max-width: 80px;
    max-height: 30px;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .item .details-wrapper::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 10%, #191919 70%);
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next {
    right: 3%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev {
    left: 3%;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-next::after, section:not(#sliding-banner) .asp-campaign .family-share-section .drama-section .swiper-button-prev::after {
    font-size: 24px !important;
  }
  section:not(#sliding-banner) .asp-campaign .family-share-section .channels-section h3 {
    font-size: 18px !important;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-15px, -15px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(15px, 15px);
  }
}
@keyframes animateh1 {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes heroContent {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* loading icon */
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.loading-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgb(255, 255, 255);
}
.loading-wrapper.show {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.loading-wrapper .spinner-border {
  display: inline-block;
  width: 52px;
  height: 52px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.loading-wrapper .spinner-border .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=minisite-aps-campaign.css.map */