.chat-box{
	display: none;
}

.float_mb{
	z-index: 150;
	display: none;
}

.container_mb{
	max-width: 1400px;
}

#download_alert{
	display: none!important;
}

@media (max-width: 1440px) {
}
@media (max-width: 992px) {
.container_mb {
        max-width: none;
    }
}

@media (max-width: 750px) {
	.items_left_mb, .items_left_mb:hover{
	padding-left: 3%;
	}	
	.container_mb{
	width: 100%;
}
}



.main-container {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  background: url("https://fanshare.hk/CC_upload/landing-page/free-ep-2026/images/free-ep-white-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}



.stats-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  max-width: 1100px;
  padding: 40px 0px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
  /* background-image: url("images/free-ep-data-bg.jpg");*/
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
.stat-item {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.15);
}
.stat-label {
  font-size: 16px;
  color: #555555;
  margin: 0 0 25px 0;
  letter-spacing: 1.5px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.stat-number {
  /*font-family: 'Roboto', 'Noto Sans TC', sans-serif;*/
  font-size: 48px;
  font-weight: 300;
  color: #3a3a3a;
  margin: 0;
  letter-spacing: 0px;
}
.free-ep-hero-banner {
  position: relative;
  place-items: center;
  width: 100%;
  background: url("../images/free-ep-main-banner-bg.jpg");
}
.free-ep-hero-banner img {
  width: 100vw;
  max-width: 1440px;
  height: auto;
  opacity: .9;
}
.free-ep-gift-tnc {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: .7;
  line-height: 1.5;
}
.free-ep-img {
  position: absolute;
  top: 50px;
}
.free-ep-sport-girl {
  z-index: 90;
}
.free-ep-sport-girl img {
  width: 100%;
  position: relative;
  height: auto;
  top: 0px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 2s ease;
}
.free-ep-sport-girl-onload img {
  top: 0px;
  transform: translateY(-90px);
  opacity: 1;
}
.free-ep-get-set-free {
  width: 100%;
  height: auto;
  display: flex; /* 啟用 Flexbox */
  justify-content: center; /* 水平置中圖片 */
  align-items: center; /* 垂直對齊（備用） */
}
.free-ep-get-set-free img {
  width: 950px;
  max-width: 100%; /* 避免在小螢幕時超出邊界 */
  height: auto;
}
.ep-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 90;
  width: 25%;
}
.ep-logo img {
  width: 100%;
  height: auto;
}
.free-ep-data-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}
.free-ep-subtitle {
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 25px;
  width: 70%;
}
.free-ep-section-title {
  font-size: 26px;
  font-weight: 500;
  color: #454545;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}
.free-ep-intro-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.free-ep-intro-text {
  width: 50%;
}
.free-ep-intro-list {
  list-style: none;
  margin-top: 20px;
  letter-spacing: 2px;
}
.free-ep-intro-list li {
  font-size: 22px;
  color: #5d5d5d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 300;
}
.free-ep-intro-list li::marker {
  position: relative;
}
.free-ep-intro-list li span {
  margin-left: 7px;
}
.free-ep-intro-list li::before {
  color: #c5a880;
  font-size: 24px;
  margin-right: 12px;
}
.free-ep-intro-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: scale(0.7);
  transform-origin: center;
  background: #333;
  flex: 0 0 6px;
}
.free-ep-intro-image {
  width: 50%;
}
.free-ep-intro-image img {
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  object-fit: cover;
}
.free-ep-confidence-section {
  max-width: 1100px; /* 設定最大寬度 */
  margin-left: auto; /* 左右自動外距達到置中效果 */
  margin-right: auto;
  margin-bottom: 60px; /* 保留原本的下外距 */
  padding-top: 40px; /* 保留原本的上內距 */
}
.free-ep-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.free-ep-confidence-card {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.free-ep-card-num {
  font-size: 40px;
  font-family: 'Roboto', 'Noto Sans TC', sans-serif;
  color: #2B2B2B;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3px;
}
.free-ep-confidence-card-text {
  margin: 10px 0px 20px 0px;
  letter-spacing: 1.5px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 1.6;
}
.free-ep-confidence-card-text strong {
  color: #2b2b2b;
}
.free-ep-confidence-card-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 30px;
  margin-top: auto;
}
.free-ep-gift-section {
  max-width: 1100px; /* 設定最大寬度 */
  margin-left: auto; /* 左右自動外距達到置中效果 */
  margin-right: auto;
  margin-bottom: 40px; /* 保留原本的下外距 */
  padding-top: 40px; /* 保留原本的上內距 */
}
.free-ep-gift-subtitle {
  font-size: 28px;
  color: #444;
  margin-bottom: 35px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.free-ep-gift-subtitle span {
  margin-left: -15px;
  letter-spacing: 0px;
}
.free-ep-gift-partner {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
}
.free-ep-gift-content {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.free-ep-gift-info {
  width: 45%;
}
.free-ep-gift-block {
  margin-bottom: 35px;
}
.free-ep-gift-badge {
  color: #ce5142;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 3px;
}
.free-ep-gift-desc {
  font-size: 16px;
  color: #191819;
  line-height: 2;
  letter-spacing: 1.5px;
}
.free-ep-gift-desc-2 {
  line-height: 1.5;
  font-size: 16px;
}
.free-ep-gift-desc span {
  letter-spacing: 0px;
}
.free-ep-gift-desc strong {
  color: #111;
}
.free-ep-gift-image-wrapper {
  position: relative;
  text-align: center;
}
.free-ep-gift-image-wrapper.mobile {
  display: none;
}
.free-ep-gift-image-wrapper.desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%
}
.free-ep-gift-image-wrapper.desktop .free-ep-brand-signature {
  margin-top: -50px;
  padding-right: 30px;
}
.free-ep-gift-image {
  width: 100%;
  border-radius: 12px;
  margin-top: -10%;
}
.free-ep-brand-signature {
  font-family: "Georgia", cursive, serif;
  font-style: italic;
  font-size: 24px;
  color: #8a6c4f;
  text-align: right;
}
.free-ep-terms-section {
  max-width: 1100px; /* 設定最大寬度 */
  margin-left: auto; /* 左右自動外距達到置中效果 */
  margin-right: auto;
  padding-bottom: 220px;
}
.free-ep-terms-title {
  font-size: 14px;
	text-align: center;
	text-decoration: underline;
  color: #444444;
	font-weight: 400;
	cursor: pointer;
  margin-bottom: 35px;
  letter-spacing: 2px;
} /* 統一設定：強制關閉預設點點，清除預設邊距 */
.free-ep-intro-list, .free-ep-terms-list {
  list-style-type: none !important; /* 關閉預設 disc，改用下方 ::before 畫 */
  padding-left: 0px !important;
  margin: 10px 0 0px 0px !important;
	
}

.free-ep-terms-list {display: none;}
.free-ep-terms-list {
  color: #191819;
  line-height: 1.5;
  letter-spacing: 2px;
}
.free-ep-terms-list span {
  letter-spacing: 0px;
  margin-right: 2px;
}
.free-ep-terms-list li {
  font-size: 16px;
  color: #191819;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px; /* 留位畀粒點點，你可以根據需要微調呢個數值 */
  text-align: justify;
}
/* 利用 ::before 自己畫粒點點，確保完美貼住最左，而且換行唔會走位 */
.free-ep-terms-list li::before {
  content: "•"; /* 加返呢句先會有點點出嚟 */
  position: absolute;
  left: 0;
  top: 0; /* 確保點點對齊第一行頂部 */
  color: #191819;
  font-size: 16px; /* 可獨立調整點點大細 */
}
/*.free-ep-intro-list li, .free-ep-terms-list li {
    display: list-item !important;
    list-style-type: disc !important;
    padding-left: 0px;
}*/
.free-ep-box {
  padding: 0% 10%;
  z-index: 1;
  position: relative;
  margin-top: -35%;
}
.free-ep-brand-signature img {
  width: 160px;
  height: auto;
}
.free-ep-section-title-big {
  font-size: 48px;
  font-style: italic;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
.free-ep-section-title-big span {
  font-weight: 300;
}
.m10 {
  height: 0;
  margin-bottom: 10px;
}
.m20 {
  height: 0;
  margin-bottom: 20px;
}
.m30 {
  height: 0;
  margin-bottom: 30px;
}
.m40 {
  height: 0;
  margin-bottom: 40px;
}
.m50 {
  height: 0;
  margin-bottom: 50px;
}
.m80 {
  height: 0;
  margin-bottom: 80px;
}
.a01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.a02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a03 {
  display: flex;
  align-items: center;
}
.a04 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.a05 {
  display: flex;
  justify-content: center;
}
.a06 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.a07 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.a08 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.a09 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.a11 {
  display: flex;
  align-items: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.br-mobile {
  display: none;
}
/* 全寬白底漸變區塊 */
.full-width-gradient {
  /* 突破父元素 .free-ep-box 的 10% padding 限制，達到畫面最左右兩端 */
  width: 100%;
  position: relative;
  margin: 0 auto;
  /* 上下保留適當的 padding */
  /* 🎯 頂 0% (完全透明) -> 中間 100% (不透明純白) -> 底 0% (完全透明) */
  /* 讓內部的內容維持置中且對齊原有版型 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 確保裡面的卡片與區塊寬度不會失控 */
.full-width-gradient .stats-card, .full-width-gradient .free-ep-intro-section {
  width: 100%; /* 與外層 .free-ep-box 的內容寬度對齊 (100% - 10% - 10%) */
  max-width: 1100px;
}
.free-ep-main-banner {
  display: block;
  opacity: 0;
}
.free-ep-main-banner-m {
  display: none;
  width: 100%;
}
.free-ep-gift-desc-2 div {
  line-height: 2;
}
.free-ep-hero-banner-section {
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.35) 90%, rgba(0, 0, 0, 0.12) 96%, rgba(0, 0, 0, 0) 100%);
}
/*.free-ep-main-banner-rotate {
  width: 120% !important;
  max-width: none !important;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  animation: banner-rotate 200s linear infinite;
}
*/


.free-ep-main-banner-rotate {
    width: 120% !important;
    max-width: none !important;
    height: auto;
    inset: 0;
    position: absolute;
    object-fit: cover;
    z-index: 1;
    transform-origin: center;
    animation: banner-rotate 200s linear infinite;
}

.free-ep-main-banner-rotate img {
  width: 100%;
  max-width: 1440px;
  height: auto;
}

@keyframes banner-rotate {
  from {
    transform:  scale(1.2) rotate(0deg);
  }
  to {
    transform:  scale(1.2) rotate(360deg);
  }
}
.arror-left {
  width: 12px;
  height: auto;
  position: absolute;
  left: 35px;
  top: 280px;
  z-index: 80;
  transform: rotate(180deg);
}
.arror-right {
  width: 12px;
  height: auto;
  position: absolute;
  right: 35px;
  top: 30px;
  z-index: 80;
}
.arror-left img, .arror-right img {
  width: 100%;
  height: auto;
}
.floating-btn {
  width: 30%;
  min-width: 300px;
  cursor: pointer;
  bottom: 50px;
  right: 20px;
  position: absolute;
  transition: bottom 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 97;
}
.floating-btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
.floating-btn img {
  width: 100%;
  height: auto;
}
.counter-score {
  display: inline;
}
/* 1. 確保 Wrapper 允許拉伸 */
.swiper-wrapper {
  align-items: stretch !important;
}
/* 2. 強制覆蓋 Swiper JS 嘅 inline 高度，並將 Slide 變做 Flex 容器 */
.swiper-slide {
  height: auto !important;
  display: flex !important;
}
/* 3. 卡片內容填滿 100% 空間 */
.card-content {
  width: 100%; /* 因為外層變咗 flex，所以要加返 width 100% */
  height: 100%;
  box-sizing: border-box;
  /* 內部排版設定 */
  display: flex;
  flex-direction: column;
  /* 如果你想文字靠上，可以加 justify-content: flex-start; */
}
@media only screen and (max-width: 750px) {
  .mySwiper {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    box-sizing: border-box !important;
  }
  .swiper-wrapper, .mySwiper {
    width: 100vw !important;
  }
  .heart {
    margin-left: 5vw;
  }
}



.free-ep-brand-signature{
		display: none!important;
	}
/* ================en=============*/

.main-container.en  .free-ep-gift-image{
	margin-top: 0;
}
.main-container.en .free-ep-subtitle{
	letter-spacing: 0px;
/*	width: 75%;*/
}

.main-container.en .free-ep-section-title,.main-container.en .free-ep-intro-list,.main-container.en .stat-label,.main-container.en .free-ep-confidence-card-text,.main-container.en .free-ep-gift-subtitle,.main-container.en .free-ep-gift-desc,.main-container.en .free-ep-gift-tnc,.main-container.en .free-ep-gift-badge,.main-container.en .free-ep-terms-title{
	letter-spacing: 0px;
}
.main-container.en .free-ep-section-title{
	font-size: 24px;
}

.main-container.en .free-ep-intro-list li{
	font-size: 20px;
}
.main-container.en .free-ep-section-title-big{
	font-size: 48px;
}
.main-container.en .free-ep-gift-subtitle span{
	margin-left:0;
	font-weight: 300;
}
.main-container.en .free-ep-gift-subtitle{
	margin-top: 0;
}
.main-container.en .free-ep-gift-info{
	width: 40%;
}
.main-container.en .free-ep-gift-content{
	justify-content: space-between;
}
.main-container.en .free-ep-terms-title{
	margin-bottom: 20px;
	}
.main-container.en .free-ep-terms-list li{
	font-size: 12px;
	letter-spacing: 0;
}
.main-container.en .free-ep-gift-badge{
	margin-bottom: 15px;
}
.main-container.en .floating-btn{
	width: 40%;
}




@media only screen and (max-width: 960px) {
  .stat-label {
    font-size: 14px;
  }
  .stat-number {
    font-size: 36px;
  }
  .free-ep-subtitle {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .free-ep-data-section {
    margin-top: -10px;
  }
  .stats-card {
    padding: 30px 0px;
  }
  .free-ep-section-title {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .free-ep-section-title-big {
    font-size: 36px;
  }
  .free-ep-box {
    padding: 0% 5%;
  }
.free-ep-gift-desc-2 div{
		display: inline;
	}
	.free-ep-gift-image{
		margin-top: 0;
	}
}

@media only screen and (max-width: 960px) {
	 .free-ep-confidence-card{
	gap:15px;
}
	 .free-ep-gift-content{
		flex-wrap: wrap;
	}
	 .free-ep-gift-image-wrapper.desktop{
		width: 60%;
        margin: 0 auto;
        order: 1;
        margin-top: -7%;
		gap:20px;
		
	}
	 .free-ep-gift-image-wrapper.desktop .free-ep-brand-signature{
		margin-top: -65px;
	}
	 .free-ep-gift-image-wrapper.desktop .free-ep-brand-signature img{
		width: 28%;
	}
	.main-container.en .free-ep-gift-desc,.main-container.en .free-ep-gift-desc-2 div,.main-container.en .free-ep-confidence-card-text{
		font-size: 14px;
		line-height: 1.5!important;
		letter-spacing: 0px;
		margin: 0;
		
	}
	 .free-ep-gift-block{
		width: 48%;
	}
	 .free-ep-gift-info{
		order:2;
		display: flex;
		justify-content: space-between;
		width: 100%!important;
	}
	 .free-ep-intro-text{
		width: 55%;
	}
	 .free-ep-intro-image{
		width: 45%;
	}
	 .free-ep-intro-list li{
	font-size: 18px;
}
}
@media only screen and (max-width: 750px) {
	
  .floating-btn {
  /*  width: 90%;*/
    bottom: 30px;
    right: 5%;
  }
  .free-ep-hero-banner-section {
    position: relative;
    overflow: hidden;
    mask-image: none;
  }
  .arror-right {
    right: 3vw;
    top: 6vw;
  }
  .arror-left {
    left: 3vw;
    top: 25vw;
  }
  .free-ep-data-section {
    background: #415e8996;
    color: #ffffff;
    margin-top: 0;
    backdrop-filter: blur(4px);
  }
  .free-ep-subtitle {
    font-size: 3.5vw;
    width: 90%;
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
    color: #fff;
  }
  .free-ep-box {
    margin-top: -41vw;
    padding: 0;
    z-index: 95;
  }
  .ep-logo {
    width: 33vw;
	top: 4vw;
    left: 3vw;
  }
  .free-ep-sport-girl img {
    transform: translateY(50px);
  }
  .free-ep-sport-girl-onload img {
    transform: translateY(-40px);
    opacity: 1;
  }
  .free-ep-hero-banner {
    width: 150%;
    left: -25%;
  }
  .free-ep-main-banner {
    width: 100vw;
    height: 105vw !important;
    opacity: .9;
  }
  .free-ep-intro-image img {
    border-radius: 20px;
  }
  .free-ep-intro-text {
    width: 100%!important;
    order: 2;
  }
  .free-ep-intro-image {
    width: 100%!important;
  }
  .free-ep-gift-info {
    width: 100%!important;
  }
  .free-ep-gift-image-wrapper.mobile {
    display: block;
    margin-top: -5vw;
  }
  .free-ep-gift-image-wrapper.mobile .free-ep-brand-signature {

	width: fit-content;
        right: 0;
        position: absolute;
    margin-top: -7.5vw;
    text-align: right;
    padding-right: 6vw;
  }
	
  .free-ep-gift-image-wrapper.mobile .free-ep-brand-signature img {
    width: 22vw;
  }
  .free-ep-gift-image-wrapper.desktop {
    display: none;
  }
  .full-width-gradient {
    padding: 0;
  }
  .full-width-gradient .stats-card, .full-width-gradient .free-ep-intro-section, .free-ep-confidence-section, .free-ep-gift-section, .free-ep-terms-section {
    width: 90%;
  }
	.free-ep-terms-section{
		padding-bottom: 38vw;
	}
  .free-ep-confidence-section {
    width: 100%;
  }
  .br-mobile {
    display: block;
  }
  .m10 {
    height: 0;
    margin-bottom: 1vw;
  }
  .m20 {
    height: 0;
    margin-bottom: 2vw;
  }
  .m30 {
    height: 0;
    margin-bottom: 3vw;
  }
  .m40 {
    height: 0;
    margin-bottom: 4vw;
  }
  .m50 {
    height: 0;
    margin-bottom: 5vw;
  }
  .m80 {
    height: 0;
    margin-bottom: 8vw;
  }
  .stats-card {
    flex-direction: column;
    margin-bottom: 3vw;
    justify-content: center;
    backdrop-filter: none;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: 3vw;
    /*background: #ffffff7a;*/
    /*	background:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.25)),
  url("images/free-ep-main-banner-bg-rot.jpg");*/
    background-size: cover;
  }
  .stat-item {
    width: 90%;
    padding: 5vw 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .stat-item:not(:first-child)::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
  }
  .free-ep-intro-section {
    align-items: flex-start;
    gap: 7vw;
  }
  .free-ep-grid-3 {
    grid-template-columns: 1fr;
    gap: 7vw;
  }
  .free-ep-confidence-card-img {
    aspect-ratio: 1 / 0.6;
    border-radius: 20px;
  }
  .free-ep-gift-content {
    flex-direction: column;
    gap: 25px;
  }
  .free-ep-brand-signature {
    text-align: center;
  }
  .stat-label {
    font-size: 3.5vw;
    margin: 0;
    text-align: left;
  }
  .stat-number {
    font-size: 7vw;
    letter-spacing: 1px;
  }
  .free-ep-section-title {
    font-size: 5vw;
    margin-bottom: 4vw;
    letter-spacing: 2px;
  }
  .free-ep-section-title-big {
    font-size: 9vw;
  }
  .free-ep-intro-list li {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .free-ep-intro-list, .free-ep-terms-list {}
  .free-ep-confidence-section {
    padding-top: 0vw;
    margin-top: 15vw;
    margin-bottom: 16vw;
  }
  .free-ep-card-num {
    font-size: 8vw;
  }
  .free-ep-confidence-card-text {
    font-size: 3.7vw;
    line-height: 1.8;
    margin: 2vw 0px 4vw 0px;
  }
  .free-ep-gift-section {
    padding-top: 0px;
  }
  .free-ep-gift-subtitle {
    font-size: 5vw;
    margin-bottom: 0vw;
    line-height: 1.7;
  }
  .free-ep-gift-desc {
    font-size: 3.7vw;
    line-height: 1.8;
    margin: 0vw;
  }
  .free-ep-gift-block {
    margin-bottom: 5vw;
  }
  .free-ep-gift-badge {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
  .free-ep-gift-desc-2 {
    font-size: 3.7vw;
    letter-spacing: 1.5px;
  }
	
  .free-ep-terms-list {
    font-size: 2vw !important;
  }
  .free-ep-terms-title {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .free-ep-terms-list li {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .free-ep-main-banner {}
  .free-ep-main-banner-m {
    display: block;
  }
}


@media only screen and (max-width: 750px) {
.main-container.en .free-ep-subtitle{
	width: 90%;
}
	.main-container.en .free-ep-section-title-big{
		font-size: 36px;
	}
	.main-container.en .free-ep-gift-subtitle{
		line-height: 1.5;
	}
	 .free-ep-gift-info{
		flex-wrap: wrap;
	}
	.free-ep-gift-block{
		width: 100%;
	}
	.main-container.en .free-ep-gift-badge{
		margin-bottom: 10px;
	}
	.main-container.en .free-ep-gift-block{
		margin-bottom: 8vw;
	}
	.main-container.en .free-ep-box{
		margin-top: -46vw;
	}
	.main-container.en .free-ep-main-banner{
		height: 106vw !important;
	}
}